luke8086

↗ HN profile [ 66.0 ms ] full profile
Karma
0
Created
()
Submissions
0
  1. Hello HN, I've been working on a simple OS for tinkering and running bare metal apps on vintage PCs. Since I couldn't quite decide whether to target pure 16-bit, or slightly more capable 32-bit machines, I ended up with…

  2. Just for Fun. No, Really. (justforfunnoreally.dev)
  3. Let's say you have have a large-ish database table of product orders, and you'd like to allow users to query it with an API, using several different filter and sort options, and of course supporting pagination. What…