Live data from Hacker News

A receipt printer cured my procrastination

laurieherault.com

291–300 of 634 posts

Re: A receipt printer cured my procrastination

#291
post #155

I like this simple model. There's 2 variables: - pleasure - achievements Both reset daily. Both can be changed by each activity. Well-being is calulated sth like this: def wellBeing(pleasureNow, pleasureSoFar, achievements): return pleasureNow/(pleasureSoFar+pleasureNow) + len(achievements) It's weird, but it's how it works. If you did 100 small things it feels like you achieved much more than if you did one big thin…

I completely agree with that perspective

Re: A receipt printer cured my procrastination

#292

Earlier quoted context omitted.

Do you do drugs? If not then you're already 'starving' yourself of the purest form of pleasure (which is a good thing, don't get me wrong). I don't think taking one step further is that sad.

I think this is more akin to literally starving yourself so that a single bit of spinach tastes great. It turns out you can in fact eat a candy bar and have pizza and not become obese or otherwise damage your health. It's not one or the other and OP might need some kind of professional help to mediate their moods... Like this is clearly not healthy.

What about restricting yourself is not healthy?

When I was a kid, I'd eat Trix cereal. I enjoyed it. Now - I find it sort of gross. It's too sweet. You can reach that same point with cake or pizza or a candy bar, etc. - in that, those foods become sort of gross. Foods like spinach become more satisfying. Not only that, but that satisfaction may yield a higher reward than you ever could with Trix cereal. But you'd never reach that higher level of satisfaction as long as you're eating Trix cereal every day.

Re: A receipt printer cured my procrastination

#293

> A simple solution is breaking tasks into smaller parts. Let's take an example everyone can relate to: cleaning the house. Cleaning the house is fundamentally boring. It doesn't matter how many parts you split it into lexically — it's just inherently boring.

I made a strict rule years ago that I only listen to my favourite podcast while cleaning. This works for me surprisingly well.

Re: A receipt printer cured my procrastination

#295

Great read. I'm sure I have some undiagnosed ADHD and I suffer from getting stuck into to work or executive dysfunction...the tactile effect of pulling the receipt paper down and chucking it in the bin must feel very satisfying. Kinda like those chefs working the plating section. Order up!

That is exactly the case! It gives me the feeling that my "digital" work becomes "real".

Re: A receipt printer cured my procrastination

#296

Earlier quoted context omitted.

Well i'm assuming 1Pass is also storing the password. Ie if it's in the same place for your pass and token, it's 1FA, no?

No the two factors are something you have and something you know. Not something you have and another thing you have. In this case decrypting the vault requires two factors.

In my view the factors are attach vectors. If i wrote both my token and my pass down on a single sticky note, it's 1FA. If i have them on two stickies stored in two locations, it's 2FA.

Though i have no idea, that's just how i internalized it over the years. In your 1Pass example, it's a single attack vector (the password of my 1pass) to compromising both the token and the password of the product/server/thing.

Re: A receipt printer cured my procrastination

#297

I've implemented something similar (but digital-only) which has been working for me lately. I have a script running continuously that monitors my Obsidian files for new due tasks, and whenever it detects one due today, it sends it to my notifications server. Now I have a notification for each thing I need to do today, which I keep up on my device(s) until I've completed the task, and then I clear it. I am a compulsiv…

I am glad I was able to inspire you. A paper task is even harder to forget than a notification :P

Re: A receipt printer cured my procrastination

#298
post #205

How is this printer system any different than keeping a simple do to list??

It makes the task tangible. You will have a much harder time ignoring your tasks if they are physically on your desk. Tearing up the ticket and putting it in a transparent jar adds an extra layer of satisfaction.

Re: A receipt printer cured my procrastination

#299

> Why can I focus for hours on a game but procrastinate when writing an email? OK I got a bit triggered by this sentence. Not at TFA, but sharing my own experience: Games are fun . And I don't mean Type 1 vs Type 2 fun and the email is somehow type 2 fun. I mean that the stimulation / "hit" from a game is just higher than 90-99%% of work tasks (writing a new CLI or optimizer excluded!!). We pile on much stimulation t…

> I'm sure phones are just as stimulating for some. This is one of my big objections do 2FA. My work has been pushing it hard, and from a security perspective, I get it. However, it’s all via an Authenticator app on the phone. We can no longer set down our phones and simply work. To start working, and periodically throughout the day, we are now forced to pickup our phones to authenticate. This invites the chance to s…

In my union contract we have language that requires the employer to provide us with a hardware 2FA token for just this reason. I and some of my coworkers don't use smartphones, and we didn't want to be obligated to use one for work.

"So long as [employer's] access management vendor... supports the use of physical two-factor authentication devices (for example, a YubiKey), [employer] shall make such devices available to Employees upon their submission of a request for the device."

Re: A receipt printer cured my procrastination

#300

Thermal printer paper is known to be a source of BPAs making this a potentially harmful way to produce hard copies of your todo list entries. https://en.wikipedia.org/wiki/Thermal_printer#Health_concern...

Bisphenol-free paper does exist, you just need to make sure you are using the right kind.
Post reply on HN