Earlier quoted context omitted.
Wow, the prices seem extremely high to me for a search engine across code repos. $30/person is almost double what Stack Overflow charges, and that product can act as a frontend to search not just code but any type of documents, with voting, tagging, analytics on what confuses people the most and more. It would be hard for me to justify even $10/person for something like Sourcegraph in my company (a Fortune 500 ecomme…
> in my company (a Fortune 500 ecommerce brand) My strategic advice is to get whatever's best in class, and not worry about $X0/month. Compared to what you should be spending on devs that rounds to free.
Building personal search infrastructure for your knowledge and code
151–160 of 162 posts
Re: Building personal search infrastructure for your knowledge and code
#152Re: Building personal search infrastructure for your knowledge and code
#153For notes which I mutate I just keep a personal web site and I tried to keep this as cheatsheet and as compact as possible so I don't need to manage it.
So append only log in quip new folder for each task.
Mutative cheatsheet super compact pages in personal website.
Oh and for quick sniper's alfred.
That's it.
Re: Building personal search infrastructure for your knowledge and code
#154I use a few things for this (on windows): - For notes, OneNote, though I'm always on the lookout for an alternative with decent UI and syncing, but using open file formats. Full text search simple enough with this. Code formatting isn't good but there's an addin where the free version formats it as it was copied. - To search local files, Voidtools Everything is great. Searching instantly by filename is a real time sa…
Take a look at Standard Notes. It is privacy focussed with encryption but has markdown and code editors and can be self hosted
- Bullets with multiple indents going from 1 to 1) a. etc - Table handling - Usual formatting like heading levels etc
And there seem to be lots of flavours of markdown too, just to add another layer to things.
Re: Building personal search infrastructure for your knowledge and code
#155(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…
There are some reasonably good OCR tools on Linux now as well - I've been pretty happy with Tesseract[0]. It was an absolute pain to script everything to "just work" when I press the button on my scanner though.
Recoll[1] works very well for indexing documents for me including my OCRd scans. When that's not enough, I revert to pdfgrep.
0. https://github.com/tesseract-ocr/tesseract 1. https://www.lesbonscomptes.com/recoll/
Re: Building personal search infrastructure for your knowledge and code
#156Currently using markdown files in git repos.
Re: Building personal search infrastructure for your knowledge and code
#157Hey, author here. Happy to answer any questions!
Re: Building personal search infrastructure for your knowledge and code
#158Meta-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…
I can't really justify $10 / month for "just for fun" personal projects, and the 1200 records / base is too limited for many ideas (and also 5000 records for $10/month is on the low side as well, even if putting it as a company expense)
Yes, I know, they got to eat and everything, and maybe cost vs income is not feasible for personal accounts.
Re: Building personal search infrastructure for your knowledge and code
#159Earlier quoted context omitted.
I've only started using Tiddlywiki, so I didn't get the chance to dive deep. Can you mention some of the footguns?
Just trying to make it save its state is difficult enough, there's a bunch of hoops to jump through and at least I have never actually managed to do it. It's one of those things I try every few years, fail and quit.
Re: Building personal search infrastructure for your knowledge and code
#160I use a few things for this (on windows): - For notes, OneNote, though I'm always on the lookout for an alternative with decent UI and syncing, but using open file formats. Full text search simple enough with this. Code formatting isn't good but there's an addin where the free version formats it as it was copied. - To search local files, Voidtools Everything is great. Searching instantly by filename is a real time sa…
Take a look at Standard Notes. It is privacy focussed with encryption but has markdown and code editors and can be self hosted