New post about porting my bog to Rust and adding an RSS feed!
Check it out!
| Blog | https://blog.baggins.family |
New post about porting my bog to Rust and adding an RSS feed!
Check it out!
Added an RSS feed to my tech blog shortly after the classic "Rewrote entire project in Rust." commit.
Blog can be found at
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?
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! ❤️