3/29/2025 at 12:54:48 PM
Physical pomodoro: <https://upload.wikimedia.org/wikipedia/commons/3/34/Il_pomod...>by teddyh
3/29/2025 at 6:27:59 PM
Do not underestimate the joy of using something beautiful and something one crafted. Those little bit of joy add up in the end.At least, they matter to me. I “smartened” an energy meter with an ESP32 and a photoresistor that measures every blink from the energy meter. It’s really crude but it works and everytime I go in the garage, I see the little device blink and it brings me joy. It brings me determination to pursue the next project and motivates me to no end. I know I can build stuff and that I can succeed. I know I can progress in life.
It will probably sound stupid but that’s how I interpret the author’s project.
by ibizaman
3/29/2025 at 2:37:35 PM
Yep. Any timer will do.If you find yourself programming an eInk display and a microchip in order to improve your procrastination, it is time to stop working on the project, get a physical timer, and work on the thing.
If you feel inclined to shop around for a timer before getting to work, I'll save you the search. These work great. https://www.amazon.com/dp/B07TLC9SFZ (but any timer will do).
Go do the thing. You're worth it.
by ISL
3/29/2025 at 2:46:41 PM
Indeed.I tend to like quiet visual timers, though.
Something like:
https://i5.walmartimages.com/asr/63f18bde-f179-4b8e-a32a-8e4...
by jiehong
3/29/2025 at 9:54:28 PM
That's a very unhelpful link if you want to buy or comparison shop. Online walmart sells over 300 different styles of countdown timer, including ones shaped like a tomato. Note that the Pomadoro Technique recommends a timer that ticks or makes some other unobtrusive sound to remind you that you are in focus mode, and to associate the sound with focus.by javajosh
3/29/2025 at 4:30:27 PM
They also sell physical hourglasses if you don't want to be interrupted by a distracting beeping thing once the timer is over, especially if the activity you're trying to start with a pomodoro requires concentration like coding.by jfim
3/29/2025 at 6:33:37 PM
I attached an ESP32 and accelerometer to an hourglass for this purpose, calling back to https://pypi.org/project/gitime/ to log pomodoros on my dev machine.If it was overengineered and trivially redundant, it was relatable and tactile.
by cwmoore
3/29/2025 at 5:33:17 PM
But then you have to glance at the thing every few minutes to ensure it didn’t run outby loloquwowndueo
3/29/2025 at 6:06:43 PM
It builds muscle memory over time.Analysis paralysis and getting it perfect before beginning is the enemy of good.
by j45
3/29/2025 at 2:51:41 PM
Watches that are already on most people's wrist work great too!by TechDebtDevin
3/29/2025 at 4:27:29 PM
It's interesting that your experience is different, but in my region and social circles, I haven't seen anyone wear a watch in ten years or more, other than the occasional smart watch. That habit doesn't seem to last long, either. For people I know, watches have turned into fashion accessories for millionaires.by Procrastes
3/29/2025 at 7:00:32 PM
> other than the occasional smart watch. That habit doesn't seem to last long, either.I'm gonna go on a whim and say the habit doesn't last cause you cannot truly depend on them. My watch never leaves my wrist, it never fails me, it is just a "dumb" one.
by spookie
3/29/2025 at 4:34:03 PM
I wear a watch. Nothing fancy, but I do have a few of them (and none worth more than 2-£300.) it’s about the only accessory I wear so it’s nice to have some variety. My day to day is a smart watch (and has been for a few years now). Lots of my circle is similar.by maccard
3/29/2025 at 5:09:27 PM
Probably just demographics. I live in a mountainous city that's very outdoorsy and athletic so everyone has a garmin/apple watch.by TechDebtDevin
3/29/2025 at 2:47:23 PM
Of course that's an easier solution to the problem.OP is quite clear in the writeup that this is a project for the sake of trying new tools to make something for a friend.
A fun hack need not be constrained by meeting a real market need. It can just be fun.
by kaonwarb
3/29/2025 at 3:26:55 PM
It's a joke. Pomodoro means tomato.by hiddencost
3/29/2025 at 4:19:51 PM
But it's also not a joke.Pomodoro timers are designed to increase productivity. But once of the things that many people who try to increase their productivity discover is that they sink so much time into these tools that they are less productive. Because the underlying procrastination isn't solved, and these tools are a wonderful outlet for procrastination because it feels productive.
That may indeed not be OP's problem, but anyone looking at this saying "I need to be more productive, I should make one of these" would be better off with the tomato.
by SamBam
3/29/2025 at 4:41:48 PM
I’m pretty sure that’s the origin of the termby dullcrisp
3/29/2025 at 11:12:05 PM
LOL, read the one star reviews [0]. The problem with the mechanical ones is they are shoddy these days and can't be depended on. It seems no one knows how to make a high quality mechanical timer any more.[0] https://www.amazon.com/product-reviews/B07H59ZL1L/ref=acr_se...
by wrycoder
3/29/2025 at 5:30:05 PM
If you can stand the ticking noise. ;)Personally, I like the look of these disc-based ones: https://m.media-amazon.com/images/I/618WCXnyfXL._SL1500_.jpg
by layer8
3/29/2025 at 3:37:43 PM
Yep. I think a timer with a physical dial is much more pleasant and easier to work with. I really hate things with knobs when there is nothing to click. A talking/voice controlled pomodoro is also a very nice idea for a ESP32.by sinuhe69
3/29/2025 at 1:00:37 PM
Exactly what i thought of as well. That's what i always used to use.by neuah
3/29/2025 at 1:25:00 PM
That’s where the concept and name come from. “Pomodo” means “tomato” in Italian, and the author of the technique had one of those. The image comes from its Wikipedia page.by latexr
3/29/2025 at 2:07:05 PM
Correction: "pomodoro" means "tomato".by stavros
3/29/2025 at 5:52:00 PM
Thank you for the correction. It was a typo, but it’s unfortunately too late to edit the post.by latexr
3/29/2025 at 5:53:32 PM
No problem, I wasn't sure so I had to go looking, and I figured I'd post a correction for anyone who saw it.by stavros
3/30/2025 at 11:13:51 AM
Simple and tactile; a user interface anyone understandsby gbraad