I’d like tags, but they’d have to be something different than just communities / categories, since that’s already what communities are for.
I’ve build multiple CMS like systems. and how I’ve implemented tags before, and liked the most was as a node tree - Since a lot of the comments are focused on NSFW, to illustrate an example:
- SFW
- NSFW
- NSFW/Porn
- NSFW/Porn/Straight
- NSFW/Porn/Gay
- NSFW/Gore
- NSFW/Porn
This allows users to use tags as a sort of searching mechanism with an hierarchy, and fine-tune how specific they want to search for a specific thing. Do you want all NSFW stuff, or something more specific.
The downside is that it could get complicated to maintain a good tag structure, plus you might run into scenarios where 1 subtag might fall under more categories. In that case a “Parent 1-x> Child tree” doesn’t work anymore, and you’ll end up making an “Parent x-x> Child structure” - which is even more difficult to maintain
The argument against tags, is that posts are already categorized by communities. Though not everything, and not every niche thing needs it’s own community in my opinion. Look at /c/programming for example - a “general purpose community”. Just taking the top 2 posts there, you could still create a similar note-tree tag structure there like:
- Programming
- IDEs
- VSCode
- VSCodium
- VSCode
- Code Style
- Tabs VS Spaces
- IDEs
These tags could still be “communities”, but communities are non-hierarchical, and at what point to we really need an extreme niche “Tabs VS Spaces” community? If there would be a tag system like this, people could select the “Code Style” tag, and see posts under that tag plus all child tags.
This is just an idea for tag structuring, the concepts of ACLs of “who can make these tags” and “who can move around tags” or “who can append new child tags” - and “Introducing new child tags could require reordering the parent content into those tags” is an whole other discussion
fubo@lemmy.world 1 year ago
While we’re at it, can we abandon the “NSFW” terminology entirely?
There have been many calls to separate out “porn” from “gore” from other topics that are often tagged “NSFW”. This is a perfect opportunity to do that.
Also, “NSFW” centers the idea that employers are in charge of society; that social rules should be dictated by employers. I’m not sure that’s the sort of ideology that the Lemmy developers want to promote.
Pyroglyph@lemmy.world 1 year ago
I thought it was generally accepted that porn was NSFW and gore/ick was NSFL.
jadero@programming.dev 1 year ago
I think it is, but NSFW has quite a bit of metaphorical use, too. I’ve seen particularly beautiful examples of craftsmanship labeled jokingly (?) as NSFW to highlight the the difference between merely masterful work and artistry. That’s one of the reasons I manage by subscription rather than by filter.
Even the word “porn” doesn’t really work. There are various Porn groups on Reddit, like EarthPorn, which was dedicated to amazing examples of completely natural landscapes.
fubo@lemmy.world 1 year ago
That distinction is not currently expressed in the Lemmy software.
In any event, “NSFW” as currently used has other things wrong with it from a social standpoint.
For example, it centers employers as our source of social standards, which is a position of extreme submission to capitalist control of social spaces.
It implicitly asks posters to tag their posts according to their understanding of other people’s employers’ opinions rather than according to their knowledge of the content itself.
For that matter, some people’s work is making porn. Erasing sex workers is regressive bullshit.
Vlyn@lemmy.zip 1 year ago
This would actually work well with a tag system. Like you have predefined content warning tags. “Porn”, “Nudity”, “Gore”, “Violence”, “Sexual assault”, or whatever might be in the text/image/video. Users could then filter tags in their settings.
Defining the tags and enforcing them in communities would probably be the biggest hurdle.
SideshowBoz@lemmy.world 1 year ago
This makes a lot of sense👌
natecox@programming.dev 1 year ago
All the support for this. I don’t even personally care much but I’ve seen this requested so many times.