Adding openring-rs to This Blog

I’ve added a webring (via openring-rs) to this blog. For those of you who remember the webring in the older days of the internet, openring is a kind of a modern take at webrings.

For those that don’t remember, webrings were pretty fun. They were nice, curated “rings” of sites. Each site could include a footer with articles or links to other sites in the ring, such that if you happened upon a site you really liked, you could find a nice curated set of sites similar to it. It was a great way to find a fun rabbit hole.

While many of those webrings used to have moderators and whatnot, openring just lets the user moderate a little webring themselves by adding a list of URLs to RSS/Atom feeds from sites they like, and generate a footer they can include to link to recent posts on those other sites they enjoy (like the one you’ll see at the bottom of this post).

Since openring was originally released by Drew DeVault (and met with a lot of discussion on HN), many people have adopted it in their blogs, which has been fun to see. Some examples include Jeff Kaufman, Adam Simpson, Brad Taunt, Dimitri Bohlender, Huy Ngo, Thedro Neely, and Eric Garcia.

Seeing that the original Go implementation was pretty short, I decided to make a port of it in Rust that does things a little faster by fetching feeds concurrently. Come join the fun, add a webring to your blog!

Posts from blogs I follow

Testing with Go and PostgreSQL: ephemeral DBs

Let’s say you created a Go program that stores data in PostgreSQL — you installed PostgreSQL, wrote the Go code, and everything works; great! But after writing a test for your code, you wonder: how do you best provide PostgreSQL to your automated tests? Do…

via Michael Stapelbergs Website November 19, 2024

Advancing Cloud and HPC Convergence with Lawrence Livermore National Laboratory

Oxide Cloud Computer installation at Livermore Computing HPC Center modernizes on-premises cloud computing capabilities for general-purpose workloads.

via Oxide Computer Company Blog November 18, 2024

Importing a frontend Javascript library without a build system

I like writing Javascript without a build system and for the millionth time yesterday I ran into a problem where I needed to figure out how to import a Javascript library in my code without using a build system, and it took FOREVER to figure out how to imp…

via Julia Evans November 18, 2024

Generated by openring-rs from my blogroll.