this post was submitted on 16 Aug 2024
373 points (96.3% liked)

Programmer Humor

19315 readers
234 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
[–] dejected_warp_core 9 points 1 month ago (1 children)

There is an advantage to this approach though: fewer errors. You're plucking a known working command from a list instead of manually typing a (possibly) broken version of it. Worse yet is when it's a command where typematic mistakes cause unintended side effects like data loss. So, mashing up 100 times can be pretty smart, especially if you're not a great typist.

[–] [email protected] 8 points 1 month ago (1 children)

@dejected_warp_core That is true if you assume your history contains only working commands...

[–] dejected_warp_core 4 points 1 month ago

Oh no, I have to press up 200+ times if we're counting all the detritus and failure in my command history.