Should this be a map or 500 maps?
61–70 of 115 posts
Re: Should this be a map or 500 maps?
#62for what it’s worth i do agree with the one or two comments here that say that the line “modularity is inversely correlated with expressiveness” is a bit reductive. i did have a long section of caveats but removed them because i felt like they confused the matter more. ironically i’m butting up against the expressive limits of the english language, its own modular technology :p
html of course is another shared protocol that is so flexible that it does allow for immense expressiveness even while it makes certain core decisions that limit (arguably helpfully) certain forms of expression
squarespace would be the ur example to me of a frankenstein product whose exceptional modularity makes expressiveness a battle with the machine
which is all to say, i welcome more thoughts on this dynamic!
for those asking to see all 500 maps, i wish i could too! unfortunately as far as i can tell they haven’t been digitized. if you find them please (please please) let me know. happy to upload the higher res versions of the maps i do have later.
Re: Should this be a map or 500 maps?
#63Earlier quoted context omitted.
OsmAnd is awesome, I use it especially when walking in new cities. For cycling though, I’m a happy user of cycle.travel[1]. [1] https://cycle.travel/map
>walking in new cities I do enjoy digital life, but you know what else rocks, apropos walking in new cities[0]? Custom maps, printed. Its fun to look at the little piles of maps I've made for myself over the years, from Frome to Rome, Berlin to Pristine .. In fact, I think I prefer printed maps over digital, for personal adventure/navigation needs. ([0] Disclaimer: Got navionics and predict wind running on multiple t…
Re: Should this be a map or 500 maps?
#64We had a lively discussion about Google Maps in my cycling group. It's very annoying to have a map that is only designed to show the fastest route, and that forcefully reroutes you to it. It doesn't let you avoid a road or favour another. It does not show named bike routes and hiking trails. It doesn't even let you keep the screen on without having directions. For most people, the entire experience of using a map is…
> It doesn't let you avoid a road or favour another This might be a computational cost thing. Modern routing algorithms preprocess the graph to find the optimal route orders of magnitude faster than you normally would without preprocessing. If you let each person customize the graph then such queries would be much more costly. Then again, I'm sure there are lots of other complications already and that most users woul…
I wouldn't be so sure about that. I have seen many different users intentionally deviate from the suggested route because they know more than Google about what is best for them (or at least they think they do).
Re: Should this be a map or 500 maps?
#65We had a lively discussion about Google Maps in my cycling group. It's very annoying to have a map that is only designed to show the fastest route, and that forcefully reroutes you to it. It doesn't let you avoid a road or favour another. It does not show named bike routes and hiking trails. It doesn't even let you keep the screen on without having directions. For most people, the entire experience of using a map is…
I’m still looking for a map which let me optimize for “stopping as little as possible” which in practice means avoiding traffic jams and traffic lights. I notice this makes me drive more relax, and especially with a baby it’s way easier to keep the baby asleep
Re: Should this be a map or 500 maps?
#66For any survey question, asking the participant “why did you choose that answer?” could reveal interesting information. Maybe they interpreted the question in a surprising way?
Re: Should this be a map or 500 maps?
#67Earlier quoted context omitted.
The biggest thing for me with maps is the refusal to allow multiple tabs on phone. If you're the passenger on a road trip and doing the navigation you're unable to use maps to make plans for tonight or tomorrow. Okay the driver could be nav, but now they also need to be the music, and everytime you the passenger wants to use it to look for petrol on route or change music you have to ask their code or hold it up to th…
You can use multiple map apps at the same time on one phone. Default + website (on multiple tap) are always available, but on long road trips I use Waze. There’s also a bunch of really nice apps for things like subway maps, trails, etc.
Re: Should this be a map or 500 maps?
#68Earlier quoted context omitted.
The biggest thing for me with maps is the refusal to allow multiple tabs on phone. If you're the passenger on a road trip and doing the navigation you're unable to use maps to make plans for tonight or tomorrow. Okay the driver could be nav, but now they also need to be the music, and everytime you the passenger wants to use it to look for petrol on route or change music you have to ask their code or hold it up to th…
Install Maps Go for another map, and set up a Work Profile for 2 more maps. Or use Maps in abBrowser. Interestingly, when you have public transit navigation running, Maps is able to run "current trip" in background while you plan an alternate/additional trip.
At this point paper maps start looking more useful than digital ones.
Google Maps is not a map. It's a half-decent nav system slash ad delivery vector, that pretends to be a map, but sucks at it.
Re: Should this be a map or 500 maps?
#69We had a lively discussion about Google Maps in my cycling group. It's very annoying to have a map that is only designed to show the fastest route, and that forcefully reroutes you to it. It doesn't let you avoid a road or favour another. It does not show named bike routes and hiking trails. It doesn't even let you keep the screen on without having directions. For most people, the entire experience of using a map is…
This is why I need to have 10 different map apps on my phone. I hate it. Google maps is good enough for find my way in a city, or getting to a destination by car. And when I get there, I whip out another app to pay the parking. If I forget where I parked, my car has an app with a map. To plan a longer trip with an electric car, ABRP is better. And when I'm just looking for a charge pole where my card will work, Plugs…
I kind of like having separate apps for different activities. For sure, it's nice that they integrate eg. gas station search into Waze -- it's a car-related thing, and a likely option in the workflow of navigating a trip. I'll use a totally different app for route finding along mountain trails - here I'll be concerned about offline availability, topography data, terrain types, shelters, precise location and orientation, etc.
To OP's point, it would be nice to have a bike-centric app that responds to concerns cyclists have and others pay little attention to - eg, road surface quality, lane widths, grading, wind exposure, general safety rating etc. Google Maps does the token thing of indicating the total climb and descent for a planned route, but it doesn't give an option to optimize for that (eg, longer route with fewer climbs).
Re: Should this be a map or 500 maps?
#70Earlier quoted context omitted.
> It doesn't let you avoid a road or favour another This might be a computational cost thing. Modern routing algorithms preprocess the graph to find the optimal route orders of magnitude faster than you normally would without preprocessing. If you let each person customize the graph then such queries would be much more costly. Then again, I'm sure there are lots of other complications already and that most users woul…
> most users wouldn't want alternate routes I wouldn't be so sure about that. I have seen many different users intentionally deviate from the suggested route because they know more than Google about what is best for them (or at least they think they do).