We are a social media metrics company and we just entered public beta.
Ask HN: What are you working on?
131–140 of 252 posts
Re: Ask HN: What are you working on?
#132I'm working on my cricket blog Against the Spin ( http://againstthespin.com ), trying to apply sabermetric-style analyses to cricket.
Re: Ask HN: What are you working on?
#133I'm working on a realtime strategy game in the browser using "full-duplex" AJAX. I started working on it about a year ago but I had to take a considerable timeout after burning out at my former boring job. It's slowly getting somewhere, though. So why in the browser? Because that makes it instantly hackable! No more bad pathfinding or shitty interfaces to put up with!
Have a demo?
I have some JavaScript code that allows you to select "units" (I made some ugly debugging sprites in Gimp) and move around with them, and scroll around and stuff like that. But I have yet to bridge it with the mostly to-be-implemented server-side logic. The client-side part is just for "dead reckoning" and generally making things flow between game state updates from the server. So both sides will share some logic, and I'm still thinking about how to centralize this.
It might take me as much as half a year to get unit movement working across the network; once that is in place, the rest should be relatively easy.
Luckily it's all hobby. ;)
Re: Ask HN: What are you working on?
#134Re: Ask HN: What are you working on?
#135I'm working on a new eCommerce shopping cart - IONCart. Check everything out at GitHub - http://github.com/leftnode/ION-Cart or on my blog - http://leftnode.com/category/ioncart/
I want to release the minimum viable product as soon as possible, which will be open source, or you can pay for it and get all future commercial releases for free.
Re: Ask HN: What are you working on?
#136Re: Ask HN: What are you working on?
#137I'm working on a collaboration tool built to help government agencies and aid organizations coordinate during emergencies. I helped start it this summer as part of the Humanitarian FOSS Project (hfoss.org). It was used successfully in beta for Thanksgiving-day feeding coordination and we're getting very close to our first non-beta release. http://collabbit.org http://github.com/elitheeli/collabbit If you'd like a loo…
Is it something similar to Sahana - http://en.wikipedia.org/wiki/Sahana_FOSS_Disaster_Management... ?
I'm not intimately familiar with Sahana, but from what I understand it's a fairly large system and can do a lot of specific things. Consequently, most of its deployments have been at sites of major disasters or for very large agencies.
Collabbit takes a different approach. Our goal is to facilitate communication inside groups and between groups, rather than to provide a means of accomplishing specific tasks. That means that Collabbit is quite simple and broad right now. While our initial use case was volunteer organizations communicating in New York City, we're hoping it can be a valuable tool for smaller groups as well.
Re: Ask HN: What are you working on?
#138Re: Ask HN: What are you working on?
#139http://amid.st/ - social placemarking app
Re: Ask HN: What are you working on?
#140Working on the house I just bought with my wife. It's the grandest hack I've ever had to do. From crazy 22ft walls of glass that need replaced, a kitchen from the 50's that needs a remodel to the shoddy wiring throughout the house. There's tons to do, and little time to do it in. This year I start a new position at the company I work for. Hopefully it'll bring more visibility and access to the people who make decisio…