|
urlwolf
|
 |
« on: July 30, 2011, 05:10:26 PM » |
|
The pomodoro technique is something worth testing. Unfortunately, most apps are ... lacking. Many adobe air apps ('nuff said!), many abandoned ones... It's such a simple thing to implement, that many have tried their hand, bust most have failed  Sort of like todo list apps  The best tool I know is cherrytomato, but it's lacking two important things: 1- a global shortcut to start/stop 2- a floating window with the time left (so we don't have to use the tray). The dev. switched to OSX so won't update it much. The code is on google code. For a C# coder, this should be an easy task. Any takers? I'll chip in some DC credits.
|
|
|
|
|
Logged
|
|
|
|
|
Renegade
|
 |
« Reply #1 on: July 30, 2011, 07:27:21 PM » |
|
I checked it out, but it has a truckload of compile errors.
|
|
|
|
|
Logged
|
|
|
|
|
urlwolf
|
 |
« Reply #2 on: July 31, 2011, 04:35:58 AM » |
|
Dammit. Another option would be to hack something in ahk that sends right click to icon > start. Or re-implement in ahk, it should not be difficult. It'd definitely beat all the adobe air crap.
|
|
|
|
|
Logged
|
|
|
|
|
|
wraith808
|
 |
« Reply #3 on: July 31, 2011, 06:10:00 AM » |
|
I didn't get compile errors. Check it out and see if I forgot something before I start trying to do anything else.
|
|
|
|
Logged
|
|
|
|
|
Renegade
|
 |
« Reply #4 on: July 31, 2011, 07:02:33 AM » |
|
I didn't get compile errors. Check it out and see if I forgot something before I start trying to do anything else.
Didn't run.  
|
|
|
|
|
Logged
|
|
|
|
|
wraith808
|
 |
« Reply #5 on: July 31, 2011, 07:06:10 AM » |
|
Hmmm... maybe something needs to be registered (which VS would do automatically for me). I'll try on my other computer, but if you want to try those same lines, it's an idea.
|
|
|
|
|
Logged
|
|
|
|
|
Renegade
|
 |
« Reply #6 on: July 31, 2011, 07:07:58 AM » |
|
Dammit. Another option would be to hack something in ahk that sends right click to icon > start. Or re-implement in ahk, it should not be difficult. It'd definitely beat all the adobe air crap.
It should be fairly easy to reimplement. The project there is divided into 35 trillion projects with 95 quadrillion files. For something that should be pretty simple, the project is pretty complicated. I wouldn't try porting it unless you have a lot of time. Heck... It has a firewall in it! Like WTF? But lemme see if I got this straight... It's a timer. That goes off every 25 minutes... Right? (I was pretty much blown away at seeing how complicated the project was after reading what a "pomodoro" was -- a 5 minute break every 25 minutes.)
|
|
|
|
|
Logged
|
|
|
|
|
Renegade
|
 |
« Reply #7 on: July 31, 2011, 07:10:01 AM » |
|
Hmmm... maybe something needs to be registered (which VS would do automatically for me). I'll try on my other computer, but if you want to try those same lines, it's an idea.
I've got VS 2010 on here, and the 2005/8/10 VC++ runtimes. So I don't know what's breaking. When I saw the 80 or so compile errors, I gave up.
|
|
|
|
|
Logged
|
|
|
|
|
wraith808
|
 |
« Reply #8 on: July 31, 2011, 07:10:54 AM » |
|
Hmmm... maybe something needs to be registered (which VS would do automatically for me). I'll try on my other computer, but if you want to try those same lines, it's an idea.
I've got VS 2010 on here, and the 2005/8/10 VC++ runtimes. So I don't know what's breaking. When I saw the 80 or so compile errors, I gave up. I meant one of the plugins. If they need to be registered, they would be when they are compiled.
|
|
|
|
|
Logged
|
|
|
|
|
app103
|
 |
« Reply #9 on: July 31, 2011, 07:44:43 AM » |
|
Quite a few people use my Instant Boss for the pomodoro technique. If you want some global hotkeys, that wouldn't be too hard to add to it. I am not too good at picking suitable ones that are comfortable for most people's fingers, so you'd have to suggest some. (I have an odd typing style) I would also be open to feature suggestions, as long as you keep in mind that I am not as talented as I may seem when it comes to coding, and there is a lot I can't do....and some things that might seem easy to someone else may take me a bit of time.
|
|
|
|
|
Logged
|
|
|
|
|
urlwolf
|
 |
« Reply #10 on: July 31, 2011, 02:49:45 PM » |
|
Thanks app. Actually, I started doing this in ahk, when I got a strange feeling of 'deja vu',... Then I remembered the interruptron. Damn, I did this 2-3 years ago. There was no pomodoro back then, but this tool is perfect, just setting the work time to 25 min and rest to 5. It's damn effective at letting you know when you are not working, basically it grows in size till it covers the entire screen  This happened to an advisor of mine (professor): "Somebody should do this such and such experiment; it'd be great!" Only to be answered: "Yes [Name], somebody should. In fact, you did" . Attached was the paper with the experiment and his name on it.
|
|
|
|
|
Logged
|
|
|
|
|
wraith808
|
 |
« Reply #11 on: July 31, 2011, 08:44:34 PM » |
|
So... I was able to get back to this, and realized that the problem was because of the lack of registration of some components. But it seems that you might not need it. Just figured I'd check in before I did anything.
|
|
|
|
|
Logged
|
|
|
|
|
urlwolf
|
 |
« Reply #12 on: August 02, 2011, 01:19:31 PM » |
|
Thanks wraith, indeed I don't need it anymore.
|
|
|
|
|
Logged
|
|
|
|
|
nportelli
|
 |
« Reply #13 on: September 07, 2011, 12:49:49 PM » |
|
I just found this app too and thought about creating a fork. Needs a task manager too.
|
|
|
|
|
Logged
|
|
|
|
|