Yes. We had the same comments about Gulf of America.
Edit: I don't know that there's an actual database served up by the US Gov, but governments control the naming of these things within their own jurisdictions. All of the big mapping products have the ability to serve up different names based on where you're viewing from.
> Per Secretarial Order 3453, Lake Ontario has been renamed to Lake America. The basemaps for GNIS are in the process of being updated to reflect this name change.
We can do that for ourselves, but it's a lot harder for the operator of a massive maps platform, based from its inception on the use of the federally controlled GNIS, to just call things what they want, or even what most of their users want things to be called.
For once I'm posting about this in a forum where I can reasonably expect that most users will understand the technical difficulties that would arise if Google wanted to avoid using the new names.
The average person seems to believe that Google can change the toponyms back to Gulf of Mexico and Lake Ontario as easily as taking down a road sign and nailing up a different one.
It would be nice if Maps would prefer data from government DBs that have localized versions of foreign place name data (e.g., Germany's BKG) when available.
It makes perfect sense that govs control names within their jurisdiction - I am eyerolling at both the name change and the reaction.
I am curious though - is it convention to leave the data as is, or is it illegal to modify it?
Regardless, itll just be changed back in 2 years; as long as I can type "lake ontario" and get directed to Lake Ontario, I do not care at all what the gov database calls it currently.
>I am curious though - is it convention to leave the data as is, or is it illegal to modify it?
Given the First Amendment, it's in no way illegal for individuals or corporations to use whatever place names they want. But if yout maps platform is essentially wedded to a government database and is designed entirely around the use of that database, using different place names is much, much more difficult.
The president is the government as far as assigning or altering place names is concerned, but only for names not established by an act of Congress. That's why Trump was able to change the name of Denali back to Mount McKinkley; he was simply reversing an Obama-era executive order. But he couldn't rename Denali National Park because that was established by Congress.
Well, because I expect this to last for two years. Nobody likes it except for birthday boy and his sycophants. All of the signs around Lake Ontario still say the name; same goes for the people that live by it.
Google should override it but I don’t expect them to, because theyre selfish and suck. Only thing to do is win elections.
> The only advantage of uv is to have support for parallel async extraction
Maybe the only advantage in a particular area (installing)? Because there are many other advantages.
The rich lock file for instance allows for much better cross-platform tooling. I can build a linux Docker container from a macos build host, for example, without VMs or any other emulation - simply using the cross-platform details in uv.lock and the correct tooling. I can even cross-compile numpy and other native wheels (linux -> macos, macos -> linux).
Other locker tools provide similar cross-platform information (Poetry, PDM), but pip is still lacking.
I think the apple is just a small example to enable comparison.
People that actually have aphantasia will know from a lifetime of experiences (like thinking "counting sheep" is a metaphor), but might not know that the condition now has a name or that most others have a different experience.
> Protobuf now has modern IDE support for the first time
Weird post. I built IntelliJ protobuf support [1] while at Google like 10 years ago, and it started shipping by default with IntelliJ in ~2021. Maybe that's not considered "modern".
Sure, but having a generic LSP that works with all editors vs. an editor specific integration is still a very different thing.
It's a bit odd for the parent commenter to say "Weird post" and implying that having an editor specific feature would somehow make having an LSP that works for everyone be any less interesting.
> There's a supercut of the event on YouTube which solely shows every mention of the term "AI." It's about a minute long and by the end you want to cover your ears to shut out this sound and fury.
Amateurs. Apple would never allow something like this to happen.
Ha, that's interesting. I don't know who'd be protesting 5G I guess, but in my area people are frothing-at-the-mouth enraged at the very idea of data centers going up. All three surrounding counties have had public meetings on data center projects that resulted in them being denied by county supervisors, and one has already enacted a 5-year "moratorium" on them.
IntelliJ was unsupported ("community supported") when I joined in the summer of 2015. I built a new protobuf editor plugin during that period as a side project, mostly for myself, which suddenly became used by thousands of Googlers when IntelliJ became the supported IDE again in ~2016?
I eventually handed it over to JetBrains and I think it ships by default with IntelliJ now.