Live data from Hacker News

Ask HN: Weekend side projects?

news.ycombinator.com

1–10 of 27 posts

Re: Ask HN: Weekend side projects?

#4
Right now, a chrome extension for Steam, adds a bit of functionality to the store. Some extra links, prices from all regions, probably some other crap too.

Currently the goals for it are to implement and use redis in a production site, learn to make a chrome extension, and just to get another thing launched. Possibly also to install/config a server from scratch (on Linode).

Re: Ask HN: Weekend side projects?

#7
Right now I'm working on a command-line utility for ripping albums off Youtube. It uses some music database APIs to lookup tracks for a specified album, and then finds individual youtube videos to rip for each track. Once a video is downloaded, it will be converted to m4a and metadata will be added to it as is available.

Re: Ask HN: Weekend side projects?

#9

http://pouchdb.com/ in browser version of couchdb, mostly its a database that works offline and syncs online.

We should exchange notes, I'm trying the same thing with BrowserDB - http://srirangan.github.com/browserdb - 'cept the API is inspired by MongoDB.
Post reply on HN