Ask HN: What’s a productivity tip you can share?
1–10 of 15 posts
Re: Ask HN: What’s a productivity tip you can share?
#2Edit: another, related one: use snippets (files or folders) for temporary/sandbox projects. I found it useful to strip down a business logic off a working project and use that as a project template. If you want to test how a feature or a design approach feels before making it a branch or a module, you can just spin up a separate project, spread the mud there, distill, and then use it almost as is in your work project. Of course you can do that on a branch, but sometimes it feels better not to, because in-project testing may damage your development dbs, use irrelevant (or costly) services, etc, i.e. leak some logic to sandbox which ought to be destructive from the beginning.
Re: Ask HN: What’s a productivity tip you can share?
#3When doing a non-trivial task that you’ll probably do again, but not daily, write down all the commands/steps you execute into your OBTF (that’s another tip for you to have one). This way helps with things that you can’t practically automate into scripts but it’s easy to reproduce by copying a section of OBTF into an untitled.txt, renaming some names and pasting it into a terminal line/block-wise. Edit: another, rela…
[1] no hits at Wikipedia, less than a handful hits on Hacker News, none with an explanation
[2] seems to be "one big text file"
Re: Ask HN: What’s a productivity tip you can share?
#4When doing a non-trivial task that you’ll probably do again, but not daily, write down all the commands/steps you execute into your OBTF (that’s another tip for you to have one). This way helps with things that you can’t practically automate into scripts but it’s easy to reproduce by copying a section of OBTF into an untitled.txt, renaming some names and pasting it into a terminal line/block-wise. Edit: another, rela…
When using an uncommon[1] acronym like "OBTF"[2], write it out at the first occurence. [1] no hits at Wikipedia, less than a handful hits on Hacker News, none with an explanation [2] seems to be "one big text file"
Re: Ask HN: What’s a productivity tip you can share?
#5Re: Ask HN: What’s a productivity tip you can share?
#6Also, Copilot has been immensely useful in boosting productivity, especially when working with the libraries that I am extremely familiar with; sometimes too much of code is just 'grunt' work.
Re: Ask HN: What’s a productivity tip you can share?
#7A empty piece of A4 paper landscape in front of the keyboard. Write all the things you need done in the next n hours onto it.
Tick the boxes for things you did, cross out things you decided not to do.
This is extremely low tech, but the very obvious advantage is that the piece of paper is always in front of you, independent of which window, desktop, monitor or whatever you focus. Paper is always open, you can archive it, you can sketch things, put down notes etc.
Re: Ask HN: What’s a productivity tip you can share?
#8Earlier quoted context omitted.
When using an uncommon[1] acronym like "OBTF"[2], write it out at the first occurence. [1] no hits at Wikipedia, less than a handful hits on Hacker News, none with an explanation [2] seems to be "one big text file"
I didn’t realize that it is a non-searchable acronym, my apologies!
Re: Ask HN: What’s a productivity tip you can share?
#9Re: Ask HN: What’s a productivity tip you can share?
#10You would be more productive if you stuck with one set of tools instead of constantly learning new ones. Exploration for better tools is good, but to be productive you have to master one set of tools at some point, there is no tool so good that it makes up for your lack of mastery.
Learning tools is busywork, it feels like you are making progress. But the time spent learning tools is time not spent learning how to tackle hard problems, learning tools is much easier so it is enticing but you just have to push through and stick with the hard things.