Live data from Hacker News

Viewing profile — eqvinox

eqvinox

HN member
Joined
Tue, Jun 18, 2019, 6:38 AM UTC
HN karma
7,381
Public activity
2,503 items

About eqvinox

https://github.com/eqvinox

https://chaos.social/@equinox

Recent public activity

  1. comment
    Comment #49215252

    >>they seem to be doing their job just fine >No one believes that. We're having an objective discussion here, please bring receipts, not beliefs.

  2. comment
    Comment #49206806

    Spoken like a true journalist with little dev experience :). Though I don't understand why you felt it necessary to go borderline insulting/condescending? Ohwell. Funnily enough, y…

  3. comment
    Comment #49206620

    That's one of Congress' responsibilities: the GAO is in the legislative branch, it's Congress' job to exercise oversight. (And it's all US citizens' job to elect people who they tr…

  4. comment
    Comment #49206053

    That's why the GAO already exists, and what its job is! There's even an international association and conference of these bodies across countries: https://en.wikipedia.org/wiki/Int…

  5. comment
    Comment #49205931

    Anyone know if "-cpu ${CPU},vmx=off,svm=off" in QEMU is a safe workaround for this? (To disable nested virtualization on a per-VM basis. Only against exploitation from within that …

  6. comment
    Comment #49205898

    No, it was testing in the context of a kind of coding I simply don't do. If an AI harness asked me to permit just one of maybe half of the suggested commands, I would stop the harn…

  7. comment
    Comment #49205261

    Yeah, that data is junk. I know because I'm in it a whole bunch, and I'm just not a web/devops person. Half the commands made no sense to me. I normally wouldn't have approved them…

  8. comment
    Comment #49170864

    ACK. I hadn't read the other arc of this thread yet, I think we're having a failure of communication... along the lines of looking at things from the perspective of a different lay…

  9. comment
    Comment #49170743

    > if a writer enters an infinite loop while writing the shared data, that will stop progress in any other algorithm No, it won't, not in a wait-free algorithm. For lock-free algori…

  10. comment
    Comment #49170095

    That's not the point of my argument. The compiler declaring things UB needs to be addressed by telling the compiler to not be silly, not by forcing every single access to be on the…

  11. comment
    Comment #49169980

    I think you missed the point; seqlock based approaches will lock dead if you suspend/abort a thread in the wrong place. Other lock-free approaches don't have this issue. This isn't…

  12. comment
  13. comment
    Comment #49169902

    No, it's neither wait-free nor lock-free. Wait-free guarantees all threads make progress, lock free guarantees at least one thread makes progress even if another thread is suspende…

  14. comment
    Comment #49169003

    I've recently started doing crude drawings on my reMarkable when needing something like explainer diagrams. It looks like a toddler did it, but, you know what? It works. I just sto…

  15. comment
    Comment #49168460

    You're fixing a theoretical problem (mismatch between CPU and compiler memory models, the CPU is perfectly fine doing these reads and writes, it's only the compiler declaring them …

  16. comment
    Comment #49155692

    I guess the point is that the concepts are needed, which is true. But the Rust way (more explicit and targeted) of dealing with these concepts seems better than how either C++ or D…

  17. comment
    Comment #49139780

    > # calls helpers that eventually call commit() Show, don't tell. The article should've included an example of these helpers. All in all, this feels poorly written, but also poorly…

  18. comment
    Comment #49134517

    UPnP is the standard way to get CPE firewalls to allow a port. Other than that, discussing IPv6 on HN is… draining at best. It's all been argued a million times at this point. Peop…

  19. comment
    Comment #49133853

    IPv6. (Let's skip the discussion, I don't feel like watching groundhog day today.)

  20. comment
    Comment #49113487

    > > (Richard Branson is "only" worth about $3B btw) > Yes? And? And if that's how far down the list one needs to go to find a billionaire of good repute, that's not a good sign for…

  21. comment
    Comment #49112633

    > Cloudflare spreads everywhere and kills the drive to do nice things. How about an internet where we don't need CloudFlare? One without zillions of AI crawlers and script kiddies …

  22. comment
    Comment #49112595

    Oh no, if only you could pay someone to figure out ethics concerns for you… maybe if universities offered majoring in Philosophy or Ethics? (Richard Branson is "only" worth about $…

  23. comment
    Comment #49107776

    Arguably, being a billionaire and being a compassionate human being are mutually exclusive. You'd spend your wealth and not be a billionaire anymore. The only question is how much …

  24. comment
    Comment #49107741

    Nah, he's talking about accelerating his net worth, it just happens to be that right now slowing AI might do that. Especially if it affects his competition.

  25. comment
    Comment #49107685

    RCU needs discussing in an article like this. It arguably fudges the definitions of all 3 things a little, but you do get them all.