Readit News logoReadit News
acranox commented on Mini NASes marry NVMe to Intel's efficient chip   jeffgeerling.com/blog/202... · Posted by u/ingve
ndiddy · 2 months ago
Another thing is that unless you have a very specific need for SSDs (such as heavily random access focused workloads, very tight space constraints, or working in a bumpy environment), mechanical hard drives are still way more cost effective for storing lots of data than NVMe. You can get a manufacturer refurbished 12TB hard drive with a multi-year warranty for ~$120, while even an 8TB NVMe drive goes for at least $500. Of course for general-purpose internal drives, NVMe is a far better experience than a mechanical HDD, but my NAS with 6 hard drives in RAIDz2 still gets bottlenecked by my 2.5GBit LAN, not the speeds of the drives.
acranox · 2 months ago
Don’t forget about power. If you’re trying to build a low power NAS, those hdds idle around 5w each, while the ssd is closer to 5mw. Once you’ve got a few disks, the HDDs can account for half the power or more. The cost penalty for 2TB or 4TB ssds is still big, but not as bad as at the 8TB level.
acranox commented on GPT-4o   openai.com/index/hello-gp... · Posted by u/Lealen
selestify · a year ago
Do you remember where you read that comic? Sounds like a fun read
acranox · a year ago
acranox commented on An exabyte of disk storage at CERN   home.cern/news/news/compu... · Posted by u/kakokeko
LordShredda · 2 years ago
How would you even fill that? Particle collisions might generate a lot of data, but I find it hard to imagine it would need that much
acranox commented on NHTSA tells automakers not to comply with Massachusetts right-to-repair law   autoblog.com/2023/06/14/u... · Posted by u/mistercheph
teeray · 2 years ago
Massachusetts could probably double down and say “no car can be registered in the state of Massachusetts not in compliance with right-to-repair by 202X”.

Then, even with federal preemption, the auto manufacturers would be forced to comply.

acranox · 2 years ago
https://www.bostonglobe.com/2023/06/15/business/subaru-buyer...

“ Subaru and another automaker, Kia, have been especially aggressive in resisting the law. While other companies are counting on a long-running federal lawsuit to overturn the statute, Kia and Subaru opted to shut off the features in their vehicles that are covered by the law.”

acranox commented on SanDisk Extreme SSDs keep abruptly failing–firmware fix for only some promised   arstechnica.com/gadgets/2... · Posted by u/cm_silva
Seattle3503 · 2 years ago
Is there the equivalent of Backblaze's HD stats for SSDs?
acranox · 2 years ago
There’s always Backblaze’s SSD stats. https://www.backblaze.com/blog/ssd-edition-2022-drive-stats-...
acranox commented on Server BMCs can need to be rebooted every so often   utcc.utoronto.ca/~cks/spa... · Posted by u/zdw
digitallyfree · 3 years ago
That was an old Cisco server, right? I think those models still require Flash even if they're fully updated, and people have to use VMs with Flash installed to access the BMC.
acranox · 3 years ago
Yep. I think you may be right, it’s EOL and probably doesn’t have any more updates available. I have a VM for when I need old Java, but I was going to need an older VM to run Flash, and that just wasn’t how I wanted to spend my time. :D
acranox commented on Server BMCs can need to be rebooted every so often   utcc.utoronto.ca/~cks/spa... · Posted by u/zdw
dveeden2 · 3 years ago
There are too many names for the BMCs, even within a single vendor. BMC, ILO, LOM, DRAC, iDRAC, etc

And the worst are those that use java applets or webstart and require a ancient java version.

acranox · 3 years ago
Even worse was one of mine last year that needed Flash. Apparently we neglected to update it. I can handle ancient Java, but trying to get Flash setup was going to be futile, so I just went to the data center.
acranox commented on It Belongs in a Museum: Isabella Stewart Gardner builds a place to house her art   laphamsquarterly.org/roun... · Posted by u/prismatic
ddhhyy · 3 years ago
There was a high-profile theft of 13 works from this museum in 1990 that remains unsolved with no arrests made and no works recovered.

https://en.wikipedia.org/wiki/Isabella_Stewart_Gardner_Museu...

There is also a Netflix documentary on the theft called "This is a Robbery"

acranox · 3 years ago
If this topic interests you, the “Last Seen” podcast will be worth listening to. https://www.wbur.org/inside/2018/07/19/wbur-and-the-boston-g...
acranox commented on The various scripts I use to back up my home computers using SSH and rsync   github.com/eamonnsullivan... · Posted by u/tosh
wereallterrrist · 3 years ago
I find it very, very hard to go wrong with Syncthing (for stuff I truly need replicated, code/photos/text-records) and ZFS + znapzend + rsync.net (automatic snapshots of `/home` and `/var/lib` on servers).

The only thing missing is -> I'd like to stop syncing code with Syncthing and instead build some smarter daemon. The daemon would take a manifest of repositories, each with a mapping of worktrees->branches to be actualized and fsmonitored. The daemon would auto-commit changes on those worktrees into a shadow branch and push/pull it. Ideally this could leverage (the very amazing, you must try it) `jj` for continous committing of the working copy and (in the future, with native jj formart) even handle the likely-never-to-happen conflict scenario. (I'd happily collaborate on a Rust impl and/or donate funds to one.)

Given the number of worktrees I have of some huge repos (nixpkgs, linux, etc) it would likely mark a significant reduction in CPU/disk usage given what Syncthing is having to do now to monitor/rescan as much as I'm asking it to (given it has to dumb-sync .git, syncs gitignored content, etc, etc).

acranox · 3 years ago
Sparkleshare does something kind of similar. It uses git as the backend automatically sync directories on a few computers. https://www.sparkleshare.org/

u/acranox

KarmaCake day665April 29, 2015View Original