You're looking at Less Wrong's discussion board. This includes all posts, including those that haven't been promoted to the front page yet. For more information, see About Less Wrong.

wedrifid comments on Unlimited Pomodoro Works: My Scheduling System - Less Wrong Discussion

11 Post author: Intrism 13 May 2013 12:36AM

You are viewing a comment permalink. View the original post to see all comments and the full post content.

Comments (26)

You are viewing a single comment's thread. Show more comments above.

Comment author: wedrifid 13 May 2013 03:22:01AM 2 points [-]

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?

Comment author: Intrism 13 May 2013 05:30:08AM *  1 point [-]

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.)