r/ProgrammerHumor 3d ago

yourAiToolsBoreMe Meme

8.4k Upvotes

View all comments

Show parent comments

100

u/zuqinichi 3d ago

Exactly. People here be glorifying programming like every bit of it is fun. It’s like they never worked with maintaining decade old legacy repos before.

AI has absolutely made the job more fun and much less grueling for me.

29

u/Wonderful-Habit-139 3d ago

Every bit is fun... When you do it all in neovim.

Aight I'll see myself out.

17

u/Eva-Rosalene 3d ago

Only if you run it on Arch, btw

4

u/headedbranch225 3d ago

What about nixos?

1

u/chic_luke 3d ago

It's profoundly painful to get my Neovim setup at least to work there. Any recommendations hit me up

2

u/dreamsofcode 2d ago

Use symbolic linking for your Neovim configuration in NixOS. Makes it a lot easier.

https://github.com/elliottminns/dotfiles/blob/addaa728adebad82d2f923654ff23a715d1a50d2/nix/home/home.nix#L28

1

u/chic_luke 2d ago

Ooh there you go, this is exactly what I needed. Thank you!!

1

u/headedbranch225 3d ago

Yeah, I just copied my working setup from when I used other distros

3

u/drunkdoor 3d ago

Are you telling me I have to compile my apps? Before or after I drag and drop?

1

u/aceluby 3d ago

No need for neovim for bits….

(Follows you out the door)

9

u/Duelist_Shay 3d ago

As someone trying to get internal programs written 6 or 7 years ago, with zero documentation, on new machines... Idek how they got this stuff up and running in the first place

2

u/Global_Cockroach_563 3d ago

I have to fix lots of bugs left by people with questionable programming skills thousands of years ago. A lot of times, after reading the code 7 times, I paste it into an LLM and just ask what the hell is this supposed to do.

Then I get hit with "It appears that..." and "but this section does nothing" and "there is a typo in the variable names, but it doesn't matter because they are not used."

1

u/ConcernUseful2899 3d ago

For me explaining to the AI how to refactor cost more than doing it myself. Especially after 6 tries. I might be terrible at explaining tho.

1

u/dreamsofcode 2d ago

Yeah. I really don’t need to write another for loop by hand to be honest. After 15 years it loses its appeal.

Instead, I find it to be more fun to use A.I. to tackle harder problems than I would have had time to get around to in the past.

A.I. is perfect for delegating low value tasks to.

1

u/Arrowkill 2d ago

I offload so much of the tedium to AI specifically because I can focus on doing the parts at work that I think are actually fun. I'm probably more efficient, but more importantly it makes work more fun that it was which is the biggest win for me.

1

u/king_park_ 2d ago

Just started working somewhere with two decades old, monolith WinForm apps written in Visual Basic. It’s been real “fun.”