Viewing profile — byalphas
byalphas
HN member- Joined
- Sat, Apr 04, 2026, 1:57 PM UTC
- HN karma
- 1
- Public activity
- 5 items
- HN profile
- View on Hacker News ↗
About byalphas
Recent public activity
-
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…
-
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…
-
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…
-
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 …
-
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 …