Live data from Hacker News

Ask HN: How many programmers out there keep a paper notebook for their projects?

news.ycombinator.com

11–20 of 34 posts

Re: Ask HN: How many programmers out there keep a paper notebook for their projects?

#11
I use a Hipster PDA.

Step 1: get 3"x5" (~8cm x 12cm) index cards. They can be ruled, gridded, blank, colored, whatever. Step 2: Get a binder clip. Step 3: Clip the cards together.

It's pretty easy to get index card storage bins, and it's convenient to take around a little stack in your pocket. If you have a lot of cards, a rubber band works almost better than a clip, but it works better with fewer cards. There's a lot of templates you can print onto cards, but I usually just use gridded / blank cards for code ideas. An added bonus is, you can rearrange cards with different functions to help structure out code ideas. Or you can print out code, cut out relevant bits, and glue them onto cards.

I tend to manage task lists/todos, mind mapping, and pseudo-code on cards. Very handy on long bus rides.

Re: Ask HN: How many programmers out there keep a paper notebook for their projects?

#12
I use notebooks for general notes, ideas, sketches, todo lists. Also make notes on stuff that I finally gotten to work, e.g. scripts, etc.

Early in a project I use a pre-punched pad and file the pages into a ring binder, under categories, topics. Once the project is well underway, I tend to use those pages to write up the detailed documentation in files which are stored in the same directory hierarchy as the source and other files.

Re: Ask HN: How many programmers out there keep a paper notebook for their projects?

#13
Your grandfather probably came from a shop where engineers were encouraged or required to write everything down as they discovered problems and worked on solutions. Those notes became critically important when the patent applications were started. Some larger companies even provided nice leather-bound blank books for the engineers to use and keep on their shelves for later reference.

Capturing ideas and visualizing your problems is something they don't teach you in IT school. Over my career I've leaned that an on-hand notebook is way more useful than carrying a laptop around. I can sketch out ideas, graph out signals, and do dozens of other things quickly and silently. It's a lot less intrusive in meetings. Plus, you can doodle.

I've used everything from pocket steno books to college spiral notebooks. Moleskines are nice, but way too expensive.

My current go-to notebook is a college notebook I picked up in Germany for a couple of Euro. It's the right size (not a toy steno book and not a massive 8x10 binder). Side-spiral bound is critical, you can fold it open on a desk without taking up twice the space. Grid paper is killer for mapping out things out. A nice touch is the microperfed edges.

Looks like they're on Amazon but in packs of 5. Still, not a bad deal:

https://www.amazon.co.uk/Landre-100050630-Wood-Free-Perforat...

Re: Ask HN: How many programmers out there keep a paper notebook for their projects?

#15
I take A4 paper from the printer, cut it in half (making A5), and clip it together with a large bull-clip at the top left.

Discard pieces of paper when done, or file them (or scan/photo) when need to retain. Can discard in groups, creating small folders, clipped together with other bull-clips.

A never-ending, revolving notebook.

Re: Ask HN: How many programmers out there keep a paper notebook for their projects?

#17
I use paper a lot, but no notebook. What I find disturbing with them is the mixing of different projects stuff. Also I prefer to have a lot of space for drawing.

That's why I use blank gridded A4 paper sheet. Then I put together project related notes. If a project starts to be big enough, it will naturally lead to a pack of papers that I can carry along. Otherwise the project can kind of fade away be laying around or being mixed with other sheets.

I mainly draw application architecture and app screens. I also tend to note in natural language problem related to those. So this is design notes. For technical notes about deployment for example, I use One Note.

Re: Ask HN: How many programmers out there keep a paper notebook for their projects?

#18
My company issues standard notebooks to every employee. A manager / former systems engineer retired last week after ~30 years and had 50 or so of these notebooks on his shelf.

I've been going back and forth lately between keeping notes in a Markdown file on a shared drive and using my notebook. The Markdown file is much better for searching and ease of access (I'm on 4 or 5 different computers around the office during a week), but for some unknown reason I keep going back to pencil and paper to sketch things out. When I had to do some light mathematical derivations it was all on paper though.

Re: Ask HN: How many programmers out there keep a paper notebook for their projects?

#19

Your grandfather probably came from a shop where engineers were encouraged or required to write everything down as they discovered problems and worked on solutions. Those notes became critically important when the patent applications were started. Some larger companies even provided nice leather-bound blank books for the engineers to use and keep on their shelves for later reference. Capturing ideas and visualizing y…

that looks really nice, I have a this one https://www.amazon.com/Engineering-Computation-Letter-Sheets... but I wish it were spiral bound.

Do you know if there are any US suppliers for yours?

Re: Ask HN: How many programmers out there keep a paper notebook for their projects?

#20
I was a habitual moleskine user, I think I have about 30-40 filled ones sitting in a closet somewhere.

But about 3 years ago, I bought a Samsung Galaxy note 8.0. Because it has a pen.

I had the original iPad, and a stylus, but you either try to write with your finger (no good) or use a stylus (write holding someone else's finger) and it sucked big time.

But with the Note, and actually the stock S-Note app, I had everything I needed - nice size, pressure sensitive pen - plus extra benefits: I like to diagram out stuff, draw circles and squares and link between them, and the old version of S-Note has a great feature where I can draw a crappy circle, and it will automagically turn it into a perfect circle. Same deal with squares and lines.

So now I use it exclusively, have my ~200 notebooks backed up in various places, native form, image and pdf.

Shame though, it looks like it is going to be EOL'd. I am seriously considering buying a bunch of spare parts to mke sure that I can keep mine running for a while.

But to sum up: best of both worlds - like writing on paper, but with the convenience of all that is digital.

Post reply on HN