Live data from Hacker News

Ask HN: As a programmer, How do you take notes while coding?

news.ycombinator.com

11–20 of 29 posts

Re: Ask HN: As a programmer, How do you take notes while coding?

#11
I'm making the assumption that "taking notes" is distinct from commenting one's code.

If it's related to a long-term contract, I'll create a company-specific Obsidian vault which I'll later sync to a org-wide Notion database.

If it's personal I usually add any relevant documentation/diagrams to the repo itself under a docs folder.

Re: Ask HN: As a programmer, How do you take notes while coding?

#12
40+ unsaved tabs in Notepad++, mixed stuff, containing keywords about the things I'm working right now, 2-3 line descriptions about an idea or how to proceed with something in the future, copy-pasted and "annotated" fragments of logs or code under reverse engineering (would do most of this stuff by hand but have an awful handwriting). Plus a booklet to scribe quick ideas, play with an algorithm in my head, and draw stuff if that's unavoidable (code graph, state machine diagram).

Re: Ask HN: As a programmer, How do you take notes while coding?

#15
My goal is to capture unfiltered thoughts in Obsidian. This is appealing to me because it's fundamentally just Markdown. It syncs across devices (iCloud for me, though any synced storage would work)

That said, most of the time it's just new tabs in VSCode. Most of the time I'm not saving them as documents. I've tried a couple of times to install plugins that support a "notes" feature, but none of them have ever really held my attention.

Re: Ask HN: As a programmer, How do you take notes while coding?

#16
More tabs in Sublime Text than it can display. It's a perfect scratchpad since it survives version updates and reboots and you never need to save or name tabs.

Surprisingly notes are a lot like browser bookmarks, they work pretty well as a write-only medium. An LLM search function for tabs would make it perfect.

If I want to run command-line utilities on it, I save it to a file (instead of putting in Sublime) named 1, 2, or rarely 3.

Re: Ask HN: As a programmer, How do you take notes while coding?

#19
Mostly notebook, I used a very simplified version of the bullet journal (you can look for "signifiers"). https://bulletjournal.com/blogs/faq

I also use apple notes for quick & dirty notes, especially if I have to copy&paste or need to remember links. I tend to use a single note and clear it periodically, I'm not trying to accumulate knowledge here.

Re: Ask HN: As a programmer, How do you take notes while coding?

#20
post #12

40+ unsaved tabs in Notepad++, mixed stuff, containing keywords about the things I'm working right now, 2-3 line descriptions about an idea or how to proceed with something in the future, copy-pasted and "annotated" fragments of logs or code under reverse engineering (would do most of this stuff by hand but have an awful handwriting). Plus a booklet to scribe quick ideas, play with an algorithm in my head, and draw s…

If your computer power cycles it will be a mini Burning of Alexandria!
Post reply on HN