myWebsite

Built with Hugo and a modified version of the risotto theme.
Log | Files | Refs

replaceSocialMediaWithRss (1301B)


      1 +++
      2 title = "Replace Social Media With RSS"
      3 description = "how to replace midless scrolling with constant microlearning"
      4 date = 2025-04-02
      5 tags = ["productivity"]
      6 +++
      7 
      8 ## What is RSS
      9 
     10 Lets ask AI:
     11 
     12 > RSS (Really Simple Syndication) is a web feed format used to publish frequently updated information, such as blog entries, news headlines, or podcasts, in a standardized format.
     13 
     14 yeah, that basically covers it.
     15 
     16 You can think of RSS as a way to get notifications from almost any website and put them all into a nice organised feed inside your RSS reader
     17 
     18 **RSS reader:** and app that fetches RSS feeds from the specified soruces
     19 
     20 **RSS feed:** the link from a website that containes a feed
     21 
     22 ## Why use them? 
     23 
     24 
     25 
     26 
     27 ## How to find RSS feeds
     28 
     29 https://www.rsslookup.com/
     30 
     31 or any similar website.
     32 
     33 ### Youtube RSS Feeds
     34 
     35 Youtube has rss bult in, but its not as easy to find.
     36 
     37 1. inspect the youtube channel you want to add
     38 2. search "RSS" in the html
     39 3. you will evetualy stumble upon a link like this `https://www.youtube.com/feeds/videos.xml?channel_id=CHANNEL_ID`
     40 4. copy this link and up it inot your RSS reader
     41 
     42 ### How to get Twitter RSS Feeds
     43 
     44 1. open the twitter user in https://xcancel.com 
     45 2. the link to the feed will be in the top right corner
     46 
     47 ![rss feed in xcancel](/images/rssInxcancel.png)
     48