error_salad

↗ HN profile [ 29.3 ms ] full profile
Karma
33
Created
July 18, 2022 (3y ago)
Submissions
0
  1. I'm looking for technical blogs about software programming and software engineering. Mainly just for fun but also for educational purposes (broadening my knowledge horizon if you will). Maybe it's just me, but finding…

  2. It's Tetris Time (github.com)
  3. For a while now, I've been writing a small text editor. The idea is that I have a basic mvp that I can add to here and there. Currently I'm writing it in c++ using SDL2 to render and using a doubly linked list of gap…