Live data from Hacker News

Ask HN: What are you working on?

news.ycombinator.com

131–140 of 252 posts

Re: Ask HN: What are you working on?

#133

I'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?

Unfortunately, no. I've been getting the plumbing together; a layer that abstracts the ajax and session stuff so that all I'm left with on the server side is a file descriptor (one per session) to read from and write to.

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?

#135
Some great projects in here, I'd love to see a thread like this more often.

I'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?

#137
post #25

I'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... ?

It's related, yes. Both are classified as "Humanitarian FOSS Projects" and Sahana has been worked on in previous years by people participating in the HFOSS Project summer internship, which is where we started Collabbit.

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?

#140

Working 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…

Are you the HN member behind http://big-old-house.blogspot.com? I've been enjoying lurking and following that site since it was mentioned here.
Post reply on HN