onoira
in most places i've lived, my physical neighbours did not want to be known, and did not want to know anyone else, either. granted, most of them really only used their apartments/houses as a very expensive sleeping place and nothing more. they didn't really live in their houses; it was just where they usually slept between working.
even when the neighbours were friendly, there were no common spaces and the housing too small to accommodate get-togethers, and no third places to go to. and the friendly neighbours were always apart of the conspicuously racist pensioner cabal.
my experience is also primarily with tired parents with mortages… who blame minorities for their unhappiness (so they vote right-wing) and get all of their social and emotional fulfilment from work (so they willingly buy into the C-suite cult).
they are also usually so tech illiterate that they have the vibe of someone who never learned a trade and fell for the 'learn to code' advice at some point in their life.
i think it would be more symbolic to extend the rainbow peace flag over it.
growing up, the most common 'counterargument' (read: dismission) to 'global warming' i heard was 'great, i love summer!'
i had to become a singer before i had the lung capacity to sigh hard enough.
but what about these posts that are like:
ah right, yeah. i updated my original snippet with the styling for hiding posts also.
It is good though that we don’t have republicans groups here, so half the problem is solved on Lemmy by default.
there are neocon and alt-right instances, but they don't normally federate, or they're quarantined very quickly (usually for posting CSAM… hmmm…).
some apps and frontends let you filter posts and comments.
if you're in the browser: blocking an instance from your account settings will ~~block posts~~hide communities from that instance. this also has the benefit that you don't get notified when someone from a blocked instance replies to you or sends you a message.
to hide comments and other posts in the browser on the default frontend, i use a userstyle:
code
/* hides posts */
.post-listing:has(* > .person-listing[href$="@lemmy.world"])
{
display: none;
}
/* hides comments and replies */
.comment-node:has(* > .person-listing[href$="@lemmy.world"]),
.comment-node:has(* > .person-listing[href$="@lemmy.world"]) + .comments
{
display: none;
}
/*
* hides post separators in feed.
*
* (a) it's more compact this way.
* (b) they get left behind when hiding posts.
*
*/
.my-3 { display: none; }
EDIT: corrections. more code. put inside a details block.
yeah.
that's all i've got to say, but i have a strong urge to say it.