IDK really. I’m repeating what I saw someplace years ago. I would say do a real RAID if you manage it. Maybe RAID 5 on 3 drives.
- 0 Posts
- 10 Comments
- solrize@lemmy.mltoSelfhosted@lemmy.world•Help choosing a good HDD for my home server?English2·2 days ago
- solrize@lemmy.mltoSelfhosted@lemmy.world•Help choosing a good HDD for my home server?English81·3 days ago
While I don’t exactly intend to run RAID, I ended up choosing nas drives for the 24/7 intended usage,
The purpose of a NAS drive is to be LESS reliable than a regular drive, not more reliable. Explanation: if a regular drive gets a read error on a block, it will retry for quite a while before giving up. The host, meanwhile, has to wait for the data to be retrieved if the retries work. That’s all it can really do, wait and hope. Meanwhile, the waiting slows the application down.
A NAS drive instead will fail once or twice, then give up immediately, since it knows that it’s in a RAID system and that the data is also present on other disks. The RAID then puts the data together from the other drives and gets it to the host, logging the error. It will also hopefully mark the bad block on the drive with the read failure, and rewrite the recovered data to a spare sector. So this is faster than all the retries even though the drive that had the bad block gives up on it rather than attempting recovery by repeated reads.
So if you buy NAS drives, put them in a RAID.
Drives are currently around 2x as expensive as a year or so ago but they are available if you can afford them. I guess that’s better than shortages where they’re hard to find even if you can pay. We’ve had that before too.
I like to think the current situation will settle out. Who knows though. Drive space is still way less expensive than in 2010 or anything like that.
- solrize@lemmy.mltoTechnology@lemmy.world•Are you ready for what it takes to stop ghost guns? New laws in California and New York might stop anyone from 3D printing guns — and create entirely new kinds of surveillance.English10·5 days ago
Won’t stop anyone, but luckily I lost my 3D printer in a boating accident.
- solrize@lemmy.mltoTechnology@lemmy.world•Poll finds 90% in favour of social media age ban, while advocates urge action for online harmsEnglish7·7 days ago
One can support a social media age ban (similar to the porn age bans that have existed since forever) while opposing the implementation proposal (invasive age verification needed for nearly everything).
From what I can tell, the definition of social media in the ban proposals amounts to the presence of algorithmic amplification of clickbait and outrage. It’s not too big a stretch to support banning that altogether, not just for minors. Traditional forums would still be fine, and Lemmy would be fine if it changed a few features that are arguably bad anyway.
- solrize@lemmy.mltoTechnology@lemmy.world•Valve open source the Steam Machine e-ink screen so you can make your ownEnglish1·7 days ago
Yeah trouble is those use a lot of power, from what I heard. I’m satisfied with a usable e-reader that can flip pages at tolerable speed.
- solrize@lemmy.mltoTechnology@lemmy.world•Valve open source the Steam Machine e-ink screen so you can make your ownEnglish29·8 days ago
This is a bunch of stuff that you can order from Adafruit, so idk where Steam comes into it.
Also the screen is 5.83" which is a yawner. It’s a drag that e-ink screens are still all so small. Wake me up when there’s an affordable 14 inch one or larger, that doesn’t take 20+ seconds to refresh. 1 second is tolerable. Motion video is not required.
- solrize@lemmy.mltoSelfhosted@lemmy.world•The prices differences of different providers for the same domain is crazy.English1·12 days ago
I think ID for new customers is widespread now because of the growth of scams. I enrolled at Porkbun from the US a number of years ago without ID (before they started asking for it) and they haven’t asked me for it retroactively, so I don’t think it’s required, it’s just something they do as an anti-scam measure. I’ve never tried for a UK or other national domain from them.
- solrize@lemmy.mltoTechnology@lemmy.world•"We Listened" - Commodore Reduces The Price Of Its Forthcoming Callback 8020 'Dumbphone'English0·18 days ago
Was $500 now $400 still lol.
- solrize@lemmy.mltoLinux@lemmy.ml•Copy Fail (CVE-2026-31431) is a trivially exploitable logic bug in Linux, reachable on all major distros released in the last 9 years. A small, portable python script gets root on all platforms.0·2 months ago
some other vuln
You mean like inveigling it into a pypi or npm or whatever package? Checks out.
Remember you have to say apt dist-upgrade to get the minor version bump.