Madeline Baggins

@madelinebaggins
4 Followers
26 Following
9 Posts
Forklift-certified barista and long-time hobbyist FOSS software dev ❤️
Bloghttps://blog.baggins.family

New post about porting my bog to Rust and adding an RSS feed!

Check it out!

https://blog.baggins.family/post/2026-02-05-maddi-blog.md

Also switched to just directly generating HTML, htmx just felt like overkill 😅

Added an RSS feed to my tech blog shortly after the classic "Rewrote entire project in Rust." commit.

Blog can be found at

https://blog.baggins.family

And RSS at

https://blog.baggins.family/rss.xml

I'll write a post on implementing the xml feed and publish the Rust port, but for now it's just there if you want it ❤️🥰

Another new blog post, had a few hours after work so took a quick dive into Rust's proc_macro system to address an issue I had in a previous post ❤️

https://blog.baggins.family/post/2026-02-01-traiting-harder.md

New blog post! Featuring a haiku at the end because conclusions are hard!

"Wow, what great value!" - Me

https://blog.baggins.family/post/2026-01-28-type-are-hard.md

#[derive(Debug)]
struct Point(f32, f32);

fn main() {
let point = Point {
0: 1.0,
1: 3.0,
};
println!("{point:?}");
}

// excuse me?

The strange impulse to match your makeup to your TTY colour scheme...

Being stuck at the airport by yourself means you get to write code with no pesky chores to get in the way.

Tried out Earlang and wrote a blog post about it, check it out here:

https://blog.baggins.family/post/2025-12-18-erlang-cowboy-mustache.md

Let me know what you think if you read it! ❤️

New blog just dropped with two posts! Go check it out and let me know if you like it 🥰.

https://blog.baggins.family/

#go #golang #rust #rustlang #evdev #uinput