Live data from Hacker News

Viewing profile — MrRadar

MrRadar

HN member
Joined
Sun, Oct 16, 2011, 2:45 PM UTC
HN karma
2,239
Public activity
522 items

About MrRadar

No profile information was provided.

Recent public activity

  1. comment
    Comment #49201222

    Why shouldn't they get 6 MHz? My PBS station broadcasts 4 subchannels: the main PBS channel, PBS Kids, a channel with programming about our local region (which airs live coverage o…

  2. comment
  3. comment
    Comment #47867741

    IIRC for sugar it's because of cheaper cane sugar substitutes (corn syrup and sugar beets) out-competing the cane sugar grown in Hawaii.

  4. comment
    Comment #47767545

    Or they're selling their product to a market where the purchaser doesn't understand how much they would need to pay if they were paying by the gigabyte (or even how to check how mu…

  5. comment
    Comment #47681119

    Only the asymmetric portion of the cryptography (which is only used in the handshake) will need to use PQC algorithms. Symmetric crypto algorithms (AES/ChaCha20/SHA-*), which are u…

  6. comment
    Comment #47680659

    This page lists some figures for ML-KEM-768 (which is the PQ key exchange algorithm that's most widely deployed today): https://blog.cloudflare.com/pq-2025/#ml-kem-versus-x25519 Th…

  7. comment
    Comment #47679958

    Post-quantum algorithms tend to be slower than existing elliptic curve algorithms and require more data to be exchanged to provide equivalent security against attacks run on non-qu…

  8. comment
    Comment #47679531

    Along similar lines, Mozilla recently updated their recommended server-side TLS configuration to enable the X25519MLKEM768 post-quantum key exchange now that it's making it into ac…

  9. comment
    Comment #47593210

    Users care about quality, even if the people buying the software do not. You can't just say "well the market doesn't care about quality" when the market incentives are broken for a…

  10. comment
    Comment #47593108

    > This obviously doesn't represent all of the billions of dollars spent on software like Salesforce, SAP, Realpage, Booking.com, etc. etc. (all notoriously buggy, slow, and complex…

  11. comment
  12. comment
    Comment #45686578

    Every generation of the production Nissan Leaf has used lithium batteries. AFAIK no modern (~post-2000) mass-produced (>10k units sold) EV has ever used NiMH or lead-acid batteries…

  13. comment
    Comment #45686121

    > Are you saying that if I'm using D-without-GC, I can use any D library, including ones written with the assumption that there is a GC? If not, how does it not fracture the commun…

  14. comment
    Comment #45443032

    Yeah, AV1 is primarily based on what Google was working on for their own successor to VP9, what would have been VP10, with technology contributions from Mozilla/Xiph's Daala and Ci…

  15. comment
    Comment #45030189

    Seriously. Also less and less software is supporting 7. Importantly, Firefox ESR 115 is the last modern browser to support Windows 7 and it's entering EOL after this month[1]; Chro…

  16. comment
    Comment #44584256

    There is a port of Mbed TLS to Classic MacOS[1] which has TLS 1.2 enabled but per the README.md probably not the right cihper suites (it only has AES-CBC ciphers enabled by default…

  17. comment
    Comment #43963186

    The Technology Connections video series on RCA's Selectavision CED home video system touches on this quite a lot (it was a horribly mismanaged project which took more than a decade…

  18. comment
    Comment #43905864

    It doesn't even take destruction of the property to keep media locked up forever, sometimes even just IP rights. For example original Brave Little Toaster film has never seen an of…

  19. comment
    Comment #43905668

    A while ago I found a few episodes of a 1950s crime drama/noir series called M Squad (the M is for "murder") on Youtube. I don't recall exactly how but probably because someone men…

  20. comment
    Comment #43777043

    COBOL is being actively developed as a language, the latest standard was published in 2023.

  21. comment
    Comment #43777008

    The D language basically does that. You can write D programs that evaluate D code at compile time to generate strings of new D code which you can then basically compile-time eval i…

  22. comment
    Comment #43775923

    That's C++11 syntax. Before then you'd have to manually initialize them in every constructor, with a hand-written default constructor as a minimum: struct test { int my_int; int *m…

  23. comment
    Comment #42624893

    Thanks for the explanation!

  24. comment
    Comment #42624212

    The article mentions S/PDIF (which TOSLINK is an optical version of) uses Manchester code[1] which eliminates the DC component by ensuring every bit has at least one transistion of…

  25. comment