Ask HN: Review my "Teach Myself Programming" project, Getset (Please be gentle)
www.getsetapp.com
Getset helps you find the cheapest method of travel, whether by air, bus, or driving, to get to your destination. I got the idea from the frustration I experienced going to different sites and manually calculating and comparing the costs of travel (should I drive there, or take the bus? Train or plane?). I'd like to one day turn it into a monetizeable venture, but it's mainly meant as a learning tool to help me obtain the skills necessary to build my own start up in the near future.
I've been teaching myself how to program via this project for the past 7 months or so part-time. It's a rails app (no surprise there), and I would greatly appreciate your feedback (technical, marketing, monetization, and features).
I know that there are a number of issues with it in its current state, but I hope that it provides some value to you. As this is the first thing I've actually built, please be gentle with the feedback! :-)
Thanks a bunch!
17 comments
[ 3.1 ms ] story [ 46.1 ms ] threadI would also add travel time in there - time is money, and it's not much good saying that it costs $70 in gas to drive somewhere if you don't also mention that it takes five days.
If you really want to get fancy, add an option for the full cost of the trip, for lack of a better word - meaning that the plane price includes travel to/from the airport (making reasonable assumptions about cost) and the car price includes accommodation as needed.
Plane: $119 from JFK, $134 from LGA.
Car: $52 in gas.
Bus: $68
I'd say the biggest priority would be adding time estimates - the people who are going to be using this kind of service are probably uncertain of the geography. I don't think you necessarily need to add fillers at this stage, everybody knows air travel automatically adds 3 hours or whatever. But the length of the actual trip itself would definitely tip the scale into real usefulness.
Second, I'm seeing some problems with the site right now. It was quick to load, but then it seems like it takes forever to do the search (Charlotte, NC to SLC, UT) then just ends in an error. It's done this the few times I've tried.
Also, if searching does take a while (I imagine it would) a nice 'loading' page might be a useful addition to tell users what it's doing (did it actually start searching? should I click the button again?).
We're sorry, but something went wrong.
We've been notified about this issue and we'll take a look at it shortly.
As a quick look at the page source, it looks like a 500 server error. Is the site working for you? I've tried a few other searches and they don't work. I'm on Windows 7 with Google Chrome, in case you're curious.
One feature you could add is the ability to set your mpg. My car, unfortunately, gets nowhere near 30mpg.
You could also have a google maps display that shows the calculated route by car, bus, or airplane.
Good luck!