How could anybody stop the AI robbers from stealing content from the fediverse?
Fediverse
A community dedicated to fediverse news and discussion.
Fediverse is a portmanteau of "federation" and "universe".
Getting started on Fediverse;
- What is the fediverse?
- Fediverse Platforms
- How to run your own community
Why does that matter? The content is licensed CC BY-SA. The point here is to prevent AI answers.
It seems to matter for the users at Stack Overflow. And why should anybody give anything for free to the crooks in Silicon Valley. All they do is create technology designed to extract value out of people and give as little as possible back.
robots.txt may help : https://neil-clarke.com/block-the-bots-that-feed-ai-models-by-scraping-your-website or blocking by IP addresses.
Honest question: Why?
IMHO stack exchange is basically reddit/lemmy with hand cuffs because no threaded discussions and every other question is closed as off topic. I don’t understand what another stack exchange would buy anybody.
I guess one thing stack exchange does well is “related questions” and tagging, but… I dunno. (shrugs)
With a few more additions, lemmy could serve as a good replacement. We already have a Forum
/ NewComments
sort which is perfect for question / answer type communities. We could add a feature to make default sorts for specific communities, so they would feel less fast, or possibly a sort that brings zero comment posts (IE meaning unanswered), to the top.
The reputation and "accepted answer" features from SO are a lot less important than threaded comments can be, especially since questions often need new answers every year, making the "accepted answer" pointless.
Especially with Lemmy getting support for plugins soon, I don't see the need for making a new platform
A new sorting method for "unanswered" is a cool idea. I'm not sure if it's quite as simple as just finding posts with 0 comments, because people can put additional questions in the comments but it's still unanswered. Also how do you sort them for posts with the same number of comments/answers. But this is definitely something that a plugin could handle.
Default sort would be great. Especially for sports events. But I don't want Lemmy to become an answer repository, keep it as a link aggregator
Useful constraints would focus discussion to keep questions/replies brief, relevant, and hopefully helpful, wouldn't they? I just wonder how up and downvoting would work since that would go very differently from Lemmy.
I just wonder how up and downvoting would work since that would go very differently from Lemmy.
how so?
Honest question: Why?
You missed the SO and AI story this week ?
Federated Stack Exchange isn't harder for AI to eat. If anything it's easier.
And guess what, it can be done just as easily, if not, more easily on a federated instance. You don’t gain at real additional control over your data (and no putting “covered under license X” is about as realistic as those Facebook posts saying “I don’t give anyone access to my posts”).
I’ve said this before and I’ll say it again, realistically the only way to control your data from AI is a DRM type solution which everyone fundamentally hates.
Oohhh. Seeding the alternative with all the old data, if possible, could be an awesome move here!
@lemmyreader Here's a starting point for a fediverse StackExchange: Make sure it's interoperable with Lemmy.
Now, you may not get the full feature set on Lemmy, but you should be able to interact with it from Lemmy as if it's a group on there.
Yep! It seems a good Threadiverse ecosystem could be on its way with lemmy etc, nodebb and discourse. Hooking a stack overflow alternative into that could make a lot of sense of kick starting it.
Though at some point UI differences could prove problematic(?)
@weirdwriter @ajsadauskas @lemmyreader
Yes, forum platforms too (incl #nodebb of course).
I do get the (very vague) impression discourse is focusing on integrating well with masto to a good extent and so might not integrate too well with the other Reddit/forum platforms. If true, that might be a good enough reason to start with another base. OTOH, it’s a familiar platform to many devs so adapting it for stackoverflow like use could go well right?