Live data from Hacker News

Google Maps Hacks

simonweckert.com

211–220 of 397 posts

Re: Google Maps Hacks

#211

Navigation apps have mostly settled into a comfortable state of "good enough" mediocrity. In addition to the "red but no traffic" problems highlighted by others I find turn by turn directions are incredibly annoying while driving in areas I'm intimately familiar with and there's no way to say "I know what I'm doing when I'm in this area" or "pause giving me voice directions for 10 minutes". Additionally: * I can't co…

Turning left can also be an extremely time-consuming task. Somebody I know drives a 3km longer route on his daily commute but is home about 10 minutes earlier because the shorter (and Google recommended) route contains two left turns that take incredibly long. Optimizing this should really be a goal.

Re: Google Maps Hacks

#212

Navigation apps have mostly settled into a comfortable state of "good enough" mediocrity. In addition to the "red but no traffic" problems highlighted by others I find turn by turn directions are incredibly annoying while driving in areas I'm intimately familiar with and there's no way to say "I know what I'm doing when I'm in this area" or "pause giving me voice directions for 10 minutes". Additionally: * I can't co…

> There's no way to optimize for minimizing left turns

Any decent road routing engine does take into consideration a "turn penalty" and makes left turns more costly then right, among other things. E.g. see the Valhalla docs (Mapbox's routing engine):

> Turn type - whether the turn is a left turn, right turn, or is crossing another road. The cost applied to the turn type also needs to know if driving is done on the left side or right side of the road. While left turns are generally more costly in the US than right turns, the opposite holds in UK.

https://github.com/valhalla/valhalla/blob/716fd6e99ab6f271b6...

OSRM also does this, but slightly differently: https://github.com/Project-OSRM/osrm-backend/wiki/Traffic#tu...

---

With routing applications there are many configurable parameters, rather than providing too many options and risking overwhelming the user some of these things are simply baked into the ETA calculation.

Re: Google Maps Hacks

#213
post #82

Earlier quoted context omitted.

No problem, we have Terms of Service to avoid that liability.

Is it your opinion that Google (TOS aside) would be legally responsible for accidents that result from hazards on routes that Google directs propel to?

My opinion, probably not. But based on my legal knowledge (none), it may be arguable. TOS are just another brick in the wall.

Re: Google Maps Hacks

#214
Does anyone else get a bit of unexpected joy when they drive through a section of ‘red’ road without any actual traffic? It makes me feel like I saved a bit of time in my life.

Re: Google Maps Hacks

#215

Navigation apps have mostly settled into a comfortable state of "good enough" mediocrity. In addition to the "red but no traffic" problems highlighted by others I find turn by turn directions are incredibly annoying while driving in areas I'm intimately familiar with and there's no way to say "I know what I'm doing when I'm in this area" or "pause giving me voice directions for 10 minutes". Additionally: * I can't co…

> apps have mostly settled into a comfortable state of "good enough" mediocrity.

Almost all of the “major” popular apps are mediocre, with simple bugs and missing functionality or bad design for years, despite user complaints and requests. Maps, Translate, Skype, WhatsApp, Instagram, Instagram, Discord, Tinder, OKCupid, and even most of Apple’s own stuff. It’s like they fired all but one developer after they became popular.

Re: Google Maps Hacks

#216

Earlier quoted context omitted.

My wife and I regularly talk about how "Thanks Google, I'll take it from here" is the best Maps features that doesn't exist.

You mean pressing “end route” ?

Common scenario: I’m somewhere unfamiliar, going home, and I need to be home at a certain time. Once I’m on the freeway I no longer need the navigation, but I still want the en route traffic info and ETA.

Re: Google Maps Hacks

#217

Earlier quoted context omitted.

How long have you been driving? That feeling should go away with some time.

almost 20 years... so yeah I dont think it's going away. Being anxious about backing up traffic or the other things I described isn't that abnormal I don't think? When Ive been a passenger, Ive seen most other drivers feel this way--whether they say it or not, you can see on their face they are feeling anxious.

I definitely relate to the anxiety, but like I said, I've learned over time to control it. Much like stage fright (which I definitely have), I guess it's a situation where you can learn to operate. They are similar in that, other participants want you to succeed and are not judging you as much as you judge yourself. I think what I have learned is that, the less I judge others (on stage, or on the road) and the more empathetic and understanding I am, the less I am worried about others judging me.

Re: Google Maps Hacks

#218
This is a pretty cool hack. I can see neighborhood watch groups using it to keep Waze from routing people down their streets during rush hour.

It is also a nice demonstration of how people who understand automation can "work the system" in ways that people who don't understand automation cannot.

Re: Google Maps Hacks

#219

Navigation apps have mostly settled into a comfortable state of "good enough" mediocrity. In addition to the "red but no traffic" problems highlighted by others I find turn by turn directions are incredibly annoying while driving in areas I'm intimately familiar with and there's no way to say "I know what I'm doing when I'm in this area" or "pause giving me voice directions for 10 minutes". Additionally: * I can't co…

>There's no way to optimize for minimizing left turns, especially onto busy streets. Woah, I've never heard anyone else mention this problem. It sounds strange having it said "out loud" because I thought it was just a weird personal quirk/irritation of mine. I have always wished there was a route option of "easy mode driving," or "no pressure route." Often the "quickest" route google maps shows me is one that has som…

Maybe it's vey niche, but I'd like an "avoid traffic lights" setting. On common routes for me you'd often be a lot faster by going 1 minute out of your way to prevent a potential 5 minute wait at a traffic light during rush hour.

Re: Google Maps Hacks

#220

Navigation apps have mostly settled into a comfortable state of "good enough" mediocrity. In addition to the "red but no traffic" problems highlighted by others I find turn by turn directions are incredibly annoying while driving in areas I'm intimately familiar with and there's no way to say "I know what I'm doing when I'm in this area" or "pause giving me voice directions for 10 minutes". Additionally: * I can't co…

>There's no way to optimize for minimizing left turns, especially onto busy streets. Woah, I've never heard anyone else mention this problem. It sounds strange having it said "out loud" because I thought it was just a weird personal quirk/irritation of mine. I have always wished there was a route option of "easy mode driving," or "no pressure route." Often the "quickest" route google maps shows me is one that has som…

I've mostly given up on unprotected left turns onto huge streets (El Camino Real in my part of the Bay Area).

I'd rather turn right and then take the next U-turn to get back to where I want to go.

It reduces my social anxiety of people piling up behind me as I want to turn left, and it reduces my perception (right or wrong) of risk. When I turn left, I need to alternate looking left and right. When I turn right, I mostly only need to look to my left (unless there is a biker going opposite traffic, which has happened to me!).

Post reply on HN