newsonaut

Turning inner space into outer space

November 17, 2024

Gonna sift those guys right out of my feeds

Four years ago, I wrote about using siftrss to filter out unwanted items from your RSS feeds “in these troubled times.”

The times are just as troubled as ever, so I’m once again recommending siftrss, but this time I have a better idea of how it works.

Say, for example, you wanted to subscribe to Techmeme’s feed, but didn’t want any items with Trump or Musk in the title.

First, go to siftrss and put in the feed URL for Techmeme. That would be: techmeme.com/feed.xml

Change the first dropdown to “exclude”, the second to “title” and the third to “matches regex”. You need to use regex if you want to exclude more than one keyword.

Fill in the blank with /Trump|Musk/i. This tells the filter to exclude any items that have the word “Trump” or “Musk” in the title. The i at the end makes it case insensitive, meaning the filter works regardless of whether the words are upper or lower case.

If you’re familiar with regex, siftrss uses the Perl Compatible Regular Expressions implementation.

Here are some more examples:

Exclude any items with one of these four keywords: /keyword1|keyword2|keyword3|keyword4/i

The pipe symbol means “or”.

Exclude any items with both of these keywords: /keyword1&keyword2/i

The ampersand means “and”.

I find that taking breaks from certain individuals does wonders for my sense of well-being.