Live data from Hacker News

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

jeffhuang.com

31–40 of 205 posts

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

#31
I've always kept a text file or spreadsheet of things to do, priorities, etc... My biggest problem isn't keeping a list and getting organized, it's remembering to look at my list. I tend to space out for days working on a problem and forget to look at my list.

I've experienced a big productivity boost by using the desktop background of my 43" monitor as a whiteboard (blackboard actually). I have an jpg the size of my monitor that I jot things down on as text on the image. I can store meaningful small images the trigger my memory to do something. I've become so used to visually thinking about what I'm doing that I switched my text file todo list to markdown so I could store images in it.

It's surprisingly quick to keep my large jpg open in paint and jot or paste things to it and then reset it as the desktop background. I learned later this is called a "vision board"

Still, I'm so bad at spacing out that I need more than looking at my vision board monitor all day, so I use the Windows system scheduler to bring up a daily, weekly and monthly html file that reminds me to do things.

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

#33

The key to this solution isn’t really the .txt file or the formatting. It’s the ritual. Any productivity system can be made to work once it becomes a habit and therefore your default action. I think .txt files or Org mode are attractive to devs because they feel like something we’d be doing anyway during our day. the same system will work with a paper journal or even a fresh piece of paper every morning if, and only…

Agree. I made this realization when at the end of every month I needed to submit my daily work log along with my client invoices I would cobble together notes scattered in different apps, conversations, notebooks, etc. I ended up building an app that would text myself (at the same time every day) a reminder to log what I had done for the day. After a while I didn't need the reminder, I would open up my phone a few minutes before the text would come through, jot down a few things and done.

I ended up releasing the note-taking/reminder app as a subscription service [0], for reasons most obvious. Over time I wanted more from these notes...

I wanted a way to separate notes of different clients -- folders. I wanted a way to categorize all notes related to different topics of interest -- tags. I wanted an email to send me a summary of notes in a folder to submit my invoice or produce a weekend reading list -- email summaries. I wanted to do all my bookkeeping in my notes, and on..

I ended up releasing the parser for the notes as an open source lib [1]. Which could add a nice layer on top of any plain-text note system running locally.

0. https://www.tatatap.com 1. https://github.com/tatatap-com/sowhat

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

#35
>A text file is incredibly flexible, and at any point, I can quickly glance to see what I've done that day and what's left. When a task is completed, which is the most common default, I just leave it. [...] I use Ultraedit because I'm familiar with it

I've also been using a plain "todo.txt" for 20+ years and also use UltraEdit. So far, it's been better than alternatives such as Borland Sidekick, PalmPilot gadgets, Evernote.

I agree with all the positives the author laid out but I also recognize there are serious limitations with my reliance on "todo.txt".

- no "live" schedule of upcoming events because there's no runtime that turns the text file into active reminders and a countdown of when things are due. A lot of people have a "inner clock" in their head and don't need countdowns but my brain seems to to lack this. E.g. the author has example of "11:30am meet with student Enya" and when I write entries like that, the 11:30am time comes and goes because I got distracted.

- not editable by others. Sometimes, important people in my life remind me I need to do X,Y,Z but I often don't get around to the tedious data entry of adding it to to the text so it gets overlooked.

The issues above are solved better by a cloud or smartphone app but I'd miss the instant access speed and flexibility of the text file. That's why I'm working on some tools to create a runtime that converts my "todo.txt" into something that pings me on my smartphone and gives me a better live dashboard for activities.

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

#36
I have been doing this for about 3 or 4 years too. I wouldn't say it necessarily makes you "productive" unless you work in a very isolated fashion.

By whittling it down to the bare essentials you at least know if you are unproductive it's not because you are faffing around with the tracking of your own tasks.

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

#38

I'd like to try a better version of using the default notes app on iphone. I keep attempting over the years to keep at it but end up never reviewing the notes. I have half the battle down...I use it for a crazy amount of ideas but yea, definitely need to adopt a more consistent routine. Interesting to see what others do like this article

My productivity app is basically this txt file, but with the vanilla apple notes app + a apple shortcut script that I write that generates the template for that week. It works really well.
Post reply on HN