Live data from Hacker News

Viewing profile — z_open

z_open

HN member
Joined
Mon, Jan 22, 2018, 3:49 PM UTC
HN karma
486
Public activity
150 items

About z_open

No profile information was provided.

Recent public activity

  1. comment
    Comment #49219799

    When the C++ standards committee make decisions crippling the language to preserve ABI (see std::regex), it's defacto part of the standard.

  2. comment
    Comment #49098584

    ok. But do they still need to scan it separately? I take contact lens fluid and I always have to wait for someone to check it before moving on.

  3. comment
    Comment #48864590

    Why does the example not show an example of unsafe C++?

  4. comment
    Comment #48797302

    I can't imagine judges would normally except this especially since it seems to be a known way to skirt law.

  5. comment
    Comment #48764286

    As they say, most people listen to their music with equipment. Audiophiles listen to their equipment with music.

  6. comment
    Comment #48495997

    What about it? It was also exposed much more publicly than this.

  7. comment
    Comment #48274962

    This is the typical interpretation. I remember a question in English class asking what I think this could be about given the context that it was right after the war.

  8. comment
    Comment #48051249

    Most teachers were not good at checking this. There was an archive mechanism which would compress the file and IIRC, prevent it from showing up in the program list. You could of co…

  9. comment
    Comment #48047512

    It's funny how many software developers got into it due to being bored in class with a TI-83 and randomly trying to create programs.

  10. comment
    Comment #48046138

    I think the obvious question is are humans deterministic? A lot of inputs but it's a reasonable belief that humans are in fact deterministic.

  11. comment
    Comment #48038394

    How does it work if this is under the creative commons license? Can 3rd parties sell this controller per the model? Other 3rd party vendors got around this by making a very minor c…

  12. comment
    Comment #48019652

    I had no idea Politico was Axel Springer or that Axel Springer owned so much. The article is indeed dishonest.

  13. comment
    Comment #47822156

    Why is that NaN handling sensible? I don't think it makes sense to say log(-1) equals log(-2). Mathematically it isn't true and your implementation would say it's true only because…

  14. comment
    Comment #45471952

    The assign operator rebinding is yet another thing that behaves slightly different from the rest of the language.

  15. comment
    Comment #45300077

    Lots of bad advice. Using unsigned for normal integers when you know they will be positive does worse for optimization, not better. Also for (;;) {} is convention because older com…

  16. comment
    Comment #45233670

    kill Unicode. Done with this after these 25 byte single characters.

  17. comment
    Comment #45210492

    I wish I could find the pull request associated with that issue.

  18. comment
    Comment #45201261

    Tried it and realized it was gimped compared to the Linux tools it was trying to emulate. Monopolies will always be playing catchup with basic functionalities people have done for …

  19. comment
    Comment #45194198

    printing is never the appropriate tool. You can make your debugger print something when that line of code is reached anyway and automatically continue if you want. So what's the po…

  20. comment
  21. comment
    Comment #45062231

    Not this article again. His opinions on include files don't make sense anymore. Modern compilers keep track of what includes are necessary to reprocess.

  22. comment
    Comment #45024856

    What the hell do the antitrust people in the US do? Google should have been chopped to bits a decade ago and Microsoft buying Github is just nonsense. Way too much potential for ab…

  23. comment
    Comment #44995130

    They're not acting like idiots though? And they're trying to raise awareness that Microsoft helps Israel surveil and attack Palestinians, not raise awareness that there is a war go…

  24. comment
  25. comment
    Comment #44856797

    Even if we ignore solutions other languages have come up with, it's even worse that they landed on // for the syntax given that it's apparently used the same way for real comments.…