Live data from Hacker News

Viewing profile — Parodper

Parodper

HN member
Joined
Sat, Feb 22, 2020, 4:23 PM UTC
HN karma
16
Public activity
27 items

About Parodper

No profile information was provided.

Recent public activity

  1. comment
    Comment #49055978

    Very interesting, thanks. I like they even admit their own bias, that the main reason was that they didn't want another's protocol; except for the word alignment, all the other iss…

  2. comment
    Comment #48883885

    > Doing this brings you close to OSI, which famously failed by being overcomplicated. We're slowly reinventing OSI, one step at a time: OSI had multiple sessions per transport conn…

  3. comment
    Comment #48620013

    Apparently it's from 1901 (Murray code) or 1932 (ITA2). The fact that both Apple's and CP/M codes came out roughly at the same time, both on microcomputers, shows that it was proba…

  4. comment
    Comment #48619942

    The thread talked about sum types, which apparently appeared on ALGOL; although I don't know how much memory did an ALGOL compiler need.

  5. comment
    Comment #48619886

    > That's famously a single-pass compiler. Rust is famously unable to compile in a single pass. I probably should have replied under the other comment. I was also referring to your …

  6. comment
    Comment #48619157

    You could start the encoding with two bytes, so that if the most significant bit of the first byte is 0, the length is that byte plus another. That gives you 32KiB strings with jus…

  7. comment
    Comment #48618947

    Borland's PASCAL did it on the IBM PC. And which modern C compiler fits into 64KB? Even TCC needs 100KB. But that's beside the point. No machine of the last 36 (I'll push my chance…

  8. comment
    Comment #48618617

    You could do 0xffff as a special case, and put another length+string/pointer to after the 255th byte.

  9. comment
    Comment #48618527

    Yes, if you're talking to a terminal. But an in-disk file doesn't have a carriage to return.

  10. comment
    Comment #48617985

    LF makes the most sense, but they're all fine for text files. The issue is that CSV isn't text. Last time I had to handle CSV files in bash, I converted them internally to RS and F…

  11. comment
    Comment #48617966

    UNIX's LF precedes them by at least half a decade, probably more.

  12. comment
    Comment #48481468

    I also started going down this rabbit hole when I wanted my homelab to just work in any device, and for advanced use cases Let's Encrypt isn't enough. I tried long and hard to get …

  13. comment
    Comment #48472638

    Unfortunately the CA/B Forum has high requirements for constrained subordinate CA certificates[1], which to me sounds a lot like regulatory capture. [1] https://community.letsencry…

  14. comment
    Comment #48472594

    Try to read less tabloids.

  15. comment
    Comment #48472585

    And if they don't, DNS is already a database. You could just query domains to check their certificates. People running recursive DNS servers could double-check certificates.

  16. comment
    Comment #48472541

    I'm the first to admit ICANN has issues, but US government control doesn't seem to be one of them.

  17. comment
    Comment #48468815

    Pretty well, in my experience.

  18. comment
    Comment #48468808

    What other choices are there? An international body might work, or just move the issue one step back.

  19. comment
    Comment #48468778

    You obviously don't know how DNSSEC works. The DNS root of trust is ICANN, not a government.

  20. comment
    Comment #48463691

    > every government will absolutely double-issue certificates to police, secret service and friends of goverment, and no one will have any recourse. Countries already have CA that i…

  21. comment
    Comment #48461650

    We could, and should, switch to DANE. Or else, switch to how X.509 was supposed to be used, with each country running a CA for their nationals.

  22. comment
    Comment #47920756

    It's funny to see that the issues with X.509 certificates, are being solved by what X.509 was intended to be used for: a directory system. It's DNS instead of X.500, but it's a sta…

  23. comment
    Comment #47920548

    > Allowing user to just generate a domain for themselves That's limited mostly by policy[1], the current PKI environment already allows delegating CA for a single domain. [1] https…

  24. comment
    Comment #47749635

    According to the court, the real reason is because ECH would make it impossible to block through DPI.

  25. comment
    Comment #47749579

    ISP are blocking, because of a district judge's ruling.