1 hour ago · Tech · 0 comments

I wrote before how I read random blog post from different sources. A couple of days ago, Michael Harley wrote about having better titles for our posts especially when they land in your RSS reader. I don’t have the same feeling about it because the people I have selected in my feed are worth reading even if their post titles aren’t great. My RSS feed is pretty long right now, so I have enough to read. But, if I want to discover new bloggers, I have a small script that check various sources, and opens a post in my Librewolf. Recently, I heard about Bubbles, but I don’t want to spend my time scrolling their lists. So, I updated my script to open a random post of the website directly in my browser. For those interested, here it is: #!/bin/zsh INDIEBLOG="https://indieblog.page/random" OOH="https://ooh.directory/random" FEEDLE="https://feedle.world/random" YAY="https://yay.boo" BUBBLE="https://bubbles.town/random?lang=en" TMP=/tmp/rp OUT=/tmp/links SEEN="$HOME/.seen_random_posts" touch…

No comments yet. Log in to reply on the Fediverse. Comments will appear here.