small pixel drawing of a pufferfish j3s.sh

add fack, sort blogs
Jes Olson j3s@c3f.net
Sun, 20 Feb 2022 22:53:34 -0500
commit

34c08997ea2ca8ca85c1b1c0fce9a6316d494654

parent

8a1cdd40899aeb9b976e433444aa8e634fc8ac06

1 files changed, 13 insertions(+), 12 deletions(-)

jump to
M feed/feed.gofeed/feed.go

@@ -16,34 +16,35 @@ func GetFeeds() feeds {

f := feeds{} f.FriendFeeds = []string{ "https://begriffs.com/atom.xml", + "https://blog.jse.li/index.xml", + "https://coderanger.net/atom.xml", "https://davebucklin.com/feed.xml", - "https://www.bitquabit.com/index.xml", - "https://blog.jse.li/index.xml", - "https://spencerkrum.com/index.xml", - "https://www.ryanprior.com/posts/index.xml", + "https://facklambda.dev/atom.xml", "https://kattraxler.github.io/feed.xml", - "https://coderanger.net/atom.xml", - "https://www.namecoin.org/feed.rss", "https://sanine.net/rss.xml", "https://sequentialread.com/rss", + "https://spencerkrum.com/index.xml", + "https://www.bitquabit.com/index.xml", + "https://www.namecoin.org/feed.rss", + "https://www.ryanprior.com/posts/index.xml", } f.CompanyFeeds = []string{ + "https://blog.tildes.net/all.atom.xml", "https://cyberia.club/blog/blog.xml", - "https://blog.tildes.net/all.atom.xml", + "https://frame.work/blog.rss", "https://matrix.org/blog/feed", "https://puri.sm/feed", "https://sourcehut.org/blog/index.xml", - "https://frame.work/blog.rss", } f.RandomFeeds = []string{ - "https://georgerrmartin.com/notablog/feed", + "http://antirez.com/rss", "https://100r.co/links/rss.xml", - "https://emersion.fr/blog/rss.xml", - "https://linuxwit.ch/feed.xml", "https://andrewkelley.me/rss.xml", - "http://antirez.com/rss", "https://drewdevault.com/feed.xml", + "https://emersion.fr/blog/rss.xml", "https://emilydamstra.com/feed", + "https://georgerrmartin.com/notablog/feed", + "https://linuxwit.ch/feed.xml", } return f }