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.

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

Comment author: Intrism 13 May 2013 12:39:29AM 0 points [-]

Regarding releasing my scheduling system... I had originally expected that people would want the source, but in retrospect it occurs to me that not everyone wants to deal with setting up a server. So, it's time for a poll: would you prefer source code, or would you rather I just set up a server for us all to share? Actually, does anyone care about source code at all?

Submitting...

Comment author: maia 13 May 2013 01:33:31AM 2 points [-]

Would releasing the source be a significant hassle for you? Because if not, even if you do set up a shared server, I don't see any reason not to.

Comment author: Intrism 13 May 2013 01:46:58AM *  1 point [-]

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.

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