Live data from Hacker News

Viewing profile — zerokernel

zerokernel

HN member
Joined
Sat, Jan 13, 2018, 11:47 AM UTC
HN karma
123
Public activity
30 items

About zerokernel

No profile information was provided.

Recent public activity

  1. comment
    Comment #16200862

    HTTP-as-an-ABI

  2. comment
    Comment #16200527

    That's why high assurance systems (like L4/seL4) minimize privileged code to a tiny fraction of what you find in a regular system, which absolutely makes sense and provably improve…

  3. comment
    Comment #16200461

    https://pypi.python.org/pypi/BTrees

  4. comment
    Comment #16199410

    Panics can of course result in exploitable system behaviour.

  5. comment
    Comment #16197468

    I don't think cryptocurrencies are protecting anyone from any problem.

  6. comment
    Comment #16196129

    So, the feeling is mutual then? Isn't that great, you've got so much in common!

  7. comment
    Comment #16196095

    Honestly I don't quite know how or why engineers keep working in a "all of this is fundamentally broken always has been and never will be fixed" domain, on a motivational basis.

  8. story
  9. comment
    Comment #16190984

    > Byte-by-byte parsing is a valid way to do parsing but not the only way. Byte-by-byte parsers tend to be slow and -- arguably, more importantly -- overly complex and rigid. It is,…

  10. comment
    Comment #16190969

    > but that's only because no one actually cares about these architectures. This. Optimizing performance on BE is a waste of everyone's time and resources.

  11. comment
    Comment #16190818

    I'll just throw in here that faking contracts and certificates has been a huge business in the last ~1200 years or so in Europe. Many cities who claimed to have been founded a thou…

  12. comment
    Comment #16190467

    option=value, option:value, option/value and even option\value (without dashes). Not joking.

  13. comment
    Comment #16190401

    > It would not be easy to do this in a technical manner -> Homomorphic encryption is an active field of research. Legal is most likely the better solution. Probably.

  14. comment
    Comment #16190384

    We'll just outlaw that. Compare: Jaywalking, avenues.

  15. comment
    Comment #16185611

    I didn't expect anything interesting to come up as replies, but here we are - thanks for those insights.

  16. comment
    Comment #16176904

    A piece of well-built criticism can be a great tool in corporate politics. It can completely destroy the chances of some proposal/project/person to succeed. Ideally without appeari…

  17. comment
  18. comment
    Comment #16170173

    Don't confuse arcane and complex. Although PGP is a 90s crypto standard, so it's more than likely a nightmare to implement.

  19. comment
    Comment #16170152

    C++ has a long and successful history of application development, regardless of project size (from 0 to >100 MLOC; from 1 guy sitting in his attic to thousands of engineers). Much …

  20. comment
    Comment #16161466

    > The native Gmail? Then get a conversations view. Thunderbird has had a ML/usenet-like conversations view forever.

  21. comment
    Comment #16161391

    > NUL is not a character Somehow NUL is still an assigned character in the ASCII code table. Strange, hmmm?

  22. comment
    Comment #16161346

    And various undefined behaviours (signed overflow etc.) colluding against the programmer to the effect that compilers sometimes delete range-checking code. Integer promotion rules …

  23. comment
    Comment #16161328

    I would claim that there is still a difference between P-strings and, say, ASN.1 DER (which, at heart, is still TLV).

  24. comment
    Comment #16158763

    > Both provided links are dead HTTP works, HTTPS does not.

  25. comment
    Comment #16158632

    That's pretty much the "reader mode" available in some browsers, no?