Live data from Hacker News

Viewing profile — reallyreason

reallyreason

HN member
Joined
Fri, Apr 17, 2026, 10:23 PM UTC
HN karma
10
Public activity
5 items

About reallyreason

No profile information was provided.

Recent public activity

  1. comment
    Comment #49184193

    Indeed, at this point it's one of the most devalued terms in software. Every week I'm reading about some product calling itself "the Operating System for XYZ." It seems like it's w…

  2. comment
    Comment #48882973

    Clicked through to the custom language it's implemented in ("Freedomlang") and was met with a bunch of really confusing AI-authored stuff. > macOS emits x86-64 AT&T assembly Seems …

  3. comment
    Comment #48023704

    It could also be argued that putting a specific executor model into the standard library will make the problem worse because it will give library crates license to use it without c…

  4. comment
    Comment #48023654

    It really depends on the abstraction model of the library. If the library needs to actually read/write a file, it either needs to depend on a runtime or provide some horrific abstr…

  5. comment
    Comment #48023503

    I think that's the problem in essence, yes. Different executors built on top of different primitives and having different executions strategies will have mutually incompatible cons…