←back to thread

65 points dennisy | 1 comments | | HN request time: 0.408s | source

Each day I (and I assume most knowledge workers, devs, creatives) read many articles, papers, code snippets, AI responses, discord messages etc.

At the end of the day some of this information is most likely lodged in your brain and the digital version can be discarded. However some of it should be retained manually in some system - or at least I feel it should.

What approaches do people use to consolidate and store this information to allow all tabs etc to be closed for the next work day?

1. dusted ◴[] No.43981177[source]
I'm also liking obsidian a lot, especially that the data lives on the filesystem and in markdown so it's not walled in by obsidian. I made my obsidian project folder a git repository and have a script that runs a few times a day to check for changes, if there are any, it creates a backup commit, and pushes the changes to a remote machine. What initially drew me to obsidian was the graph showing connection between documents, and while most are connected, it's not what made me stay.. What made me stay was the familiar-ish interface (reminds me of vscode, which reminds me of "ultra edit") and the way it does not impose too much structure on me.