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.
#Diverse perspectives on #AI from #Rust contributors and maintainers
https://nikomatsakis.github.io/rust-project-perspectives-on-ai/feb27-summary.html
Healthy debates are still possible, it seems. 🙏
Earth and Sky I - new abstract art available: https://1-lisas-baker.pixels.com/featured/earth-and-sky-i-lisa-s-baker.html
#abstract #abstractart #landscape #earth #sky #art #arte #artwork #wallart #homedecor #artforhome #artforsale #buyintoart #artprints #canvasprints #mastoart #fediart #fediverse #creativetoots #southwestdecor #teal #rust #gold #pattern
Please welcome our Rust in Paris 2026 conference new sponsor: @rustnl, a non-profit that organizes RustWeek, funds Rust maintainers, and supports diversity and inclusivity in Rust.
More information on their website: https://rustnl.org/
See you there!
Embedded systems security engineer / cryptographer open to contracts or permanent roles. Based in Lausanne, CH.
Background in embedded crypto libraries, PKI, smartcard middleware, software security research.
For contracts: direct preferred, remote-friendly. For permanent: Lausanne-commutable or remote.
Languages: English, French, some German.
DM or email preferred.
#cryptography #embeddedsystems #PKI #infosec #contractor #hiring #FediHire #fedihireme #fedihired #jobsearch #rust
Investigating tools & looking into the languages used to build the tools including governance, change processes etc.
My short & rough observation on #Rust #Rustlang vs #Go #Golang.
Rust has a governance model & documented change process. Golang has Google.
Did I miss something?
How is Golang developed? How are decisions made? Is it just Google pulling the strings?
Note: Currently not interested in the technical merits of one or the other.
Rust Coreutils 0.7: Turbo for the command line
The Rust reimplementation of classic Unix tools reaches version 0.7 with numerous performance improvements and build fixes for NetBSD and PowerPC.
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
Since some people have asked me if I they could collaborate on my rust IPS work, I decided to publish the Repo now on @Codeberg
https://codeberg.org/Toasterson/ips
Note: illumos is the main OS using this package manager but we should make this available for many operatingsystems as we can,
Happy if someone makes ipsOS based on linux aswell. (Please choose a better name though)
The Goal is to bring the IPS innovations to as many people as possible.
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