Viewing profile — rincewind
rincewind
HN member- Joined
- Sat, Jan 12, 2008, 4:14 PM UTC
- HN karma
- 446
- Public activity
- 156 items
- HN profile
- View on Hacker News ↗
About rincewind
No profile information was provided.
Recent public activity
-
comment
Comment #49017674
I'm not sure how I feel about "Entangled Life" on the first page of books in "science". Isn't that slop? I mean, it's pop-science bullshit, and it's based on feelgood extrapolation…
-
comment
Comment #33581887
I was asking myself: Why? Isn't this in bad taste? Isn't this continuing a meme long after it has turned from funny to sad? I am sure the answer is just because we can, just for fu…
-
comment
Comment #33278978
hand-held laser speed measuring
-
comment
Comment #32287604
Wayland will stop sucking when distros and Wayland developers stop dismissing these concerns by comparing them to people who didn't want to adopt systemd. The worst part of this mi…
-
comment
Comment #32055913
It's really hard to figure out how the system differs from PeopleMover. Is this new tech, or just a new vendor for basically the same design they have at Disney? Wait, is this a Ma…
-
comment
Comment #30751101
Gnome is the worst of the wayland compositors in terms of spec compliance. KDE and sway are much better in this regard. What good is having protocol specifications when the referen…
-
comment
Comment #30584911
Open source is the "development model", free software is the license. I thought this was common knowledge.
-
comment
Comment #30579087
There is a difference between free software and open source, and this may be the former, but is not the latter
-
comment
Comment #30525518
This might be controversial, but I honestly think it's important to recognise and counteract his in content moderation. When people deliberately give bad info they should be banned…
-
comment
Comment #30054547
But if you want to move the heat away from a CPU, wouldn't you want to pump more electricity into the Peliter element to move heat away faster?
-
comment
Comment #30020842
Yeah, this is the version that is not true
-
comment
Comment #30009643
I have tried to find the roots of this "pizza effect" myth, but all I could find is somebody making a point about mindfulness meditation and yoga, and I am not even sure how it hol…
-
comment
Comment #29497820
No, it's not about the "optimal way", it's about the oft-cited the factoid "90% of people are haptic learners, 30% are visual learners, 15% are auditory learners, 25% are text-base…
-
comment
Comment #29461223
I want this guy to duke it out with the developers of chicken scheme
-
comment
Comment #29440123
People who say "electric cars are good enough now, the median distance driven is just 20km anyway" act as if that's a good thing. If you use an electric car only for a commute, why…
-
comment
Comment #28800149
Is this a parody? Is this deliberately designed flame bait? It reminds me of adequacy.org back in the day. I don't think I should discuss this post on its merits, because (I suspec…
-
comment
Comment #28536976
Canon? Isn't Turing being canonised the problem in the first place?
-
comment
Comment #28480014
I use json schema. I used to understand what it is and what it does. Now I don't.
-
comment
Comment #28405030
The last time I evaluated these for use in my app, I found that the "consistent" and "minimalist" visual style makes it really difficult to recognise object/plant/food emoji from o…
-
comment
Comment #28356645
That doesn't seem right. Does that mean when I buy any proprietary software and then reverse engineer and leak the source code, they can't sue me?
-
comment
Comment #27787303
It would not be correct in German either (source: Native speaker, went to Grammar School). This is just another instance of North Americans (I haven't really seen this in British E…
-
comment
Comment #27688787
Sometimes I think anti-recommendations (e.g. asyncio) are far more useful. You don't learn a lot from many open source libraries or standard library modules if you try to imitate t…
-
comment
Comment #24941067
This comes to mind: https://store.steampowered.com/app/951360
-
comment
Comment #24940986
pygame team member here There's an important caveat: We provide an API for the SDL2 render system, and some functionality for up-scaling pixel art games on the GPU, but existing py…
-
comment
Comment #24605012
It's true. Source: I benchmarked some PyGame pixel pushing. HPy might alleviate that in the future, but C extensions need to switch to HPy for that.