Reminds me somewhat similar - CEO of Wolfram developed a nice way of record keeping: https://writings.stephenwolfram.com/2019/02/seeking-the-prod... By 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 somethin…
Building personal search infrastructure for your knowledge and code
71–80 of 162 posts
Re: Building personal search infrastructure for your knowledge and code
#72(1) For note taking I stumbled across anno[1] via[2] two weeks ago. It's a python flask application which you run on your localhost. You write markdown which gets stored locally as file and is rendered as html using pandoc[3]. It's really basic but I love it. (2) For physical documents I use a Fujitsu ScanSnap iX500[4] for scanning. A runtime-licencse of ABBYY FineReader for OCR is included. The resulting PDF has emb…
My usecase would be scanning multi page documents with minimal effort, and saving to PDF somewhere.
Re: Building personal search infrastructure for your knowledge and code
#73Earlier quoted context omitted.
I'm building this https://histre.com/ It has Hacker News, Telegram, and web browsing (notes, bookmarks, history) integrations already. Up next: Emacs org-mode exports, integrations with Pocket and Pinboard. Here is a bit longer comment on that which I made earlier today: https://news.ycombinator.com/item?id=22160026
This is cool, I'd dig a $2-5/mo unlimited account for 1 person/team with the same unlimited settings.
Re: Building personal search infrastructure for your knowledge and code
#74This topics comes up again and again. I collected some notes about this here: https://github.com/albertz/wiki/blob/master/personal-knowled... E.g. one software I started to use is nvALT, via: https://www.macstories.net/links/organizing-everything-with-... But I'm nowhere near a perfect and complete solution yet...
Re: Building personal search infrastructure for your knowledge and code
#75Earlier quoted context omitted.
Why don't you host it on an ec2 instance? They won't be blocking amazon ip. Where do you work?
There's definitely no external access without going through the web proxy. And a new uncategorized site would be blocked by the web proxy - and it wouldn't pass review. I work in a highly regulated industry... Any workaround would be grounds for termination. So there's no point to my comment really - just curious if anyone else is in the same boat.
Re: Building personal search infrastructure for your knowledge and code
#76I've given up with trying to find The One True Note Taking Tool, so have ended up writing my own thing that I tinker with now and again to tune it to exactly what I need. It's essentially a simple web server that sits on top of a bunch of markdown files. The frontend renders the markdown using markdown-it and supports KaTeX for simple inline mathy things, along with the extended markdown stuff like tables etc. I've e…
Re: Building personal search infrastructure for your knowledge and code
#77I'd really like a personal "correlate all the things!" setup that has a plugin architecture for any source and creates a time series and document-based store of whatever I want. Tweets, e-mails, text messages, time tracking, etc. There are lots of tools that do the individual moving parts, but a personal aggregator of everything would be interesting. Basically, a tool that lets you become your own personal data broke…
I'm kind of working on that too :) https://github.com/karlicoss/my I wrote a post on some data that I collect and have/will integrate: https://beepb00p.xyz/my-data.html#consumers
If you ask me, this is the shape of things to come.
Re: Building personal search infrastructure for your knowledge and code
#78Re: Building personal search infrastructure for your knowledge and code
#79Meta-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…
It's a ripe space. I'm using notion mostly right now, but I've also used: -Coda.io (big, more scriptable player) -Hypernote (super new player, but with a cool new take on inter-note relationships) -Tiddlywiki (super customizable, really fast -- but also has a fair amount of footguns) -Airtable (only played with it a few times but it's usually mentioned in the same breath as notion, I notice) Hopefully someday we'll a…
OmniFocus is more expensive but i gladly pay to prevent my data from being analyzed & sold.
Re: Building personal search infrastructure for your knowledge and code
#80Earlier quoted context omitted.
Why don't you host it on an ec2 instance? They won't be blocking amazon ip. Where do you work?
There's definitely no external access without going through the web proxy. And a new uncategorized site would be blocked by the web proxy - and it wouldn't pass review. I work in a highly regulated industry... Any workaround would be grounds for termination. So there's no point to my comment really - just curious if anyone else is in the same boat.