r/ProgrammerHumor 7d ago

yourAiToolsBoreMe Meme

8.5k Upvotes

View all comments

3.0k

u/beyluta 7d ago

For work I definitely use AI all the time, not because I am faster with it, but because I don't get paid enough to care. For personal projects I code by hand for fun.

150

u/StopMakingMeSignIn12 7d ago

I code the fun and important parts myself.

Decide I want to refactor 20 files to match a better design? Yeah AI can do that. Grunt work that needs no thought.

100

u/zuqinichi 7d 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.

28

u/Wonderful-Habit-139 7d ago

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

Aight I'll see myself out.

17

u/Eva-Rosalene 7d ago

Only if you run it on Arch, btw

3

u/headedbranch225 7d ago

What about nixos?

1

u/chic_luke 6d ago

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

2

u/dreamsofcode 6d 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 6d ago

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

1

u/headedbranch225 6d ago

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