luke8086
- Karma
- 0
- Created
- ()
- Submissions
- 0
-
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…
- Running NetBSD on IBM ThinkPad 380Z (luke8086.dev)
- Just for Fun. No, Really. (justforfunnoreally.dev)
- Why We Love FreeDOS [pdf] (ibiblio.org)
- Enhanced Motif Window Manager (fastestcode.org)
-
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…