Skip to content
View blankRiot96's full-sized avatar
🍉
Creating fun software
🍉
Creating fun software

Highlights

  • Pro

Block or report blankRiot96

Report abuse

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

Report abuse
blankRiot96/README.md

i dont like using AI when programming

  • ive dabbled the most in python
    some notable things ive done include:

    • my modal text editor that i made from scratch for python, it's functional! (a bit buggy, though)
      took me 9 months, though i was working on and off on it during that time. tried implementing a few of the vim motions i use in it as well
      plugged in jedi for autocomplete and ruff for the linting
      but i guess most of the work was making a working text editing buffer from scratch, i mean you gotta support a whole lot of things (selecting and deleting text by dragging your mouse, remembering state as you move the cursor around, pasting text somewhere in between, indentation after a new line [this one i kinda gave up on])

    • my game jam submissions

    • structured logging library called logit

    • mechanical keyboard sound emulator + typing test application

  • ive tried my hand at a few projects in rust

    • done AoC 2015 and 2025 in rust
    • tried following crafting interpreters but with rust but didnt get really far
    • also tried my hand at making a few games with macroquad
    • recently used embassy-rs and esp-hal to program the pico2 and esp32 boards for my electronics project in uni
  • got used to the basic java syntax and C syntax due to uni, i dont need to look things up to write small programs in them

Pinned Loading

  1. axedit axedit Public

    Axedit is a modal text editor for Python. Attempts to implement vim-like motions.

    Python 25

  2. pip-remove pip-remove Public

    Removes both the specified package and its orphans from the current environment.

    Python 2

  3. Daves-Anniversary Daves-Anniversary Public

    A repository for the PGCS game jam game!

    Python 4 1

  4. The-Horrible-Hole-of-Heartfordshire The-Horrible-Hole-of-Heartfordshire Public

    a game for the PGC halloween jam 2023

    Python 4

  5. devex devex Public

    A game where you play as the developer

    Python