cm0002@lemmy.world to Programmer Humor@programming.dev · 1 day agoLike programming in bashlemmy.mlimagemessage-square161fedilinkarrow-up11arrow-down10
arrow-up11arrow-down1imageLike programming in bashlemmy.mlcm0002@lemmy.world to Programmer Humor@programming.dev · 1 day agomessage-square161fedilink
minus-squareLeninOnAPrayer@lemm.eelinkfedilinkEnglisharrow-up0·edit-29 hours agoThe sad thing is that even chatgpt can’t program in bash. I just want a simple script and every single time it just doesn’t work. I always just end up saying “write this in python instead”.
minus-squareHawk@lemmynsfw.comlinkfedilinkarrow-up0·8 hours agoPython’s usually the better choice anyway tbf. I know piping isn’t as good, but there are so many footguns! Nushell and Fish can be really convenient too. I used to adhere to sh for an OpenBSD machine but I switched to python, Rust and Go for, even simple things.
The sad thing is that even chatgpt can’t program in bash. I just want a simple script and every single time it just doesn’t work. I always just end up saying “write this in python instead”.
Python’s usually the better choice anyway tbf. I know piping isn’t as good, but there are so many footguns!
Nushell and Fish can be really convenient too.
I used to adhere to sh for an OpenBSD machine but I switched to python, Rust and Go for, even simple things.