Live data from Hacker News

Ask HN: What website project are you working on?

news.ycombinator.com

21–30 of 92 posts

Re: Ask HN: What website project are you working on?

#22

I just finished building this for a client: http://sftheaterbuzz.org/ It's a little sad because there are no reviews yet...but I don't think he's had time to promote it yet.

I like this site. Question: I can't tell from the source if you are using a CMS of any kind or if this is custom developed in Django or similar. Care to reveal what you used?

Re: Ask HN: What website project are you working on?

#24
Playing with Google App Engine (& hence Python), very nice platform for quickly putting together small web apps:

http://rmmbr.appspot.com/ - SMS notes (reminders etc) to your inbox

http://therealurl.appspot.com/ - send a URL, get a JSON response with the unshortened version + page title

Re: Ask HN: What website project are you working on?

#26
http://mancalatime.com where you can play your friends online over the internet.

Good or Evil db - in "private" beta you can use this link if you're really interested.

http://goodorevildb.com/do/register?key=chestermcgester

And then a bizarre jython app that I will probably open source. Yeah, I know I should concentrate on just one thing. Oh well.

Re: Ask HN: What website project are you working on?

#27

I just finished building this for a client: http://sftheaterbuzz.org/ It's a little sad because there are no reviews yet...but I don't think he's had time to promote it yet.

I like this site. Question: I can't tell from the source if you are using a CMS of any kind or if this is custom developed in Django or similar. Care to reveal what you used?

It's all custom Django, good guess on that one. I do use my fair share of external Django apps though. Ignoring the built in Django apps, My INSTALLED_APPS list has 10 unmodified external reusable apps, and 11 internal apps, which include ones I built myself and a few reusable apps I had to modify.

Thanks to everyone for the positive comments.

Post reply on HN