this post was submitted on 07 Oct 2025
628 points (98.9% liked)

memes

17745 readers
1084 users here now

Community rules

1. Be civilNo trolling, bigotry or other insulting / annoying behaviour

2. No politicsThis is non-politics community. For political memes please go to !politicalmemes@lemmy.world

3. No recent repostsCheck for reposts when posting a meme, you can only repost after 1 month

4. No botsNo bots without the express approval of the mods or the admins

5. No Spam/Ads/AI SlopNo advertisements or spam. This is an instance rule and the only way to live. We also consider AI slop to be spam in this community and is subject to removal.

A collection of some classic Lemmy memes for your enjoyment

Sister communities

founded 2 years ago
MODERATORS
 
top 50 comments
sorted by: hot top controversial new old
[–] BennyInc@feddit.org 119 points 1 week ago (3 children)

Tip: keep refreshing the tracking page every 60 seconds. This makes the parcel travel even faster.

[–] RaivoKulli@sopuli.xyz 23 points 1 week ago (1 children)

No it's like bittorrent downloads, if you look at it it goes slower!

[–] x4740N@lemmy.world 8 points 1 week ago (2 children)

For me it goes faster for some reason when I look at it but gets slower when I look away

[–] Edgarallenpwn@midwest.social 4 points 1 week ago

The magic packet fairies are no different than us. Move the data when the boss is looking, and have some fun when they walk away.

load more comments (1 replies)
[–] MarauderIIC@lemmy.zip 4 points 1 week ago

Little known fact: refreshing the tracking page not only tells the company that you are invested in your package's arrival time, this telling them to prioritize it, it also pumps electrons into the cardboard so that it is attracted to the fastest moving delivery vehicle.

(Just kidding, neither of these things are true.)

load more comments (1 replies)
[–] shneancy@lemmy.world 55 points 1 week ago

theatrically turn away from the tracking page and make it feel like you don't care, it can smell your fear, the same way a printer does, and it'll then arrive a day after you need it the most

[–] Beacon@fedia.io 33 points 1 week ago (2 children)

If it's a spinning disk hard drive then do a low level format i.e. do a security write zeros on the whole disk (be sure to delete all partitions first). This will try to write a zero to every single sector, and any bad sectors will be removed from use.

[–] redsand@lemmy.dbzer0.com 16 points 1 week ago

https://wiki.archlinux.org/title/Badblocks

dd /dev/urandom after if you're encrypting the disk

[–] hemko@lemmy.dbzer0.com 12 points 1 week ago* (last edited 1 week ago) (1 children)

I don't think you need to delete the partitions separately, since it's just a table at the very beginning of which parts of the disk belong to which partition?

So if you dd zeroes over everything, the first thing that gets deleted is the partitioning table

I might be wrong here, or maybe it doesn't apply to every situation, but that's how I've understood it to work

Also a tip for OP: don't write zeroes over it, but random data (dd if=/dev/urandom ...). It's a bit more secure as it makes it harder to see the size and location of the encrypted data on the disk

[–] Beacon@fedia.io 5 points 1 week ago (1 children)

I've found that on some systems and some utility apps, if there are partitions present then doing a zeroing pass only zeros the partition rather than the entire drive itself

[–] jaybone@lemmy.zip 8 points 1 week ago (2 children)

I’m guessing that is not dd

[–] naeap@sopuli.xyz 9 points 1 week ago

Yeah, dd does as told and doesn't care about your tears about the stupid typo

[–] Beacon@fedia.io 3 points 1 week ago (1 children)

Correct, it was the built it disk utility app on Mac. I had a giant drive with a few partitions and clicked to do a zero pass and it finished in a half second. Obviously there was no way it completed that fast. I did some empirical testing based on completion time and sure enough it only zeroes a single partition rather than the entire disk

load more comments (1 replies)
[–] lurch@sh.itjust.works 25 points 1 week ago

Any tips?

yeah, wipe that shit, especially an MBR if present.

... or, if you're evil, run photorec /s

[–] Fiery@lemmy.dbzer0.com 19 points 1 week ago

When it finally arrives you should run some tests to ensure the drive is not bad. This repo is a decent resource: https://github.com/Spearfoot/disk-burnin-and-testing

[–] skulkbane@lemmy.world 12 points 1 week ago (2 children)

Recover the data on it. Burn it with fire. Cry because you saw what it was.

Ask yourself why there is a school report on an animation studio on the "new" laptop your "stepmothers" mother bought and used towards the end as she lost her senses thinking people were spying on her trying to hide everything from "the them" deleting what ever she thought was spying on her.

[–] stinky@redlemmy.com 5 points 1 week ago (3 children)
load more comments (3 replies)
load more comments (1 replies)
[–] dumbass@aussie.zone 11 points 1 week ago (2 children)

This is why I stopped ordering from wish, I study the tracking like I'm investigating the cartel.

[–] Engywuck@lemmy.zip 8 points 1 week ago

No kidding, once I was able to exactly follow the route of my laptop shipped from Lenovo (China) on flightradar after a careful study of carrier/parcel number/tracking events time and don't remember what else. It was literal real time tracking. Don't even remember how I did it.

[–] jaybone@lemmy.zip 3 points 1 week ago

With wish, that might be exactly what you are investigating.

[–] VinesNFluff@pawb.social 10 points 1 week ago* (last edited 1 week ago) (2 children)

Don't look at it.

Boot into a linux live usb

Run dd if=/dev/zero of=/dev/<driveid>

I probably didn't get that perfect, but, close enough. Look it up on the internet or check the man page idk

[–] zephiriz@lemmy.ml 8 points 1 week ago (1 children)

What is this where did my OS go?

I love dd. Hate using USB programs to burn iso they are all different and weird but man dd is great.

load more comments (1 replies)
[–] tiramichu@sh.itjust.works 3 points 1 week ago* (last edited 1 week ago) (1 children)

When it comes to old drives, looking is half the fun.

load more comments (1 replies)
[–] sefra1@lemmy.zip 10 points 1 week ago (4 children)

Yes, tip number 1: never buy an used HDD

Tip number 2: check smart if there are relocated sectors return it

Tip number 3: run badblocks on the drive, (-w mode) and if there are no errors then check smart again, if there are errors or relocated sectors return the drive

Good luck!

[–] kadu@scribe.disroot.org 6 points 1 week ago (1 children)

Yes, tip number 1: never buy an used HDD

That's not a good tip.

[–] sefra1@lemmy.zip 4 points 1 week ago (5 children)

It's the best tip, buying an used HDD is asking for trouble

load more comments (5 replies)
[–] thermal_shock@lemmy.world 3 points 1 week ago* (last edited 1 week ago) (1 children)

Your tip 1 isn't good for all situations. I have a 4 drive RAID 10 setup I have zero issues putting a used drive in after I test and inspect. Used doesn't mean trash, it's all situational.

Also, backup backup backup.

And "used" could be used wrong here, I typically use serverpartdeals and get 20TB+ drive sizes, refurbished. They come with a 5 year warranty and will get them replaced if there are issues.

load more comments (1 replies)
load more comments (2 replies)
[–] fckreddit@lemmy.ml 9 points 1 week ago (1 children)

Meditate until you reach the realization that, hdd is useless, all material stuff is useless and you have reached nirvana.

[–] jaybone@lemmy.zip 9 points 1 week ago

But I was downloading nirvana on my used hdd.

[–] elucubra@sopuli.xyz 8 points 1 week ago (2 children)

I don't buy used HDDs, or brake pads, or helmets, or climbing rope, or...

[–] Agent641@lemmy.world 5 points 1 week ago
load more comments (1 replies)
[–] ozymandias@lemmy.dbzer0.com 8 points 1 week ago (1 children)

use data recovery software to find out what used to be on there

[–] PattyMcB@lemmy.world 4 points 1 week ago (2 children)
[–] ShaggySnacks@lemmy.myserv.one 9 points 1 week ago

Just hope it's legal porn.

[–] Edgarallenpwn@midwest.social 5 points 1 week ago (1 children)

Quick way to turn a 12tb drive into a 8tb drive on arrival.

[–] ozymandias@lemmy.dbzer0.com 8 points 1 week ago (1 children)

i heard trump has pedobytes of porn stashed…

[–] ILikeBoobies@lemmy.ca 3 points 1 week ago (1 children)

What do you think the giant Utah data centre is for?

14 year old’s snapchat nudes.

load more comments (1 replies)
[–] Atlusb@lemmy.world 7 points 1 week ago

I'm very impatient. I find planning how you will use the item helps a bit.

[–] stinky@redlemmy.com 7 points 1 week ago (1 children)

You guys are ordering packages?

[–] ivanafterall@lemmy.world 6 points 1 week ago

I used to order packages when I had money a long time ago. It was pretty cool. AMA.

[–] stupidcasey@lemmy.world 6 points 1 week ago (1 children)

Are you the reason eBay asks for GPS data?

load more comments (1 replies)
[–] x4740N@lemmy.world 6 points 1 week ago (1 children)

This was me when I was ordering the parts for my gaming pc

[–] bitjunkie@lemmy.world 3 points 1 week ago (1 children)

Then when they get here they sit in the boxes for 6 months before the build just as God intended

[–] corsicanguppy@lemmy.ca 4 points 1 week ago

I feel this deep in my homelab.

[–] stoy@lemmy.zip 5 points 1 week ago

I suggest waiting for delivery before further action.

[–] sirico@feddit.uk 5 points 1 week ago

Start emailing and bombing review sites until you get a photo of it in dispatch

[–] jaybone@lemmy.zip 5 points 1 week ago

Turns out, you already have a used HDD.

[–] ameancow@lemmy.world 5 points 1 week ago

if it's a traditional/old style with a spinning magnetic disc, listen for clicking sounds as it reads, if you hear clicks it's probably about to die, don't put anything valuable on it.

[–] Fleur_@aussie.zone 3 points 1 week ago

Infamous advice after purchasing questions

load more comments
view more: next ›