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.
🚗🇱🇹 Rusting VAZ Lada, somewhere in Lithuania.
There were a couple of Lada 1200 (VAZ-2101) from the 1970s and 1980s, and also a lovely red Lada 1500 (VAZ-2103)!
https://www.obsidianurbexphotography.com/other/soviet-vehicle-graveyard-lithuania/
#ClassicCars #VAZLada #Lada #Soviet #Cars #Photography #Rust #Decay
We just migrated Roto to @Codeberg!
You can find the new repo here: https://codeberg.org/NLnetLabs/roto
And read the announcement here: https://community.nlnetlabs.nl/t/roto-has-moved-to-codeberg/79/1.
We'll migrate more projects soon!
cc @nlnetlabs
Himmel, was regen sich alle im Heiseforun auf, dass sudo-rs nun Sternchen als Feedback darstellt, wenn man das Kennwort eingibt (nun als default).
Polemisch wird es, wenn man der Sprache Rust die Sicherheit abspricht, weil das Projekt eine Designentscheidung geändert hat.
Skuril wird es, wenn behauptet wird, man müsste unterschiedliche Versionen nun mit unterschiedlichen Konfigs versehen.
Manche Menschen wollen einfach mit Gewalt jedwede Änderung als Problem hochstilisieren.
sudo-rs bricht mit 46 Jahren Unix-Tradition: Die Rust-Implementierung zeigt Passwörter beim sudo-Eintippen nun standardmäßig als Sternchen an – für mehr Benutzerfreundlichkeit! 🔒💻 Ist das sicherer oder gewöhnungsbedürftig? https://www.heise.de/news/sudo-rs-zeigt-Passwort-Sternchen-standardmaessig-Bruch-mit-Unix-Tradition-11192641.html #Linux #Sudo #Rust #Cybersecurity #Newz
Some people before #LLMs
"But writing #documentation is so time-consuming. We have no time for that!"
"We won't adopt #Rust as our service is not performance-critical."
----------------
The same people after LLMs:
"We need some more docs over here... and please update that SKILL.md. Otherwise, how should our LLM navigate our codebase and know what to do?"
"#RustLang is awesome! LLMs make way fewer errors now with strict types!"
Just insane!
Neurodivergent devs: what languages actually *click* for your brain? Not popularity — what feels kind, predictable, low-cognitive-load? Why?
I'm building a framework for ND devs and want real experiences. Rust? Go? Odin? Python? Something else?
Tell me what works (or doesn't) for you.
#ActuallyAutistic #ADHD #Neurodivergent #Programming #Rust #Go #Odin
Making WebAssembly a first-class language on the Web
WebAssembly has come a long way since its first release in 2017. The first version of WebAssembly was already a great fit for low-level languages like C and C++, and immediately enabled many new kinds of applications to efficiently target the web.
— by @mozilla
🧑💻 https://hacks.mozilla.org/2026/02/making-webassembly-a-first-class-language-on-the-web/
#webdev #webassembly #web #dev #it #website #development #developer #js #javascript #firstclass #rust #rustlang #c #cplusplus
Do you also want contribute to the Open Source movement?
Don't know where to start?
You can't write programs (yet)?
You must (have) use(d) google voice
It's getting enshittified (makes more and more mistakes) and is NOT opensource
Common Voice by Mozilla
Don't just use Open Source software CONTRIBUTE!
my stats are here (screencap)
What are yours?
https://commonvoice.mozilla.org/en/dashboard/stats
#OpenSource #Voice #Common #Voice #CommonVoice #programming #rust #C #CLang #goLang #go #Linux #BSD #freeBSD #openBSD #netBSD #mac #win64
NEW VIDEO - Why Rust Is Causing Tension in the Linux Kernel.
#FreeBSD #Linux #Rust #opensource #garyhtech
https://youtu.be/-XLuGB0wZ1M?si=R3JBRFIYxUgunsMR via @YouTube
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