Viewing profile — ADefenestrator
ADefenestrator
HN member- Joined
- Wed, Dec 21, 2016, 3:40 AM UTC
- HN karma
- 18
- Public activity
- 47 items
- HN profile
- View on Hacker News ↗
About ADefenestrator
No profile information was provided.
Recent public activity
-
comment
Comment #46201846
Yes, this is a reasonably common strategy. It's how Cassandra's batch and group commit modes work, and Postgres has a similar option. Hopefully NATS will implement something simila…
-
comment
Comment #45135485
The Samsung consumer drives definitely don't do well under sustained high write workloads. The SLC cache fills up after a while, and write speeds drop drastically. The They also ha…
-
comment
Comment #38976066
vB itself isn't FOSS. XenForo is the best alternative by a fair margin, but for FOSS there's good old PHPBB.
-
comment
Comment #35130961
Yeah, even in a case like this where they turned out to be right, it might be one of those "predicted 15 out of the last 2 recessions" sorts of things.
-
comment
Comment #26129753
Wouldn't have necessarily had to be nearly as bad as IE6 for security, either. Just lock the special browser to facebook.com only, or even just the ads API, and there's not a lot o…
-
comment
Comment #24562153
It's a bit hard when the temperature deltas are so small, though. It probably works well if you're pre-heating air before the main heat source in a very cold region, but otherwise …
-
comment
Comment #23158974
I've heard they are actually closer to production, but yeah.. HAMR's been "a couple years away" for over a decade at this point, I think.
-
comment
Comment #23081690
I haven't dug too deeply, but it's unclear whether anything but the Asrock Rack boards have full validated ECC implementations for Ryzen (vs just using the memory but ignoring ECC)…
-
comment
Comment #23081529
Pretty far. Since we cram so many drives into each server, our total server count is actually relatively low for the amount of storage we have. I'm not sure exactly how many units …
-
comment
Comment #23076827
It definitely doesn't write it to disk first. It's basically a pipe() under the hood, but exposed as a file descriptor. Downside is that seeking doesn't work, but that shouldn't af…
-
comment
Comment #23076783
Disclaimer - Backblaze employee here, but just speaking for myself: It was.. sort of cheaper. They didn't actually build the servers, and as described the server wouldn't work (onb…
-
comment
Comment #23071253
Hi! Backblaze employee who did some of the LB stuff here. It's relatively standard/straightforward. There's a L4 load balancing layer using IPVS and ECMP-via-BGP, then a custom app…
-
comment
Comment #22798042
The US was too little and too late with testing for contact tracing to work. It might become possible again if the number of cases gets low enough, though.
-
comment
Comment #22798021
The exact numbers? Of course not. Especially early on, they were suppressing information in addition to just not having complete information themselves. The cat's out of the bag at…
-
comment
Comment #22797980
It's not just intubation but varying other protocols for treating sepsis, ARDS, etc depending on the exact set of symptoms. Even the ventilator itself is far from "hook it up and l…
-
comment
Comment #22737565
Probably a lot of the other way around as well. Google employees likely use Chrome and Docs/Sheets heavily, so they get a rapid high-quality feedback loop with any bugs or performa…
-
comment
Comment #22735074
"prone to" is putting it mildly. ICMP echo requests tend to be processed by the often relatively anemic control plane CPU rather than ASICS and are at the bottom of the heap in ter…
-
comment
Comment #22579718
In addition to the SATA port multipliers, they'd need actual SATA PCIe cards. Basically nobody makes a motherboard with onboard SATA that supports port multipliers.
-
comment
Comment #22579636
That's the price being paid for the storage, but is it actually covering the cost of providing that storage? Or is it just 100-300 people who thought "Huh, neat, I'll toss a host o…
-
comment
Comment #22579511
Even if it had slots for the splitter cable, Intel and AMD onboard SATA explicitly doesn't support port multipliers as far as I know. You can buy PCIE SAS cards that do for relativ…
-
comment
Comment #20724733
The trick is this: the chances that a specific fund will do well that long via luck are very low, but the chances that there exists a fund among all that exist that has done well v…
-
comment
Comment #20519562
I'm not too familiar with JVM internals or Spark, but I know with Cassandra at least there's a cost to off-heap memory. You gain in GC, but eventually you have to move that data in…
-
comment
Comment #19815364
A bit apples and oranges, though. The ASCI Red is a general-purpose computer that ran whatever you wanted via the full x86 instruction set. The Xavier and Tesla chips are basically…
-
comment
Comment #19408733
Colo can mean "rent a suite from DRT in one location and a building in another" in addition to space in a rack. Lyft's probably around that size (and it's a good idea to do some co…
-
comment
Comment #19408709
Depends on the case. Facebook at least generally replaces drives as they go. In a pipelined fashion rather than as they fail, though. So, a given drive failure doesn't lead to imme…