Viewing profile — PyroLagus
PyroLagus
HN member- Joined
- Fri, Oct 06, 2017, 6:42 PM UTC
- HN karma
- 267
- Public activity
- 101 items
- HN profile
- View on Hacker News ↗
About PyroLagus
Recent public activity
-
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…
-
comment
Comment #22066515
Why would it matter whether the CEO can code?
-
comment
Comment #22066105
That just sounds terrible for both SEO and accessibility.
-
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.
-
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...
-
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…
-
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…
-
comment
Comment #21182437
> including your own blood previously stored Wait, really?
-
comment
Comment #21150125
So lock-free datastructures such as ring buffers are like roundabouts, huh?
-
comment
Comment #21115435
Value isn't always apparent immediately. Quantum theory seemed largely useless, but now it's useful in computing.
-
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.
-
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.
-
comment
Comment #21102996
Well, to be fair. Everyone on here just reads the headlines and then the comments.
-
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…
-
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?
-
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…
-
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, …
-
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…
-
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…
-
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 …
-
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…
-
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.
-
comment
Comment #20985981
Oh wow, I didn't know there were DAC cables, and this is pretty cheap as far as DACs go
-
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.
-
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,…