Ask HN: How do you document your knowhow, past projects and lessons?
31–40 of 52 posts
Re: Ask HN: How do you document your knowhow, past projects and lessons?
#32Re: Ask HN: How do you document your knowhow, past projects and lessons?
#33Re: Ask HN: How do you document your knowhow, past projects and lessons?
#34I also write all my lectures this way and output to slides using backslide (remark.js).
I have two text files always open, `_inbox.md` (all unorganized incoming notes) and `_work.md` (tasks list and dates).
I've tried a bunch of different things and this is the only thing I seem to stick to. I sync it to multiple machines with BoxSync and keep it all in a git repo (for when I care about tracking changes, usually my commits are weekly, with useless commit messages).
Re: Ask HN: How do you document your knowhow, past projects and lessons?
#35I've spend a long time trying different methods of doing this. I briefly investigated tiddlywiki, used OneNote heavily for a while. Currently I'm migrating to using JupyterLab notebooks on an ec2 instance with IP whitelisting. It works pretty well, I have a kind of dream to connect it to a Datomic server instead of using filesystem notebooks and have relational notes.
What's the benefit of datomic vs. filesystem?
Re: Ask HN: How do you document your knowhow, past projects and lessons?
#36I'm testing out tiddlywiki ( https://tiddlywiki.com/ ) as of right now. I really like it so far. Used to use org-mode, then plain old google docs. Right now for me it's between onenote and tiddlywiki.
Re: Ask HN: How do you document your knowhow, past projects and lessons?
#37For my own work: A Leuchtterm1917 dotted notebook + mechanical pencil + ink/gel hybrid pen. https://www.amazon.com/gp/product/B003ENUIKC/ref=s9_acsd_hps... For work I do under employment I tend to use org-mode and publish to whatever format suits them best. Often one of PDF, HTML, or Markdown. I have been experimenting with using an org-mode based publishing system that syncs with my ReMarkable... it is taking over s…
How do you organize your paper notes? I take a lot of "scratch" notes on paper, but often end up copying them into the computer at the end of the workweek. Usually they are quite a mess, and preserving them as-is makes for a challenge when using them in the future. The other nice thing about notes on the computer is that they are easy to move around, tag, edit, etc. I can also integrate a tool like Zotero into my wor…
Meticulously.
For each subject I keep notes on (projects, mathematics, reading, etc) I use a series of journals and different styles.
For my projects I use a system somewhat similar to bullet journal[0]. The Leuchtterm journals are a great fit (and I'm glad I discovered them) because the pages are numbered and come with an index. I use the pocket at the back for reference cards.
I like taking notes using my personal notation and being able to think in a quiet room without a glowing screen, notifications, or the temptation to check HN is valuable. It helps me get in the flow and solve the real problems. When I get back to my work at the computer it's usually pretty rote.
For mathematics I use a dotted-pad with a system I developed for myself. I use smaller, lined books for my reading and diary.
And they all stay in my office in my home indexed by shelf. And it looks quite handsome I think. I don't know whether it will be a boon or a burden to those I leave behind when I'm gone some day but I enjoy having a hard reference copy of my development and ideas.
Re: Ask HN: How do you document your knowhow, past projects and lessons?
#38Since then I've been able to forge 20 years of references, scans, pdfs, application-code!, shell scripts, photos, glyphs, graphs, fonts into an exo-brain (a nice word from the cool kids) that not only includes journals, time & billing, ledgers, feeds, project and resource planning, play-books & checklists for my own debriefing
into something version controlled that boots from a chroot and can transfer to android devices. i can now find, use and profit from clusters of notes, generate html and latex, read, write and code, interface with and even capture just about anything that life has thrown at me since i started re-tooling myself.
I've got a reminder/drill mechanism which picks high-level topics things for me to review and i just go with that to remember and refine old stuff as i go. Its a seething mess of useful.
In essence .. i tag, sort, sift, condense and categorize like everyone else. In under a gig of ram, and, as it happens, at the speed of thought via a consistent user-interface.
And yeah, of course i use a browser. I can capture/convert html to plain text & drag images into files knowing that everything will always be hyperlinked by not-too-obnoxious uuids.
For some reason I had to hold my nose delving into emacs after ignoring it for 20 years. It seemed so weird. Now that I've gotten used to working with software that enables general purpose computing, I'm experiencing Ataraxia.
Anyhow, to the OP, check your net-present-value figures. Are you expecting to be a knowledge worker for a while? Have you ever chosen a slightly harder path to make things easier?
If so, just take this note as a hint for what's possible when you're seriously looking to answer your own question :)
Re: Ask HN: How do you document your knowhow, past projects and lessons?
#39I've spend a long time trying different methods of doing this. I briefly investigated tiddlywiki, used OneNote heavily for a while. Currently I'm migrating to using JupyterLab notebooks on an ec2 instance with IP whitelisting. It works pretty well, I have a kind of dream to connect it to a Datomic server instead of using filesystem notebooks and have relational notes.
does your note contain runnable sourcecode? why Jupyter? What's the benefit of datomic vs. filesystem?
Most of my notes are to do with data or programming, and a lot are just script fragments on how to do something, I want to run them.
In theory I could hack jupyter and datomic to enable me to define relatinoships and query for notes instead of having either a text search or a single hierarchy navigation
Re: Ask HN: How do you document your knowhow, past projects and lessons?
#40I plan to make sure organizational time pays off in the short term, and need to work up a 'site map' for my various digital collections (in the off chance anyone cares after I'm gone). Sharing as much as possible starts to make sense in the long term, so classifying what "must be private" must be done as part of the process. (A tiny bit of this aspect is reflected in how useful my own StackOverflow contributions have been across jobs!)
In this light, tools encouraging sharing useful specific technical info semi-privately within a small group of very close professional friendships start to make a lot of sense.