Building personal search infrastructure for your knowledge and code
1–10 of 162 posts
Re: Building personal search infrastructure for your knowledge and code
#2By the way, is there, by chance, a "note taking/indexing tool from photo"? I'd like to be able to take a photo of an title/abstract of computer science paper with my phone. And then be able to find it, by approximate date and keywords. (I use Android. Seems like something relatively easy to hack, actually, on top of Google photos.)
Re: Building personal search infrastructure for your knowledge and code
#3I would be open to the idea of a tool which combines the entirety of my digital presence at any point in time in a single platform. Kinda like a dynamically updated list which updates itself - every time a linked account makes a comment, 'likes' a post or performs any activity that may link it back to me.
Re: Building personal search infrastructure for your knowledge and code
#4Re: Building personal search infrastructure for your knowledge and code
#5I wrote a wrapper function, sbh (search bash history) that allows me to input date strings like "2 months ago", or "last week", which narrows the search. Linux 'date' function with --date string arg is pretty powerful[2].
1 - https://spin.atomicobject.com/2016/05/28/log-bash-history/
2 - https://www.thegeekstuff.com/2013/05/date-command-examples/
Re: Building personal search infrastructure for your knowledge and code
#6It’s amazing for how long Emacs’ Org-mode has been largely unparalleled! Apart from the revered desktop setup, there are now a bunch of mobile offerings including Organice — not quite slick, but definitely useful.
I‘m sincerely rooting for more experiments in this area. I would love to be able to write by hand or speak to my memex (multi-modal interaction). Vannevar Bush’s “As we may think” has languished uncourted for pitifully long. In some ways, this was supposed to be the first “killer app” for personal computing.
Re: Building personal search infrastructure for your knowledge and code
#7> all digital trace I'm leaving (tweets, internet comments, annotations) I would be open to the idea of a tool which combines the entirety of my digital presence at any point in time in a single platform. Kinda like a dynamically updated list which updates itself - every time a linked account makes a comment, 'likes' a post or performs any activity that may link it back to me.
Here is a bit longer comment on that which I made earlier today: https://news.ycombinator.com/item?id=22160026
Re: Building personal search infrastructure for your knowledge and code
#8Re: Building personal search infrastructure for your knowledge and code
#9Meta-observation. This topic seems to be getting a lot of attention on HN over the last few months, indicating massive interest. Further, looking at the landscape of developments in this space (past all the me-too Markdown note taking apps): Evernote seems to have a fading presence on the landscape, Notion seems to be a (too?) well-funded behemoth startup, Roam is trying some exciting things, and Tiago Forte is putti…
I use org-mode all the day but frankly OneNote is great too!
If OneNote would save in plain text and have a cross-platform gui I would use it (even if it's resource-sucking electron)