rjinman

↗ HN profile [ 85.1 ms ] full profile
Karma
0
Created
()
Submissions
0
  1. I posted this project here many months ago, but only just got around to writing about it :)

  2. It doesn’t use any libraries, not even the C standard lib! It just uses the Linux system call interface. Drawing to the screen is done by writing directly to /dev/fb0. I created this just to learn assembly - something…

  3. I developed this game back in 2017/18 while bored out of my mind working as a junior web developer. It was partly to entertain my friends and colleagues, but I decided at some point to put it on Steam for free. You can…

  4. This started out as a personal effort to learn more about machine learning. It's currently a CLI app where you give it a JSON file specifying your network architecture and hyperparameters and point it to your training…