Show HN: Metadocs, kinda like Reddit, but built into every documentation
96 points| ritinkar | 3 years ago |metadocs8.com
It's a chrome extension that allows discussion on any webpage to happen there itself.
Currently I have built threaded comments, and a upvote/downvote system.
Plus I've built this cool feature called Highlights, which lets you discuss specific lines in any documentation. As well as a feature called Top Hightlights, which shows the most interesting hightlights on any webpage.
Hope you guys will try it out. And if you have any questions, feel free to ask me here.
Thanks.
tsol|3 years ago
Anyways, I've always wanted to find something like this again. This sounds similar. I'm gonna try this out and take a look. The big thing that makes it work, IMO, is having enough people participating and having comments be moderated. Unique, sincere comments make the experience fun. Spammy, trolling comments make it just every other boring corner of the internet.
I loved this, I could go anywhere on the web and have a comment section. The important thing about this, though, was that the comments were usually pretty relevant. Rarely did I see trolling or off topic comments(Ie politics). It'd usually just be maybe a one line impression of the site. It was perfect.
cxr|3 years ago
https://web.hypothes.is
(The public stream is here: <https://hypothes.is/search>. Also supports parameterized RSS <https://web.hypothes.is/help/atom-rss-feeds-for-annotations/> and has a developer API—info available on the Developer tab in your account settings.)
SketchySeaBeast|3 years ago
> Rarely did I see trolling or off topic comments(Ie politics).
I wonder if this is due to the format or strictly because of the time?
yamtaddle|3 years ago
Incidentally, this is one of several things I've thought FF should have integrated into the browser to differentiate themselves and maybe retain or, if you can imagine it, grow their userbase. It'd be an outstanding core of a distributed social network, if they wanted to take it that direction, and a decade or so ago FF was uniquely positioned to make such a thing happen by integrating it directly with the browser so the best way to experience it was in FF. These days, I'm not sure they've got enough users left to make such a play, but they did at one time.
ritinkar|3 years ago
I'm focusing on documentation pages at first hoping to build a commpunity that is helpful. Like pointing out pitfalls and better solutions to existing problems.
Also I used to be a stumbleupon user too. I don't remember the discuss feature, but I remember using it to find hidden gems of the web.
jasfi|3 years ago
https://techboomers.com/websites-like-stumbleupon
esperent|3 years ago
However, the actual tool is only a tiny part of the problem. The bigger part is moderation and spam.
While this is niche that's not a big deal, but it's also nothing like reddit in that case.
What if it does take of? How will you handle spam/astroturfing/hate/illegal comments?
willio58|3 years ago
99% of the struggle for any social network is getting people to use it at all. Those problems you list would actually be great to have to deal with, because it means the network is taking off.
ritinkar|3 years ago
I'll initially start by moderating comments myself, (need to create a policy first) and see what to do from there.
tsol|3 years ago
ritinkar|3 years ago
wnoise|3 years ago
ritinkar|3 years ago
But I'll only know the correct solution once I start tackling it.
qprofyeh|3 years ago
I used to read the comments on PHP.net to learn more about certain features or to find example usages. This made the PHP community seem very approachable and helpful.
camtarn|3 years ago
Of course all of that should have been in the docs to start with, but the comments really saved that site.
ritinkar|3 years ago
gcr|3 years ago
Back in 2010, I also ran my own project in this space called "Goggles." https://knowyourmeme.com/memes/sites/goggles It was a bookmarklet that turned any webpage into multiplayer MS Paint; viewers with the bookmarklet active could see others painting on the webpage in real-time, before websockets made this kind of interaction commonplace. The entire thing ran on a single-threaded nodejs instance, serving something like 1k simultaneous connections at peak. Every half-hour or so it would crash from memory leaks. Good times.
Moderation was the thing that killed my project. Some users became victims of targeted harassment campaigns; bullies would draw dicks, swastikas, nooses, racial epithets etc on their personal tumblrs or homepages. There's something insidious about knowing that folks could be graffiti-ing your own webpage behind your back unless you're constantly checking goggles, so it didn't feel right to keep the project running knowing I didn't have the motivation to add proper moderation tools and didn't want to build user accounts or any sort of reputation system to keep the UX simple.
Some folks made absolutely stunning pieces of art on corners of the web that nobody saw. I probably still have the shapefile database archived somewhere... maybe we could reunite artists with their work someday.
thebeastie|3 years ago
ritinkar|3 years ago
Metadocs is pretty young, so I'll think about it.
esperent|3 years ago
However, the actual tool is only a tiny part of the problem. The bigger part is moderation and spam.
While this is niche with a tiny user base that's not a big deal.
But, what if it does take of? How will you handle spam/astroturfing/hate/illegal comments?
yarg|3 years ago
mcone|3 years ago
o_____________o|3 years ago
How does it identify elements to anchor to, and what happens when the original text changes?
ritinkar|3 years ago
When the original text changes then the highlight is dead. Meaning you can still discuss it, but it will no longer be highlighted in the window.
You can read more about text fragments here - https://web.dev/text-fragments/
snapplebobapple|3 years ago
thenipper|3 years ago
aargh_aargh|3 years ago
yarg|3 years ago
ritinkar|3 years ago
taubek|3 years ago
ritinkar|3 years ago
You can browse as guest.
The comments are stored in metadocs servers.
hkxer|3 years ago
RupertEisenhart|3 years ago
I wish I could remember the name of it, I played with it for a few weeks but then they put up a paywall.
That spirit of communal being-on-the-internet I only saw breifly recaptured again by the Beaker Browser, which unfortuantely seems also to be going the way of all things. There you could fork and remix any website you were on, could in principle afford a much more mucking-in stle of what you are trying to do here.
I think this could be great! Keep at it!
LesZedCB|3 years ago
ritinkar|3 years ago
wtf77|3 years ago
ritinkar|3 years ago
So I was going through a documentation of an ORM library for another project of mine, and it was kinda poorly written. And I didn't feel like going through the effort required to go to another website and ask questions there. I thought I wish I could ask questions right here.
So I took that feeling and turned it into something tangible.