Live data from Hacker News

Ask HN: What side projects are you working on?

news.ycombinator.com

21–30 of 49 posts

Re: Ask HN: What side projects are you working on?

#21
post #12

Automated NBA game recaps with more context than your typical boxscore. Note: I am not a web developer, so this project has been mainly to teach myself a new technology (Rails, primarily). It is very much a work in progress. Also, clearly, I am not a designer and am not really sweating that for now. http://recappd.com/games/2014/2/24

Love it. Please keep it going!

Thank you! This kind of feedback is incredibly motivating.

Re: Ask HN: What side projects are you working on?

#23
post #20
post #19

Earlier quoted context omitted.

Site seems to be down. But when you're finished, hawk this on /r/nba. Lots of devoted fans there, and contributions are very much appreciated.

Thanks for the feedback! It's running on a single droplet on DigitalOcean, so my guess is it can't handle even the slight amount of traffic I'm getting from this HN post. Beyond server-side caching, I think my code is fairly non-optimal. If anyone has any tips for serving up a site like this with limited resources, feel free to teach me.

I don't know if you're aware, but the community section of Digital Ocean has some informative articles on stuff like this, there was actually one posted today about scaling Ruby on Rails applications.

Either way, it's a good problem to have!

https://www.digitalocean.com/community

Re: Ask HN: What side projects are you working on?

#24
post #23
post #20

Earlier quoted context omitted.

Thanks for the feedback! It's running on a single droplet on DigitalOcean, so my guess is it can't handle even the slight amount of traffic I'm getting from this HN post. Beyond server-side caching, I think my code is fairly non-optimal. If anyone has any tips for serving up a site like this with limited resources, feel free to teach me.

I don't know if you're aware, but the community section of Digital Ocean has some informative articles on stuff like this, there was actually one posted today about scaling Ruby on Rails applications. Either way, it's a good problem to have! https://www.digitalocean.com/community

Thanks for the link, I will definitely take a look at that. I have found some of those articles to be useful, although external blog posts and gists have proved just as valuable. One recent accomplishment was automating deployment to a single command with Capistrano. Took me a lot longer to set that up than it probably should have, but feels great now :)

Re: Ask HN: What side projects are you working on?

#26
Trying to give Julia a far shot. My current scientific computing stack is Python+numpy+scipy+matplotlib, with wrapped C and Fortran where needed.

Also, I wrote a fast numpy implementation of Conway's game of life yesterday, for the heck of it. https://github.com/thearn/game-of-life

Re: Ask HN: What side projects are you working on?

#27
post #12

Automated NBA game recaps with more context than your typical boxscore. Note: I am not a web developer, so this project has been mainly to teach myself a new technology (Rails, primarily). It is very much a work in progress. Also, clearly, I am not a designer and am not really sweating that for now. http://recappd.com/games/2014/2/24

Where do you get your data for the games? I've been thinking about doing something similar for NHL...

Re: Ask HN: What side projects are you working on?

#29
http://hackerlunch.com

I'm working on Hacker Lunch, which lets you meet up and have lunch with another hacker in your area.

Launched a super rough MVP only for hackers in San Francisco, you can try it at http://hackerlunch.com

A few people tried it out and had a pretty fun experience, so I hope more people try it out.

I plan on building this out fully into a mobile app, so the process is a bit more natural and instantaneous.

Re: Ask HN: What side projects are you working on?

#30

http://hackerlunch.com I'm working on Hacker Lunch, which lets you meet up and have lunch with another hacker in your area. Launched a super rough MVP only for hackers in San Francisco, you can try it at http://hackerlunch.com A few people tried it out and had a pretty fun experience, so I hope more people try it out. I plan on building this out fully into a mobile app, so the process is a bit more natural and instan…

I'd be a bit more interested in signing up for this if I could see people available in my area first.

I like your idea though.

Post reply on HN