Intrism comments on Unlimited Pomodoro Works: My Scheduling System - Less Wrong Discussion
You are viewing a comment permalink. View the original post to see all comments and the full post content.
You are viewing a comment permalink. View the original post to see all comments and the full post content.
Comments (26)
It wouldn't be a significant hassle, but it would mean at least a little bit of cleanup work, so if nobody cares I would prefer not to. It seems that this isn't the case, so I'll probably release source.
What language?
It's written in PHP, targeting a standard Apache+MySQL+PHP setup. So, it'll probably run on any Web server you have access to, which is why I chose it. The downside is that the code may be a bit cluttered, in the way PHP often is. (I have, however, tried my hand at a modular design here; ideally, this will keep it clean enough.)