TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Ask HN: How do you manage/organize information and knowledge in your life?

115 pointsby ay1nover 10 years ago
This is a general question, but I didn&#x27;t want to ask specific one because I&#x27;m still trying to understand the bigger picture.<p>We &quot;collect&quot; data all the time, and sometimes it helps us learn something. On one hand we have things that were created by others: funny images, movies, articles on the web, books. On the other we have things creted by us: personal insights, thoughts, snippets of code. How do you manage&#x2F;organize all of this? Do you have apps&#x2F;tools for organizing specific type of information and if so, why this particular one? Do you have ideas how to organize&#x2F;manage this efficiently?<p>But we&#x27;re not only collecting information [0], we also learn from it. Most people store all this knowledge in their heads for their whole life, but I think it&#x27;s not efficient (memory loss, can&#x27;t search, not always reliable etc.), some people create some kind of personal knowledge bases (e.g. personal dokuwiki&#x2F;mediawiki on localhost). How do you manage&#x2F;organize things you learn?<p>It may seem that I should create 2 different topics, but for me both concepts are connected[1]. What I&#x27;m trying to find is an efficient solution to managing (almost) all the information that enters (and already is in) my life. I don&#x27;t think that there exist a good app for that, I know that there are some that solve parts of this problem (evernote, wikis etc.), but I&#x27;m more interested in your ideas on the whole topic, how to approach this problem, where to look, how to think about this etc.<p>I&#x27;m curious about your solutions, ideas and &quot;setups&quot; for this problem(s). If you have any resources (books, research papers etc.) about the topic, I&#x27;d love to learn from them. Thank you for your time.<p>[0] as in bits on the disk, learning can be viewed as collecting new information, I guess<p>[1] I liked quote from a book, some code from LLVM gave me an insight into a compiler design etc.

42 comments

thaumaturgyover 10 years ago
1. Live simply. As I&#x27;ve gotten older I&#x27;ve found more and more value in not having too many things going on. Gradually I&#x27;m sleeping better, eating better, reducing stress, and getting more exercise, all of which is important for the next thing:<p>2. Memorize as much as I can. It&#x27;s an exercise; I memorize phone numbers, schedules, people&#x27;s names, trivia, all kinds of stuff. I&#x27;ve never found anything that matches the flexibility and utility of my own brain. I should use the best tool I have, and that&#x27;s in my head. Technology is unreliable and constantly changing and difficult to organize and search. I&#x27;ve been practicing this for long enough that now I&#x27;m pretty good at it.<p>3. For everything else, I use a few simple systems: a few sheets of paper to the right side of my desk for scribbling and note-taking (meant to be discarded after a day or two), a pile of to-do to my left, a tab open in my text editor labeled &quot;notepad&quot; for longer-term stuff, and a well-organized directory of documents on my laptop with subfolders like &quot;projects&quot;, &quot;writing&quot;, &quot;sysadmin&quot;, etc. -- I try to keep this directory as small as possible by dedicating time here and there to either finishing or pruning projects.<p>I disagree that keeping knowledge in your head isn&#x27;t efficient. I think a lot of people just don&#x27;t practice it enough. Smartphones and computers and everything else make it really easy to not bother. But, my brain is always with me, doesn&#x27;t require batteries (well...), can store any type of information I want, and can instantly recall it without having to craft some kind of search query or organize the information in a rigorous way. It is exactly the kind of database storage we all wish we had. It never changes data formats, it never tries to get acquired by a bigger company and then shut down, and it gets reception everywhere I go. If my brain were an electronic tool, I would want to use it all the time. And, the more I use it, the better it works.<p>(edit: oh yeah, and pinboard. Looove pinboard.)
评论 #8807491 未加载
评论 #8807432 未加载
评论 #8807361 未加载
评论 #8807435 未加载
评论 #8808231 未加载
评论 #8807401 未加载
ay1nover 10 years ago
There is a 2000 character limit in the question box, so here is what I&#x27;m using now:<p>- pinboard for managing bookmarks (database of things that <i>may</i> be useful sometime; probably never) &amp; reading list for articles<p>- I&#x27;m testing tagspaces (<a href="http://www.tagspaces.org/" rel="nofollow">http:&#x2F;&#x2F;www.tagspaces.org&#x2F;</a>) for local files organization (mostly tagging research papers and books; didn&#x27;t like Mendeley)<p>- cardav &amp; caldav from owncloud for contacts and events<p>- anki as a memorization tool (spaced repetition) - from languages to my own mistakes (i.e. &quot;lessons learned&quot;, so I won&#x27;t repeat them)<p>- for insights, notes, ideas, things I&#x27;ve learned &amp; everything else I use personal wiki (media wiki) on localhost. This is the biggest part of my &quot;system&quot;, I have there entries like things to buy someday, current project&#x27;s notes&#x2F;resources, useful scripts, configuration snippets, notes from books, journeys, analysis of my own behaviour, personal journal, ideas for startups etc. But it&#x27;s hard to organize, it becomes a mess very easly after some time. Also, I can&#x27;t use it on mobile (I don&#x27;t want to put all this on the web, there is a lot of personal info), it takes time to add new thing&#x2F;entry (I need to think to which page new piece of information belongs etc.).<p>- simplified version of gtd as a meta-system managing this system and for projects&#x2F;things to do
评论 #8807311 未加载
ivan_ahover 10 years ago
I have totally given up hope on classifying all the interesting things I find on the web each day, so I use an <i></i>uncategorized save all<i></i> strategy. I save all opened and downloaded files (mostly PDFs) to ~&#x2F;Desktop&#x2F; and I also bookmark things there (by dragging the URL icon onto the desktop). After a few weeks the desktop becomes a complete mess, so I use a script[1] that puts files into subfolders (by extension), and then I put away this &quot;complete week of research&quot; archive and start from a clean slate (except for one or two active projects dirs).<p>It&#x27;s a bit time-intensive to find things, but it&#x27;s not impossible: let&#x27;s just say the system is optimized for write efficiency and not read efficiency ;)<p>[1] <a href="https://gist.github.com/ivanistheone/9daa23ae2a7abb472cb2" rel="nofollow">https:&#x2F;&#x2F;gist.github.com&#x2F;ivanistheone&#x2F;9daa23ae2a7abb472cb2</a>
评论 #8807454 未加载
markbaoover 10 years ago
I mostly use Simplenote for ideas and loose notes, and Quip&#x2F;Evernote for more structured notes. All three sync to all my devices, and while neither are perfect for my needs, they are OK.<p>The problem comes from keeping everything organized (impossible with Evernote and Simplenote with their lack of structure, impossible with Quip since it&#x27;s docs&#x2F;spreadsheets-only) and in a way that works with my mind and workflow.<p>I&#x27;m working on sketching out what a unified personal knowledge management product might look like, which combines a kind of &quot;inbox&quot; of sorts of resources and notes coming in, and also a &quot;personal wiki&quot; with structured docs, and a number of people I know are also thinking about what a &#x27;perfect&#x27; knowledge management system would look like. Let me know if you want to bounce around some ideas around.
评论 #8809472 未加载
评论 #8807251 未加载
评论 #8807379 未加载
MichaelGGover 10 years ago
1. A paper notebook. I don&#x27;t often actually refer back to it, but just the process of sketching things out seems to make them stick. More importantly, once written down, my subconscious starts working on another idea.<p>2. Poor solution, but I email myself notes a lot. Usually from my phone, then I drop them into a folder in Outlook when I get back to my desk.<p>3. OneNote, for more long term collections. Microsoft did an amazing job with this product.
alanclimerover 10 years ago
I use TextWrangler and several text files along with Chrome bookmarks. I&#x27;m minimalist and run a very simple operation so this may not be appropriate for many.<p>To organize the text files; over time I build an index of categories at the top in CAPS, and each category heading below is also in CAPS. Then when I save &#x2F; retrieve &#x2F; cull information I search the category &quot;Case sensitive&quot; to locate it quickly. Once major groupings can be identified and corralled, I separate those into independent text files. It&#x27;s work.<p>For Chrome bookmarks I build similar categories but this can get unwieldy if not maintained and subdivided on the regular.<p>If it matters; all my local files reside in one of two folders (or downstream of them). One is for current &quot;in flux&quot; files &amp; the rest goes in the other &quot;archive&quot; folder. I do encrypted backups on the &quot;in flux&quot; often and the &quot;archive&quot; far less often to external drive(s) &amp; the cloud&#x2F;online. I have a third &quot;clients&quot; folder but all the files there are temp and go back to their respective servers and I don&#x27;t backup any of it.<p>I concur with sp3n concerning over-collecting, often I get back to something and it&#x27;s already obsolete or maybe not at all. As a result I end up in a data cull session from time to time.<p>Don&#x27;t like paper and would love to migrate all to 100 percent online one day.
aikahover 10 years ago
By the way,is there a solution for windows or linux that would take SQL like queries and allows one to search among files in a computer. Something like :<p><pre><code> SELECT All *.jpg as image FROM &#x2F;myfolder&#x2F;** where image.creationDate &gt; yesterday and image.size &lt; 100 and image.filename LIKE TRIP% ; </code></pre> Then either display the result in a window or as text.<p>Something that would combine find,grep+pipes into something more &quot;userfriendly&quot;.
评论 #8807889 未加载
评论 #8807499 未加载
bsilvereagleover 10 years ago
I used to use OneNote pretty extensively for nearly everything. Recipes, course notes, thoughts while working on projects, lists of reminders, etc. The main problem with it was that if I wanted to search on something, I&#x27;d have to search X number of OneNote notebooks.<p>I&#x27;ve recently started to use fedwiki instead of OneNote, and things are alrightish. Fedwiki has lots of room for improvement as a wiki, and then as a knowledge store.<p>I think the ideal personal information&#x2F;knowledge store would incorporate a tagging filesystem combined with something like OneNote&#x2F;fedwiki. The tagging filesystem would allow PDFs, movies, etc to show up in searches with fedwiki&#x2F;OneNote handling the plain text &amp; images. Ideally the client that the user uses is something like fedwiki, where you can have multiple different pages open at once, but also allow you to pull in the PDF&#x2F;video resources.
评论 #8807157 未加载
analog31over 10 years ago
Three things that have helped me.<p>1. A little bound paper notebook such as a Moleskine.<p>2. A mind mapping program -- I use FreePlane -- to store links, including links to files on my hard disk. An advantage is that I don&#x27;t have to get the organization right on the first, second, or even third try.<p>3. A lot of the information in my life is not digitized, such as most of the sheet music in the world. So I now rely on my cell phone camera to record a lot of that stuff.<p>Amusingly, when I was in grad school, it was still considered to be an open question whether a person should get their own computer. The university computer store had a little guide, and the most memorable advice -- which certainly rings true in my life -- was: &quot;Don&#x27;t expect a computer to make you organized. If you have a messy desk, you will have a messy computer.&quot;
andrey-pover 10 years ago
What I do is:<p>- For meetings, events, social obligations, I carry a small paper-based diary.<p>- For ideas and thoughts, I write them down. The idea is that the act of writing something down aids recall. For example, story and blog ideas go in a A5 notebook that I carry around with me, and I commit them to a digitally backed up document as soon as possible. Note-to-self lifestyle advice goes in my bedside drawer, to check on if I ever feel like I&#x27;ve forgotten anything.<p>- For things to learn and interesting articles, I don&#x27;t do anything and keep my fingers crossed that the salient bits will have rubbed off on me, lurking in my subconscious and subtly improving my life forever after.<p>I&#x27;m not 100% sure that last one works quite that well.
评论 #8807394 未加载
评论 #8813359 未加载
mozillasover 10 years ago
I use Evernote. Because it can handle multiple types of content. The most useful information I keep in there are tutorials. Mostly written by me. How to do things that I only have to do a few times a year. Basically recipes for anything, not just food. The stuff I do repeatedly I just remember or automate.<p>Passwords are a good example of this. I can deduce them(based on a formula), but I don&#x27;t want to do that every day, so I use 1Password.<p>But it&#x27;s not bad to just forget. There are quotes, links, funny pics in my Evernote that I&#x27;ve never used. So I&#x27;m now much more selective in my note taking. It&#x27;s less stressful.
galfarragemover 10 years ago
To organize myself I use Secretweapon [1] (GTD for evernote) and Folder-System [2] (an hierarchical folder system to organise personal documents based on GTD, making it easy to predict where something is stored). The initial investment (file renaming) pays off very fast.<p>[1] <a href="http://www.thesecretweapon.org/media/Manifesto/The-Secret-Weapon-Manifesto.pdf" rel="nofollow">http:&#x2F;&#x2F;www.thesecretweapon.org&#x2F;media&#x2F;Manifesto&#x2F;The-Secret-We...</a><p>[2] <a href="https://github.com/we-build-dreams/folder-system" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;we-build-dreams&#x2F;folder-system</a>
hammerandtongsover 10 years ago
org-mode in emacs<p>Simple text file that&#x27;s actually more functional then almost any other solution, designed around allowing you to create and adapt new workflows and WILL be available and useful to you for decades.<p><a href="https://en.wikipedia.org/wiki/Org-mode" rel="nofollow">https:&#x2F;&#x2F;en.wikipedia.org&#x2F;wiki&#x2F;Org-mode</a>
jamesisaacover 10 years ago
I approached this problem and decided to try and solve it for myself just over a year ago. Firstly, I decided that instead of knowledge being segregated by medium (notes -&gt; evernote, bookmarks -&gt; Chrome, etc), it should be organised by purpose.<p>The most important purpose, I decided, was personal goals. Knowledge&#x2F;information which is relevant to helping me achieve my own goals is the most important thing I should be focusing on, and should be extremely well organised and easily accessible. Any other interesting info that falls outside that is a bit of a shame to lose, but ultimately just a distraction and clutter. For this purpose, I developed this tool: <a href="https://nachapp.com" rel="nofollow">https:&#x2F;&#x2F;nachapp.com</a><p>I believe the next level of information down would be general learning&#x2F;knowledge. Stuff that doesn&#x27;t fall under any specific goals, but is still useful information to know and understand (and may in disparate ways tie into core goals). For this, I&#x27;m currently using <a href="https://pinboard.in" rel="nofollow">https:&#x2F;&#x2F;pinboard.in</a>, although it&#x27;s not ideal as it&#x27;s again limited to a single medium. I have a solution in mind, but haven&#x27;t started developing yet. If you&#x27;re interested, feel free to get in touch and I can keep you updated (contact info in profile).
meesterdudeover 10 years ago
I&#x27;ve come to find that everyone has a different solution, and lots of people have different priorities. A client of mine keeps everything in text files. I know another that does everything in excel. Others use some combination of apps and services (dropbox for files, omnifocus for todos, evernote for notes and articles) and that works ok for them too.<p>After trying several solutions, I ended up building a SaaS to manage everything. I found most things out there are fairly boring, and are not at all as powerful as what I wanted. It&#x27;s basically a brain for my brain; so i can remain a scatterbrain and it can tell me when its time to water the plants, or if food in my fridge is about to expire. But it also handles all my notes, important files, time-series data, and historic dates.<p>But really, you have to figure out whats important to you and what system best aligns with that; and in the end you&#x27;ll likely need to make a few tradeoffs to get something working.<p>But I think there are definitely some principles you can apply to any system you use; I can&#x27;t recommend Getting Things Done by David Allen enough. His methodology is great, but even if you don&#x27;t like it or can&#x27;t use it for whatever reason, there are oodles of great tips; and it&#x27;ll make you into a natural project manager &#x2F; information guru.
评论 #8851099 未加载
smarks159over 10 years ago
I write a lot and have a lot of text files scattered all over my desktop with ideas, plans and notes. Everytime I start a programming project I also end up with a lot of text files with requirements, design decisions and implementation details. I kept all these ideas in plain text files because, none of the existing tools really fit what I wanted. I ended up creating a program to help with this based on the ideas of Doug Engelbart.[1] The program is still experimental and just deals with text at the moment but I still find it useful.<p>In terms of research papers, you may want to look at the ideas of Doug Engelbart. The process which you speak of, of collecting information and learning from it, Engelbart termed the CODIAK process. There is a section describing what CODIAK is in this paper[2]. (click on the CODIAK Process link in the table of contents). Engelbart speaks of this process in terms of groups and organizations, but the ideas apply to individuals as well. Engelbart&#x27;s goal was to create an integrated &quot;knowledge workshop&quot;, where all the different programs for organization everything would be integrated together and act as an extension of the human mind to augment people&#x27;s abilities to collect and digest an ever increasing amount of information and knowledge. There is a lot of work left to be done in this area, but it is an important problem to solve.<p>[1] <a href="https://github.com/smarks159/hyperdocument-system-wiki" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;smarks159&#x2F;hyperdocument-system-wiki</a><p>[2] <a href="http://www.dougengelbart.org/pubs/augment-132811.html#6" rel="nofollow">http:&#x2F;&#x2F;www.dougengelbart.org&#x2F;pubs&#x2F;augment-132811.html#6</a>
therealmarvover 10 years ago
After trying a lot of software I returned at the end always to Evernote. I always missed good rich text and image support and easy web page saving in all other products. Evernote has a great web clipper (also works for Android with Everclip) which saves sooo much time and great IFTTT integration for interaction with other services. Especially having everything synced and editable on your phone is something the other solutions are missing.
bonobo3000over 10 years ago
I&#x27;ve been using Kifi[0]. It lets you collect any webpage thats interesting, tag it with multiple tags, and search your whole collection based on tags&#x2F;content of the page. I highly recommend it.<p>For example, I want to learn more and more about distributed systems, so when I see an interesting article, i tag it. When i have some time, i go through the relevant tags.<p>[0] <a href="https://www.kifi.com/" rel="nofollow">https:&#x2F;&#x2F;www.kifi.com&#x2F;</a>
pwelchover 10 years ago
This is something I am constantly trying to get better at.<p>I have recently started using jrnl: <a href="http://jrnl.sh" rel="nofollow">http:&#x2F;&#x2F;jrnl.sh</a><p>I really like it because you can export it any many formats which I think would come in handy later to import the data, say a database. I always like the idea of a flat file for right now so you can ack&#x2F;grep on the command line.<p>The cons are not great for assets such as images.<p>Looking forward to reading some other solutions.
laxativesover 10 years ago
Depends on the level of activity&#x2F;energy required:<p>Things with well defined start&#x2F;end dates or with very high priority&#x2F;high cost of missing (ie flights, parties, reservations, deadlines): calendar (I use my iphone calendar with alarms if necessary)<p>Things with less well defined start&#x2F;end dates: starred emails&#x2F;browser bookmarks toolbar<p>Menial things that need to be in the near future (ie groceries, laundry, shopping): Leave something out of place as a reminder, or put in calendar with alarm if urgent<p>Things with low priority&#x2F;low cost (ie things to read&#x2F;learn&#x2F;listen&#x2F;watch, fitness goals&#x2F;accomplishments, future trip plans, long term plans, misc notes): iphone notes<p>Also keep a notepad at everywhere I work regularly (home desk&#x2F;office desk) and in my backpack with notes<p>I also feel its very important to maintain 0 unread emails in all of my inboxes. Makes it much more feasible to stay up to date on everything and avoid missing anything important. 90% of the time I&#x27;m awake, I will read any incoming mail within 15 minutes and respond immediately if necessary.
Ixiausover 10 years ago
Org-mode with mobile app, and a grimoire file. It holds all snippets, captured thoughts, bookmarks, to-read, etc...<p>It&#x27;s also responsible for my spaced repetition system, my work agenda, my personal agenda, blog post ideas, project ideas, grocery lists, todo lists, etc...<p>It&#x27;s extremely powerful and my life is forever changed because of that software.
dpwebover 10 years ago
All appontments meetings personal and work - in a single Outlook calendar. All work related notes in a single OneNote workbook (text searchable) All code files&#x2F;projects - on Onedrive in cloned repos from Github, so I can include them locally and commit to GitHub as needed. Lastpass for passwords and credit card info.<p>One unique thing I started doing, I use this program called ClipX which lets you have a popup of your recent clipboard entries. Its will let you save to a text file. So, everything I clip, code snips, passwords, etc.. goes into a single text file - so I can just Ctrl-C something and forget about it. Six months later I just do a text search in this file. Its gets big (10MB or so) and I back that file up and start with a new file every year.
rakooover 10 years ago
I don&#x27;t have a lot of information that I need to handle, but I use zim (<a href="http://zim-wiki.org/" rel="nofollow">http:&#x2F;&#x2F;zim-wiki.org&#x2F;</a>) as a desktop wiki. It&#x27;s working well for my little needs.<p>There is also camlistore (<a href="http://camlistore.org/" rel="nofollow">http:&#x2F;&#x2F;camlistore.org&#x2F;</a>) which is trying to be the recpipient for every content one wishes to store: images, music, PDF files, bookmarks, RSS feed items, ... It&#x27;s working well in the &quot;aggregating&quot; phase, but still a little bit lacking in the &quot;organizing&quot; phase (which may very well be the work of third-party application). For the moment content is accessible through a simple search engine though.
nickthemagicmanover 10 years ago
I have a bunch of text files in folders on google drive. The cool thing about google drive is you can sync it and it propogates to any web enable device.<p>Keep your life to three to five major things and this works really well.<p>Also, Don&#x27;t go more than two or three folders deep. If you do you&#x27;re organizing wrong.<p>I also scan or photo all of the paperwork I get throughout life put it in Google drive and throw the original away.<p>Also, you can put all your photos up on google drive. (Just not very private photos..)<p>Note: security&#x2F;privacy concerns if you do this with personal stuff like medical or financial docs.<p>There&#x27;s ways to encrypt it all on google drive just don&#x27;t really have enough important info there to care.
tunesmithover 10 years ago
Still figuring this out - I have DevonThink to collect&#x2F;catalog but I find that I don&#x27;t often get in there to search, so that information basically rots. Same with my web bookmarks, many are several years old. As time goes on I find that information is basically useless unless I either internalize or act on it. So I tend to use information to adjust either my anki decks or my goal maps, and then I try to deliberately not save the rest... although that is still difficult since some of it is still just so tempting to flag by saying &quot;gosh I will really want to refer this later after I do x, y, and z&quot;...
评论 #8807317 未加载
krappover 10 years ago
Ironically, one of my unfinished personal projects is a project manager, so I can organize myself better, but I find just pasting random stuff into a notepad++ tab does the job most of the time. I also have a ton of browser bookmarks organized by nothing in particular (most of my logins actually say &quot;Login&quot;) and a lot of random stuff in my downloads folder, repos I found interesting, pdfs, etc.<p>So I guess my answer is &quot;poorly,&quot; but somehow it seems to work.
xj9over 10 years ago
I have a notebook (moleskine atm, but I&#x27;ve used a lot of other brands&#x2F;kinds) for sketching out and expressing ideas&#x2F;insights and I use Evernote for long-term storage, project management, and to store reference material. I also use Safari&#x27;s reading list to hold on to things I want to read, but don&#x27;t know if I want to save permanently.<p><i></i>Edit:<i></i> I seriously keep everything in Evernote, whats up with the down votes?
评论 #8812019 未加载
humptover 10 years ago
I use google docs. I have a bunch of google documents i regularly use for work<p>- one where I keep track of my work: it&#x27;s half a todo list with bullet points, half notes about my progress for meetings - one where i write ideas, things I want to dig into later<p>I write in them from bottom to top (so that my last entry is always on top). I basically use them as paper notebooks.<p>Actually if it wasn&#x27;t for URL copy pasting, I think i&#x27;d use paper and pen.
gravedaveover 10 years ago
I just dump it somewhere (OneTab extension for web pages, random folders for stuff, note-taking for anything else).<p>Most of it I&#x27;ll never need again (and probably look online for it first anyway, if ever), so it&#x27;s really just to satisfy a compulsive need to have the impression I&#x27;m not &quot;losing&quot; anything. Rarely did I ever dearly miss anyhing on accidental deletion of my &quot;stores&quot;.
walkingolofover 10 years ago
Nothing beat a filesystem to organize stuff, it also happen to be great way to find stuff fast..<p>- Folders like \doc \tutorial \ideas \recipics - Store everything in .txt and .odt - Replicate to favorit cloud storage<p>- For comunication: Fastmail, Skype<p>- Contacts &amp; calender: Fastmail<p>- Keep a diary in a mail folder, I send myself a mail every now and then with a subject to an alias, that gets sorted into a &quot;diary&quot; folder
gexlaover 10 years ago
Here is one idea.<p><a href="http://lifehacker.com/im-ryan-holiday-and-this-is-how-i-work-1485776137" rel="nofollow">http:&#x2F;&#x2F;lifehacker.com&#x2F;im-ryan-holiday-and-this-is-how-i-work...</a><p>The take-away there is index cards. I like the idea of information being broken down small enough to fit on an index card. Reading a book, it could be one point, one quote or something of similar size.
评论 #8807278 未加载
motyarover 10 years ago
Not an expert but here is what I do:<p>1. Dropbox for all the read-only ( Images, PDFs, Books, important papers).<p>2. I use IFTTT to autobackup a specific folder (very imp one) from Dropbox to Box.<p>3. Something I need to edit, like spreadship or docs. GoogleDrive works very well.<p>4. I keep most important files on atleast two services.<p>5. IFTTT works great to collect data automaticaly.<p>Edit: Goodlooking line breaks inserted.
bunsen_honeydewover 10 years ago
Thanks for sharing. There are a lot of cool ideas here. I&#x27;ve had the most sucess with a custom notebook approach using QR codes to stitch together analog and digital information:<p><a href="http://www.drbunsen.org/custom-notebooks/" rel="nofollow">http:&#x2F;&#x2F;www.drbunsen.org&#x2F;custom-notebooks&#x2F;</a>
ismisetedover 10 years ago
I use vimwiki to collect, store and organise snippets links and references, then sync it to all my machines with unison. Helps if you&#x27;re a vim user!<p><a href="https://github.com/vimwiki/vimwiki" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;vimwiki&#x2F;vimwiki</a>
TimJRobinsonover 10 years ago
For thoughts and ideas I use Evernote and it works very well. Have over 3000 notes now and it&#x27;s fun looking back on thoughts, feelings and challenges I had years ago and how they&#x27;ve changed and evolved since then.
alxover 10 years ago
Previous discussion : &quot;Designing a Personal Knowledgebase&quot; - <a href="https://news.ycombinator.com/item?id=8270759" rel="nofollow">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=8270759</a>
chubotover 10 years ago
I wrote in this thread about using a Wiki I wrote: <a href="https://news.ycombinator.com/item?id=8753599" rel="nofollow">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=8753599</a>
评论 #8807231 未加载
评论 #8813400 未加载
lllllllover 10 years ago
A combination of ( sorted from more to less relevance):<p>Trello<p>Workflowy<p>StackOverflow&#x27;s favourites<p>Pocket<p>Goodreads<p>Delicious ( I hardly check it)
siavoshover 10 years ago
Some self promotion, I&#x27;m tackling this problem with my side project: www.faqt.co
sp3nover 10 years ago
badly, i have hundreds of bookmarks, articles, documents that i haven&#x27;t looked at since adding them - not quite sure what i&#x27;m waiting for but i spend a lot more time collecting them then actually reading them
评论 #8807182 未加载
Chevalierover 10 years ago
Trello - ESSENTIAL kanban system for project management and daily organization. I&#x27;m an absolute fanatic for Trello.<p>OneNote - The greatest program ever made. OneNote isn&#x27;t useful for short-term to-dos, but I couldn&#x27;t live without its organization of my long-term work.<p>Pocket - I never have time to read articles, and they&#x27;re unpleasant to read on a squat laptop screen in any case. Pocket lets me read them on my tablet, in the subway, with gorgeous formatting.<p>Google Calendar - The whole Google ecosystem is ridiculously useful for organization, including auto-additions to your calendar from Gmail and Google Now&#x27;s intelligent suggestions.<p>Gmail - Particularly the five-tab filtering. Holy shit. I had no idea how disorganized my inbox was before I could filter away the dreck.<p>Google Keep - It&#x27;s been displaced somewhat by Trello (in terms of grocery lists, etc.) but it&#x27;s still great for medium-length notes that you&#x27;d like to read on the subway or something. I store a huge amount of poetry in mine.<p>Google+ - The BEST place for photos. I don&#x27;t understand the fashionable hatred. G+ is by far the best photo backup&#x2F;organizer&#x2F;enhancer&#x2F;sharer I&#x27;ve ever seen, and the G+ social network is WAY better than Facebook&#x27;s clunky organization. I&#x27;m amazed that Facebook is so bad with photos... isn&#x27;t that pretty essential for social networks? G+ is just too good to be ignored forever.<p>GDrive - Corollary to G+. Putting photos on GDrive automatically uploads them to G+, which again is just excellent. Google DEFINITELY needs to upgrade their 1TB limit to &quot;unlimited,&quot; though... and offer auto-deduplication for identical photos for the billions of us with redundant photo hoards. Right now, GDrive prices are the highest on the market for limited storage and no extra features like deduplication or auto-organization. I still pay for GDrive just for G+ photo features, but Dropbox offers equal&#x2F;better functionality and OneDrive offers much better value.<p>Kindle - You never realize what a burden paper books are until you have an alternative. Ebooks are incredible.<p>Calibre - Especially if you have a ton of academic papers or studies to pore through, organizing them in Calibre makes life infinitely simpler.<p>Spotify - Outsourcing my music collection to streaming services is GREAT. I&#x27;m now trying out Google Music, which lets me upload 20,000 MP3s to supplement the holes in Google&#x27;s collection. (Perfect for unpublished songs and so on.)<p>Steam - The original Spotify for video games. All the same benefits, plus amazing sale prices that have forced me to buy way too large a collection.<p>edX - Coursera and Udacity also, but any of these are gold mines for organizing self-paced education.<p>Pidgin - Still the best instant messenger, though the shift toward closed networks is making it harder to use. That Google still allows Pidgin to access Hangouts via (limited) XMPP has kept me faithful. I don&#x27;t understand why anyone would use something like WhatsApp and its crappy clients.<p>- - - - -<p>If anyone from Google is reading this, particularly from the Tasks team... just buy Trello already. GTasks is woefully inadequate, particularly when compared against Trello&#x27;s unbelievably powerful kanban organization.<p>Also, I&#x27;m a little disturbed by how heavily I depend on Google. I don&#x27;t see any viable competitors, though -- Outlook lacks Gmail&#x27;s tabs and themes, OneDrive lacks GDrive&#x27;s functionality, Facebook lacks G+&#x27;s insane photo features, WhatsApp lacks open APIs. I hope Microsoft steps up soon, because I don&#x27;t see any other real competitors against Google dominance of web services.
评论 #8812631 未加载
b6over 10 years ago
I recently started keeping track of a lot of stuff in Tiddlywiki (in server mode). I keep a browser tab open to localhost:8080.
评论 #8807296 未加载