Live data from Hacker News

Introduction to Obsidian

bryanhogan.com

91–100 of 160 posts

Re: Introduction to Obsidian

#92

I've tried obsidian so many times and want to love it but the sync situation - either the expensive official one, the approved options for mixed iOS/Windows clients (icloud) and third party tools like obsidain-livesync - were all way too issue-prone for me to ever trust it. I hope they figure this out

I personally just use git, there's even a plugin that automates pushing and pulling changes. Does that not cover your use case?

Re: Introduction to Obsidian

#94
A few months ago, i took the bullet and migrated my notes from Notion to .md files. This was the second time i migrated my notes (last time from Evernote to Notion), and this time it was a lot easier. Kudos to the Notion team for making export so easy.

Just downloaded the notes, then told Claude to organize and remove duplicate or index mds (Notion keeps a lot of random indexes) and clean up and within 30mins i had a very clean and usable (and agent accessible) md vault. I can open it in Obsidian or other md file viewer (as well as my own code editor). I opted for obsidian.

Setup was super straight-forward. I do miss the visual editor in Notion (obsidian editor is not as smooth, and i find myself just writing the files in text instead of using their visual mode).

for sync, i use icloud, and it syncs between the iphone and the mac app flawlessly, didn't have any issue with corruptions (yet). I use the phone app as mostly an intake, and the desktop app for mostly visualizations. I also tinkered with adding git to track history (has to put the .git folder outside the repo with --separate-git-dir).

Obsidian has a terminal support (which i suppose folks can use to run agents in there) although i found it easier (habbit perhaps) to run my agents separately. They provide massive unlock as their turn my knowledge to an actual insight and can connect things that i didn't think it was possible before.

Overall, 75% happy. From first principle, file is as simple as it gets and i think this is good enough personal knowledge management. I do miss sharing capabilities as well as multi-user in Notion, so i don't think this is useful for 2player/team/corp.

Re: Introduction to Obsidian

#95

Earlier quoted context omitted.

For folks interested, Obsidian also has a free sync option that just uses your cloud drive, you just have to set it up yourself. It's pretty simple. Just get Google Drive Desktop to mount your Google Drive to your filesystem, then point obsidian to work within that mounted directory.

People always warn that this setup can corrupt your stuff, which I understand you definitely wouldn't want to try to share Git via Google Drive.

Obsidian shows a warning about this. But the only issue it's pointing out is that mixing Obsidian's built-in sync with something that syncs your files is likely to cause problems. Otherwise it's a perfectly safe and normal way to sync.

Re: Introduction to Obsidian

#96

Earlier quoted context omitted.

This reminds me of people who build elaborate Notion "second brains" that serve no purpose other than to develop/demo them.

Mine really does help me, though I'm not very organised, I just dump my notes in a handful of folders and rely on the search function (which could be a lot better in obsidian, it always finds unrelated stuff first). Still it's magnitudes better than that crap they call onenote which I unfortunately am required to use at work. I'm really averse to meticulous organisation so a good search function is key. Tagging and c…

I know that it's just a super common distinction between pilers and filers, but I really struggle to comprehend the usefulness of just "dumping everything" in one place and hoping that search will sort it out.

At a certain threshold, doesn't it just become impossible to remember what you do or don't have in that pile?

When search fails, is it because it isn't there? Or is it because the search just didn't find it?

Re: Introduction to Obsidian

#97

Earlier quoted context omitted.

There is a subset of people that spend time developing complex setups as a hobby. It's the adult equivalent of the student who had school notes in perfect handwriting with 7 different colors and underlines. Nothing against it, you just need the warning early on to avoid the timesink if you want things done and follow the wrong guide.

This reminds me of people who build elaborate Notion "second brains" that serve no purpose other than to develop/demo them.

It's like the people that build their complex arch based linux distro just to run neofetch and btop.

Re: Introduction to Obsidian

#98
I'm surprised there's nothing about using this with Claude (or whatever LLM). That's the killer feature of Obsidian imo. My original friction of keeping up with a style or format of notes is taken care of. You can also do full passes of your vaults and ask it to look for connections you might have missed or to reorganize it after some time if the original purpose has drifted. You can also just open a terminal in the root of a vault and start asking questions. I use this for all kinds of things now: health tracking, music gear questions, work ideas, etc. It's such a natural choice for a basic memory system, and it's not beholden to a specific provider since it's just files.

Re: Introduction to Obsidian

#99

I've tried obsidian so many times and want to love it but the sync situation - either the expensive official one, the approved options for mixed iOS/Windows clients (icloud) and third party tools like obsidain-livesync - were all way too issue-prone for me to ever trust it. I hope they figure this out

I just use github and have a nightly cron job to sync the vault repo

Re: Introduction to Obsidian

#100

I'm surprised there's nothing about using this with Claude (or whatever LLM). That's the killer feature of Obsidian imo. My original friction of keeping up with a style or format of notes is taken care of. You can also do full passes of your vaults and ask it to look for connections you might have missed or to reorganize it after some time if the original purpose has drifted. You can also just open a terminal in the…

I also give the agent an mcp with combined FTS and vector based semantic search using sqlite-vec so it can search up things quickly.
Post reply on HN