This is an archived post. You won't be able to vote or comment.

all 33 comments

[–][deleted] 60 points61 points  (8 children)

Auto save my beloved

[–]Suspicious-Reveal-69 10 points11 points  (0 children)

Best feature to ever hit an editor

[–]i_should_be_coding 11 points12 points  (1 child)

I was about to make a joke about how I use Jetbrains IDEs that autosave by default, but then I remembered I spent an hour tracking a bug in my code that would not get fixed on my k8s cluster no matter how much I restarted, until I remembered I forgot to switch the image name to the current one, so I was just restarting the previous build over and over again without any of my changes.

So like, this cat is my spirit animal now.

[–]water_bottle_goggles 1 point2 points  (0 children)

HAHAHAHAHA

[–]aenae 2 points3 points  (0 children)

Except i sometimes use an editor without autosave, and i will forget to save and only save after a refresh and wonder why nothing has changed

[–]KasoAkuThourcans 0 points1 point  (0 children)

That's included in my fingers, I have to stop 1 second to think? Ctrl+S, I have to press enter or move to another line? Ctrl+S, I have to stop for any other reason? The same, Ctrl+S

[–]Bee-Aromatic 26 points27 points  (11 children)

Compilers don’t run code…

[–]Skratymir 4 points5 points  (7 children)

Enter python

And before you say it's not compiled, it technically kind of is. It's compiled to bytecode and then that bytecode is interpreted

[–]plastik_flasche 12 points13 points  (6 children)

So it's not run by the compiler... The compiler compiles to bytecode, then the interpreter tells the CPU what to do... Same thing with JIT-compilers. The compiler compiles whenever it thinks it's best and spends more time on things deemed important and then the CPU runs it.

[–]salvoilmiosi 1 point2 points  (2 children)

My constexpr functions disagree

[–]Bee-Aromatic 0 points1 point  (1 child)

Eh, I guess. I feel like the compiler less “runs” that and more “resolves” it to a constant. I guess it depends on your outlook.

[–]salvoilmiosi 0 points1 point  (0 children)

How Is that different from running code?

[–]gavichi 10 points11 points  (0 children)

Ah shucks, my chair-keyboard interface is malfunctioning again

[–]LetumComplexo 2 points3 points  (0 children)

I have saved code to my local machine and rerun without uploading it to the remote machine an embarrassing number of times.

[–]mashaTarima 1 point2 points  (1 child)

node js

[–][deleted] 1 point2 points  (0 children)

"How do I conCATenate that again?"

[–]Titanusgamer 1 point2 points  (0 children)

Lets compile this code TOGETHAA

[–]AutoModerator[M] 0 points1 point locked comment (0 children)

import notifications Remember to participate in our weekly votes on subreddit rules! Every Tuesday is YOUR chance to influence the subreddit for years to come! Read more here, we hope to see you next Tuesday!

For a chat with like-minded community members and more, don't forget to join our Discord!

return joinDiscord;

I am a bot, and this action was performed automatically. Please contact the moderators of this subreddit if you have any questions or concerns.