Mind explaining what the significance of CO2 is? I'm unclear how this relates to drowsiness.
Tell HN: My best productivity hack
51–60 of 76 posts
Re: Tell HN: My best productivity hack
#52> I bought a CO2 monitor. We did the same, it's very noticeable, what we sometimes do is cover it and if people are feeling drowsy only then reveal it so we could be sure it wasn't a placebo (it wasn't). I hacked up (I'm not a programmer!) some code to log the data to CSV, which I then presented to the business as a case to change our aircon system: https://github.com/sammcj/airqualitylogger
Did your business change its aircon off the back of your research?
Re: Tell HN: My best productivity hack
#53Earlier quoted context omitted.
It doesn't work though. All of those sites have backup domains that easily allow you to access them. To properly block all of facebook, you have to block something like 30 domains.
It's not an anti-tracking thing. It's so you can't log in and read stuff, or get sucked down a distracting click-hole of videos, jokes, chit-chat and bullshit. It breaks the reflexive bookmarks, links from other sources and general habitual url visiting.
Re: Tell HN: My best productivity hack
#54A while back I set a goal to have a happy, fulfilling life, and then asked what five elements were individually necessary and collectively sufficient to produce that. Then I went one level deeper, taking care to be strict with the boolean logic. I eventually got to actionable items. The surprising part was the amount of priorities I had in my life that weren't in that life graph. Stuff that was urgent but not importa…
Re: Tell HN: My best productivity hack
#55Earlier quoted context omitted.
Having to restore access gives you many more seconds of time between impulse and gratification where you can catch yourself in the process and have the internal "the fuck are you doing? Is that video even going to bring you a modicum of happiness? Get back to work and we can do something actually fun later you adhd fuck" talk.
Does that work for you? Do you think it works in general? I do get the impulse to click on a link - and you are claiming that having to activate something (like I would do with uMatrix, I suppose?), makes you cognitively pause? I guess we're all wired differently. That one doesn't seem to be a challenge to me (although, I can assure you that there are other unhealthy things that I wish I could figure out how to stop…
Re: Tell HN: My best productivity hack
#56Earlier quoted context omitted.
Does that work for you? Do you think it works in general? I do get the impulse to click on a link - and you are claiming that having to activate something (like I would do with uMatrix, I suppose?), makes you cognitively pause? I guess we're all wired differently. That one doesn't seem to be a challenge to me (although, I can assure you that there are other unhealthy things that I wish I could figure out how to stop…
Adding friction doesn't work for me. But I can just say, "I don't facebook anymore. It's not a thing I do." And I stop. Fine, but there's still an itch that needs scratching. I bounce to instagram, reddit, imgur, news sites, then my favorite bloggers, in that order. There's always something. And as for facebook - I can't quit altogether. I manage a page for a small business, I have to test things for work, I want to…
Re: Tell HN: My best productivity hack
#57Mind explaining what the significance of CO2 is? I'm unclear how this relates to drowsiness.
Re: Tell HN: My best productivity hack
#58The single thing that has had the largest impact for me has been simply making a list of things I need to do the next day on the night before. In the morning, often the hardest thing to do is just to get going. Having a ready made list takes out a lot of the factors that lead me to procrastinate.
This, and also marking which one is the worst one, so I do that one first without slacking off and then the rest is easy. The other thing is that I usually leave a context file (which says "you were adding X to function Y and then debugging Z") in whatever directory I'm working in so that I remember what I was doing if I was in the middle of something.
Re: Tell HN: My best productivity hack
#59Re: Tell HN: My best productivity hack
#60Earlier quoted context omitted.
This, and also marking which one is the worst one, so I do that one first without slacking off and then the rest is easy. The other thing is that I usually leave a context file (which says "you were adding X to function Y and then debugging Z") in whatever directory I'm working in so that I remember what I was doing if I was in the middle of something.
I usually just write "TODO have not done X and Y yet" into the source file that where I was last working. It's deliberately not a comment, so that I can find it by running `make` and looking for the syntax error.