Earlier quoted context omitted.
This is true and somewhat infuriating. I have a $700 computer in my pocket and the best way to write a grocery list is on a post-it found in the kitchen drawer. I think it comes down to the human interface of a touch screen being slow, frustrating, and generally inefficient.
... and your 700-dollar pocket computer is probably not much better than the 200-dollar one that you ditched a couple of years ago. We buy things not because we need them, but because we want them. (Why we want them is another story.)
The software engineering notebook
91–100 of 143 posts
Re: The software engineering notebook
#92Earlier quoted context omitted.
Get a Samsung Note 8. Use wacom pen to take notes. Carrying around dead trees is archaic.
Reminds me of the anecdote about the Russians using a pencil in space (vs. a $1000 pen specifically designed to work in weightlessness).
Re: The software engineering notebook
#93And physical notebook for other things.
Re: The software engineering notebook
#94I use Github for digital notes: https://github.com/azer/notebook And physical notebook for other things.
Re: The software engineering notebook
#95Re: The software engineering notebook
#96The 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…
The organization of notes in an accessible manner is a challenge for me - perhaps I'm doing it wromg.
Re: The software engineering notebook
#97I used to host dokuwiki on my own machine but recently I have moved dokuwiki running inside a docker container on one of my AWS instance.
Re: The software engineering notebook
#98Is there any opensource things that can be a software engineering notebook or journal that is easy to use and painless?
A plain paper notebook. I’ve tried everything and nothing works as well.
Useful for taking notes wither portrait (in meetings) or landscape (in front of a computer). Also graph paper obviously helps with sketches and dividing up the page on the fly.
Re: The software engineering notebook
#99https://www.npmjs.com/package/livecomment
Samples here:
http://acpul.org/livecomment-src - livecomment js sources (it's quine, that developed using self documented code)
http://acpul.org/pool - common memory pool: active info, some processed bookmarks from HN, reddit, etc.
http://acpul.org/pica - livecomment in real project. here is collected info when i was develop gpu optimizations for popular nodejs image resizing library https://www.npmjs.com/package/pica
Re: The software engineering notebook
#100Earlier quoted context omitted.
I had the same problem as you, but my solution was separating "notes" from future actions. My notes track knowledge, they are referenced as-needed so I store everything because there's low/no cost. I've also found that writing things down improves my recollection, so there's value even if I never reference the note again. My calendar / omnifocus track future actions, I minimize these and keep them very well curated -…
> no "todo", only "do" I'm curious about what this means. What are "do" notes (as distinct from "todo" ones). If it means that don't calendar, and you just do that task immediately, how you plan and (more importantly) remember future tasks?
Grep any large code repository for "TODO" comments.