this post was submitted on 25 Apr 2025
319 points (96.5% liked)

Technology

69347 readers
3618 users here now

This is a most excellent place for technology news and articles.


Our Rules


  1. Follow the lemmy.world rules.
  2. Only tech related news or articles.
  3. Be excellent to each other!
  4. Mod approved content bots can post up to 10 articles per day.
  5. Threads asking for personal tech support may be deleted.
  6. Politics threads may be removed.
  7. No memes allowed as posts, OK to post as comments.
  8. Only approved bots from the list below, this includes using AI responses and summaries. To ask if your bot can be added please contact a mod.
  9. Check for duplicates before posting, duplicates may be removed
  10. Accounts 7 days and younger will have their posts automatically removed.

Approved Bots


founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 10 points 14 hours ago (2 children)

All of my devices except my work one are now Linux.

I have an old surface go 2 that good a massive new lease on life from using arch plasma. Double the battery life and everything. It could no longer get updates from MS because there was no longer enough space on the main drive to download and install the next update.

Then I have an old retro gaming pc that used to be for XP gaming but I ended up sticking bazzite on it for a test and it's stayed that way and because of that when I built my girlfriend's latest PC we decided to go bazzite desktop for her. And after getting past a few growing pains at the beginning that made it look like we made the wrong decision (due to an old 10xx gtx gpu - now on 3050) she's been enjoying it and now it's just standard.

Then I have my proper gaming PC that I use like a console so I put bazzite-deck on it as soon as I got an AMD card. And I've never felt better. HTPC console like gaming on windows was a fucking arse-on, even with steam big picture mode, because it doesn't get all of the cool bells and whistles that let you control basic system settings right from steam like you can on steam os and bazzite deck.

For work I've started moving away from visual studio to VS Code (i know it's still MS but I do C# .NET work and rider is too expensive, I don't want a subscription for an IDE) to allow me to easily transition to fully working on Linux if the opportunity ever arises. Whether it be with my current employer and me convincing them to let me to install Linux on my laptop or with a future company. We'll see which comes first ;)

Now it's time to get and decouple from Google. Currently figuring out with android auto maps app I want (waze won't run for some reason, my current winner at the moment is tom tom amigo). Then it's on to getting a password manager, then a new browser (preferably way more lightweight than chrome) and potentially a Google pay replacement(?).

Any suggestions and opinions from anyone here - even though this is tangentially off topic - would be greatly appreciated.

[–] [email protected] 6 points 12 hours ago (1 children)

VS Code (i know it's still MS but I do C# .NET work and rider is too expensive, I don't want a subscription for an IDE)

VSCodium is a thing too if you want to un-Microsoft even further.

https://vscodium.com/

I use it for C# development on Linux and it works well.

getting a password manager

Bitwarden and Keepass are usually the go tos, depending on your use case.

then a new browser

Firefox or if you want to decouple from Mozilla as well, Librewolf works pretty well.

potentially a Google pay replacement

I'm not aware of any open Google Pay replacements other than taking a card with you.

As soon as you get rid of Google on your phone, you get rid of Google Pay.

[–] [email protected] 2 points 7 hours ago (1 children)

I used vscodium for a bit but their latest C# Dev kit is locked to VS Code proper :(

I even made a cool bash script that would download and install ms vs store extensions and all of their dependencies before hitting this roadblock (to get the ones not available on open vsx).

Thanks for the password manager suggestions, I'll look into them when I get a chance.

I've been looking into firefox forks too.

I would like to keep contactless via my phone as I don't ever really carry my wallet with me anymore these days so maybe Google pay will have to stay. Bit annoying that it won't be able to be used on whatever browser I end up going with though :(

[–] [email protected] 1 points 4 hours ago

Yeah, there really aren't any good contactless alternatives to Google, Apple, and Samsung.

My current setup is reasonably good, I have a Google Watch (WiFi only) that only connects at home, and I only use the Google Watch app on a separate Android profile. The Wallet app refreshes payment tokens, and I don't need any Google spyware running for regular purchases.

I'm hoping some cryptocurrency or something will get widespread enough so I can have FOSS contactless payments. I don't think the traditional finance industry will ever support FOSS payments.

[–] [email protected] 5 points 12 hours ago (1 children)

Btw Rider is now free for non commercial use

[–] [email protected] 1 points 7 hours ago* (last edited 7 hours ago) (1 children)
[–] [email protected] 1 points 7 hours ago (1 children)

You could ask your employer for a license I guess

[–] [email protected] 1 points 7 hours ago (1 children)

Then I'm reliant on my current workplace rather than figuring out a consistent way to code at work, outside of work and at any other future workplace.

Don't want to have to get used to one kind of workflow to then not being able to use it in another setting.

[–] [email protected] 1 points 4 hours ago (1 children)

Use the free Rider for home and ask any new employer for a commercial license. It's a pretty mainstream piece of software. There's really no reason an employer should force you to use Visual Studio.

For those times I need Microsoft tools, I keep a Windows VM handy on my Linux PC. I feel much better keeping Windows contained and mostly turned off.

[–] [email protected] 1 points 4 hours ago

I'm not being forced to use visual studio. But because of dev ops licenses we get visual studio licenses alongside it so because of that the company isn't willing (and rightly so in my opinion) to foot the expensive (for a small company) bill for rider.

Which is why I've landed on vs code.