Skip to content

Latest commit

 

History

23 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 

Repository files navigation

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

About

Welcome to my profile

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Contributors