Live data from Hacker News

Show HN: I made a website to find best bus seat to avoid the sun while traveling

sitinshade.com

151–160 of 221 posts

Re: Show HN: I made a website to find best bus seat to avoid the sun while traveling

#151
post #126

What a cool idea! Well done! One feature suggestion: it would be cool if it asked you if you prefer the shade or the sun. I’m in Canada, and during winters I love to sit on the sunny side of the bus.

You need a feature to tell you to sit on the "wrong" side ? There's just two sides !

Well, I don't _need_ it of course :-) Just saying it would be cool.

Re: Show HN: I made a website to find best bus seat to avoid the sun while traveling

#152

Earlier quoted context omitted.

That's a big assumption that the sun can even be seen lol it's always cloudy here in SE Canada it seems. It's nearly 8am the sun supposedly is up but the clouds are so thick it may as well be 5am.

SE Canada is like France, though. We’re talking Iceland here, which is way north compared

Oh I know Iceland is about the same as northern Labrador or even south east Nunavut. But here in SE Canada especially Newfoundland the warm Gulfstream and Labrador current both meet here so it can be quite foggy. Plus it seems we are like the tailpipe of North America every weather system seems to end up here even hurricanes.

Re: Show HN: I made a website to find best bus seat to avoid the sun while traveling

#153
post #71
post #63

Earlier quoted context omitted.

Currently, it uses OpenStreetMap routing.Planning to change to the Google Maps Routing API.

Check the prices on that, it can get exorbitant

The site could probably charge extra for better quality results.

Perhaps they could split it into a free version using open street data, and a paid version with actual transit routes and other relevant data (tunnels could be marked as 0% sun coverage if they are able to find a data source for it)

Re: Show HN: I made a website to find best bus seat to avoid the sun while traveling

#155

Earlier quoted context omitted.

Getting lost on the 0.1% edge cases or improvements is why I never finish side projects, either.

I don't think getting the position of the sun is an edge case, it's a fundamental capability for the product to work at all

You could probably make a lookup table that works "well enough" in like a few hours.

Re: Show HN: I made a website to find best bus seat to avoid the sun while traveling

#156

Works. Beautiful. Also works internationally. Good job! It would be splendid if you used 24 hour format per default instead of AM/PM or at least let me choose. You correctly figured out I am at UTC+01:00, but we don't use AM/PM here. I'm not perfectly happy with the colors in the final map. You use blue to represent right, yellowish for left and dark gray for "no sun". Your suggestion on top for preferred seating use…

Thanks for the suggestion.

Time selection relies on the default settings of the browser/system.

Re: Show HN: I made a website to find best bus seat to avoid the sun while traveling

#157
post #150

Whats the technology behind this? Is it spatial SQL or some other python-based spatial analysis? I suppose the map is either open layers or leaflet, but the other part is more interesting. Sorry, didn't find it on the page or here, please take excuse if already answered. Thanks

Backend: Node.js Calculations are performed based on the azimuth of the sun and the bus, taking into account the movement of the bus and change in time.
Post reply on HN