From 856f4717dfb4a7c6cd44a9c8b60f29ea871fd079 Mon Sep 17 00:00:00 2001 From: Daniel Olshansky Date: Sat, 7 Sep 2024 15:52:18 -0700 Subject: [PATCH] Last README touchup --- README.md | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 013f42a..4c93b12 100644 --- a/README.md +++ b/README.md @@ -2,22 +2,26 @@ [![Generate Paul Graham RSS Feed](https://github.com/Olshansk/pgessays-rss/actions/workflows/rss.yml/badge.svg?branch=main)](https://github.com/Olshansk/pgessays-rss/actions/workflows/rss.yml) -tl;dr Use [this RSS feed](https://raw.githubusercontent.com/olshansk/pgessays-rss/main/feed.xml) to subscribe to Paul Graham's essays. +_tl;dr Use [this RSS feed](https://raw.githubusercontent.com/olshansk/pgessays-rss/main/feed.xml) to subscribe to Paul Graham's essays._ + +It is updated every night. ## History & Context -I've been following Paul Graham's essays for years, but when [Founder Mode](https://paulgraham.com/foundermode.html) came out, +I've been following Paul Graham's essays for years now, +but when [Founder Mode](https://paulgraham.com/foundermode.html) came out I realized that I had somehow missed the notification. -It turns out that the [RSS feed](https://paulgraham.com/rss.html) originally created by Aaron Swartz (RIP) fell bhind. +It turns out that the [RSS feed](https://paulgraham.com/rss.html) originally created by Aaron Swartz (RIP) fell behind. -As one would, I obviously had to point out that something on the internet is broken: -![SC1](https://github.com/user-attachments/assets/47993ca5-d793-45da-9540-18b2b3d0e4f3) +As one would, I obviously had to point out that something on the internet is broken. After a week of no response, I obviously had to take matters into my own hands and fix it. This is the story of `pgessays-rss`. +![SC1](https://github.com/user-attachments/assets/47993ca5-d793-45da-9540-18b2b3d0e4f3) + ## Developing this You can check out [prompt](./prompt.md) for the original prompt and full conversation I had with ChatGPT to develop this.