

Yeah, we use Windows servers primarily. Thankfully what I do doesn’t require much interaction with them, though every once in a while I am subjected to SMB file sharing.


Yeah, we use Windows servers primarily. Thankfully what I do doesn’t require much interaction with them, though every once in a while I am subjected to SMB file sharing.


My work self hosts Gitea because Forgejo doesn’t support Windows. While I agree with Forgejo’s decision, it sucks to be basically stuck with an old pre-fork version of the forge I self-host.


Yet enforcing your copyright is exclusive to the rich. I had to move off of GitHub because of Microsoft infringing my code licenses and selling them as “GitHub Copilot”, and I have no way of fighting back/recover my losses.


I often have performance issues with Jitsi (“video has been turned off to save bandwidth”). Might this be down to which instance I use? Perhaps it’s time to self-host.


Thank you so much for the kind words! It’s indeed a bad time to be an app delevoper. At least the framework I use is portable-ish, so the work won’t be fully lost.


I’m going to look into adding this to my app https://git.allpurposem.at/mat/Sudoku Indeed I do not agree with this, so it will become unavailable when the terms go into effect. I will look into making it available for Linux Mobile.


I’m personally trapped on Discord and Instagram.
Discord is required by my workplace, so no way of getting rid of it until everyone decides to move to something better. I have some friends on it too, but most of them also made Matrix accounts when I explained I won’t be very reachable on Discord (I only open it when necessary; and it doesn’r run on my phone since they rewrote the app in JS). I have Instagram as a way to people I meet during travel or events to “add me” easily, and then we can figure out a good way to communicate afterward. I’m not too bothered by having it as I don’t use it daily or anything.
I’m personally really excited for Linux phones and want to move to one relatively soon. They’ve done amazing work on the experience of using them. What I’d really miss, based off of talking to folks and trying them at conventions, is:


While degoogling is accessible right now, what worries me is that all of these projects are 100% dependent on Google’s whims because they use Android as the upstream. Same reason why I don’t use Chromium browsers: yes, they can patch over things, but they can’t fight the direction of the upstream project and they are powerless if the upstream stops publishing commits / source, like Google seems to be moving toward. Additionally, what “the big distros” aka stock ROMs do to prevent FOSS apps being installed means a much much smaller potential userbase for them. I develop an Android app, and (while I don’t have analytics) I don’t find it unlikely that at least half my users are on stock roms that would lose access to my app with this policy. It’s much less motivating to develop something when I know less people will benefit, and especially knowing I’m supporting only custom roms that are 100% beholden to Google. Degoogling is a good first step. I’ve been on Lineage for many years now. But I believe that the step that will truly make us independent is moving to Linux phones.


Cool! Perhaps I’ll give Qwant another shot. Thanks for sharing :)


Very cool, but this is old news from 2024. I wonder how they’re doing now.


Cool! Hope it works out.


Gah, Nextcloud is missing all the features and is frankly unusable (mobile apps are slow, can’t make or view albums, and can’t “open with” links on Android at least). My family uses it and my biggest project right now is importing all our stuff to Immich when I finally get the NixOS server ready to replace Ubuntu.
Tuwunel had intentions to build a Synapse migration tool, but I haven’t heard anything about it since. Was waiting for it so I could bring over profiles and most importantly chat history for myself and my family.
NixOS is indeed probably the safest way to run an “unstable” distro. No matter what you do or mess up you can always reboot back.
I (maybe) ended distrohopping last year when I gave NixOS a shot. I can’t recommend it for beginners but once you understand generally how things work on Linux (and have an interest in programming) it’s a superpower to be able to define your entire setup as a single git repository. If something ever breaks, I can reboot into an older commit and keep using my computer, or branch off in a different direction… I’ve only scratched the surface of NixOS and yet I can already make a live USB containing my setup with a single command, or deploy it (“infect”) to another machine and manage e.g my work desktop and my personal laptop sharing most settings. Also it taught me about Nix (the package manager, which also runs on any distro and macOS independent of NixOS) which I now use to set up perfect development environments for each of my projects… if I set up dependencies once (as a flake.nix shell), it’ll work forever and anywhere.


Happened to me too, I was so confused. I hope it is a bug… EDIT: Found the report: https://gitlab.com/relan/fennecbuild/-/issues?show=eyJpaWQiOiIxMjAiLCJmdWxsX3BhdGgiOiJyZWxhbi9mZW5uZWNidWlsZCIsImlkIjoxNjk5MTU5NTd9
Ah I see, haven’t been on “stable” distros for a long time so I wasn’t affected. I’ve enjoyed the good support and the video stuff is definitely nice. On the AMD side, still no idea how to encode or decode anything on my Framework 16, meanwhile Intel is acing it.
Hmm, I run an Arc GPU at work without any issues. Just using plain mesa on NixOS. The Intel devs were quite responsive when we ran into issues as well.
Thank you.