Skip to content
View 3elDU's full-sized avatar

Block or report 3elDU

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
3elDU/README.md

About me

Hi there and welcome to my GitHub profile!

My name is Zakhar, pronounced ZA as in ZARA, KH as in Khan and AR as in Arizona (the short is just Zak). I also go by the nicknames 3elDU and petafloppa.
I am a self-taught Web Developer, occasionally dropping into embedded or game development.

Check out my personal website for more info

Projects

  • bamboo - A top-down survival game heavily inspired by minecraft, written in Go. I started this project when learning Go.
  • rss-reader - RSS aggregator app written in Flutter with the backend in Go
  • cell-simulation - Cellular automata simulating evolution by natural selection. Each cell is like a small autonomous computer having it's set of instructions. The original version was written in C, then rewritten in Rust, and you're looking at the final version written in TypeScript and using Vue for the UI.
  • nixos-config - My NixOS configuration. I don't use NixOS right now (until my autism strikes again)
  • (no repository yet) - A personal PDA project, aiming to create a hackable and portable device with an E-Ink screen and a keyboard (Palm vibes). It is based on RP2040. The kernel is written in C, using FreeRTOS, and all the userspace is programmed in Lua. In the project's current stage, I have the Lua interpreter working, display and sd card driver written, the font drawn, the only thing remaining is gluing all of that together. The display I have on hand is not E-Ink, it's a crappy 3.2" resistive touch panel. And I don't have a 3D printer nearby to hack on a case, so this project is kinda stale for now :(
  • spdl - Short for SPotify DownLoader. An alternative frontend for spotify written in Vue and based on Electron. We don't actually stream any audio from spotify, instead we search for the same track on YouTube. Supports streaming and downloading.

Pinned Loading

  1. cell-simulation-js cell-simulation-js Public

    Cellular automata simulating the evolution of cells.

    Vue 1

  2. rss-reader rss-reader Public

    RSS reader Android app.

    Dart 1

  3. nixos-config nixos-config Public

    Nix configuration files for my NixOS system(s).

    Nix

  4. 3elDU.github.io 3elDU.github.io Public

    My personal portfolio website.

    HTML 1

  5. bamboo bamboo Public

    minecraft-like topdown sandbox

    Go 16 1

  6. cell-simulation-rs cell-simulation-rs Public

    Rust