Viewing profile — zerokernel
zerokernel
HN member- Joined
- Sat, Jan 13, 2018, 11:47 AM UTC
- HN karma
- 123
- Public activity
- 30 items
- HN profile
- View on Hacker News ↗
About zerokernel
No profile information was provided.
Recent public activity
-
comment
Comment #16200862
HTTP-as-an-ABI
-
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…
-
comment
Comment #16200461
https://pypi.python.org/pypi/BTrees
-
comment
Comment #16199410
Panics can of course result in exploitable system behaviour.
-
comment
Comment #16197468
I don't think cryptocurrencies are protecting anyone from any problem.
-
comment
Comment #16196129
So, the feeling is mutual then? Isn't that great, you've got so much in common!
-
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.
- story
-
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,…
-
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.
-
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…
-
comment
Comment #16190467
option=value, option:value, option/value and even option\value (without dashes). Not joking.
-
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.
-
comment
Comment #16190384
We'll just outlaw that. Compare: Jaywalking, avenues.
-
comment
Comment #16185611
I didn't expect anything interesting to come up as replies, but here we are - thanks for those insights.
-
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…
- comment
-
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.
-
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 …
-
comment
Comment #16161466
> The native Gmail? Then get a conversations view. Thunderbird has had a ML/usenet-like conversations view forever.
-
comment
Comment #16161391
> NUL is not a character Somehow NUL is still an assigned character in the ASCII code table. Strange, hmmm?
-
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 …
-
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).
-
comment
Comment #16158763
> Both provided links are dead HTTP works, HTTPS does not.
-
comment
Comment #16158632
That's pretty much the "reader mode" available in some browsers, no?