Well, there are a lot of non-ADA-compliant bathrooms out there, for one reason or another. But that's up to inspectors to enforce. If they're letting it slide in human-built businesses then AI-built businesses will hew to that.
It's also a lot different with a permanent installation that is verified once than this kind of tragedy-of-the-commons temporary minor abuse of public space.
The ADA is enforced by lawsuits — not inspectors — exactly because businesses can’t be trusted to follow the rules that most of their customers don’t like.
I mean, if it comes to a lawsuit, sure, but the system is designed so that permitting and inspectors catch most of it. If you're trying to build your bathroom under the radar without a permit that's an entirely different analogy.
But either way, it is the responsibility of the regulatory body to enforce. As other people have noted, this is not a Waymo problem, they're just following the status quo.
Exactly the case with the ADA. Since GOOGL is responsible for Waymo behavior, they will be liable in a class action suit where they willfully violated the law, putting others in danger, in selling their product.
There is not any way around it. You can avoid this issue like Lyft does, by having divers make that decision and by them being not worth suing, but GOOGL is worth suing, and you can’t intentionally violate the law and put folks in danger without it giving you massive amounts of liability.
Maybe, or, as we saw with ridesharing already, maybe they will change the laws. When push comes to shove, I don't believe there is enough will to overturn current practices to preserve the sanctity of the bike lane at the expense of car traffic.
huh? I work in construction (electrical drafter) and I've been called out for my installs not being ADA (after the designer gave me a non-ADA compliant design).
Interesting, I’m the opposite. My phone is always easily accessible, whereas the watch is under my long sleeve shirt which is under a couple layers of coats, so it’s more of a hassle to make it available to tap.
Stepping back, it's pretty ridiculous that I need to download executable code, often bloated, solely to view read-only content. Just render the thing on the backend and send it to the client.
For me personally the most infuriating example of this is the Azure Updates[1] page, which in my job I need to check nearly daily to see what's reaching EoL, what's new, etc...
A couple of years ago they redeveloped it as a SPA app.
The original server-rendered version of it worked just fine, but it "had" to be made into an interactive client-side monstrosity that loads many times slower for "reasons".
It doesn't even load successfully about a quarter of the time. It shows items in reverse order (entries from 2013 first), which is some sort of async loading bug. They will never fix this. It's been there for two years already, it'll be there for a decade more, mark my words.
Then, it takes about a minute to load sometimes on a poor connection.
The links are JavaScript and don't allow "open in new tab".
Etc...
All of this to enable client-side filtering, which is a non-feature nobody ever wanted. A simple server-side filter capability would do the same thing, faster.
And anyway, the filtering is broken! If click the "New or updated" filter, it drops down an empty selection with no options. Clicking anything else doesn't change what is shown!
While developing this over-engineered monstrosity, they took the original site offline for "maintenance!"
Hilariously, despite Azure having multiple CDN products, the Azure Updates page doesn't correctly use their own CDN and marks almost everything as "no-cache; no-store" causing 2.5 MB (after compression) to be re-transferred every time, despite using unique signed URLs with SHA256 hashes in them!
This is the state of web-dev in the 2020s: A multi-trillion-dollar software company can't hire developers that know anything else other than SPA web app development!
This commonly used page has spectacularly poor web engineering, and this is from a company that sells a web app platform, a CDN, and the ASP.NET web app development framework!
My favorite part of that site, besides it loading incredibly fast, is even though it has an ad, for a wholly subsidiary, on it it is hard coded in the html.
Michigan in the 90s had a similar rule. Customer gets 10x the overcharge (up to $5 max). I can guarantee you they fixed the price immediately.
Where I live there’s no such rule I can tell you no one is correcting the price when I point out that I got overcharged (they usually shrug with “it does that sometimes”).
reply