You can with the new Lemmy 0.19 update
New to Lemmy
Did you just join Lemmy? This community is for you!
Do you want to help new users around? Then this community is for also you!
Thank you all for being here, it makes a big difference
FAQ
- You don't have to post here, but it's fun!
- You don't have to post right away, come back later if you want
- You can post as many times as you want
I don't know what to post
- Share what you're looking for, or what you want to do. We'll help you find it
- Ask questions! The Fediverse is new to most people. If you're unsure about something, others are unsure as well.
- Just smile and wave, maybe someone will wave back ๐
When version 0.19 arrives, you will be able to block any instance you want (see pinned post in !lemmy@lemmy.ml)
For now you need to block them in the app you are using. If you're mostly using it on the website, unfortunately you will need to manually block the communities you don't like.
Hooray!
Absolutely. No more political bullshit from Hexbear, Kbin and Lemmygrad!
I'm just sitting here and wait for the release.
Nobody on Hexbear or Lemmygrad is actually a socialist; they just blindly defend any country that claims to be or once was socialist
Hexbear and grad speak for themselves. As a kbin user, what's the kbin gunk and where's it coming from?
Is there a, I don't know, wiki or something with cultural information about the different instances and what they're like?
I know it would probably be next to impossible to keep it from being biased in some way, but I kind of feel like the new kid in school, and the school has over 100 different cliches that I have to figure out and avoid or whatever.
Definitely an understandable feeling when you see these kinds of conversations but honestly most instances are just full of relatively normal folks talking about relatively normal things, especially the bigger ones since they have such a diverse user base. The main "bad" ones to know about are Lemmygrad and Hexbear for being very politics-focused. Then Beehaw for being a bit of a walled garden that prefers not to mix too much with the rest of the Threadiverse. There was one called exploding-heads too that was mostly just full of trolls, but I think they gave up on Lemmy and went somewhere else.
Some that stand out for more wholesome reasons are places like slrpunk.net (solarpunk / environmentalism stuff), mander.xyz (lots of awesome sciencey communities).
Most make it very obvious what they are before you sign up, like there's yiffit.net for furries, lemmy.blahaj.zone for LGBT, ani.social for anime, then things like literature.cafe, startrek.website, programming.dev, (cough cough) lemmynsfw etc are obvious from the names.
Ok I started this comment thinking there were only a couple to mention but actually you're right a list somewhere might be good! https://join-lemmy.org/instances is supposed to be that, but most don't list much useful info really.
Witch app do you use? Some apps let you block instances, but I'm not familiar with how. I just blocked all the communities I came across.
Avelon. Would rather block them all in one swoop!
Sync let's you filter out entire instances
Until proper support arrives (Lemmy 0.19 and... whenever it's meant to appear on kbin, which currently even errors trying to block a certain hexbear community), I just made a few filters. Unfortunately they are on my other machine. Fortunately they are plain old uBlock Origin selectors, and not that hard to make. The rough points:
On kbin, posts on the front page, magazine (community) pages etc are article
tags, containing links to the user and community. That link will always end with /u/@someone@someplace or /m/somewhere@someplace. As a result you can do stuff like block article.entry:has(a.user-inline[href$="@hexbear.net"])
(posts by all hexbear denizens) article.entry:has(a.magazine-inline[href$="@hexbear.net"])
(posts by anyone to hexbear communities) - this is untested off the top of my dome, syntax might be broken.
I don't know how it works in Lemmy, presumably not that differently.