• 1 Post
  • 34 Comments
Joined 2 years ago
cake
Cake day: August 7th, 2023

help-circle


  • for me the most critical ones are replacements for discord and microsoft teams. for discord the critical piece is the login - people don’t want to make accounts on each server, so until we have proper federation with a good user experience people won’t actually move off it.

    for teams i’m sure theres projects in development, i just don’t know them or their status - all i know is that i want a project to combine several specialized FOSS services (jitsi is great, and there’s lots of other collaboration tools for email/calendar/chat) into one nice unified frontend that is actually reasonably easy to self-host and maintain.


  • android yes, but the entire google play ecosystem is not, and some things are very hard to do without being inside that ecosystem.

    I’m using my fairphone without any google account (so no play store), and it works, but there are some obstacles. Luckily my bank still offers a good website and even uses some international standard for 2 factor auth, so i can do my ebanking without the app - which, like most companies, is only offered in the play store.

    for public transport, i downloaded the app from apkpure (in hindsight, the aurora store would likely be the better option) and it works fine for buying tickets. this is just my lazyness, i could buy tickets on the website (but it sucks) or at ticket machines, but the app is super convenient.

    for various other services i just refuse to install apps. parking payments, my insurance company, work (luckily i have a bunch of freedom at work, using linux on my work laptop too)… is all stuff that would be convenient but it’s all just available in play store. it looks like aurora is a good option, but 1. i don’t know how long until google kills it and 2. i want to completely stop being dependent on adtech anyway.



  • i mean… it is massively better, but yes it still sucks. but what do you move friends and family to? last i looked into element it was not an option for several reasons, and i don’t think anyone would switch to basically noname apps like simplex or similar, even if they might be decent solutions. i really want the last few contacts i have on whatsapp to move, but i’m not gonna push hard to get them to use signal just to get it enshittified in the near future. also a few switched to telegram, which while not facebook, is not really better mainly because it doesn’t even e2ee by default.



  • luckily i can wipe my work laptop and install linux (for now, there are discussions about not letting unmanaged devices on the network at some point…), but what annoys me is seeing how much tax money we send straight to microsoft. i work in the education sector in europe and the majority of the company’s funds comes from the government, to send millions of that straight to the US, especially with the politics going on right now, seems like a horrible idea. and SO many others are doing the same thing, i swear if we invested just 10% of it into FOSS the world would be a better place already and we’d all save money.











  • i think flatpak has done a lot to make this easier, but at the same time… i’ll admit i’m not a fan of it (mostly due to random issues).

    the way i see it, more distros need something like arch linux’ AUR. if an application is reasonably easy to build, it really does not take much to get it into the AUR, from where there’s also a path towards inclusion in the official repos.

    i don’t know too much about other distros, but arch really makes it amazingly easy to package software and publish everything needed for others to use it. i feel like linux needs more of this, not less - there’s a great writeup that puts why linux maintainers are important way better than i ever could:

    https://web.archive.org/web/20230525163337/https://kmkeen.com/maintainers-matter/


  • i’d suggest starting by finding out what package in your distro actually decides where audio goes - mostly it is pulseaudio (older) or pipewire (newer).

    depending on the details of how your distro and the dongle work, it could either be a simple “pactl set-default-sink <headset-name>”, or a more complicated set of udev rules or pipewire/wireplumber scripts.

    note that distros using pipewire still often support a lot of pactl commands, so it may be worth looking at the simple option even when not using pulseaudio.