I'd suggest that the right way to handle this is, if the "Hide adult content" checkbox under settings is checked, it should prevent this from happening. (Currently it makes no difference, afaict.)
/kbin meta
Magazine dedicated to discussions about the kbin itself. Provide feedback, ask questions, suggest improvements, and engage in conversations related to the platform organization, policies, features, and community dynamics. ---- * Roadmap 2023 * m/kbinDevlog * m/kbinDesign
I believe it does make a difference. It just seems like nobody cares to turn on the nsfw filter
I thought it was on by default, I have a (possibly confabulated) memory of unchecking it because I want adult content to show up; I prefer a more true to humanity face on the internet, that includes us at our shaking it baby, banging like it'll solve global hunger, nude lewd and crude finest.
Sorry, I meant that people making nsfw posts are the ones who don't turn on the nsfw tag on their posts.
But yeah, the nsfw filter is off by default on people's accounts
Ah, yeah. Definitely in favor of people marking things correctly. While misfiling is also very human, you gotta draw a line somewhere, and given that this particular case fucks up on people's consent to exposure, it seems like a pretty good place for it.
I won't go back to mastodon because I opened the app to a huge picture of a wang, and I do NOT want that content, so I have the settings set to block it. It wasn't blurred, or hidden behind a "click to reveal" button. Just wide open, filling my entire screen. And I had to keep seeing it to check if it was tagged nsfw, and to click to report.
I've noticed the vast majority of it coming from lemmynsfw.com
I really hope that we can get the ability to make entire instances (and thus all posts in any of their communities) as nsfw, since that already is an explicitly and exclusively nsfw instance
I've blocked their entire domain and I now I don't see their NSFW posts anymore.
Go to https://kbin.social/d/lemmynsfw.com (basically `/d/<domain you want to block>') and press the block icon on the sidebar. Yes you'll have to briefly look at their front page before you can block their content.
I would hope that moderation starts kicking in on that kind of thing.
I know Beehaw's recent defederation ruckus wasn't popular, but it does highlight the importance of moderation tools. If I was running an instance I'd want to be able to see stats for how often that kind of thing gets caught, and perhaps if there are instances that it happens on a lot then defederation would be warranted. People need to keep their portions of the neighborhood tidy.
Actually, comparing notes a bit, it seems like sometimes posts are marked as nsfw on the server they are from, but show up as sfw on our side. There's definitely some sort of bug going on here.
I have been seeing this as someone who's posted NSFW content. People from other instances will hit me up to complain about it when I've done what I can by posting on a NSFW server and marking it NSFW..
Right. I was on the opposite side on this, as I was giving someone a friendly reminder about marking a post nsfw, but we compared screenshots, and it clearly was marked as NSFW on theirs and not mine, and the same was true for several other posts.
a thing with the nsfw filter in the fediverse generally: there is a school of thought that people should treat "content warning" somewhat like an email subject line - basically marking everything nsfw if there is any chance that anyone might find it offensive. Not subscribing to that point of view myself, I tend to block anyone I encounter who adopts that practice because it is so annoying - but I can also understand that some people of very delicate sensibilities might appreciate being able to protect themselves from things that are not well-behaved kittens. TLDR, this is why a lot of people don't turn on their nsfw filter - because in many places 90% of the so-called nsfw content is actually sfw, but evokes food, alcohol, politics, violence (yet of the sfw sort), or controversy.
It only makes a difference if people are properly labelling content and communities.
It does not make a difference.
Honestly, the whole "random stuff" sidebar seems to be unnecessary.
I'd like to totally disable the sidebar. I don't need random posts, especially if it's this kinda stuff I don't want to see.
As a temp workaround, add the following css in stylus or stylbot for kbin.social to hide random posts and threads
section.posts.section {
display: none;
}
section.entries.section {
display: none;
}
improved version:
section.active-users.section,
section.posts.section,
section.entries.section {
display: none;
}
A lot of the posts are coming from lemmynsfw.com, which is a domain you can block. Unfortunately you have to navigate to their Kbin domain page, but you should be able to block them completely there.
I think it's something like kbin.social/d/lemmynsfw.com, and you just block it like a magazine or a user.
Definitely wishing there was a way to block without having to navigate there, you're definitely in for an eyefull
Blocked domains, communities, and users currently show up in the side bar.
Dang that's no good at all
it's a very literal interpretation of random
The sidebar is pretty broken at the moment, yes
Not OP, but domain blocking doesn't seem to be working at the moment (at least for me). I ended up searching "nsfw" in magazines and blocking from there individually. That method seems to work, but it's also kind of a never-ending process, as other NSFW magazines start showing up as people sub to them. I'm sure it'll get sorted eventually.