Viewing profile — mjs01
mjs01
HN member- Joined
- Wed, Apr 08, 2026, 11:06 PM UTC
- HN karma
- 13
- Public activity
- 4 items
- HN profile
- View on Hacker News ↗
About mjs01
No profile information was provided.
Recent public activity
-
comment
Comment #48263451
Some unmentioned incompatibilities I've encountered that makes a C header not directly usable in C++: - C `_Atomic(T)` and C++ `std::atomic `. C++23 has C compatible header `stdato…
-
comment
Comment #48204976
Integer promotion seems to be the source of many signed integer overflow UB. Why does C have it? Does integer promotion ever have a good part?
-
comment
Comment #47814160
// is useful if the server needs to serve both static files in the filesystem, and embedded files like a webpage. // can be used for embedded files' URL because they will never con…
-
comment
Comment #47697404
[dead]