Earlier quoted context omitted.
Every image is feedback. Scrolling Instagram or Facebook gives you constant feedback.
Feedback is a response to an input. Okay, sure, clicking the remote to turn on a TV and selecting a channel is input. So, by a stretch, we can call the four hour binge a kind of feedback generated by two button clicks. Sometimes people get glued by a screen that they did not turn on; is that still feedback? E.g. kids watching a screen in some waiting room at a children's dentist.
A receipt printer cured my procrastination
371–380 of 634 posts
Re: A receipt printer cured my procrastination
#372Earlier quoted context omitted.
It would do people a whole lot of good, if they start looking at a great day as executing well tested 'checklist' rather than a 'todo list' built from scratch every day. No wonder some of the most productive people like Knuth, or people like presidents many times have fixed schedules, clothes they wear, food they eat etc etc. If something is working, do it more often, you want to do more of what works, at some point…
You can't generalize. Everyone has things that work for them. Taking a few minutes to recreate that todo list for the day from a blank slate helps my brain get ready for the day and makes me more productive. (akin to stretching before exercise). I don't need a checklist for eating, cleaning, etc, but maybe some do.
Getting into the daily habit of using any tool/method in the first place is the hard part for me, so making it as tangible as possible and not-too-convenient might help.
Re: A receipt printer cured my procrastination
#373I've also discovered that breaking down tasks into micro-tasks helps me get going on things. I've found that I get easily overwhelmed if I have a massive list of things to get done, and adding another task to it makes it even worse. However, just nesting tasks into parent tasks and finding the right "child" to place a new task in makes it feel more manageable, and I know that those nested tasks are typically small th…
I completely relate to what you are saying. I do not use Markdown, but I use Notion because I find it just a little more convenient. But with my software, I am actually trying to reach the same speed as Markdown for advanced users. I have coded dozens of keyboard shortcuts to handle all the actions.
I made a corkboard/index cards app for Mac and iOS called Card Buddy and I spent a lot of time working on the keyboard navigation there and it made a huge difference on the feeling of fluidity. For instance, even while you're editing a card, you can navigate to a neighboring cell and start editing it just through the arrow keys. That makes it super fast to jot down lots of notes right away. I noticed a lot of other apps would require you to move the mouse and double-click to edit somewhere else and even that friction makes those apps feel sluggish.
Re: A receipt printer cured my procrastination
#374Earlier 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! :-(
Re: A receipt printer cured my procrastination
#375On a serious note, the article so cool and well written. I appreciate demonstrating the gamification effect right on the page. When I finally get a receipt printer for tasks, I hope to implement timed reminders that print throughout the day.
And to be clear, I don't mean yet-another-source-of-notification-overload, I mean things like "Go eat lunch." Maybe some can relate to how helpful and delightful that might be :D
Re: A receipt printer cured my procrastination
#376This is by far the most insightful advice backed by actual research.
Recognizing a deviation in your desired behavior and having a prepared fallback plan for how to get back on track.
Could be as simple as - if I catch myself scrolling on the phone I will put the phone down and standup.
Re: A receipt printer cured my procrastination
#377Re: A receipt printer cured my procrastination
#378Re: A receipt printer cured my procrastination
#379All cast members in every park and other location were dispatched by PCs with receipt printers. To begin a shift or return from a break, you typed in your number to a CDS PC (located basically behind any convenient backstage door). The PC would just print a slip of paper and log your out. The slip would be one of:
1. Relieve John Doe at in . John Doe: return to PC (I think it also had a multi-stage bump possibility, where you replace John and John is sent directly to bump Bob.)
1b. Relieve John Doe. John's break time Start: 9:05 End 9:35
2. Do until 9:08 (e.g. Straighten plush in or Stock candy in )
3. You're released to go home
It was a wildly efficient system, which basically allowed their operations software, which presumably knew about attendance, ride wait times, store sales, etc. to put each person to the most useful position at any moment, and also to give people specific useful things to do during slow periods (or indeed to release them early if they didn't have anything actually important for them to do).
Re: A receipt printer cured my procrastination
#380> 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 often trick myself imagining life is a game that throws boring or difficult tasks (boredom often equals difficult ) at me that I need to survive. It often helps because I I can picture finishing these things as rewards that help me get to the next "level". It was particularly helpful getting beyond difficult times (many bad events coinciding). Not sure if this can be transferred to others, or if it works because of…