From de133067db75634d503ef29c856cf9f6295f437d Mon Sep 17 00:00:00 2001 From: "Brandon C. Irizarry" Date: Tue, 3 Mar 2026 22:42:57 -0500 Subject: Add content --- drafts/projects/buildablog.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/drafts/projects/buildablog.md b/drafts/projects/buildablog.md index 7af5850..f8d534a 100644 --- a/drafts/projects/buildablog.md +++ b/drafts/projects/buildablog.md @@ -51,6 +51,11 @@ since the former is [touted](https://nullprogram.com/blog/2013/09/23/) as strict the end I decided that RSS is good enough to get things started for now. +I did face a last-minute curveball when I realized I had to integrate +the *projects* listing to the RSS feed. To this end, I needed a +reliable way to sort RSS item fields by date, which necessitated some +beefing up of the rss package itself. + Two notable resources for learning about interfacing RSS with Go code are: -- cgit v1.2.3