

Probably a pretty high crossover on radio and guns. I watch ham radio stuff on YouTube and in turn get recommended a load of prepper content 😅
Career coder, bread baker, coffee consumer, Linux luser, hermit ham
Probably a pretty high crossover on radio and guns. I watch ham radio stuff on YouTube and in turn get recommended a load of prepper content 😅
This. The arch wiki is a treasure trove of information. The more you do, the more you’ll learn.
Also, don’t blindly copy paste configs for editors or window managers. Just slowly build them up based on your own use. It’ll be painful initially but worthwhile in the long run
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!
The one thing I really liked about sway/i3 was having numbered spaces. The tiling I could take or leave, sometimes it was annoying if you hadn’t put in rules for an app. E.g. gimp used to have multiple windows back in the day and it was a bit of a mess
So for the work spaces I setup, I did 1 for general, 2 for web browser, 3 for code editor, etc. I really liked that and it became muscle memory.
I’ve got a Mac for my job provided by work and I’ve done the same thing and setup workspaces in the same way. I use Ctrl+number to get to a space.
Might be worth an experiment setting up key binds to take you to a specific workspace. I think you’d like it! :)
Cool, didn’t know that! I usually use a distro hop as a fresh start to ignore my ever growing “to-read” folder 😂
No, I never bothered as I like to keep my work/personal stuff separate (on different machines)
I never had it disappear right enough… However, I ended up installing chrome after Firefox losing all my stuff twice.
Firefox is a snap package on Ubuntu and I had a similar thing happen where it would lose all my settings when it randomly updated.
You could try installing it as a PPA package: https://www.omgubuntu.co.uk/2022/04/how-to-install-firefox-deb-apt-ubuntu-22-04
I like this idea, interested to see how they get on with it
I’m still a bit sceptical over LLMs but I’ve used copilot for line code completion for a few years now.
More recently I’ve started playing about with agents. I’ve been using avante.nvim for a couple of months with Claude and quite like it. The setup was a bit of a faff but it works quite well and has support for the more mainstream agents.
Over the last few days I’ve started trying out augment code which has a neovim plugin. Still on the fence about that one.
I’m no expert when it comes to any of this but this is what I’ve been messing about with. Hope it’s useful!