this post was submitted on 23 Jun 2026
472 points (98.6% liked)

science

27625 readers
295 users here now

A community to post scientific articles, news, and civil discussion.

dart board;; science bs

rule #1: be kind

lemmy.world rules

founded 3 years ago
MODERATORS
 

Humans evolved to pay close attention to danger, but today that instinct is being overwhelmed by an endless supply of bad news from around the world. Researchers say the answer isn’t to stop following current events—it’s to build healthier habits around how, when, and where we get our news.

you are viewing a single comment's thread
view the rest of the comments
[–] bitwolf@sh.itjust.works 2 points 22 hours ago* (last edited 22 hours ago) (1 children)

So for those style websites, FreshRSS (my server)/and CabyReader (my client) offer options to parse the linked article for content.

They mostly get the full article without tinkering but other sites I use css selectors to get the article section of the website.

Then I press the "parse" button if the article is just a summary and it'll get the whole article.

That said, I do put more emphasis on following individuals rather than large sites like those you mentioned. So I have a couple dozen individual blogs followed, but also a handful of sites like NewScientist, BigThink, AndroidPolice, TinyBuddha, VICE

Okay, that's very cool. I'm into self-hosting and will look into running FreshRSS to parse sites and feed me articles. Much appreciated!