m5l.eu is a Fediverse instance that uses the ActivityPub protocol. In other words, users at this host can communicate with people that use software like Mastodon, Pleroma, Friendica, etc. all around the world.
This server runs the snac software and there is no automatic sign-up process.
#Linux
7.0 erschienen – mehr als ein Nummernsprung | heise online https://www.heise.de/news/Linux-7-0-erschienen-mehr-als-ein-Nummernsprung-11255745.html #OpenSource #eBPF #Rust #SelfHealing #XFS #LinuxKernel
(more Linux news in original post)
Proton 11 Beta arrives to bring enhanced gaming compatibility to Linux / SteamOS:
https://www.gamingonlinux.com/2026/04/proton-11-beta-arrives-to-bring-enhanced-gaming-compatibility-to-linux-steamos/
Gaming on Linux with an older GPU levels up with DXVK-Sarek v1.12 bringing major new features:
https://www.gamingonlinux.com/2026/04/gaming-on-linux-with-an-older-gpu-levels-up-with-dxvk-sarek-v1-12-bringing-major-new-features/
D7VK version 1.7 brings even more retro Direct3D gaming to Linux:
https://www.gamingonlinux.com/2026/04/d7vk-version-1-7-brings-even-more-retro-direct3d-gaming-to-linux/
Wine 11.7 Brings VBScript Fixes, DirectSound 7.1 Channel Support:
https://www.phoronix.com/news/Wine-11.7-Released
Linux kernel 7.0 is out now:
https://www.gamingonlinux.com/2026/04/linux-kernel-7-0-is-out-now/
GNU Linux-Libre 7.0 Kernel Is Now Available for Software Freedom Lovers:
https://9to5linux.com/gnu-linux-libre-7-0-kernel-is-now-available-for-software-freedom-lovers
XOrg Server 21.1.22 and Xwayland 24.1.10 Released with Multiple Security Fixes:
https://9to5linux.com/xorg-server-21-1-22-and-xwayland-24-1-10-released-with-multiple-security-fixes
Mesa 26.1 RadeonSI Driver Lands Improvement For AMD APUs With Rusticl:
https://www.phoronix.com/news/Mesa-26.1-RadeonSI-Rusticl-APUs
exFAT For Linux 7.1 Helps Reduce File Fragmentation, Fixes:
https://www.phoronix.com/news/Linux-7.1-exFAT
Btrfs Brings Performance Improvements, Shutdown ioctl Stable With Linux 7.1:
https://www.phoronix.com/news/Btrfs-Linux-7.1
FTRFS: New Fault-Tolerant File-System Proposed For Linux:
https://www.phoronix.com/news/FTRFS-Linux-File-System
Rust For Linux 7.1 Bringing Experimental Option That Can Help Performance:
https://www.phoronix.com/news/Linux-7.1-Rust
(FOSS news in comments)
#WeeklyNews #News #Linux #LinuxNews #Proton #DXVK #D7VK #Wine #LinuxKernel #LinuxLibre #XOrg #XWayland #Mesa #exFAT #Btrfs #FTRFS #Rust #FosseryTech
Welp, I wrote my first #CGI program in #Rust.
Didn't end up using any libraries specific to #webdev for this. The bare CGI protocol is pretty simple and requires very little parsing (unlike, for example, #HTTP reverse proxying) because most everything is already parsed into environment variables.
And this is Rust, so it's faster than the average CGI program. Running it doesn't involve a compilation step, like it would with a traditional CGI script written in Perl.
#Linux7.0 erschienen – mehr als ein Nummernsprung
Der neue #Linux_Kernel 7.0 bringt selbstheilende #Dateisysteme, sorgt für robusteren Code und heißt #Rust als nicht-experimentelles Feature willkommen.
Die neue Versionsnummer des #Linux-Kernels wirkt wie ein kleiner Paukenschlag. Wir schreiben nun eine 7.0. Das hat jedoch weniger mit einem großen architekturellen Wurf oder den neuen Features zu tun. #Linus_Torvalds ist dafür bekannt, große Zahlen hinter dem Punkt...
https://www.heise.de/news/Linux-7-0-erschienen-mehr-als-ein-Nummernsprung-11255745.html
Mittwoch: Warnung vor deutscher Superbehörde, gespeicherte KI-Prompts in Chrome
Risiko durch zentralisierte Kontrolle + Google-Skills für Chrome + Copilot statt ChatGPT in Norwegen + Linux 7.0 mit Neuheiten + Unitree-Roboter als Sprinter
#Chrome #Geheimdienste #GoogleGemini #hoDaily #Journal #KünstlicheIntelligenz #Linux #Microsoft #OpenAI #Rechenzentrum #Roboter #Rust #Überwachung #news
No One Owes You Supply-Chain Security, by @purplesyringa.bsky.social:
https://purplesyringa.moe/blog/no-one-owes-you-supply-chain-security/
Linux 7.0 erschienen – mehr als ein Nummernsprung
Der neue Linux-Kernel 7.0 bringt selbstheilende Dateisysteme, sorgt für robusteren Code und heißt Rust als nicht-experimentelles Feature willkommen.
#IT #Linux #OpenSource #Programmierung #Rust #Security #Softwareentwicklung #news
Exciting news. I've just pushed a collection of ports for the #OpenPGP Card ecosystem to Codeberg.
Includes:
- openpgp-card-tools (oct)
- openpgp-card-tools-git (oct-git)
- openpgp-card-ssh-agent
I'm currently polishing them for official submission to the freebsd ports tree this April!
A huge thank you to @hko for these excellent #Rust tools!
https://codeberg.org/Larvitz/freebsd-openpgp-card-ports
#freebsd #Security #Smartcard #Yubikey #Nitrokey #Infosec #RustLang
I fiddled something again. The challenge was to enable static web file “hosting” out of Forgejo Repos. This doesn’t come out of the box from Forgejo and there are various ways to solve this.
I went for a hopefully lightweight setup using a Caddy Webserver to serve the static files and a little Rust program to act as a Webhooks for Forgejo to call on push to the repo. The repo can be found at https://repos.mxhdr.net/maxheadroom/forgejo-static-pages
The original is written in #OCaml with quite involved setup, but #TIL about two single-executable #Rust implementations: Kodama and Weibian.
I'm still trying them out, but luckily both support @typst@mastodon.social so at least I can keep a common content format between them and final document
- switching between #Zig versions, I liked it more than the dedicated anyzig
- #Python venv activation – it's silly but feels so good, and collaborates with uv
- ensuring I have the right language server and formatter for a project, be it #Lua, #TypeScript, and trying out various options for Python
- setting LANG="C.UTF-8" only in the specific project folder because #Ansible refused to work with Polish...
The final boss was getting a really comfortable Tree-sitter setup: get the #Rust CLI, write grammar in #JavaScript, re-generate and run tests on source change as a mise Task. And then I only cloned the repo on another machine and was ready to go!
This post was written as a more cultured outlet for my excitement instead of aggresively committing mise.toml into every repository I touch