Anyone building a federated Stack Overflow?
-
Anyone building a federated Stack Overflow?
-
smallcircles (Humanity Now 🕊)replied to dansup on last edited by
@dansup there used to be a full-blown (non-federated) remake of Stackoverflow in a GH project. Firing it up would give nearly the same UI and a whole bunch of the gamification features.
I was only mildly interested at the time, and did not star or anything. Later on, seeing "federated SO" thread for the N-th time I tried to find it again on multiple occasions. No luck, unfortunately.
Such project would be a great basis to add #ActivityPub to.
As for the idea: https://codeberg.org/fediverse/fediverse-ideas
-
@dansup Yes. After Bandcamp.
I had an online discussion about a Federated-Yelp that raised some interesting points that might apply to SO as well -- How do you “federate” the features that DON’T fit into the standard social media formulae? Things like “accepted answers” might only work on a centralized server.
Also, this might fall under the threaded discussion WG. I’d love to talk in more detail if you’re ever interested.
-
@[email protected] @[email protected] a federated StackOverflow would be an excellent use case that would benefit directly from the work ForumWG is doing (yes, "Forum and Threaded Discuss Task Force" is the official name, but ForumWG rolls off the tongue better, no?)
Dan, if you're interested, the WG meets up first Thursday of every month, 11am Mountain Time.
-
utzer [Pleroma]replied to Ben Pate 🤘🏻 on last edited by@benpate @dansup probably not a real problem, this partly incompatibilities exist since the Fediverse is around, so 14 years or so, the only way is to discuss ideas and then implement some solution that works for all sides.
In the past there was Diaspora (still exists) that was the big player, that had fewer functions than for example Frienidca, they somehow arranged and it worked quite well. Today Mastodon is the big player, now others arrange their projects around the reduced feature set that Mastodon had... It kind of works, mostly. -
wakest ⁂replied to smallcircles (Humanity Now 🕊) on last edited by
@smallcircles @dansup was also just talking about this. we should start a call for action. the SE situation is really shit rn and it would be a great time to get some interest in this.
-
Hobson Lanereplied to smallcircles (Humanity Now 🕊) on last edited by
@smallcircles
MS probably deSEOed competing FOSS projects when they bought SO. Maybe someone forked it to GitLab or gitea or codeberg. Will look.
@dansup -
smallcircles (Humanity Now 🕊)replied to Hobson Lane on last edited by
-
Ben Pate 🤘🏻replied to utzer [Pleroma] on last edited by
@utzer @dansup Yeah. We could always just build a new network with special features that would require an account on a Q&A -style server.
But an emerging feature of "fedi" is that you can take your identity everywhere. I'd really like to support this somehow, too.
Perhaps it just means using main Mastodon (or whatever) account as a "universal inbox" for notifications. But then we link you back to a site with SSO, so you can interact more richly there.
Dunno.. TBD.
I'll take any/all advice.
-
@[email protected] @[email protected] may I pose a question?
What is the actual difference between a site like StackOverflow (or their sister sites on the exchange) vs. a forum with a question-and-answer functionality built in?
At its core, as Ben alluded to, each question is essentially a "topic/thread", with immediate replies considered "answers", and further sub replies considered "comments".
An accepted answer needn't federate, though it can always provide that information via a separate ActivityStreams property.
My assertion isn't that StackOverflow does anything different "technically", but that their network effect and centralization, along with being the only good option to ExpertsExchange, allowed them to prosper.
-
Yes. Stack Overflow isn't magic. I think they succeeded because they focused heavily on SEO, which brought both ask-ers and answer-ers to the site.
Personally, the "accepted answer" is the killer feature. Dunno if NodeBB, Kbin, or others already support this.
There's potential in SO's gamification aspects, too. I'd love to let third-party sites to award badges or "endorsements" and display them on my profile page. This could work in all kinds of trust/credibility situations.
-
@[email protected] said in Anyone building a federated Stack Overflow?:
Personally, the "accepted answer" is the killer feature. Dunno if NodeBB, Kbin, or others already support this.
Yes! NodeBB's been around for a decade, we have tons of stuff that got built because people wanted it.
So yeah we have a plugin that already does full question-and-answer support. We use it on our forum: https://community.nodebb.org/category/16/technical-support
Note the "solved" and "unsolved" labels, and descending into a solved topic, you'l see the accepted answer floated to the top.
NodeBB's theme and plugin engine is very flexible, so it is feasible to stand up a StackOverflow clone rapidly.
-
Hobson Lanereplied to smallcircles (Humanity Now 🕊) on last edited by
@smallcircles
I remember the one you're talking about but can't find it.
Codidact seems close, FOSS and self-hosted: https://github.com/codidact/qpixelThis Django package for managing a QA Forum might be useful:
https://djangopackages.org/packages/p/askbot/Some components of original SE are OSS, like the useless .NET redis client:
https://github.com/StackExchange -
smallcircles (Humanity Now 🕊)replied to Hobson Lane on last edited by
Ohh, those are nice finds.
Looking in the SE github org, there's also their Design System, and it is MIT-licensed.
GitHub - StackExchange/Stacks: Stack Overflow’s Design System
Stack Overflow’s Design System. Contribute to StackExchange/Stacks development by creating an account on GitHub.
GitHub (github.com)
That can be a) giving a good headstart in designing an alternative, and b) depending on how it is exactly licensed, be great to "fork" the brand assets (if they are also just MIT, they maybe aren't protected as they usually are).
-