An RSS reader view
The river is nice.. but there are some blogs that I like to actually keep up with. But I do only remember sporadically.
I was a big user of Google Reader.. which was killed quite suddenly. I tried numerous alternatives but I just never found one I liked. Maybe this newest addition to the river can be it.
There’s a second reader view that displays the feeds, and also read/unread counts for all of it.
edit: It comes to my attention that I’ve used the words “Reader View” incorrectly. It’s not a stripped down view of the content. It’s more of an “RSS Reader View” where the view resembles what you’d expect of a more traditional RSS reader as opposed to the “River” view.
All Recent Posts
- Organizing Organizations (2024-06-01) — A walk through various organizational structures
- Amplify docker limitations (2023-12-05) — Amplify has some odd docker limitations it doesn’t want to fix
- Chrome HTTP Request stuck in "Stalled" State (2023-06-20) — Chrome reports that a request is stuck in a “stalled” state and I try and figure out why
- Started from *Free* now we're here (2023-06-19) — How FREE has shaped my life
- Simple Redis Job Queue (2023-05-25) — A naive redis job queue implementation
- Now Powered by Outlines (2023-05-21) — An update to how I publish new posts
- Designing On-Call (2022-09-21) — How to implement a successful on-call process for the first time
- Mongo vs. DynamoDB (2022-09-17) — Abstract Whenever you get into the conversation of NoSQL, and specifically “Document based” systems, you inevitably seem to end up on either DynamoDB or Mongo. The truth is while DynamoDB is a wonderful tool, Mongo should probably be your first stop. Mongo vs. DynamoDB Mongo and DynamoDB are two document storage databases in the NoSQL family. Where mongo took the more traditional “server” route, DynamoDB opted for “serverless”. As a result, most of the distinction between the two comes from this divide.
- Removing the Default Font (2022-03-31) — Where I spend too long talking about why I removed the default font temporarily
- Running a Git Server (2022-03-30) — Running your own Git server Following this theme of owning your digital space I wanted to do a quick post on what it takes to run your own git server. There are a bunch of services out there like that will host your git repositories for free (I personally recommend sourcehut), but you can get a most of what they offer for free with gitweb. Why would you want to do this?