nanodeath
|
4 months ago
|
on: Why should I care what color the bikeshed is? (1999)
Including this one, 34 times :')
nanodeath
|
1 year ago
|
on: Paxlovid: You'd have expected more
To add to the anecdata here, I had covid for a week (bedridden but otherwise not that bad), then had a single day in which I tested negative, and then it rebounded for a week, due to Paxlovid. Sounded like it was pretty common. So that was a waste of 15 days. On the plus side, my second week was much the same as the first week as far as symptoms go.
nanodeath
|
1 year ago
|
on: Ask HN: Who is hiring? (January 2025)
I was amused they don't commit to either "full-stack" or "fullstack" spellings :)
nanodeath
|
1 year ago
|
on: No Uptime Hosting (2006)
The HTML source is pretty good too. A doctype that's half HTML5, half XHTML. A pre-IE7 script tag thing. A meta-keywords tag. Lists that don't actually use any list tags. Raw PHP tags being dumped into the HTML output. No closing body or html tags. This joke has _layers_, man.
nanodeath
|
2 years ago
|
on: Currying in Kotlin
I _think_ what they're saying is a specialized/curried function that takes a single argument is better than the method it's replacing that takes three strings or whatever. That is, `foo.a("a").b("b").c("c")` is better than `foo.a("a", "b", "c")`. Which...sure, but 1. if you're really passing 2-3 parameters in with identical types, maybe use inline value classes instead? Or at least type aliases?, and 2. if you can't or don't want to do that, named arguments help.
nanodeath
|
3 years ago
|
on: GoldWave Open Source Goal
Chrome desktop, too. Fun.
nanodeath
|
4 years ago
|
on: Why is Excalidraw so good?
Isn't the first word of the article a link to the tool? Maybe it was added after your comment.
nanodeath
|
4 years ago
|
on: 94% of the universe’s galaxies are permanently beyond our reach
nanodeath
|
4 years ago
|
on: Memcached vs. Redis – More Different Than You Would Expect
> If the value was in your L1 cache the difference in access time is 100 ns vs 1 ms which is an order of magnitude faster.
I see this mistake all the time, even in print! It's millis -> micros -> nanos, so...that's a lot more than a single order of magnitude.
nanodeath
|
4 years ago
|
on: Father builds exoskeleton to help wheelchair-bound son walk
Similarly I thought of Death Stranding :)
Though I guess exoskeletons are not uncommon in sci-fi.
nanodeath
|
4 years ago
|
on: Duolingo S-1 IPO
> "pull this pin to drop lava on the knight" that you see advertised on Facebook
Not at all your point, of course, but someone got fed up with those ads and actually made the game depicted: https://www.theactualgame.com/
nanodeath
|
5 years ago
|
on: HTML5 still doesn't replicate what mattered about Flash
IIRC one of Chrome's various selling points when it launched was that Flash was bundled in, so 1. you always had Flash and 2. the plugin was more likely to be properly compatible with the browser, and 3. because Chrome updated constantly, that means you got updated Flash, too. So they definitely were trying to address that glaring pain point you brought up.
nanodeath
|
5 years ago
|
on: This electrical transmission tower has a problem
Hm...it's unclear whether you read the stream. They had reason to believe that the C-hook would fail after 97-100 years, yet weren't even checking the C-hooks on towers that were 100 years old. That seems willfully negligent.
nanodeath
|
5 years ago
|
on: Mosquitoes kill more than 700k people every year (2017)
I can't tell if this is a troll comment. The article makes no mention of hydroxychloroquine.
nanodeath
|
6 years ago
|
on: You might literally be buying trash on Amazon
Pretty sure there are places online where you can sell/exchange gift cards.
nanodeath
|
7 years ago
|
on: Mondelez cuts ties with 12 palm oil suppliers, citing deforestation
You might also be interested in Buycott.
nanodeath
|
7 years ago
|
on: “The End” – Limit Theory shuts down after six years of solo development
Yeah...maybe. It sounds like a huge very-custom engine. Easily could be faster to start over using Unreal or Unity.
nanodeath
|
7 years ago
|
on: Postmortem for Malicious Packages Published on July 12th, 2018
> package signing and verification
You're the first person I've seen mention this, which seems like it should be the first and most obvious line of defense against bad stuff like this. +1
nanodeath
|
8 years ago
|
on: Windows 10 1803 Update Failure
Eh, I had a similar problem. I'm low on disk space on C:, but it was able to download the update to C: + E: (E: is a partition on the same drive). Partway through installing the update, it asks me to "insert" disk E, which obviously I can't. Had to roll back the whole update. Now I'm kinda glad I did.
nanodeath
|
8 years ago
|
on: It's time to head back to RSS?