Ask YC: What are you working on right now?
121–130 of 161 posts
Re: Ask YC: What are you working on right now?
#122Checking stats after a new release of http://www.tudumo.com It's a to-do list. Seriously, because there weren't enough. Unique, like the others :)
Have you guys considered a watered down free version with a lower price tag to buy the full? Like $10?
Re: Ask YC: What are you working on right now?
#123I focus on capturing users and marketing, writing for the blog at http://www.stampedeblog.com.
Re: Ask YC: What are you working on right now?
#124Re: Ask YC: What are you working on right now?
#125Working on a "souce code annotating debugger" for an esoteric programming language. So instead of painfully stepping through your code line by line, you just press M-t inside a function definition and voilà: it shows you what goes on inside the function, using some example inputs to annotate the source code in a new Emacs buffer.
So, you're working on SLDB?
Re: Ask YC: What are you working on right now?
#126A really different approach to online backups. My nightly full backups take only a couple of minutes over broadband...
Right now I'm porting C# code to win32 C/C++. .Net has some really nasty bugs. So half my code is already in win32 C/C++.
I will give away some free subscriptions here when I am ready.
Re: Ask YC: What are you working on right now?
#127Checking stats after a new release of http://www.tudumo.com It's a to-do list. Seriously, because there weren't enough. Unique, like the others :)
Hey, I just downloaded your app. Nice job. I especially like how you guys seeded my tasks so that it's natural for me to start using the app instead of getting a dauntingly blank task list. Have you guys considered a watered down free version with a lower price tag to buy the full? Like $10?
Re: Ask YC: What are you working on right now?
#128Earlier quoted context omitted.
for the NPC ai, I recommend having the online part of the algorithm not use GAs, but just some sort of statistically learning on decision trees, GAs done right are tricky, and its worth pointing out that they're basically an optimization technique best used when the problem domain doesn't have enough structure to use other techniques which provide much stronger guarantees.
I have to say though, that having an MMO which has an open content creation system and is well architectured would be fun
There are certain elements of "content" for which there will be "structured content creation." Players will be able to design new items. They will be able to play as whole factions if they want. (Using a distinct RTS style of play, controlling an entire economy of autonomous drones.) But there will be no drudgery of missions, no mining, no leveling up, no camping. Only either the action of combat, or the management of wealth generating economies.
Re: Ask YC: What are you working on right now?
#129Re: Ask YC: What are you working on right now?
#130Earlier quoted context omitted.
I am also working on an MMO. It's a space game. My spin is that everything in this game will be emergent. The players can design and play anything in this game, or it will evolve through genetic algorithms. I've worked out how to do most of this. I'm still working out how to evolve NPC ship AIs, but that's not the most important. Also, everything in this game will be scriptable. Users will be able to create programs…
I find the concept of Second Life interesting, but it is difficult to use. If you could create something along the same lines of Second Life that is easier to use and eliminates the lag problem, it would definitely be something I would try. I found Second Life after reading about Asperger's Syndrome and the communication problems associated with the syndrome that Second Life seems to break down. (No, I don't have Asp…
The galaxy will be procedurally generated. There will be millions if not billions of star systems. You will not be able to bookmark arbitrary locations in space, however. (Hyperspace is extremely chaotic and changing, so any jump to a coordinate in "Real" space will always be randomized and never precise.) You must drop an item called a "beacon" to be able to warp back to a specific location. A user will only be able to afford a certain number of beacons.