this post was submitted on 10 Jun 2024
1130 points (98.7% liked)

Programmer Humor

25773 readers
1293 users here now

Welcome to Programmer Humor!

This is a place where you can post jokes, memes, humor, etc. related to programming!

For sharing awful code theres also Programming Horror.

Rules

founded 2 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[โ€“] Semi_Hemi_Demigod@lemmy.world 51 points 1 year ago (24 children)

Pro tip: Defragmenting only works on spinning drives because it puts the data nearer to the spindle so seek times are shorter. Solid-state drives wear out faster if you defragment them, since every write involves a little bit of damage.

[โ€“] TheKMAP@lemmynsfw.com 4 points 1 year ago

Defragging is about.... defragging: making the data contiguous (a continuous stream along one arc of the same radius) so it doesn't have to jump around.

load more comments (23 replies)