I'm getting tired of the "second brain" concept, it is mostly a hallucination of the human brain
Show HN: OpenKnowledge – open source AI-first alternative to Obsidian/Notion
171–180 of 199 posts
Re: Show HN: OpenKnowledge – open source AI-first alternative to Obsidian/Notion
#172Re: Show HN: OpenKnowledge – open source AI-first alternative to Obsidian/Notion
#173Re: Show HN: OpenKnowledge – open source AI-first alternative to Obsidian/Notion
#174How does this integrate with Git? is the CRDT stack mainly for syncronizing locally? and then "snapshotted" into git? Or how would the team collaboration part of this work?
Git is used for the "auto-sync" and sharing functionality. Uses GitHub as the source of truth for the content. Currently the CRDT is local and is used so that agents can edit the markdown concurrently with the user, and the user can edit it via the WYSWIG editor or the raw markdown editor. CRDT powers the live indicators, etc. CRDT and git are reconciled so that git stays as the canotical version history.
Re: Show HN: OpenKnowledge – open source AI-first alternative to Obsidian/Notion
#175Earlier quoted context omitted.
Talking about a few different things, OKFN and OKF.
OKFN and OKF are the same thing: "Open Knowledge Foundation (OKF) is a global, non-profit network that promotes and shares information at no charge, including both content and data [--] founded by Rufus Pollock on 20 May 2004 [--] Between May 2016 and May 2019 the organisation was named Open Knowledge International"
Re: Show HN: OpenKnowledge – open source AI-first alternative to Obsidian/Notion
#176https://cloud.google.com/blog/products/data-analytics/how-th... Did you look at the OKF repo from Google? Open Knowledge seems to be a common term these days for similar solutions. I think OKF is more of the protocol for wiki-for-llm while you have more of the bells and whistles
It looks like a revision to OKF format could include: support for RDF URIs as labels, schema.org RDFS alignment (:name @en, :about, :description,)
Our templates follow it and we have a starter pack for it.
You can think of our app as a general purpose IDE for any knowledge base/wiki/markdown.
Docs: https://openknowledge.ai/docs/workflows/supporting-open-know...
Re: Show HN: OpenKnowledge – open source AI-first alternative to Obsidian/Notion
#177Electron apps tend to fall down in the minutiae of the little things that native apps get right (around things like selection, scrolling, various small affordances across various levels). Would love to see something like this be more native app upfront, than starting out with something that will always leave that top 10% of what makes a nice feeling app unobtainable. You win hard on this if you have the best possible…
This is a very mac-centric view. It makes business sense to plan for multiplatform.
Re: Show HN: OpenKnowledge – open source AI-first alternative to Obsidian/Notion
#178Earlier quoted context omitted.
Git is used for the "auto-sync" and sharing functionality. Uses GitHub as the source of truth for the content. Currently the CRDT is local and is used so that agents can edit the markdown concurrently with the user, and the user can edit it via the WYSWIG editor or the raw markdown editor. CRDT powers the live indicators, etc. CRDT and git are reconciled so that git stays as the canotical version history.
so if I understand you correctly crdt is not used to collaborate in realtime with other human beings? instead we need to sync via git?
Re: Show HN: OpenKnowledge – open source AI-first alternative to Obsidian/Notion
#179Looks like a really good alternative of obsidian