Live data from Hacker News

Viewing profile — mjs01

mjs01

HN member
Joined
Wed, Apr 08, 2026, 11:06 PM UTC
HN karma
13
Public activity
4 items

About mjs01

No profile information was provided.

Recent public activity

  1. 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…

  2. 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?

  3. 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…

  4. comment