Matthias
@matthiasendler
Chief Meme Officer at corrode. http://corrode.dev http://codeprints.dev http://analysis-tools.dev http://openpodcast.app http://lychee.cli
Hey to all the new followers. I'm more active on Mastodon in case you'd like to follow me there as well. mastodon.social/@mre
Out now for @seradio with @matthiasendler on Prototyping with Rust se-radio.net/2025/05/se-rad… #rust #prototyping #podcast #softwareengineering
Season 4 of the Rust in Production podcast is a wrap! 🎉 We had amazing guests from Microsoft, Astral, and more, discussing Rust's role in foundational software. We collected our favorite quotes from this season in our season finale! corrode.dev/podcast/s04e08… #rust #rustlang
Using Rust to control hundreds of antennas worldwide processing gigabytes of satellite data. Just released a new episode of 'Rust in Production' with Vegard Sandengen from KSAT about building mission-critical space infrastructure with Rust. corrode.dev/podcast/s04e07… #rustlang
Wie hart kann es sein, einen Link zu checken? curl <URL> und gut ist, oder? Das ganze ist _deutlichst_ komplexer als du eigentlich denkst. Ein Deep Dive über Link-Edge-Cases, DOI-Links, HEAD vs. GET und Co. @matthiasendler. Zur Podcast-Episode 🎧 engineeringkiosk.dev/podcast/episod…
I noticed two completely different ways of programming: 1. Write some small code, run, see the result, adjust, repeat for hours. 2. Sit for hours writing code, modelling with types, writing tests, then spend minutes fixing what you’ve got wrong. Turns out, this deeply…
New "Rust in Production" episode! @adamhendel talks about PGMQ from @tembo_io, a lightweight job queue using Postgres as backend. You could build this yourself, but you'd probably waste time and end up with the same design anyway 😄 corrode.dev/podcast/s04e05… #rustlang #postgres
Ten years after Rust 1.0, we need to stop thinking of it as just "systems programming." That label carries historic baggage and scares away teams who could benefit from Rust. corrode.dev/blog/foundatio… #rustlang #rust
If you feel a bit lost with all the AI craze lately, here's a little story for you. endler.dev/2025/paolo/ #development #programming
In today's special 'Rust in Production' episode we talk to Niko Matsakis from the Rust core team. Niko and I take a trip down memory lane and discuss the early days of Rust and much much more. corrode.dev/podcast/s04e04… #rustlang #rust
Since the last 4 days every morning during my drive from work I listen to this podcast I love it, I can't find Matthias X account 😞
Reinvent the Wheel - One of the most harmful pieces of advice is to not reinvent the wheel. hubs.ly/Q03p4_CR0 via Matthias Endler @matthiasendler
It's crazy how much Python tooling has improved in recent years. A big part of it is thanks to tools like `uv`. In today's episode, I talk to @charliermarsh, CEO of @astral_sh about building better Python tooling in Rust. Full episode: corrode.dev/podcast/s04e03… #rustlang
There is no single 'Rust learning curve'. Instead, it looks different for every developer attempting to learn the language. However, there are a few ways that can help flatten the learning curve that I didn't see anyone talk about. corrode.dev/blog/flattenin… #rustlang #rust
WhatsApp is using Ratatui for their new Erlang crashdump viewer! 🔥 🚀 Supports memory address decoding & more! 🦀 Written in Rust & built with @ratatui_rs ⭐ GitHub: github.com/WhatsApp/crash… #rustlang #ratatui #tui #crashdump #erlang #logs #whatsapp #commandline #terminal
Let's talk about webhooks! On the surface, webhooks are just web requests. But in practice? There's a lot to consider. I speak with @TomHacohen from @SvixHQ about production-grade webhook systems and migrating from Python to Rust. corrode.dev/podcast/s04e02… #rustlang #rust
Rust in Production is back and our first guest is 🥁🥁🥁 @ciura_victor from Microsoft! We talk about Rust/C++ interop, legacy code, backwards-compatible APIs, and Hyrum’s Law. Listen in here: corrode.dev/podcast/s04e01… #rustlang #rust #podcast
A very neatly written blog by @matthiasendler which every engineer should give a read. endler.dev/2025/best-prog…
Here's the post I wish I had when I first started programming. If you know someone just beginning to code (especially students), maybe pass this along? Would've saved me a lot of head-scratching and "why didn't anyone tell me this earlier?" moments. endler.dev/2025/best-prog…
Rust is memory safe... but that doesn't mean there a no pitfalls! Here are a bunch of things you should look out for: corrode.dev/blog/pitfalls-… #rustlang #rust