this post was submitted on 03 Feb 2024
842 points (97.4% liked)

Programmer Humor

25328 readers
1249 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
 
(page 2) 50 comments
sorted by: hot top controversial new old
[–] M500@lemmy.ml 4 points 2 years ago

I’m the same way. I think it’s just a matter of being conditioned to manually save for the majority of my computing life.

[–] alphacyberranger@lemmy.world 3 points 2 years ago

The same can be applied for editors as well

[–] explodicle@local106.com 3 points 2 years ago (4 children)

Ok here's a question I should have asked like way sooner.

In Ubuntu (and similar distros), is there a hotkey to immediately kill the process? Like CTRL-C but harsher.

[–] Black616Angel@feddit.de 4 points 2 years ago (1 children)

My PC has a dedicated key to kill all processes.

[–] kionite231@lemmy.ca 2 points 2 years ago

sudo poweroff?

[–] Vanshaj@lemmy.world 4 points 2 years ago

I use a process manager like btop for this.

[–] GentriFriedRice@lemmy.world 1 points 2 years ago

CTRL-C -- SIGINT CTRL-\ -- SIGQUIT CTRL-Z + kill -9 %1 -- SIGTSTP + SIGKILL

load more comments (1 replies)
[–] janabuggs@beehaw.org 3 points 2 years ago (1 children)
[–] MonkeMischief@lemmy.today 3 points 2 years ago

LOL good point about just not releasing Ctrl.

The chances are non-zero that somebody out there attempts to release and press ctrl+s at the exact same time over and over like they're hammering out Beethoven's 5th. XD

[–] Lmaydev@programming.dev 2 points 2 years ago

I just do a full rebuild. Saves all files.

[–] McArthur@lemmy.world 2 points 2 years ago* (last edited 2 years ago)

I was never really aware I did this until I had to program something with hot reloading (I don't remember what) and it was so insufferable...

And now my pain is with rustfmt. Just because I saved before filling in the struct fields does not mean I want you to format the struct accordingly!!!

[–] pkill@programming.dev 2 points 2 years ago

autosave is no good if you have live reload imo

[–] devfuuu@lemmy.world 2 points 2 years ago

Intellij being a good guy amd autosaving every few seconds. No more worrying about crtl+s.

[–] cupcakezealot@lemmy.blahaj.zone 1 points 2 years ago

i just store everything in google drive and let chance take over

[–] AVeryCleverName@lemmy.one 1 points 2 years ago

Excuse me i think you mean ctrl+c:w

[–] warling@lemmy.world 1 points 2 years ago

Except the autosave in BBEdit. I trust that with my life. It’s never lost ANYTHING in 30 years.

[–] resin85@lemmy.ca 1 points 2 years ago

Meanwhile, me over here with the self-doubt slamming ctrl-z

load more comments
view more: ‹ prev next ›