Its useless. Just let your brain do it and ull be able to find the information back when u needit. Im not kidding. For any task you dont need more than 5 references. Dont keep useless volumes of stuff and move on.
Ask HN: How to organize personal knowledge?
131–140 of 228 posts
Re: Ask HN: How to organize personal knowledge?
#132Org-mode. Since it's a plaintext format it's easily searchable, and it's the most feature complete and ergonomic piece of software I've ever used for task tracking and knowledge management (including MediaWiki, TiddlyWiki, Google Docs, Evernote, plain txts, and more). One major pain point: no totally seamless mobile sync that I'm aware of. I just write things down in Google Keep and transcribe them when I'm on my lap…
Re: Ask HN: How to organize personal knowledge?
#133http://onemodel.org (yes I plan to move to https sometime)
You can think of it something like a personal wiki + emacs org-mode, using postgres, but with a much larger vision than today's features, including sharing (linking/copying) between instances, and computability of the info. The most current code is in github (AGPL). Comments/questions very welcome, preferably via the mailing list; be patient if my answers are slow. Announcements list is low-volume.
Edit: it can store files, but isn't especially smooth about it (yet). For personal notes of all kinds, it is the most efficient, effective, flexible thing I know of.
Edit: the FAQs link to a discussion comparing it with emacs org-mode and others.
Edit: it has built-in text search, and some finicky but very functional import/export.
Re: Ask HN: How to organize personal knowledge?
#134Forgive the design, I’m right this very weekend updating the whole thing. I’m busy writing a little web app which will replace the spreadsheet you’ll currently need to keep track of your numbers.
Re: Ask HN: How to organize personal knowledge?
#135Links: pinboard.in Wiki: I host my own mediawiki instance. Documents: I host my own upspin: upspin.io backed by ZFS. Images: Combination of upspin (above) and iCloud Photos.
Re: Ask HN: How to organize personal knowledge?
#136I use Dropbox to store everything. There are no files that I care fore that are not managed by Dropbox (or iCloud, for my photos/videos). I use iA Writer to create lists and documents for everything in Dropbox folders. I also have a folder for PDFs/papers (also on Dropbox). There are also folders for my study nodes ( I study codebases ), notes on personal stuff, notes on Programming, on pretty much everything. I use…
I do exactly the same thing. Nothing beats text files, a deep folder structure and full text search (and ubiquitous access via Dropbox). I get a ton of value out of my system. The thing that I find really makes things click is to figure out/set up good keyboard shortcuts and then practice them, so that you are able to save files to anywhere in your organiser hierarchy very very quickly. Say an average of five seconds…
Re: Ask HN: How to organize personal knowledge?
#137>collected a large amount of ebooks, papers, articles, movies, pictures, etc. (all digital). Since you mentioned those specific examples, I see a commonality and so I'm going to assume you're primarily concerned about organizing files that are not authored/generated by you . (Except possibly pictures/photos since you might be talking about jpgs from your personal iPhone or digital camera.) This distinction is key bec…
Re: Ask HN: How to organize personal knowledge?
#138I went down a deep rabbit hole on this about a year ago. Nothing feels totally right but currently I use a mix of TiddlyWiki and Airtable. I haven't found a great solution for media outside of Dropbox but those two tools work well for text and data. TiddlyWiki is rather inscrutable at first, but extremely customizable and very thoughtfully architected. What I like most is that it is doesn't rely on an internet connec…
Can you say more about how you use Airtable? To me Airtable has a really appealing low/zero startup cost, but then I'm always tripped up by not being able to do arbitrary queries, joins, etc. to create new views.
By the way, you can do simple joins in Airtable by using the "lookup" and "rollup" field types, but I agree that it is relatively limited in that respect.
Re: Ask HN: How to organize personal knowledge?
#139This can be difficult. I was looking for a system to organize all the personal knowledge beginning of the year. I tried Evernote and several of the alternatives such as OneNote, but none of them stuck with me well. My main issue was storing code along with the notes. Evernote does provide code formatting but not very friendly with the syntax highlighting. I also tried Quiver for storing code, but it is specialized to…
Can you expand on this? Was quiver not good enough at basic text?
Re: Ask HN: How to organize personal knowledge?
#140A caveat is that files are limited to 250Gb currently and private repos are 100Gb personal and 100gb per team. I'm not sure on team creation limits and I don't think they are offering paid storage yet. Because of this, I'm also looking at IPFS[0] for cold storage and using other methods to catalog and index.
They added encrypted private git[1] registries and dropbox like file management[2]. That plus the mobile app, teams (groups), chat, and that it's primarily an identity provider I think it's a killer platform for file management and organization. It's still kind of immature in the chat and friends list area (not in a way that makes it unusable, just a little unpolished), but it's open source[3] and all of the functionality that is there works flawlessly for me so far.
Their recent edition of "bomb" messages[4], where you can send a private message with an expiration, I've found to be super useful. It has clients for all major operating systems and mobile platforms. Source is right there on github if you'd like to modify/enhance. You can even browse your git repos from your phone! They haven't added the ability to commit/push to git from mobile yet.
Now I don't have to worry that if I change a credit card and forget to update dropbox that I'll loose my stuff. Which happened this year. I didn't loose anything, but I realized I had not checked in on my over a decade worth of archives in a bit and hadn't paid them.
I took a look at Keybase a couple months ago and decided to make this move after hearing the Software Engineering Daily podcast with the found Max Krohn[5]. It's a pretty good walk through on their goals and current offerings.
Even with it's lack of commercial SaaS flair, I've actually found using it for chats, file sharing, git, and organization to be a fairly large productivity boost. Maybe because it's pretty no nonsense. I've moved half of my work dev chat to it from slack, and I don't miss Slack at all except for video chat/screen share. I especially don't miss it's the terrible file management / organization.
The next phase of my organization, I'm working on connecting it to a personal web portal where I can share and access control the content, but also curate my links, writing, and media I create in an HN/reddit style feed and use Kb to federate to other people's (friends) sites for content to and group that content by relationship and content category. So basically a smarter web ring (Everything old is new again!) with RBAC/circle of trust access control and collaborative versioned content editing.
I'm also exploring other similar tech in tandem or instead of Keybase like IPFS/Mastodon/WebTorrent. So far, for a lot of what I want though, I think Kb has it nicely tied up with a bow, though I doubt it'll scale to any interesting level of traffic without some elbow grease on the ops/storage side.
[00] https://keybase.io
[0] https://ipfs.io/
[1] https://keybase.io/blog/encrypted-git-for-everyone
[2] https://keybase.io/docs/kbfs
[3] https://github.com/keybase
[4] https://keybase.io/blog/keybase-exploding-messages
[5] https://softwareengineeringdaily.com/2017/10/24/keybase-with...