Show HN: Encycla – like GitHub for knowledge (encycla.com)
Right now, if you're interested in, say DIY air purifiers[1], you could throw up a document or webpage. But there's no good way for people you don't already know to work on it, to make it their own. If you're writing software, the answer is obvious: publish a Git repository on GitHub/GitLab.
With Encycla, we're building a sort of "GitHub for knowledge": a place where you can create simple, topical webpages that others can fork and asynchronously push & pull changes from (without knowing about Git or anything technical).
On the backend, every page on Encycla is a git repository containing Markdown that you can clone, edit independently of the Encycla website, push to other services (such as GitHub, GitLab), etc.
For instance, here's a page on Encycla:
and the underlying git repository pushed to GitHub:
10 comments
[ 3.3 ms ] story [ 30.9 ms ] threadkind of like a baseball card for each historian where people can explore who vouched for who.
there can even be forks where people disagree on what happened, that way the user can follow the evidence, refute it or comment on it for other users to see, kind of like how wikipedia does it but for comments.
that way we can make history more persistent than current archive methods.
but anyways, great work! always good to see educational projects being built, my parents bought a pc for the family, we were homeschooled and a lot of my education (outside of textbooks) came from cd/floppy disk encyclopedias and other educational software
It takes a really long time to do an initial clone (sometimes many hours), and because it is still driving git, if the clone fails, it fails. Even after the initial clone, fetches can take quite a long time and there are many bugs.
I use it myself for archiving mediawikis.
Encycla seems much more git-first, which is also awesome.
I could totally see this as an alternative to say, Confluence