He can’t hear you!
- 0 Posts
- 34 Comments
eclipse drawing tool
Sweet.
Hey, how’s it going? I managed to do about 40 disks this week (still a fraction of my hoard), though most of them had errors and I’m not sure if my method is the best way to image corrupted disks, to allow for future error correction.
everett@lemmy.mlto Technology@lemmy.world•AI is rotting your brain and making you stupidEnglish12·7 days agoThe article literally addesses this, citing sources.
everett@lemmy.mlto Dad Jokes@lemmy.world•Today I had a job interview at a mirror factoryEnglish6·8 days ago“Where do you see yourself in five years?”
“A mirror.”
everett@lemmy.mltoPolitical Memes@lemmy.world•Trump Warns Of The Perils Of 'Trophy Wives' During West Point Commencement Speech2·8 days agoWhat have you done for us lately?
“My $5 wrench says you better start installing Windows.”
Great, thanks! Full disclosure: this is how long mine has been on my to-do list.
Created 2014-01-03 22:43
Modified 2020-06-24 11:45
I’m finally setting myself a due-date: later this week. Check in with me, bud, I’ll check in with you!
By your own admission, 10 MB of data could be a shit-ton of stuff that sounds important to you. Just get it done.
And to not be a hypocrite, I’ll get going on my own similar project I’ve been putting off for years, haha. Do we have a deal?
everett@lemmy.mlto Ask Lemmy@lemmy.world•people keep talking about how "em dashes" are evidence of ai. i use them all the time. am i a computer now?3·10 days agoI don’t know, it seems like a fairly minimalist OS.
everett@lemmy.mlto Ask Lemmy@lemmy.world•Sometimes there is a sign saying "front in parking only" and I get it for angled parking spots but why would a sign like this ever exist for normal spots?111·11 days agoI suspect that some paid places use automated license plate readers to check for non-payment, or could be checking manually but having all the cars front-in could still save the manual checker the labor of walking around cars.
edit: In recent years I’ve actually been in parking garages and seen seen a hapless security guard walking car to car, photographing the back of each one. (I’ve also seen ‘meter-readers’ doing the same thing in paid street parking areas.) I wouldn’t be surprised if a car-mounted version also existed, which is what I meant when I speculated about automation.
Tight timeline, but I guess you could be a grandparent.
“Here, have a Werther’s.”
But what do you think?
everett@lemmy.mlto Linux@lemmy.ml•Massive data backup question: What Linux software do you folks recommend for helping sort out and organize terabytes of files and remove duplicates?5·26 days agoI ain’t about to play headgames on what I have and haven’t salvaged already, I must keep track of what device stores what, what filename is what, and what dates are what.
This is precisely the headache I’m trying to save to you from: micromanaging what you store for the purpose of saving storage space. Store it all, store every version of every file on the same filesystem, or throw it into the same backup system (one that supports block-level deduplication), and you won’t be wasting any space and you get to keep your organized file structure.
Ultimately, what we’re talking about is storing files, right? And your goal is to now keep files from these old systems in some kind of unified modern system, right? Okay, then. All disks store files as blocks, and with block-level dedup, a common block of data that appears in multiple files only gets stored once, and if you have more than one copy of the file, the difference between the versions (if there is any) gets stored as a diff. The stuff you said about filenames, modified dates and what ancient filesystem it was originally stored on… sorry, none of that is relevant.
When you browse your new, consolidated collection, you’ll see all the original folders and files. If two copies of a file happen to contain all the same data, the incremental storage needed to store the second copy is ~0. If you have two copies of the same file, but one was stored by your friend and 10% of it got corrupted before the sent it back to you, storing that second copy only costs you ~10% in extra storage. If you have historical versions of a file that was modified in 1986, 1992 and 2005 that lived on a different OS each time, what it costs to store each copy is just the difference.
I must reiterate that block-level deduplication doesn’t care what files the common data resides in, if it’s on the same filesystem it gets deduplcated. This means you can store all the files you have, keep them all in their original contexts (folder structure), without wasting space storing any common parts of any files more than once.
everett@lemmy.mlto Linux@lemmy.ml•Massive data backup question: What Linux software do you folks recommend for helping sort out and organize terabytes of files and remove duplicates?5·26 days agoEither I’m massively misunderstanding why it is you want to curate your backup by hand, or you’re missing the point of block-level deduplication. Shrug, either is possible.
everett@lemmy.mlto Linux@lemmy.ml•Massive data backup question: What Linux software do you folks recommend for helping sort out and organize terabytes of files and remove duplicates?7·26 days agoacross the different devices and media, the folder and file structure isn’t exactly consistent.
That’s the thing: it doesn’t need to be. If your backup software or filesystem supports block-level deduplication, all matching data only gets stored once, and filenames don’t matter. The files don’t even have to 100% match. You’ll still see all your files when browsing, but the system is transparently making sure to only store stuff once.
Some examples of popular backup software that does this are Borgbackup and Restic, while filesystems that can do this include BTRFS and ZFS.
everett@lemmy.mlto Ask Lemmy@lemmy.world•what's something from your job that could kill a horror movie monster/villain?53·28 days agoClient feedback.
Alright, alright, alright, alright, alright, alright!