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

Programmer Humor

19564 readers
590 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 1 year ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[โ€“] [email protected] 52 points 5 months 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.

[โ€“] [email protected] 4 points 5 months 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)