Live data from Hacker News

Show HN: Tolaria – Open-source macOS app to manage Markdown knowledge bases

github.com

31–40 of 157 posts

Re: Show HN: Tolaria – Open-source macOS app to manage Markdown knowledge bases

#31
You beat me to it by a day! But well done Luca. The tool looks excellent and I'm trying it out now.

I'm building Sig https://github.com/adamjramirez/sig-releases> and the architecture overlap is obvious: macOS, plain markdown, git-versioned, designed as context for AI agents.

The difference is where in the workflow we start. Tolaria seems to excel at organizing knowledge that already exists. Sig is trying to solve what happens before that - how to get the knowledge out of your head and into files in the first place. Most of what actually determines the quality of your AI output was never written down: the decision made in the last five minutes of a meeting, the verbal commitment with no follow-up, your actual read on what a conversation meant (not the surface version).

Sig's capture is two layers: 1) factual record first, 2) your personal interpretation on top. Both stored as markdown on your machine. When you're ready to share to a team knowledge base/open brain, it's an explicit decision to do so and opt-in — private by default, team-readable only when you choose.

Re: Show HN: Tolaria – Open-source macOS app to manage Markdown knowledge bases

#32

That’s awesome! I’m a huge fan of projects like that. I recently launched ckourse.com (open-source) to help manage downloaded courses. Combining tolaria and Ckourse will give a smooth learning experience. Thanks for the tool.

On a tangential note, do you have any recommendations for course platforms that offer paid courses with videos being 100% without DRM?

I was severely disappointed late last year when I revisited one platform where I had previously dropped quite a bit of money in the past to buy access to many courses and I now wanted to finally download them for offline watching only to find that in each and every course I had bought access to on the platform it is only the first couple of videos that are without DRM and then all of the remaining videos in each of the courses use Widevine DRM.

I even investigated a bit whether Widewine DRM is possible to decrypt but it seems to be very difficult, requiring knowledge and access to things that I doubt I would be able to figure out.

I would rather in the future spend money on courses that are not DRM protected in the first place, than to give any more money to any learning platforms where they use DRM on the videos.

Topics of interest include:

- Advanced software development

- Distributed systems

- PostgreSQL database internals

- ZFS file system internals

- Debugging

- Reverse engineering

- 3d modelling in Blender and rendering

- Vulkan graphics programming

- Game development with Godot

- Piano playing techniques

- Electronic music production with Ableton Live

- Mixing and mastering tracks with Ableton Live + any third party VSTs necessary

- Drawing and painting digitally

- DJing, turntablism and scratching on digital DJ controllers

Re: Show HN: Tolaria – Open-source macOS app to manage Markdown knowledge bases

#35

Doesn’t Obsidian already do pretty much the same?

Obsidian and these newer tools share markdown + local files, but they're aimed at different assumptions about who reads and edits the vault. Obsidian's default is "human reads and curates; plugins optionally enhance." The AI-first cohort (Tolaria, Sig in the sibling comment, and several others) assumes the AI reads and writes as a first-class agent, which makes design choices like how the app reacts to files changing underneath it (cf. the Zettlr comment downthread) a core concern rather than an edge case.

Worth watching how each of these tools positions the AI: as a UX copilot inside the editor, or as an autonomous agent with file-system access via local CLI/MCP.

Re: Show HN: Tolaria – Open-source macOS app to manage Markdown knowledge bases

#38
post #31

You beat me to it by a day! But well done Luca. The tool looks excellent and I'm trying it out now. I'm building Sig https://github.com/adamjramirez/sig-releases > and the architecture overlap is obvious: macOS, plain markdown, git-versioned, designed as context for AI agents. The difference is where in the workflow we start. Tolaria seems to excel at organizing knowledge that already exists. Sig is trying to solve w…

[deleted]

Re: Show HN: Tolaria – Open-source macOS app to manage Markdown knowledge bases

#39
post #31

You beat me to it by a day! But well done Luca. The tool looks excellent and I'm trying it out now. I'm building Sig https://github.com/adamjramirez/sig-releases > and the architecture overlap is obvious: macOS, plain markdown, git-versioned, designed as context for AI agents. The difference is where in the workflow we start. Tolaria seems to excel at organizing knowledge that already exists. Sig is trying to solve w…

if "git versioned" means the .md files themselves, I'm sold. I am actually processing files using a git based workflow in order to tell claude what to look at.

I'll definitely give this a spin.

Post reply on HN