Viewing profile — fonheponho
fonheponho
HN member- Joined
- Sat, Feb 14, 2026, 9:15 PM UTC
- HN karma
- 20
- Public activity
- 6 items
- HN profile
- View on Hacker News ↗
About fonheponho
No profile information was provided.
Recent public activity
-
comment
Comment #48434852
> The elegance of the fork() + exec() model is that every kind of configuration can be done after the fork using all the usual APIs. Unfortunately, the opposite is true, when the p…
-
comment
Comment #47479548
I have no love lost for Wayland, but this: > Make easy things easy. Make hard things doable. is generally unachievable. Instead, pick one: - easy things easy, hard things impossibl…
-
comment
Comment #47479366
> It does not matter which is the relationship between the sizes of such types, there will always be values of the operand that cannot be represented in the result. It's not that b…
-
comment
Comment #47476512
Everybody seems to be missing the forest for the trees on this. There is absolutely no "sign extension" in the C standard (go ahead, search it). "Sign extension" is a feature of so…
-
comment
Comment #47137070
One of the most fascinating and moving writings I've read in my life.
-
comment
Comment #47018472
Exactly; I can't understand this obsession with header-only C "libraries".