Live data from Hacker News

Viewing profile — PyroLagus

PyroLagus

HN member
Joined
Fri, Oct 06, 2017, 6:42 PM UTC
HN karma
267
Public activity
101 items

About PyroLagus

[ my public key: https://keybase.io/pyrolagus; my proof: https://keybase.io/pyrolagus/sigs/D3oSQKBNXQf0XoT_Kd0mFFeEvGRXDi-ph7CvuW2bGGE ]

Recent public activity

  1. comment
    Comment #22093982

    You shouldn't check calls or texts while driving regardless of the type of phone, and on a smartphone you can at least have it announce who is calling or who sent the text (and eve…

  2. comment
    Comment #22066515

    Why would it matter whether the CEO can code?

  3. comment
    Comment #22066105

    That just sounds terrible for both SEO and accessibility.

  4. comment
    Comment #21808720

    Lab-grown diamond faced the same issue, but now it's considered diamond just the same by the FTC, so I'm not sure what the farmers are hoping for.

  5. comment
    Comment #21369112

    Apex Legends wants to do that at least. I think it's a pretty clever idea. https://kotaku.com/apex-legends-will-make-cheaters-play-agai...

  6. comment
    Comment #21369092

    > I've got no problem with people writing hacks for games; with the shit that gets released these days I expect it would often be far more rewarding than playing the game itself. H…

  7. comment
    Comment #21369083

    It's not petty. Hacks in multiplayer games ruin the game for everyone else, and the hack developer hopes that the hack will stay undetected forever. That's not proud. It's more lik…

  8. comment
    Comment #21182437

    > including your own blood previously stored Wait, really?

  9. comment
    Comment #21150125

    So lock-free datastructures such as ring buffers are like roundabouts, huh?

  10. comment
    Comment #21115435

    Value isn't always apparent immediately. Quantum theory seemed largely useless, but now it's useful in computing.

  11. comment
    Comment #21103057

    Opting out is a trivial technical matter. You could even completely opt out of their search engine indexing if you so desire.

  12. comment
    Comment #21103031

    But they were always able to opt-out of the snippets quite easily. What they wanted was to have the snippets AND to get paid on top of that.

  13. comment
    Comment #21102996

    Well, to be fair. Everyone on here just reads the headlines and then the comments.

  14. comment
    Comment #21102897

    If the news site uses AdSense, which quite a few do, then yes. But I'm not sure if Google's extra profit is that significant. Especially when compared to the benefits the news site…

  15. comment
    Comment #21051627

    > GMO that don't produce viable seeds so I have to buy seeds from you every season. This is literally DRM for plants, isn't it?

  16. comment
    Comment #21048991

    > HTML and CSS are content, not software (they're not executables) - they're like DOC or PDF. Well… https://keithclark.co.uk/labs/css-fps/ You could also argue that DOCs and PDFs a…

  17. comment
    Comment #21031043

    > I'm going to pass on this one. How is /etc not 'extensible'? Without commenting on systemd-homed, since I haven't watched the talk yet; regular users can't modify /etc. Granted, …

  18. comment
    Comment #20987278

    Also, even disregarding security issues. Maybe you just don't want your video game to crash during a boss fight? Memory safety isn't just important for security; it can also preven…

  19. comment
    Comment #20987191

    GUI is definitely an open problem in Rust, but to be fair, cross platform GUI is hard. In all of programming, it seems that Qt is about the best that we have when it comes to cross…

  20. comment
    Comment #20986821

    I wonder if it is actually more complex. Emergent complexity is a thing, and one only needs to look at Go (the game; pun definitely (not) intended). The rules are dead-simple; you …

  21. comment
    Comment #20986543

    > The powerful abstractions that you mention, including generics, are indeed good things, but pardon me but I suspect you've never seen how badly and easily they can be abused in c…

  22. comment
    Comment #20985987

    I've heard some good things about the LG G7 regarding audio. It seems to be able to drive the HD600 pretty damn well even without an external amp.

  23. comment
    Comment #20985981

    Oh wow, I didn't know there were DAC cables, and this is pretty cheap as far as DACs go

  24. comment
    Comment #20985287

    Looking at split-brain patients, it does seem like each hemisphere is a "core" which communicate via the corpus callosum. So you could say that our brains are multi-core.

  25. comment
    Comment #20758403

    I'd say Genode fits the bill. The cool thing is that parent processes have complete control over the services their children access and can block them, replace them, delegate them,…