Ask HN: Show us your work in progress
21–30 of 43 posts
Re: Ask HN: Show us your work in progress
#22Re: Ask HN: Show us your work in progress
#23A game - I haven't worked on it in exactly ten months now :'(. My willpower is drained. Here's the pathfind & boid/flocking - I am going to rewrite it, it's incredibly buggy and ugly as of now :( https://dl.dropboxusercontent.com/u/1367825/coop_pathfinding... - sorry for the dirty screen, I couldn't record the screen because of performance. Here's the menus - saw a presentation by Martin Johansson on "Make it jucy" (…
What's the difference between the green and read blocks/boids? — The menu QuickTime movie didn't load for me.
Re: Ask HN: Show us your work in progress
#24It allows walking up by passing in a --level commandline option:
$ cd home/helpermethod/projects/bash-specs
$ up --levels=2
$ pwd
/home/helpermethod
or by passing in a basename: $ cd home/helpermethod/projects/bash-specs
$ up helpermethod
$ pwd
/home/helpermethod
It's written in pure Bash (no external dependencies) and features autocompletion for options and basenames.It's more or less finished implementation-wise but lacks documentation and installation instructions.
Re: Ask HN: Show us your work in progress
#25... and then I had a kid.
It's still that ready. I just need to kick myself back in to gear and find a couple spare weeks to re-interview a new crop of teachers, fix what needs fixing, and flip it live.
Any day now...
Re: Ask HN: Show us your work in progress
#26https://github.com/verma/dakait More info and screenshots: http://udayv.com/dakait/
Helps you download remote files to your local servers using simple tagging over a web-interface.
Re: Ask HN: Show us your work in progress
#27Click on a score to see an enhanced box-score. Click on a players name to see their game logs. Almost none of the links in the banner work, so it's clearly unfinished.
It started out (and remains) a way for me to learn Rails, as my career has been spent developing non-web software. I am desperately trying to put in enough hours (I average about 5 a week) to get it to an MVP state (e.g. all the links actually work). Keep in mind this is my first web project and I have no design background whatsoever (it shows).
Re: Ask HN: Show us your work in progress
#28At some point I just lost interest in that idea and now the project is living it's own life...
Re: Ask HN: Show us your work in progress
#29Re: Ask HN: Show us your work in progress
#30www.fitorganizer.com It is a personal trainers appointment scheduler. It is still in early alpha stages, and i am working on making a better calendar at the moment ( which is open source on github ), adding hours and figuring what needs to go where is harder from what i thought it might have been.
The version on line is a bit old, as i havent updated it for a few months. My local one is much better and fixes several bugs, with a newer database design.
Feel free to break stuff.