Live data from Hacker News

Viewing profile — GrilledChips

GrilledChips

HN member
Joined
Thu, Jun 02, 2022, 1:55 AM UTC
HN karma
72
Public activity
29 items

About GrilledChips

No profile information was provided.

Recent public activity

  1. comment
    Comment #46350306

    the funny thing is that nobody will ever do that. The moment someone uses quantum computing or any other technology to crack bitcoin in a visible way, the coins they just gave to t…

  2. comment
    Comment #46350301

    In the 60's we actually had extremely capable, fully-developed computers. Advanced systems like the IBM System360 and CDC 6600. Quantum computing is currently stuck somewhere in th…

  3. comment
    Comment #46350278

    tbh they could just be pushing for people to adopt newer, less-tested, weaker algorithms. switch from something battle-hardened to the QuantResist2000 algorithm which they've figur…

  4. comment
    Comment #46350258

    It turns out they're not so useful for chemistry. https://www.youtube.com/watch?v=pDj1QhPOVBo

  5. comment
    Comment #46350253

    I will never get used to ECC meaning "Error Correcting Code" or "Elliptic Curve Cryptography." That said, this isn't unique to quantum expectations. Faster classical computers or b…

  6. comment
    Comment #46350237

    More recently it's turned out that quantum computers are less useful for molecular simulation than previously thought. See: https://www.youtube.com/watch?v=pDj1QhPOVBo The video is…

  7. comment
    Comment #40423326

    It's also possible that any such enunciation is being hallucinated from the text by the speech model. AI models exist to make up bullshit that fills a gap. When you have a conversa…

  8. comment
    Comment #40260423

    "There is now a bullet hole in your foot."

  9. comment
    Comment #39186792

    You'd have no idea that it isn't Linux. You don't run code on this OS, you run code on VMs that it provides.

  10. comment
    Comment #39186785

    This isn't NetBSD. NetBSD broke off loooooooong after the release of BSD that Sun used to build this OS.

  11. comment
    Comment #39082879

    The reasoning of this case rests on the intentions of the FSF when they wrote the licence. If the person who wrote the licence didn't intend you to be able to get benefits, you can…

  12. comment
    Comment #38699394

    afaik there has always been the option to install alongside during the installer. It might not even be possible to do otherwise if you're installing from macOS itself.

  13. comment
    Comment #38697464

    The page has per-machine lists of available and unsupported features. The only mac that doesn't have audio right now are the M1 imacs, due to their speakers working differently tha…

  14. comment
    Comment #38146616

    It wasn't the technical side that caused the schedule slips. It was constant competition with other aspects of the business, especially the VAX lineup. The VAX 9000 in particular w…

  15. comment
    Comment #38146518

    It wasn't the cost of alpha. It was the bleeding all through the rest of the company. DEC's terminals? killed by PCs. The VAX lineup? killed by RISC chips, and the VAX 9000 consume…

  16. comment
    Comment #38146494

    Sun was one of the few processor makers who were sceptical and decided to wait and see before cancelling plans for their architecture, and it's nice to hear that worked out for the…

  17. comment
    Comment #38146444

    It's kind of funny. There are lots of architectures it killed (Alpha, PA-RISC, basically everything except SPARC because Sun was sceptical) but basically all of them have outlived …

  18. comment
    Comment #37876567

    openAI self-selects only people who drink the AGI koolaide. Its the only way to get a job/keep a job there.

  19. comment
  20. comment
    Comment #37875795

    There's fuck all that ZFS can do if hardware lies about what has or hasn't been written to disk yet. There have to be points where ZFS blocks until something critical has been abso…

  21. comment
    Comment #37875770

    There's fuck all that ZFS can do if the drive lies about what has or hasn't been written yet, journal or no journal. USB devices are known to do this all the time. If the drive lie…

  22. comment
    Comment #37875700

    It would go against a fundamental principle of ZFS' design for changing a setting like that mid-flight to not be safe.

  23. comment
    Comment #37875664

    This is a bad idea. If you want repair, you need to either set more than one copy in ZFS (still pretty dumb) or use multiple drives in a raidz (or mirror, though raidz is more effi…

  24. comment
    Comment #37875631

    Use raidz.

  25. comment
    Comment #37875585

    A scrub can both detect and repair damage. You don't need to set additional copies. If you don't want to buy 4TB of drives to store 2TB of data in a mirror, use a raidz instead. In…