[flagged]
I assume they mean that they read those mainstream news sources independently, but come here as an escape from current events and politics and mainstream take some things.
uBlock Origin rules for HN: removing MSM news sources reduces systemic stress
21–30 of 47 posts
Re: uBlock Origin rules for HN: removing MSM news sources reduces systemic stress
#22[flagged]
Not a throwaway FYI, a first post.
The guideline is:
> Anything that good hackers would find interesting. That includes more than hacking and startups. If you had to reduce it to a sentence, the answer might be: anything that gratifies one's intellectual curiosity.
The guidelines don't even mention tech or technical.
Re: uBlock Origin rules for HN: removing MSM news sources reduces systemic stress
#23I eventually took a break from any news exposure at all, then gently added back in a front page skim of a high-quality outlet or two, then shifted for awhile to Reddit front page, then faded back out to zero. At the moment, I'm unlikely to hear about a current news event unless it's alluded to on HN or (this is awful) LinkedIn.
News-related stress now is mostly limited to ridiculous situations in tech industry (we've become the coked-up sociopaths field, a bit like 1980s Wall Street stereotypes used to be), and very local news situations that affect me in noticeable ways (e.g., housing, noise pollution).
Re: uBlock Origin rules for HN: removing MSM news sources reduces systemic stress
#24Re: uBlock Origin rules for HN: removing MSM news sources reduces systemic stress
#25Re: uBlock Origin rules for HN: removing MSM news sources reduces systemic stress
#26If you host it on GitHub pages you can share a link for others to add as a unblock filter list
Re: uBlock Origin rules for HN: removing MSM news sources reduces systemic stress
#27[flagged]
Re: uBlock Origin rules for HN: removing MSM news sources reduces systemic stress
#28Re: uBlock Origin rules for HN: removing MSM news sources reduces systemic stress
#29Try a pattern like this, to match three 's in a row:
:xpath(.. | ../following-sibling::tr[1] | ../following-sibling::tr[2])
(Or a cyclic permutation of it, depending on which you're anchoring to).