this summer's cultural cross over we've all been waiting for jimothy x bayeux
Valdemar
@erk.dev
Rust dev, train fan, FreeBSD enthusiast and other stuff
A post by @mara.bsky.social have been stuck in my head for about two months now so I just had to write out my thoughts on what the most central railway station in the Netherlands is: erk.dev/2026/06/21/t...
The most central station in the Netherlands
A small journey about trying to find the most central station in the Netherlands
erk.dev
new little blog post! also its a bit prettier now selvmaya.com/blog/old-int...
mayas web!
selvmaya.com
I made a bot which posts random frames from The Simpsons every couple hours. if you like The Simpsons then maybe give it a follow :) subtitles and alt text supported!
Season 8 Episode 6 Episode: A Milhouse Divided Time: 06:45
I was recently diagnosed with a rare autoimmune disorder called anti-NMDA receptor encephalitis. It's a "disease of chaos" that completely upturned my life for a couple months. I wrote a blog about it that goes into more detail and discusses prognosis. :-) burntsushi.net/encephalitis/
Encephalitis - Andrew Gallant's Blog
burntsushi.net
Thanks to @erk.dev, the clippy lint for this just merged 🎉 github.com/rust-lang/ru...
add new lint: `for_unbounded_range` by Erk- · Pull Request #16257 · rust-lang/rust-clippy
View all comments This adds a Clippy lint for the possible confusing behaviour pointed out in rust-lang/rust#150084 and rust-lang/rust#111514, and discussed in rust-lang/libs-team#304. While no con...
github.com
TIL: RangeFrom/`0..` in Rust wraps instead of ending at the ::MAX value? fn main() { for idx in (0u8..).take(257) { println!("{:02X}", idx); } } play.rust-lang.org?version=stab...
I am writing up some questions for a Rust quiz tomorrow, anyone have any good questions that are both surprising and can be used to learn a thing or two?
WHEEEEEEEEEE github.com/rust-lang/ru...
alloc: stabilise `Allocator` by nia-e · Pull Request #156882 · rust-lang/rust
Stabilise a bare-minimum (dyn-incompatible, but could be in the future) Allocator trait, alongside Box::new_in(), Vec::new_in(), the System Allocator impl, and a blanket impl of Allocator for T: Gl...
github.com
CHAT WE HAVE STABLE ALLOCATORS
After having a subpar setup for a long time, just running my website in a Zellij session I finally set up a service, and at the same time I set up continuous deployment. I wrote about it here: erk.dev/2026/04/20/f...
Continuous deployment for this site on FreeBSD
Setting up CI for a Rust website on FreeBSD
erk.dev
🚨New YouTube video!!🚨 I’ve been using my investigate journalism powers to look into Razer’s disturbing holographic AI girlfriend jars ……Stay with me here
Some fun compiler-adjacent #RustLang reading: How can you make sure [panic!] is unreachable in part of your program? This write-up goes into how we approached callgraph analysis in #Ferrocene – and how you can try it out for yourself! 👉 ferrous-systems.com/blog/callgra...
Zed Just released a updated terms of service agreement, you now must be at least 18 years old to use it. Also they now have a forced arbitration clause unless you opt out via snail- or e-mail within 30 days. zed.dev/blog/terms-u...
We Overhauled Our Terms of Service and Privacy Policy - Zed Blog
From the Zed Blog: Effective March 2, 2026, we're updating our Terms of Service, Privacy Policy, and related documentation. Our privacy commitments have not changed.
zed.dev
Going to a chemistry cabaret at my old uni tonight. It is the newest of the science cabarets so it is fun to see how the running gags evolve. My favourite gag from the past few years have been about how all chemicals should just go into the handwash.
This GOOD BOY ran onto the course during the Women’s Cross-Country Skiing Team Sprint event, crossing the finish line and being automatically recorded by OMEGA’s photofinish camera 😆
Anyone want to drop by Byhaven/Pumpehuset with me tomorrow for some nice music and late night karaoke billetto.dk/e/vinterbyha...
Vinterbyhaven 2026: Spawner + lucca + Ponny + dark0wa
Den 16. januar 2026 vækker vi Byhaven for én aften og hiver alt det dejlige ved Byhaven indenfor i ...
billetto.dk
And with that, we have reached our goal on Kickstarter!!! That went incredibly quickly and I don't know how to thank all of you. However!! We are not done yet!! But one of the scariest hurdles has been surmounted and we are bouncing off the walls here!! 🎉🎉🎉
Shout out to @erk.dev for writing a new clippy lint to catch the surprising "`for i in `0..` {}` loops forever" behavior I bumped into this week!
I made a simple implementation specifically for for loops github.com/rust-lang/ru...