I thought it was copy and pasting from stack overflow
Now a days it’s:
- Open ChatGPT
- Paste code
- “Can you just fix this for me?”
Should I feel bad if I feel referenced?
Edit: No. Not really, and neither does anyone else reading this. It’s stupid to feel bad about what an absolute stranger says on the internet.
If that’s literally all you do, then yes. If not, you just know your tools.
It’s incredibly how much of the work gets done while staring out the window thinking about nothing at all related to the task at hand.
what programming is REALLY like:
That’s why I use nano.
:q
Wait I forgot to write out
:wq
Shit I need sudo privileges
:q! 🥲
making a load of edits then FINDING OUT YOU WEREN’T SUDO AAAARGHHHHHHH
:w !sudo tee %
Of course that’s impossible to remember, but you can just google “vim sudo save” or something like that to find it.
Can nano do this too?
nano
tells you upfront when you’re editing a file that you can’t write to.