Live data from Hacker News

Viewing profile — tmgross

tmgross

HN member
Joined
Mon, Apr 01, 2024, 6:00 AM UTC
HN karma
11
Public activity
3 items

About tmgross

No profile information was provided.

Recent public activity

  1. comment
    Comment #39986416

    I think both sides play a role - aiui cmd.exe (and other programs) interpret the arguments in an inconsistent way, but this is only relevant because there is no standard way to pas…

  2. comment
    Comment #39984952

    Is there any reason Windows couldn't add an equivalent of execvpe for arguments and environment to be passed as arrays, which newer programs could then use directly? The OS could h…

  3. comment
    Comment #39891326

    Elaborating on the problems - _BitInt(128) has an alignment of 8, meaning that C's _BitInt(128) and __int128 are incompatible, similar to the Rust-C incompatibility that was just f…