Some of us still do 🙃
Career coder, bread baker, coffee consumer, Linux luser, hermit ham
Some of us still do 🙃
Did it about 10 years ago. Didn’t really understand half of what I was doing at the time but it was a fun way to spend a weekend 😁
I use the steam deck as my main computer running the stock steam os.
I’m currently using distro box to set up different programming environments. This is possible on steamos, which has the system directories as read only, by installing podman into the home directory. Distro box have a guide for steamos setup.
I run neovim but I would think you could run vs code if you use it. Haven’t tried running a web server on it yet, but again, should be possible. Or, you can get yourself a cheap vps from digital ocean or linode if you really want to learn Linux the hard way!
I did come across them in my initial googling and they seem to be reasonably priced 👍
Cheers! Will take a look.
Thanks for those suggestions!
Cheers, they look good and not too expensive
Cheers, will have a look at those! My first port of call was Google but it’s a bloody minefield these days.
… And newspapers, talk radio, and news. Seems like they just try and force feed the hate these days.
Not sure, I copied the link from the share button on the mobile app
Found him when learning vim and watched a few of his twitch streams. Quite enjoy his takes on things. Not the biggest fan of this new reaction content but do occasionally watch ones related to the tech I use for the day job
We always have had em, they’re just on YouTube now too 😂
Is strange… In the video I linked, he said it apparently broke some repos. He also said that they could have at the very least added in jsdoc comments to keep types without requiring extra tooling.
It was for turbo
This comment aged like milk. What a drive he put in!
Think the real question is: how many corners until sainz ends up in the gravel?
Yep, this. The code we write is eventually used or extended by other developers. Or, more commonly, yourself after not touching it for 6 to 12 months, by which point you’ll have forgotten all about your clever tricks. (Speaking from experience of course 😉)
All the time and I’ve been programming professionally for 10+ years.
You’ll always find a better way to do something, however, there’s nothing wrong with what you initially came up with as it’s easy enough to understand because you’ve named your variables well and your logic is easy to follow along with. I would say that is far more important than coming up with technically clever solution that may be harder for someone else to understand!
You’re absolutely right. Good times
I mean, it’s not wrong…