Show HN: Files.md – Open-source alternative to Obsidian
41–50 of 377 posts
Re: Show HN: Files.md – Open-source alternative to Obsidian
#42I believe that not only you should own your data in plain files, but also you should own the software that opens those files. So that your files and tools can grow together, fully under your ownership, through the ages. The app can be easily tweaked for your own needs via an LLM - code is optimized for that. P.S. And Golang seems to be great fit for this kind of software.
What makes Golang a great fit in your opinion?
docker + php-fpm + php7 + larvel + nginx + redis + cron + worker + certbot
Server after the rewrite to Golang:
server, a 15MB no-dependencies binary that has everything.
Re: Show HN: Files.md – Open-source alternative to Obsidian
#43I use .MD files, helix terminal editor with a markdown LSP called markdown-oxide that replicates the obsidian feature set (like bidirectional links, tags, making new notes automatically, two keys get you from a in-line footnote to the definition and back again, etc), and rumdl which is a super efficient and customizable markdown linter and formatter (semantic line breaks far the win!) . Since it is all helix I can ju…
Re: Show HN: Files.md – Open-source alternative to Obsidian
#44I use .MD files, helix terminal editor with a markdown LSP called markdown-oxide that replicates the obsidian feature set (like bidirectional links, tags, making new notes automatically, two keys get you from a in-line footnote to the definition and back again, etc), and rumdl which is a super efficient and customizable markdown linter and formatter (semantic line breaks far the win!) . Since it is all helix I can ju…
It's a personal choice that cannot be imposed on everyone. Not everyone is a developer.
Re: Show HN: Files.md – Open-source alternative to Obsidian
#45Re: Show HN: Files.md – Open-source alternative to Obsidian
#46I believe that not only you should own your data in plain files, but also you should own the software that opens those files. So that your files and tools can grow together, fully under your ownership, through the ages. The app can be easily tweaked for your own needs via an LLM - code is optimized for that. P.S. And Golang seems to be great fit for this kind of software.
Re: Show HN: Files.md – Open-source alternative to Obsidian
#47I believe that not only you should own your data in plain files, but also you should own the software that opens those files. So that your files and tools can grow together, fully under your ownership, through the ages. The app can be easily tweaked for your own needs via an LLM - code is optimized for that. P.S. And Golang seems to be great fit for this kind of software.
What makes Golang a great fit in your opinion?
Like, I should be able to open it even after a few years, and do some fixes or add some features.
Go's ecosystem seems to share this mindset.
Re: Show HN: Files.md – Open-source alternative to Obsidian
#48This made me realize that obsidian is *not* opensource, but in a way obsidian made me feel like it was opensource. Obviously now that I researched it, it is quite obvious that it is not, but still it 'feels' like it should be opensource.
That's why I will always hammer on open standards and federation.
Re: Show HN: Files.md – Open-source alternative to Obsidian
#49Earlier quoted context omitted.
> It seems like software in AI-era should be distributed open source. That makes it easy for AI to be trained on it.
Yeah, also makes it easy for humans to train on it. That's the point of open source, sharing the knowledge. We'll all make the same shit over and over if noone shares. But if we all share, then the only thing left to make is the unknown.