shikaan

↗ HN profile [ 84.9 ms ] full profile
Karma
0
Created
()
Submissions
0
  1. Ascetic Computing (ratfactor.com)
  2. 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.…

  3. A Lisp in 99LOC (github.com)
  4. 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…

  5. (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…

  6. 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…