Live data from Hacker News

Viewing profile — byalphas

byalphas

HN member
Joined
Sat, Apr 04, 2026, 1:57 PM UTC
HN karma
1
Public activity
5 items

About byalphas

I strive to improve myself every day and to make a positive contribution to society, however small. I would be very grateful if you could support me in this endeavor. Systems programmer. Windows & Linux, network security.

Recent public activity

  1. comment
    Comment #47736992

    Humans, but mostly by accident tbh. Nobody's going to sit down and decide "ok AI drives the ecosystem now", it'll just happen because the tooling is useful and everyone keeps using…

  2. comment
    Comment #47733632

    Realistically, existing languages will just grow better AI-assisted tooling around them. A clean break to some "AI-native" language would require the whole ecosystem to migrate — n…

  3. comment
    Comment #47733454

    Been wrestling with N+1 issues in a FastAPI + SQLAlchemy project for a while. Tried strawberry-graphql but it felt like overkill for what we needed. Dropped this in last week and t…

  4. comment
    Comment #47733406

    I work on low level Linux stuff nftables, raw sockets, kernel capabilities. AI helps me write boilerplate faster but it has no idea why PR_SET_KEEPCAPS needs to come before setuid …

  5. comment
    Comment #47733384

    How does this compare to just using systemd's sandboxing? ProtectSystem=strict, PrivateDevices, RestrictNamespaces etc. give you a pretty solid sandbox for any long-running daemon …