this post was submitted on 09 Jul 2024
253 points (97.4% liked)
Asklemmy
43750 readers
1180 users here now
A loosely moderated place to ask open-ended questions
Search asklemmy ๐
If your post meets the following criteria, it's welcome here!
- Open-ended question
- Not offensive: at this point, we do not have the bandwidth to moderate overtly political discussions. Assume best intent and be excellent to each other.
- Not regarding using or support for Lemmy: context, see the list of support communities and tools for finding communities below
- Not ad nauseam inducing: please make sure it is a question that would be new to most members
- An actual topic of discussion
Looking for support?
Looking for a community?
- Lemmyverse: community search
- sub.rehab: maps old subreddits to fediverse options, marks official as such
- [email protected]: a community for finding communities
~Icon~ ~by~ ~@Double_[email protected]~
founded 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Yeah developer tools have gotten easier and better. Never a better time to get into software. Even if its just to unlock your own devices. And repair things.
Dude, it's fuckin magic now
I was used to emacs + gdb + valgrind. That's actually pretty significantly powerful if you know how to use it, but I sort of bit the bullet really not that long ago and forced myself to learn VSCode, assuming that it would be a big over-feature-packed bunch of bullshit, and it's gold. It can debug any language. I can edit and run and debug code that's on the other side of an ssh connection in a git repo and all the different plugins and stuff just work (well, you know, for the most part, enough to be pretty massively useful).
Plus I can have GPT spit out boilerplate for me and it does it all semi-instantly, and it can teach me libraries and idiomatic patterns in environments I'm unfamiliar with way faster than I could do it myself from the documentation.
Fuckin magic man
Yep and with docker/other containers it's easier to set up on new machines. Terraform and other like services also make provisioning potentially easier (depends on your setup).