What is RSS, and How Do I Subscribe to Coders' Compass?

Hero image for What is RSS, and How Do I Subscribe to Coders' Compass? | Coders' Compass Publishing

Introduction

You’ve probably seen the little RSS icons next to Articles and Free chapters in the footer and on the section pages. If you’re new to RSS, those icons might not mean much to you. This post aims to fill in the missing pieces. We explain what RSS is, why we publish through it, and then briefly, how to read our posts in a feed reader of your choice.

What Does RSS Mean?

RSS (short for Really Simple Syndication) is a small, machine-readable file that a website publishes alongside its regular pages. Every time we publish a new article, our RSS file updates with that article’s title, a summary, and a link back to the full version. A feed reader repeatedly checks our RSS file on your behalf and shows you what is new. More importantly, it is software that you control.

This hails from an earlier era of the internet. The standard goes back to the late 1990s, and the protocol-level history is summarised well on the Wikipedia page for RSS. A close cousin called Atom does the same job with a slightly different XML format. Most feed readers can handle both interchangeably, so the distinction rarely matters in practice.

Why Would I Need It?

Unlike email newsletters and social media timelines, a feed reader provides three distinct advantages:

How Do I Set Up Feed Readers?

There is no single best reader. Your ideal choice hinges on your preference for self-hosting, your primary reading device (mobile or desktop), and your budget (which is often $0). The shortlist below is FOSS-first. In the interest of full transparency, this post’s author operates Miniflux as the back-end and CapyReader on Android.

Durable Subscription Options

Both speak the long-standing Google Reader and Fever APIs, so a wide range of mobile and desktop clients can sync against either of them (confirmed by the official docs: Miniflux, FreshRSS).

Options For Reading On Your Devices

Web-Hosted Options

If you would rather not self-host or install an app, two well-known web readers cover that ground: Inoreader and Feedly. Both are closed-source and use a freemium model. Inoreader’s Pro tier sits around €80/year, and Feedly now positions itself primarily as an AI-driven enterprise intelligence platform, with its free tier capped at 100 sources. You can still use them as free starter accounts. We mention them to ensure the list accurately reflects the non-FOSS landscape.

Once you have chosen a reader, the rest of this post applies to all of them.

Subscribe To Coders’ Compass

Prerequisite: a feed reader installed and open, with its “Add subscription” (or “New feed”) screen visible.

Step 1. Copy whichever feed URL matches what you want to follow:

1# Articles:
2
3https://www.coderscompass.org/articles/index.xml
4
5# Free chapters:
6
7https://www.coderscompass.org/free-chapters/index.xml

Step 2. Paste the URL into the “Add subscription” field in your reader.

Step 3. Confirm. Your reader should fetch the feed within a few seconds and show a list of recent posts. If it does not, double-check the URL has not picked up any leading or trailing whitespace.

If pasting the explicit .xml URL is fiddly, most readers also accept the homepage URL https://www.coderscompass.org/ and discover the feeds automatically through the <link rel="alternate"> tags we include in the HTML head. Either route works.

Troubleshooting

That should be everything you need to get our articles and chapters into your reading rhythm. If you run into any issues, ask for help in the comments below, or get in touch with us.

Comments