livellosegreto.it is one of the many independent Mastodon servers you can use to participate in the fediverse.
Livello Segreto è il social etico che ha rispetto di te e del tuo tempo.

Administered by:

Server stats:

1.2K
active users

#rust

155 posts134 participants1 post today

new security milestone reached: #chatmail relay servers are hardened to only transfer end-to-end encrypted e-mail with metadata minimization. No cleartext message can enter or leave the secure chatmail network anymore.

We now talk about "chatmail relays" rather than servers as they only ephemerally store messages until delivery. Dirt cheap to run.

We opened up our #rust "chatmail core" infrastructure library and set up an overview of the community driven ecosystem ...

chatmail.at

Heute im #Europapark #Rust.
Werktag, außerhalb aller deutscher Ferien. Wartezeit max 20min, bei Silverstar und Bluefire konnte man teils direkt durchgehen bis ans Einsteigegatter.
Neue Achterbahn #Voltron ist wie ein E-Auto: "Was, erst mit Kette bergauf schleppen? Nö, wir knallen euch mit 3m Anlauf direkt in den ersten Looping!" In der Strecke dann ein echter Überraschungsmoment (ich spoilere mal nicht).
Morgen dann 9-22 in Therme/Spaßbad als Kontrastprogramm.

Just released rsubst: a lightweight CLI tool built in Rust for template substitution, inspired by envsubst and Jinja. Great for Docker configs where you don't want to include a Python runtime.

GitHub: github.com/jtdowney/rsubst

A small, envsubst-like utility with conditional logic and advanced templating - jtdowney/rsubst
GitHubGitHub - jtdowney/rsubst: A small, envsubst-like utility with conditional logic and advanced templatingA small, envsubst-like utility with conditional logic and advanced templating - jtdowney/rsubst

PROJECT SPOTLIGHT 💡

#rust #rustlang #programming
Flowistry

Flowistry is a Rust tool that analyzes the information flow of Rust programs.

Flowistry understands whether it's possible for one piece of code to affect another. It integrates into your IDE to provide a "focus mode" which helps you focus on the code that's related to your current task.

Flowistry is open-source on GitHub at github.com/willcrichton/flowis.

Flowistry is an IDE plugin for Rust that helps you focus on relevant code. - willcrichton/flowistry
GitHubGitHub - willcrichton/flowistry: Flowistry is an IDE plugin for Rust that helps you focus on relevant code.Flowistry is an IDE plugin for Rust that helps you focus on relevant code. - willcrichton/flowistry

Excellent #keynote by @gregkh at #KubeCon #CloudNativeCon on why we need #Rust in the #Linux kernel, including:

➡️ Standardize, "automate" error handling
➡️ Enforce lock acquisition, automate release
➡️ Type safety

As an important side-effect, switching from C to Rust requires you to ensure APIs fit the cleaner error handling/locking/type paradigms.

To ensure Linux stays secure and maintainers sane.

He also recommended the following 90-minute presentation: newsletter.pragmaticengineer.c

Recently picked my dev-proxy-launcher up again
paultraylor.net/blog/2024/dev-
this time rewriting it from Python asyncio to #rust, tokio and hyper to see if I can better handle proxying certain kinds of requests.

Wish I had a rust mentor who I could ask questions to but for now it's reviewing some of the Rust book and *lots* of web searches.

PaulTraylor.net · Dev Proxy LauncherLoosely inspired by xinetd , I wrote a simple dev proxy launcher.