rssed

a collection of dev rss feeds - blogroll

Add a new feed

+

318 feeds


Hearthside by Caleb Hearth

Posts

Linked: OpenTelemetry Tracing in 200 lines of code ๐Ÿ”—

This is really cool and in only 181 lines (Jeremy undersells it in the title) we get a really great explanation of how #OTEL works and why we'd want i [...]

Linked: Please, Lego, let this engineer bring your computer brick to life ๐Ÿ”—

As #LEGO are releasing the SmartBrick soon, it's a good time to point to this article from a few years back with IMO a much cooler "smart" LEGO brick [...]

Linked: GBC Boot Animation 88ร—31 Web Button ๐Ÿ”—

Pretty neat technical dive into extracting the GameBoy Color's boot animation and using Imagemagick to transform it to an 88x31 button. via Robb: http [...]

Linked: Bundler belongs to the Ruby community ๐Ÿ”—

Once there is a Ruby organization that is accountable to the maintainers, and accountable to the community, with openly and democratically elected boa [...]

Linked: In the Future All Food Will Be Cooked in a Microwave, and if You Canโ€™t Deal With That Then You Need to Get Out of the Kitchen ๐Ÿ”—

One of my chefs mentioned that if they could cook the steak on the grill they could get it right the first time. This is not an acceptable attitude in [...]

Linked: Faster GitHub Actions CI for Swift Projects ๐Ÿ”—

I'll be trying out these GitHub CI performance improvements soon for sure. โฌฃ [...]

Linked: Contabulation ๐Ÿ”—

The bottom search in Callsheet and "search drawer" in Ketchup, both built or designed by Ben, have been inspirational in my own app design. So much ea [...]

Linked: Storing custom metadata in PHAssets ๐Ÿ”—

So often we need to do "hacks" like this in the Apple ecosystem. This one seems pretty straightforward but it would be great if we had an arbitrary cu [...]

Tally All Git Trailers in a Repository ๐Ÿ”—

Iโ€™ve been using a lot of Git Trailers in my commit messages recently and as my thinking on which trailer keys to use has evolved, itโ€™s been useful to [...]

Obsidian Bullet Journal Tasks Migration in Daily Note ๐Ÿ”—

Iโ€™ve been tinkering with a modified, task-only Bullet Journaling approach in Obsidian for about a week now and itโ€™s been nice, so I wanted to write up [...]

Prevent Mastodon and Bluesky from Generating POSSE Link Previews ๐Ÿ”—

Yesterday I posted that Iโ€™d resolved my new microblog POSSE1 posts from generating link previews on Mastodon and Bluesky. Today, I want to briefly run [...]

Tell GitHub to Render Markdown Pages with .gitattributes ๐Ÿ”—

Articles on Hearthside are written in Markdown (GitHub-flavored), but the file extension is .md.yaml as they also make use of Jekyll-style front matte [...]

Oxtail, and more Cooklang Exploration ๐Ÿ”—

After yesterdayโ€™s post, it was time to finally try to handle a blog post and Cooklang recipe in one file. The solution to how to format things was sim [...]

Oat Notes ๐Ÿ”—

Youโ€™ll probably read this recipe and think wait, this is just overnight oats but youโ€™d be wrong, because this is a recipe for overnight oats that some [...]

How I Model SwiftUI Views ๐Ÿ”—

The approach I take to defining ViewModels for SwiftUI was heavily inspired by Paul Hudsonโ€™s post Introducing MVVM into your SwiftUI project. In it, h [...]