I know what they mean. It may not be enormous, functionality-wise, but just the Iterator trait alone feels enormous when you're trying to figure out which method does what you want.
I think it's indicative of a need for more work put into making the UI teach people how to search by function signature.
There was a post on Reddit from 2019 that I loved to link to which was about how the poster rewrote a NodeJS service into Rust.
The original was taken down in response to Reddit enshittifying, but it's still up on the wayback machine and the graphs were hosted on Imgur, where they're still up without needing the Wayback machine:
He recently did one about how he and his team set up a fake bitcoin site that would direct scammers to a fake support hotline when they try to withdraw the fake bitcoin, where they'd get stuck running in circles in a voice mail menu maze chasing the illusory bitcoin payout.
As one commenter put it, "I love how Kit has evolved over the years to find out the best way of making scammers go crazy is to treat them basically the same way Comcast treats their customers."
As a sampler of the points made, web3 is already re-centralizing around gatekeepers because the average person doesn't want to run their own server (or, in the blockchain case, host their own full copy of the blockchain) and, if the supermajority of users can't see you because the gatekeepers block you, then it doesn't really matter that you're technically still up.
The takeaway on that particular point is that pushing for more and easier data portability is probably the best route in the face of how real-world users behave. (eg. anything stored in a git repository, including GitHub project wiki contents, is a great example of that. You've got your data locally with a simple git clone and you can upload it to a competing service with a simple git push.)
I know what they mean. It may not be enormous, functionality-wise, but just the
Iterator
trait alone feels enormous when you're trying to figure out which method does what you want.I think it's indicative of a need for more work put into making the UI teach people how to search by function signature.