Was writing code the bottleneck before? Or was it planning, alignment, learning, iteration, testing, etc?
dontsayaword
- 0 posts
- 14 comments
- dontsayaword@piefed.socialtoProgramming@programming.dev•“Because of GenAI, coding is no longer the bottleneck”English6 months
TBH its not the users fault, the documentation is always like (click here for docker install instructions, or if you don’t want docker click here for bare metal instructions) and the latter is just apt get and some config edits.
- dontsayaword@piefed.socialtoProgrammer Humor@programming.dev•Free software has some glib naming conventionsEnglish6 months
and the g in gnu stands for gnu
- dontsayaword@piefed.socialtoLinux@programming.dev•What are some of your most useful or favorite terminal commands?English6 months
I usually use something like awk ‘{print $2}’ to get a bit of some output
Ex: list processes, grep for the line I want, then awk out the chunk I want from that line (the pid):
ps aux | grep myprogram | awk ‘{print $2}’
- dontsayaword@piefed.socialtoSelfhosted@lemmy.world•How do you manage your home server configuration?English6 months
I used to have a fille with every cli command and notes on how each thing was set up. When I had to reinstall it from scratch it took all day going through lots of manual steps and remembering how it should all go.
Recently I converted the whole thing to Ansible. Now I could rebuild my entire system on a brand new OS installation with one command that completes in minutes. It’s all modular and I can add new services easily whether they are docker containers or scripts or whatever. If I ever break anything, it will reset everything to its intended state and leave it alone otherwise. And it’s free and pretty easy to learn and start using.
Plus I use git along with it for version control, so I can always revert to any previous configuration instantly.
- 7 months
That’s a stress ball
- dontsayaword@piefed.socialtoSelfhosted@lemmy.world•Why do so many services require email configuration?English7 months
Since a lot of comments are arguing your point OP I just want to comment that I agree. Theres no reason to force email registration for self hosted services, it’s very annoying.
- 8 months
Amen. Those are all my shitposts generating all this wealth. Where’s my check?
- 8 months
It’s still a good idea, the jobs are just more rare.
- 9 months
We’ll fix it next Wednesminute
- 9 months
Part of my first programming courses in the 90s in C were creating a native fraction type.
- dontsayaword@piefed.socialtoProgrammer Humor@programming.dev•running docker on a raspberry piEnglish9 months
I’m giving her all she’s got, Captain!
-Raspberry Pi
You caught me reacting to the headline without reading it. I will check it out.