Agree with what others have said about deadlines, I use that in tandem with the recognition about limited energy above. If I have tough hill to climb...nasty bug, difficult thing to write...I'll deliberately lay back and do really light work for the first part of the day, but I'll tell myself from 2 til quitting time or whatever I feel I can muster, I'm going to go all out. And then at quitting time, I quit. I find that I operate way more effectively this way than making myself "live" with a pain in the ass task from the beginning of the day to the end (or the end of it). Sometimes it won't take long in reality, but I could end up fighting it all day, and I find being motivated for a brief "charge" puts me in a much more effective frame of mind.
Ask HN: What are your “brain hacks” that help you manage everyday situations?
151–160 of 370 posts
Re: Ask HN: What are your “brain hacks” that help you manage everyday situations?
#1521/ Whenever you can’t motivate yourself to start working on something, think about the smallest thing you can perform and make it your only goal for the day. It can be something as simple as « open the ide and compile the project once ». The trick is that after that first step you will naturally begin to do some real work, because the movement started. 2/ when learning a new skill or trying to improve , focus on one…
When you've gotten up, gotten changed and begun to move, the prospect of going on to do an actual workout becomes like 90% less unpleasant of an idea, compared to how you perceived it from the comfort of your warm soft bed.
It works, try it.
Re: Ask HN: What are your “brain hacks” that help you manage everyday situations?
#153Write down what I'm going to do. It happens that I can't really 'start' with work due to having too many things to choose from, or by not knowing how to really get started with it. What always helps is writing down on a piece of paper a step by step guide of what I will do. this can be very general. But just having the steps written down helps me get started. Kind of like a "todo list" except that I don't update it w…
My technical solution for this is using a personal Trello board. Each task is a Trello card, and for a new task I write a rough outline of what needs to be done. I keep these cards in separate stacks: To-do (not started), In-progress, On-hold (waiting for external activity), Done (for archival purposes). For longer running tasks I do update the cards with additional information and progress status. And I can put high-priority tasks to the top of the stack. Creating, updating, and moving cards is all low-friction in Trello, so I find it to be well suited for me.
Re: Ask HN: What are your “brain hacks” that help you manage everyday situations?
#154I use earplugs when doing work in any environment that is not quiet. What's nice about earplugs is (1) it seems to cut off only some 'existentential layer' of sound that I find inhibits focus and (2) your hearing adjusts; you can still hear virtually everything happening around you. Being in the city, I find myself actually sporting ear plugs virtually everywhere I go .. There's just too much noise.
Re: Ask HN: What are your “brain hacks” that help you manage everyday situations?
#155Re: Ask HN: What are your “brain hacks” that help you manage everyday situations?
#156Earlier quoted context omitted.
I would add to write done where you are when you are done for the day or switch to something else. I have an incredibly hard time picking up where I left off without something like this as apparently I'm able to compartmentalize more easily than some of my peers.
Some mornings it's just hard to get started. A trick I use is to start something "easy" towards the end of the day, but not finish it . That makes it easier to get the ball rolling the next morning.
Re: Ask HN: What are your “brain hacks” that help you manage everyday situations?
#157If I'm working on a project I don't have external motivation for, like a personal project, etc. I'll make sure I stop working only when I reach parts that are fun or at least clear. Next time I sit down, I want to either look forward to jumping back in, or not have to sit down and deal with a super weird edge case that had me hating life earlier. This also applies to lots of things, you can quit, just do it after you…
I do this. Some colleagues don't leave work until they've finished the feature/bug they're working on. If it's 6pm and I'm stuck solving a bug, I call it quits and go home. Often the next day I have a new perspective and check that other place where the bug actually comes from, and solve it faster than if I had just banged my head until late.
(1) Stop work when the immediate path forward is clear, so there is less friction to restarting.
(2) Stop work when encountering a puzzling obstacle, with the expectation that ambient thinking will suggest a path forward.
I try to do both of these things. I'm more successful with the second.
I first read about (1) in a book on writing technical papers, where the advice was to NOT write until you've become confused about the way forward. Rather, leave off so you know how to begin on the next writing session.
The right strategy could depend on the application!
Re: Ask HN: What are your “brain hacks” that help you manage everyday situations?
#158Utilize laziness: It works like this: 1. Realize that most of the world is out to distract you. 2. Realize that part of the way to do this is to make distraction, and access to distraction, as easy as possible. 3. Actively set up "friction" to reduce that ease. In practice: I don't install FB on my phone; I have to use the crappier web version. I block reddit on my laptop, so I have to use my phone. Just by making st…
I don't display the bookmarks bar in my browser. Suddenly I'm not visiting 6 different websites for 30 minutes every day. Adding friction is an awesome hack. One can also 'grease the rails' (the opposite of friction) for difficult to get-to tasks. Set out gym clothes and bag the night before, or meal prep on the weekends (so that during the week, the easiest thing to eat is what you want it to be). This is front-load…
Somewhat related: that's the only way I've been able to get myself to exercise with any consistency. I set things up so that the only way I could get to work is by riding my bicycle.
Re: Ask HN: What are your “brain hacks” that help you manage everyday situations?
#159What usually happens is that I start writing a question on Stackoverflow, but as I write it I think of things I hadn't considered before - I probably only end up submitting 1 in 20 questions!