Usually they're work specific notes for my coworkers, its always nice to share a line by line account of your build process when you're using some arcane systems that require being built from source with really complex configuration issues to handle.
The software engineering notebook
11–20 of 143 posts
Re: The software engineering notebook
#12Is there any opensource things that can be a software engineering notebook or journal that is easy to use and painless?
Re: The software engineering notebook
#13It's indispensable in meetings because I both take notes about the goals of meetings beforehand, take note of any important parts during them, and am able to succinctly review them afterwards as they relate to the original goals, and easily keep track of any action items.
I manage EVERYTHING this way now-- what I am currently working on, notes about what I've done in a day, notes about what I've done on the weekend, notes about books I want to read, movies I want to watch, have watched, fitness routines. It goes on.
At first it was a small but useful knowledge base, and a good plan for how to keep track of things better. Now it's a larger, and even more useful knowledge base, where due to review and organization the important concepts in it have mostly made its way into my long term memory. And the process of taking and using the notes has become a smooth and well-honed process. I keep the notes in dropbox so I have easy access to them on mobile also.
In short: I treat my personal knowledge base as if it were a coding project: using well organized text files. I am constantly adding to them and maintaining them. It is working very well for me.
Re: The software engineering notebook
#14The commitment to taking good notes has been one of the best decisions of my life -- not just professionally. I use my standard text editor (Textmate 2), and have a "notes" project, with all manner of categories organized by folder. I take notes on articles I have read, take notes on any presentations I watch or educational courses I take, or books I read. Moreover, I now take much better in person notes -- I take th…
One thing that wasn't working for me was storing TODO style things and "X I want to watch/read/learn/play/do" items in my notes. Eventually I found Trello and it seems a good fit for that style of task (for me)
Everything else is stored in my notes though, or sometimes in paper-based notebooks that I take pictures of occasionally for archiving.
Still need to get better at things I've done at the weekend/daily bullet points etc, I often forget or am too lazy
Re: The software engineering notebook
#15Is there any opensource things that can be a software engineering notebook or journal that is easy to use and painless?
Edit: I take that back, Boostnote looks pretty good!
Re: The software engineering notebook
#16The commitment to taking good notes has been one of the best decisions of my life -- not just professionally. I use my standard text editor (Textmate 2), and have a "notes" project, with all manner of categories organized by folder. I take notes on articles I have read, take notes on any presentations I watch or educational courses I take, or books I read. Moreover, I now take much better in person notes -- I take th…
Re: The software engineering notebook
#17Re: The software engineering notebook
#18Is there any opensource things that can be a software engineering notebook or journal that is easy to use and painless?
Not opensource but hard to beat Quiver: http://happenapps.com/ Edit: I take that back, Boostnote looks pretty good!
There seems to be some UI slowdown on my machine too, whereas Quiver doesn't seem to suffer from that at all, and I have like 200+ note files in my Quiver repository!
Re: The software engineering notebook
#19And yes, I am looking for a new job.