fixes and posts

This commit is contained in:
casual 2024-12-26 01:59:48 +03:00
parent 3e3247656a
commit c0593890e1
2 changed files with 13 additions and 2 deletions

View File

@ -57,7 +57,7 @@ Beside stress its hard to focus on things you want to do (or especially need to
My answer to all those problems is a [Minimalism/Essentialism](TODO). Both in virtual and real worlds.
- Remove any social media accounts if possible
- [Use RSS](TODO) to get posts from blogs/channels/community...
- [Use RSS](/tech/howto_rss/) to get posts from blogs/channels/community...
- Setup XMPP/Matrix bridge with your friends/work group chats
- Move to [secure messenger (XMPP)](TODO)
- If you have to use social media, keep it minimal:

View File

@ -12,9 +12,11 @@ E.g. Reddit spamming annoying pop-ups if you don't have its app or account. Why
Well, that's quite the point of RSS/Atom. You don't need to have any accouny or vendor app to read news/posts from that site. The only problem is that site should have RSS support.
![](https://external-content.duckduckgo.com/iu/?u=https%3A%2F%2Ftechterms.com%2Fimg%2Fxl%2Frss_304.png&f=1&nofb=1&ipt=39edf2a3aa720d957d481a0e4a37bf97af3910b24614b58e21d5fb420c2e6d9f&ipo=images)
You just paste special link to RSS app and reguraly get posts from that site that you can read in RSS Reader app (the only annoying thing that site can do - is to don't provide full text of a post and just headline). That is it. No comments, no pop-ups, no JavaScript, no fancy functionality. Just simple page with text and media. And if you want to e.g. read comments, you just press a button and open this post in its original site.
Everything can be RSS: Reddit, news sites... Any CMS that do posts may already have built-in RSS functionality. Or at least add-on for that. And things that don't have it (twitter, telegram, instagram) can still be used as RSS feed with help of [RSSHub](https://github.com/DIYgod/RSSHub).
Everything can be RSS: Reddit, news sites... CMS that do posts usualy already have built-in RSS support. Or at least add-on for that. And things that don't have it (twitter, telegram, instagram) can still be used as RSS feed with help of [RSSHub](https://github.com/DIYgod/RSSHub).
But it may be not greate expirience since its community hacking a thing to work as RSS feed (e.g. if Telegram channel posts gif or video, public instance of RSSHub can't send you it in RSS, you have to press button 'open in site' to actually see video)
Any news/posts sources that you read can be in a single app, structured in folders. Without any distractions. Free. You decide what and who you read.
@ -22,3 +24,12 @@ Any news/posts sources that you read can be in a single app, structured in folde
Another cool feature of RSS - it's that it can be used offline, just press button to download posts for offline-use.
Some RSS Readers have a filter functionality - you can don't show posts that can be an advertisement or have some specific words in it.
---
For example, here are RSS feeds of this blog:
- [All posts](/index.xml)
- [Hacking](/hacking/index.xml)
- [Technology](/tech/index.xml)
- [Productivity](/productivity/index.xml)
- [Personal](/personal/index.xml)