Live data from Hacker News

A receipt printer cured my procrastination

laurieherault.com

421–430 of 634 posts

Re: A receipt printer cured my procrastination

#421

You just need to switch of job, if you don’t feel rewarded when doing it then it’s just not the right fit for you. And even then, something fun can become boring later on. I know electricians for instance who love doing their stuff, so they have no issue in being motivated, while they were a mess in their previous work field. And vice versa. It’s not always possible of course, but the solution is not to ‘gameify’ you…

I think it's great that you don't have executive dysfunction. That's not the case for me, and obviously not for the author.

If you've never had your dream job yet still wasn't able to do shit, you don't have to crack down on other people's attempts to become functioning members of society.

Re: A receipt printer cured my procrastination

#422

Author here. It’s my first article. I’m a bit nervous but excited to get your feedback. If you deal with procrastination too, I hope this method helps you like it helped me.

This is great. I'm starting a new job after the summer. I'll get a printer and set it up in my new office and let it automatically print tasks.

Re: A receipt printer cured my procrastination

#423

You just need to switch of job, if you don’t feel rewarded when doing it then it’s just not the right fit for you. And even then, something fun can become boring later on. I know electricians for instance who love doing their stuff, so they have no issue in being motivated, while they were a mess in their previous work field. And vice versa. It’s not always possible of course, but the solution is not to ‘gameify’ you…

This is like telling a depressed person to just be happy

Re: A receipt printer cured my procrastination

#424
post #128

Earlier quoted context omitted.

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

> However, it’s all via an Authenticator app on the phone. Why not save the secret on your laptop and generate the OTP on your laptop?

I use MS Authenticator for work too. It doesn't do standard TOTP, at least not for Entra. The QR codes don't contain the secret. IDK that anyone has been able to exfiltrate a secret and generate codes with a third party app.

I personally use an Android emulator on my laptop, which achieves the same goal. It saves and restores state automatically for quick startup.

Re: A receipt printer cured my procrastination

#425
> The only way I could get things done was by relying on stress, coming from clients or financial pressure. That worked for a while, but it cost me my health (I burned out)

I’ve seen this called something like “using your adrenaline as adderall”

https://www.reddit.com/r/adhdwomen/comments/1ifdwwn/youve_be...

Re: A receipt printer cured my procrastination

#426

I don't want to be a downer on this because it sounds like a cool system, but it might be worth checking whats in the receipt paper as a lot of it is pretty bad for you: https://toxicfreefuture.org/press-room/new-study-finds-toxic...

Yes. A short video I watched mentioned that even touching these thermal papers with normal gloves is unsafe.

Re: A receipt printer cured my procrastination

#427

Earlier quoted context omitted.

You should try a CLI-based workflow for 2FA. As long as you can exfiltrate the secret (and you often can by pretending you can't scan QR codes), then you can use oathtool to generate passcodes. 1. use 'pass' to save the secret: 'pass edit work.secret' 2. use oathtool to generate 2fa given a secret: ' #!/bin/bash oathtool -b --totp "`pass show $1.secret`" >&1 ' use it like '2fa work' If you have 'xsel' you can even do…

We also have Microsoft authentication that displays a number on the browser and asks you to enter in on the device! :-(

Unless they have explicitly disabled it even m365 has the option to add a totp 2fa method. Might be worth double checking.

Re: A receipt printer cured my procrastination

#429
post #172

Earlier quoted context omitted.

I love it. Using a thermal printer to print physical tasks you can crumple on completion and throw in a bin is absolute madlad goblin energy and I'm all for it. I think you've actually perfectly distilled the essence of "game-loop" and operant conditioning, and mapped it to the real world. I have been using a whiteboard for tasks, which is better than nothing, but the problem with that approach is the feedback is min…

Thank you for your comment. Seeing the tickets in the jar really helps you feel like you actually got something done. I cannot wait for you to try my app :)

One comment: You're dopamine hacking. My belief is that eventually the process will stop rewarding you with dopamine, and you'll drop it.

Games eventually stop rewarding you with dopamine, and your brain loses interest in them. Same goes for the jar. ADHD brain needs to keep changing the process, in order to keep the reward novel. What works today won't work in six weeks.

(With me it was tearing the index card in half when I'd finished the task. Very satisfying - for a while)

Re: A receipt printer cured my procrastination

#430

Earlier quoted context omitted.

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

I've worked in places that wanted to push cell phone apps on the team for auth and we also pushed for hardware tokens. It worked extremely well. The concerns we had were mainly centered on privacy since the app wanted location/camera access and apps can (or at least at the time could) get a ton of data from your device without requesting any permission at all like getting a list of every app you have installed, or data from sensors like the accelerometer, gyroscope, compass, barometer, thermometer, etc.
Post reply on HN