Live data from Hacker News

Viewing profile — s20n

s20n

HN member
Joined
Sat, Aug 30, 2025, 12:46 PM UTC
HN karma
342
Public activity
66 items

About s20n

All views expressed here are my personal views and are not associated with any organisation that I am a part of.

Recent public activity

  1. comment
    Comment #49184310

    Finally, we have an "OS" written in typescript. And here I was thinking that an OS would be the only exception to Atwood's law /s

  2. comment
    Comment #49134767

    I really want to use a scheme based operating system where all processes are continuations and people boot into a REPL instead of a unix shell. something like a modern version of t…

  3. comment
    Comment #49108344

    I assumed the word was derived from "azul" but from the article, it's apparently derived from the Arabic الزليج (al-zillīj) and has no relation with "azul"

  4. story
  5. comment
    Comment #48662000

    xcancel link: https://xcancel.com/ID_AA_Carmack/status/2069799283369345247

  6. comment
    Comment #48441048

    but that's the wrong shade of blue? It'd have been great if they took the colour from "The blue marble" instead of this Turbo Pascal blue.

  7. comment
    Comment #48355592

    I agree with the first part. I think this article by FSF about Intel's ME summarizes the issue https://static.fsf.org/nosvn/blogs/Intel_ME_Carikli_article_... As for the second par…

  8. comment
    Comment #48182195

    I'm failing to understand GP's logic here. Why would someone who's posting some TV show's content in complete disregard of their intellectual property rights be bothered about AI s…

  9. comment
    Comment #48108461

    Thanks, that would be great! I am trying to think how this could work. Generally, subtitles are embedded as a separate track in the video container or as a sidecar .srt file [1]. P…

  10. comment
    Comment #48108215

    I used to stream movies from my desktop over the local network with VLC and the main issue I faced was that I could never get the subtitles to work. I took a quick look at this rep…

  11. comment
    Comment #48108100

    OP should have archived the page when the count was negative. Here's a snapshot from when the count was 0 https://web.archive.org/web/20260512115623/https://news.ycom...

  12. comment
    Comment #48094043

    Microsoft Design also released 4K renders of nostalgic wallpapers (including bliss) a few years ago. I can't find the original link but here's the reddit post with the pictures. ht…

  13. comment
    Comment #48094002

    The name didn't help much either, I suppose.

  14. comment
    Comment #48091388

    It really grinds my gears that the uploader had to ruin the "Greatest Shot in Television" by stretching the 4:3 video to 16:9. I know I sound like a pedant but so many of these old…

  15. comment
    Comment #48084126

    It's ridiculous how accurate this recreation is to the original, it looks and feels identical. The author was able to do this just decompiling the exe files, without looking at the…

  16. comment
    Comment #48044989

    Clickus Hereus

  17. story
  18. comment
    Comment #47944355

    Sorry, complete noob here. Why didn't you just cd into $(yes a/ | head -n $((32 * 1024)) | tr -d '\n')? Why do you need to use the while loop for cd? EDIT: got it. -bash: cd: a/a/a…

  19. comment
    Comment #47935556

    I've been pronouncing both of them as /dʒis/ like hiss and not /dʒɪz/. I however am not a native english speaker of English. I wonder if native speakers gravitate towards the z mor…

  20. comment
    Comment #47917349

    EvanFlow - thoughts arrive like butterflies?

  21. comment
    Comment #47864772

    I could never in a million years have imagined that LLM-slop driven fuzzing would become the ultimate vindication for the microkernel philosophy

  22. comment
    Comment #47864623

    While I know that it may have been a security liability, I'm particularly sad that they're removing the AX.25 module from the kernel. > and since nobody stepped up to help us deal …

  23. comment
    Comment #47825364

    I agree with the notion that having multiple passes makes compilers easier to understand and maintain but finding the right number of passes is the real challenge here. The optimal…

  24. comment
    Comment #47699972

    Reminds me of the essay 'In Praise of Idleness' by Bertrand Russell https://harpers.org/archive/1932/10/in-praise-of-idleness/ >

  25. comment
    Comment #47699020

    Thanks for working on LispPad, I'm really enjoying using it. > Polar complex number literals are actually not part of R7RS I actually thought they were part of the spec. Specifical…