From 4343327cc0c663c29dee22b529bfa8e2ae75b363 Mon Sep 17 00:00:00 2001 From: xangelo Date: Wed, 23 Jun 2021 10:49:01 -0400 Subject: [PATCH] fix messed up link --- content/posts/devlog/newsriver/intro.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/posts/devlog/newsriver/intro.md b/content/posts/devlog/newsriver/intro.md index 461650c..1f77f7a 100644 --- a/content/posts/devlog/newsriver/intro.md +++ b/content/posts/devlog/newsriver/intro.md @@ -4,7 +4,7 @@ date: 2020-11-10T09:43:04-05:00 --- ## What is News River? -[News River](https://newsriver.xangelo.ca) is an auto-updating stream of news that doesn't need to clutter up your RSS feeds. It was based off ideas from [https://scripting.com](Dave Winer). There are some sites that you don't necessarily CARE about reading every single update. Sometimes you just want to see the most recent stuff and move on. Sites like [HackerNews](https://news.ycombinator.com) and some subreddits ([/r/devops](https://reddit.com/r/devops) or [/r/aws](https://reddit.com/r/aws)) are things that I'm curious about more recent things that get up there, but I don't necessarily want to read every single item. Normally I'm just skimming for interesting titles. +[News River](https://newsriver.xangelo.ca) is an auto-updating stream of news that doesn't need to clutter up your RSS feeds. It was based off ideas from [Dave Winer](https://scripting.com). There are some sites that you don't necessarily CARE about reading every single update. Sometimes you just want to see the most recent stuff and move on. Sites like [HackerNews](https://news.ycombinator.com) and some subreddits ([/r/devops](https://reddit.com/r/devops) or [/r/aws](https://reddit.com/r/aws)) are things that I'm curious about more recent things that get up there, but I don't necessarily want to read every single item. Normally I'm just skimming for interesting titles. I used to have these things synced up to my RSS reader, but the sheer number of updates to them caused me to go insane. There's no reasonable way to keep up with all of that stuff. So I had to pull them and then just.. remember to go there. Eventually I got tired of that and wrote the first News River system. You provide a list of sources (RSS or RedditJSON) and it will periodically scan them, download the items, save them, and serve them up for you to see in a simple little auto-updating front-end. -- 2.25.1