Live data from Hacker News

Viewing profile — mort96

mort96

HN member
Joined
Wed, Jul 01, 2015, 6:47 PM UTC
HN karma
17,680
Public activity
4,964 items

About mort96

No profile information was provided.

Recent public activity

  1. comment
    Comment #49221187

    I genuinely did not understand that you were asking for documentation. I believe GNU follows the SysV ABI on amd64: https://refspecs.linuxfoundation.org/elf/x86_64-abi-0.95.pdf

  2. comment
    Comment #49220004

    I'm gonna need you to write full sentences because I still have exactly 0 clue what point you're making

  3. comment
  4. comment
    Comment #49214619

    What about it?

  5. comment
    Comment #49213596

    You're gonna have to be more verbose, sorry.

  6. comment
    Comment #49213548

    Uh, GNU does define an OS ABI...

  7. comment
    Comment #49165366

    And I'm saying that those people are wrong.

  8. comment
    Comment #49161096

    Here's (my modified version of) an example someone came up with on lobste.rs: https://godbolt.org/z/e69b4Tqbs I don't know exactly which optimization passes do what, but a few obse…

  9. comment
    Comment #49160935

    But ... surely Sutter ought to know better than to say "because the hardware handles this conversion reasonably, it's a benign case of UB"? Surely he knows that compilers can and w…

  10. comment
    Comment #49160520

    Again, I don't know (and never claimed to know) everything that's good and everything that's bad. But I do know some things that are good and some things that are bad.

  11. comment
    Comment #49158104

    No, I meant what I wrote. Some things are good, some things are bad. Some people are wrong. There are plenty of subjective areas where people can disagree without being fundamental…

  12. comment
    Comment #49157298

    Again, I don't subscribe to moral relativism. Some things are good, some things are bad.

  13. comment
    Comment #49155899

    SwiftUI is too big to silently drop. It is too difficult to silently fix.

  14. comment
    Comment #49155092

    Some legislation is good, some legislation is bad. Legislation allowing gay people to be gay is good. Legislation enforcing hardware attestation from Google and Apple to access ser…

  15. comment
    Comment #49152892

    I've literally seen this in HN responses as well, so many times. What the hell is the point of human interaction if the "human" just forwards a chat bot's response

  16. comment
    Comment #49152171

    And approving this kind of regulation doesn't?

  17. comment
    Comment #49149321

    A good way to prevent this anti-EU sentiment would've been to not go through with these obviously stupid ideas. Weird that the EU doesn't seem to realize? Or do you think, maybe, t…

  18. comment
    Comment #49138598

    And that's why musl's allocator's performance isn't a huge concern for ripgrep

  19. comment
    Comment #49137835

    There is no ISO C definition of opendir(), that's a POSIX thing. But yeah, those DIR objects which opendir() returns a pointer to are probably some kind of heap allocated. But we'r…

  20. comment
    Comment #49135196

    The way most programs achieve being fast is by re-using allocations. You don't need a fast allocator if you don't allocate. Nothing of what ripgrep does inherently requires frequen…

  21. comment
    Comment #49132359

    I would expect 7500 to translate into 0.85 years though, not 7.

  22. comment
    Comment #49129731

    That jpeg2png is extremely cool and looks like something which could be built in to image viewers. Naturally, nothing about the "maximally smooth decode" process requires the outpu…

  23. comment
    Comment #49129537

    Do you keep your light on constantly? I used to have a lamp that I kept replacing bulbs for "all the time". I didn't understand why since the light bulbs claimed to last for years …

  24. comment
    Comment #49129523

    It seems like a pretty normal local maximum situation, no? It's a solution which works "well enough" and means all light bulbs work in all light fixtures and all light fixtures wor…

  25. comment
    Comment #49122656

    I think we're giving too much credit to audiophiles. We're talking people who might have discussions on their forums about whether audio buffers in memory allocated with malloc or …