Live data from Hacker News

My productivity app for the past 12 years has been a single .txt file

jeffhuang.com

221–230 of 420 posts

Re: My productivity app for the past 12 years has been a single .txt file

#221
After experimenting with dozens of different products in order to become 'more productive' I've ended up doing something similar, but I use Apple Notes instead. At one stage I was experimenting with Trello, Todist, GTD, Zettelkasten, Wikis, Notion, Emails, Calendars, Workflowy...You name it, I've tried it, and combinations of it with other products.

Then one day I started using Apple Notes to start a journalling practice and then I realised I could use it for just about every other thing that I was using all these pieces of software for. I now use it and a calendar exclusively and it handles my todo lists, my random thoughts, my personal relationship management, my checklists, pretty much all the things that are actually important to me. The reason I prefer this over a single text document is simply because I can categories my files into folders. That's it. Same thing could be achieved with text files and folders but I like having this synch on all my devices.

Plain old text is amazing in its simplicity and power.

Someone once left a comment on a Zettlekasten thread and it's something I've always thought about now whenever I get the itch to complicate my system. [1]

"I had the realization yesterday while waiting for a train that the Notes app on iOS contains all the functionality I'd need in order to be able to build a small organization/business .. as long as I standardized my form of note-taking and rigorously applied policies on how Notes are transformed from one Folder to the other"

And I find this applies in my personal note taking life as well.

https://news.ycombinator.com/item?id=21222150

Re: My productivity app for the past 12 years has been a single .txt file

#222
post #217

Earlier quoted context omitted.

I handle this by aliasing `todo` to `vim scp://[my website]/~/todo.txt`.

Wait, you can use scp as a protocol?!

Not generally, but vim can: https://vim.fandom.com/wiki/Editing_remote_files_via_scp_in_...

Re: My productivity app for the past 12 years has been a single .txt file

#223

The 21st century has burdened the human psyche with a wonderful array of problems—most of which are invisible, abstract things. It's taken some time figuring out how to make them real. Doesn't feel like anybody created a tool to help manage these abstract monsters. We still do not know ourselves that well. Not in this strange world. Whenever I hear someone say, "Just use paper", part of me agrees. Paper is simple. It…

This comment fascinates me. I hope you don't mind a very candid reply: You already know exactly what you need to do. You need to get away from the screen that you're looking at right now. Disconnect. Get to where you can see the clouds in the sky, and see how they move - spontaneously. Try to do THAT with your life.

Re: My productivity app for the past 12 years has been a single .txt file

#224
post #208
post #194

Earlier quoted context omitted.

Would seeing any kind of analysis benefit you or boost your motivation? Like something that would clearly show based on your own data that, say there is a strong correlation between feeling ill and drinking less than 4 cups of water throughout the day? The reason I ask is because I'm building something like this. And not many people track their habits as systematically as you do.

Yes! I think this would be definitely boost motivation. It would also help me to look at things "before" any positive outcome and remind me not to go... back to there.

Yes, that's a major part of the reason I wanted a tool like this for myself too. It's great to know it could be of use to others too!

Re: My productivity app for the past 12 years has been a single .txt file

#225

The headline doesn't mention he mainly uses a calendar app to hold a list of to-dos and builds his 'things-to-do-tomorrow' list from that every night.

It also sounds like a really messy system working between the two, I guess it works for this guy, but no idea why HN is getting so doey eyed about this.

Re: My productivity app for the past 12 years has been a single .txt file

#228
I like it, but I think it's a matter of preference. Another article from the author:

https://jeffhuang.com/designed_to_last/

Nothing is going to break a static next.js page that wouldn't also break this page. Hosting space and bandwidth are cheap, and while next.js has some overhead, it has built-in tree shaking to compress what may be a 200MB node_modules directory into less than a megabyte. Next.js also changes a lot of the code by running it through WebPack, but anything is easily seen using Firefox Inspector.

Back to the actual HN story: While I have gotten mileage out of something similar to a single text file from time to time, what I hope for is something like https://mycroft.ai/ to help me keep track of information.

Re: My productivity app for the past 12 years has been a single .txt file

#229
post #109

I use a single text file, have done this for decades. I dump everything into it and don't worry too much about structure, it's an incredible resource for "remembering" minutia, things like "what was that server that i thought might have had some issues last August?" Just a quick control-S and I'm there. My current 7+ year old notes file has about 100K lines in it right now. I can tell you what I was doing last year,…

Being doing this for years also, occasionally emailing to myself as a backup, mine is at nearly 60k lines.

Top tip is to add meta tags. I suffix them with a colon to help with searching. For example, the section containing my git notes begins with this line: Git notes: / Git: / Git commands: / Github: / Git bash:

And any time I search for something I didn't have a tag for, then I add a new one, even misspellings.

Re: My productivity app for the past 12 years has been a single .txt file

#230
I've tried and used a lot of note taking apps, including the big ones like evernote and onenote. I have been using cherrytree for a couple of years now and it is terrific:

* good formatted text/content paste from the browser (this is what the other newer contenders mostly fail to do well)

* rich formatted text, images, tables

* ability to organize notes in tree structure

* cross-platform

* open source

* open file format

* no account required

* no electron

* active development (albeit slow)

Post reply on HN