Ask HN: What kind of side projects are you working on?
11–20 of 128 posts
Re: Ask HN: What kind of side projects are you working on?
#12Re: Ask HN: What kind of side projects are you working on?
#13Edit: The page is fully open source: https://github.com/Boldewyn/Codepoints.net
Re: Ask HN: What kind of side projects are you working on?
#14Blog is at http://blog.disksurvey.org/
Sub-parts on github: http://github.com/baruch/diskscan and http://github.com/baruch/disksurvey
Re: Ask HN: What kind of side projects are you working on?
#15Re: Ask HN: What kind of side projects are you working on?
#16A multiplayer RPG in JavaScript
Re: Ask HN: What kind of side projects are you working on?
#172. Stats about where you spend your time: https://clevergeo.com
3. Something with pebble and it's accelerometer, probably related to sports.
Re: Ask HN: What kind of side projects are you working on?
#18With buddyfinder, user blogs, as well as list of freediving spots and events.
Re: Ask HN: What kind of side projects are you working on?
#19A map / tile server written in go. So far MapBox' mbtiles work.
This came from a peculiar interest of mine, whether my city needs yet another underground parking garage. So I started to scrape the public rss feed of the parking system. I have some gigs of data by now and RethinkDB is not as performant as I hoped it would be. There is no real query optimization as of yet.
What I want to visualize is whether you can find a parking spot at a certain point in time and reach a spot, for instance a shop, within a certain threshold by foot. In short, if you want to shop at XXX will you have trouble finding a parking spot?