Live data from Hacker News

Tell HN: My best productivity hack

news.ycombinator.com

51–60 of 76 posts

Re: Tell HN: My best productivity hack

#51

Mind explaining what the significance of CO2 is? I'm unclear how this relates to drowsiness.

Come on, haven't you heard of photosynthesis, oxygen, and pollution before? Higher than average ambient CO2 levels is basically like sitting in an oxygen deprived chamber. Also, there is a recreational drug called Carbogen that is a mixture of Carbon Dioxide and Oxygen that, although actually fine for breathing biophysically, has a reduced level of oxygen and increased level of CO2 that makes your body believe it's dying. Very interesting. So, even if it's not a lethal difference in composition, higher CO2 levels will definitely affect one's mood adversely.

Re: Tell HN: My best productivity hack

#52
post #8

> 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?

Yeah, it didn't need new all new Aircon but we got the Aircon techs in to look at it and they're changing where the inlet vents are located and adding an additional unit of separation into the ducting.

Re: Tell HN: My best productivity hack

#53
post #17

Earlier 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.

No, I mean literally, if I paste those strings into my etc/hosts it won't block any of those sites. It simply doesn't work. You can still load the sites. It takes stronger measures to block them. I have to edit my hosts file all the time for work anyway, so I ended up installing SelfControl and I turn it on when I feel like I need it.

Re: Tell HN: My best productivity hack

#54

A 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…

Any chance you'd be willing to share more details on what your life graph ended up including?

Re: Tell HN: My best productivity hack

#55
post #45
post #36

Earlier 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…

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 promote my blog. So I can't do cold turkey, and I keep coming back. Fuck, I hate it so much.

Re: Tell HN: My best productivity hack

#56
post #55
post #45

Earlier 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…

I do that with politics, so I can't point fingers. I don't know why - it's not like I can change anything...

Re: Tell HN: My best productivity hack

#57

Mind explaining what the significance of CO2 is? I'm unclear how this relates to drowsiness.

It doesn't actually have to be the CO2 per see. It can be used to measure overall air and ventilation. Or how many humans there are in a house/room, and if they are asleep or awake. The drowsiness is probably due to both low oxygen levels and high CO2 levels, and more.

Re: Tell HN: My best productivity hack

#58
post #2

The 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.

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.

Re: Tell HN: My best productivity hack

#59
post #43
post #5

Coffee in the morning, hike in the afternoon, beer in the evening.

That's great for you, but the rest of us have to put "work" somewhere in that list :)

Added it for you ;)

Coffee in the morning, {work here} hike in the afternoon, beer in the evening.

Re: Tell HN: My best productivity hack

#60

Earlier 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.

haha I do that too. If I need to leave something as it is but I need to fix it, I just write what I should do but without a "//" so it doesn't compile next day when I press build without thinking.
Post reply on HN