Live data from Hacker News

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

sitinshade.com

171–180 of 221 posts

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

#171
Have I found a bug? I entered JFK and Heathrow, it resolves to correct airports but the map shows a route between London and Lisbon.

Addresses used:

John F. Kennedy International Airport, JFK Access Road, Queens, New York, 11430, United States

Heathrow Airport, Cranford Lane, Hatton Cross, London Borough of Hillingdon, London, Greater London, England, TW6 2DN, United Kingdom

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

#172
post #169

Earlier quoted context omitted.

You could probably make it in a few minutes - the direction of the sun is, to a first approximation, 15 degrees times the number of hours it is after midnight. This leads to a trick for using an analog watch as a compass: https://www.citizenwatch-global.com/support/exterior/directi... https://www.watchaffinity.co.uk/blog/how-to-use-your-watch-a... This is more prone to errors closer to the equator and in the summer (…

The equation of time gets in there too if I recall correctly - https://en.wikipedia.org/wiki/Equation_of_time > The equation of time describes the discrepancy between two kinds of solar time. The word equation is used in the medieval sense of "reconciliation of a difference". The two times that differ are the apparent solar time, which directly tracks the diurnal motion of the Sun, and mean solar time, which tracks a…

The equation of time would be in there! But the largest that gets is about 16 minutes, corresponding to a 4-degree error in position, and there are much bigger sources of error. But thanks for the link to the Clock of the Long Now!

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

#173
post #46

Earlier quoted context omitted.

Hmm, shouldn't the more shady side be the same in practical scenarios (like not going the other way around the globe, etc)?

There are quite a few bus routes that wind back and forth, especially in urban and mountainous areas potentially offering a lot of shade from buildings and cliff edges for parts of the route anyway. Whether these journeys involve long enough in direct sun to matter is another question.

Yes, but I believe that the diff of sun(RIGHT_SIDE) and sun(LEFT_SIDE) is the same, no?

Like the bus cannot get to the same destination by taking a route where the sun shines on the other side more. (Ignoring some fringe theoretical routes where you do a massive detour over equator.)

edit: I was too fast with my reply to read yours properly. Sorry.

> a lot of shade from buildings and cliff edges for parts of the route

I don't believe sitinshade.com handles those anyway.

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

#174
You should team up with the people who wrote zonopjebakkes/seatsinthesun, which is used for finding bars and cafes that have terraces that are still in the sun, mostly useful in late summer afternoons as the evenings are getting shorter and cooler.

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

#176
In a related vane, has there ever been a map/routing app that included weather forecasts visually on the map? Like, a storm cloud on route ahead that is based on the forecast for that position at the estimated time you'll reach it.

I feel like routing apps have completely stagnated basically since the Waze acquisition by Google.

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

#177

Have I found a bug? I entered JFK and Heathrow, it resolves to correct airports but the map shows a route between London and Lisbon. Addresses used: John F. Kennedy International Airport, JFK Access Road, Queens, New York, 11430, United States Heathrow Airport, Cranford Lane, Hatton Cross, London Borough of Hillingdon, London, Greater London, England, TW6 2DN, United Kingdom

I think you used standard bus route search with JFK and Heathrow. OpenStreetMap suggests Lisbon since the departure and destination are on different continents, providing a route in close proximity to the destination with access to the sea.

If you prefer the flight path, you can visit dev.sitinshade.com/flight [beta].

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

#178
post #10

Nice! This would be cool to integrate with "shademap", to visualize the shade/sun during the journey. [1] https://shademap.app/@37.75153,-119.53737,12.65679z,16416003...

Thanks for this link - I'm amazed to see it even has an approximation for my city based on buildings (Detroit.)

This is really useful tool for photography. On Android, I also use Sun Surveyor to determine when the sun is hitting the right side of a building, but it doesn't show the shadows cast by other buildings!

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

#179

Have I found a bug? I entered JFK and Heathrow, it resolves to correct airports but the map shows a route between London and Lisbon. Addresses used: John F. Kennedy International Airport, JFK Access Road, Queens, New York, 11430, United States Heathrow Airport, Cranford Lane, Hatton Cross, London Borough of Hillingdon, London, Greater London, England, TW6 2DN, United Kingdom

This is an OpenStreetMap issue, that's what it gives you when you ask for driving directions across the Atlantic: https://www.openstreetmap.org/directions?engine=fossgis_osrm....

I'm not sure exactly what's going on, even if you provide a US address in the middle of the country it will only ever give you directions for the European side. If you replace Heathrow with a different continent, like Africa or Asia, it correctly says it can't find a route. My best guess is that the algorithm sees there is a water crossing, but then finds the ferry from France to England and says "ah ok all good". Maybe there is a special case to handle Europe to UK that is causing the problem? If you put in JFK to Dublin it will find two ferries, France to England and England to Ireland, but still nothing on the North American side.

Edit: No nothing to do with the ferries, I think Europe just has some special status. For example, try Brazil -> Morocco vs. Brazil -> Spain.

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

#180
post #67

gosh, I've been thinking about making this for years, now I have to generalize for planes

Currently building for flights too. beta version - https://dev.sitinshade.com/flight

How about trains?
Post reply on HN