- 7 Posts
- 142 Comments
mat@linux.communityto
Selfhosted@lemmy.world•Gitea 1.25.0 | 3D file previews, improved archive downloads, enhanced authentication, and more security, API and workflow upgrades like automatic repo forking and email notifications for actionsEnglish
1·17 days agoYeah, 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.
mat@linux.communityto
Selfhosted@lemmy.world•Gitea 1.25.0 | 3D file previews, improved archive downloads, enhanced authentication, and more security, API and workflow upgrades like automatic repo forking and email notifications for actionsEnglish
2·17 days agoMy 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.
mat@linux.communityto
RetroGaming@lemmy.world•Which game would you erase from your memory, in order to experience it fresh once again?English
5·26 days agoOuter Wilds! 🥲
Sweet, perhaps it will run better than Whisper (according to the graphs at least) on my poor phone as voice input method. Whisper works great if I give it 20-30s to think :)
Absolutely +1 for flakes. It’s got some annoying UX sometimes (make sure you
git addany new files before building!) but absolutely makes up for it by its features.
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.
mat@linux.communityto
Privacy@lemmy.ml•Fennec with Google as a standard search engineEnglish
51·5 months agoHappened 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
mat@linux.communityto
Linux@programming.dev•Mesa 25.2 RADV Driver Merges Support For AV1 Vulkan Video EncodeEnglish
3·5 months agoAwesome! Maybe I can finally switch to using it, though OBS settings are quite confusing.
mat@linux.communityto
Linux@programming.dev•I'm on a list somewhere, I can feel itEnglish
14·5 months agoomg I totally accidentally enabled this

I’d bother removing it but it’s kinda funny to get an email reprimanding me when I ctrl+c out of a sudo command I mistyped, and maybe it will serve as a warning if it gets compromised :p
mat@linux.communityto
Technology@lemmy.world•French city of Lyon ditching Microsoft for FOSSEnglish
14·5 months agoBravo la France ! Here’s to hoping more cities follow suit :)
mat@linux.communityto
Linux@programming.dev•Writing a basic Linux device driver when you know nothing about Linux drivers or USBEnglish
7·5 months agoVery cool! Added the RSS.
mat@linux.communityto
Europe@feddit.org•The European Union is under pressure to strike a trade deal with Trump, but an influx of mass-produced, low-quality food must be off the table. English
13·5 months agoI actively avoid any and all US products, including food. I hope others do as well. So long as we keep origin attestations, I am not sure they will sell as much as expected.
mat@linux.communityto
Selfhosted@lemmy.world•how are my fellow peeps hosting your music collection these days?English
3·5 months agoHmm no, I haven’t had this issue. Tempo works fine for me, it’s been mostly bug-free except for a few oversights:
- search doesn’t work offline
- can’t play AAC files
- can’t skip songs via my Pebble watch
I’m (still) on a Pixel 3a, running LineageOS, in case that matters.
mat@linux.communityto
Selfhosted@lemmy.world•how are my fellow peeps hosting your music collection these days?English
2·5 months agoI did use Feishin for a while, it’s an excellent music player but unfortunately not a native program. I might switch back to it from Tauon though, as actually playing the whole song before going to the next is a pretty nice upgrade hehe
mat@linux.communityto
Selfhosted@lemmy.world•how are my fellow peeps hosting your music collection these days?English
3·5 months agoIt looks really good indeed, and I don’t mind at all to pay for apps (I pay for FairEmail)… however it is very strange for me to add a nonfree app to the list I use every day… everything else is open source.
mat@linux.communityto
Selfhosted@lemmy.world•how are my fellow peeps hosting your music collection these days?English
13·5 months agoI currently host Navidrome, which has an okay web player. On Android I use “Tempo” (though it is unmaintained) to connect to it, and on Linux I use Tauon (though it has very poor playback). I could not find a native Linux client that is not buggy unfortunately, so I’m also on the lookout for better solutions! I’m not familiar with the device you are talking about but every client I tried supports MPRIS, which are the regular media controls that can be used via the
playerctlcommand, so you should be able to hook things up that way.
mat@linux.communityto
Linux Gaming@lemmy.world•Escape Simulator drops the Linux build to focus on supporting ProtonEnglish
1·6 months agoAh, yes… if only. I’ve upgraded internally SLR 1.0 -> SLR 3.0 but we can’t deploy it until a bug is fixed in the Steam client that causes, when we enable SLR 3, all Steam Decks to run the Linux build. Yes, Steam Decks run the Proton version, solely because the save file has different letter casing (yes I know it’s so annoying haha). We’ve spent quite some time on this and there’s no way to fix this without some folks losing their saves, and that is absolutely not an option. Soooo for now desktop Linux is stuck on runtime 1.0, and Steam Deck users are stuck on Proton. “fun” :/






What makes a flake config a flake config is simply the flake.nix entry point. So, technically if you read that file to see what file it loads for the
nixosConfigurationyou want to “port”, you should be able to just go directly from that file and bypass the flake.nix. For the longest time, my own flake simply forwarded to my configuration.nix.However, depending on your needs of course, but using flakes even at a basic level can be very useful and I’d 100% encourage doing a basic setup for someone starting out. The main feature here is being able to lock your dependencies (including nixpkgs) to a specific commit, which means you will always get the same resulting setup (not depending on when you installed it, like it does without flakes). But, you know better than me the requirements of your own setup :)