shikaan

↗ HN profile [ 112 ms ] full profile
Karma
0
Created
()
Submissions
0
  1. Light software keeps a machine useful long after the vendor decided it should not be. Unfortunately, minimal desktop environments usually come with many hours of configuration files to write to make them nice or…

  2. Ascetic Computing (ratfactor.com)
  3. About 10 months ago I posted OSle here [1], an OS in x86 assembly that fits in the 510 bytes of a bootloader. It got great discussion and I kept working on it. All userland programs were 16-bit assembly until last week.…

  4. A Lisp in 99LOC (github.com)
  5. A silly summer break project where I played around with Bun, which I hadn't had the chance to yet. It's not super lisp-y, there's no car, no cdr, nor macros. It's a Lisp-Inspired Functional Programming language that…

  6. (sorry about double posting, I forgot to put Show HN in front in the original https://news.ycombinator.com/item?id=43863689 thread) Hey all, As a follow up to my relatively successful series in x86 Assembly of last…

  7. I have been hearing and read about Zig for a while. I love the language, I love how non-overwhelming and "honest" it feels. I like how dam easy it is to integrate with C. Yet, I haven't seen a really appealing argument…