They're losing business that they don't want. Silicon Valley culture has embraced saying no, firing clients and customers, choosing the right audience, etc. This even fits into finding product-market fit. You don't try to please everyone, and find a well-defined segment. So to Google it might not seem like it's getting bad at all. To them, maybe the trash took itself out, they got rid of that annoying customer who complains about their marketplace, whereas they appreciate the quiet reporting of an ad that's against the ToS...
Y combinator helped people notice it when they invested in a company called Automatic https://www.ycombinator.com/companies/automatic However now that it's been acquired that reminder of Automattic not being named Automatic is gone.
It would have been just a matter of time before he displayed his power with the nonprofit and wordpress.com which he controls personally, independently of the Automattic board. Maybe that is part of why the board gave him his control of Automattic back so quickly.
To me it sounds like they are simply taking social moon shots. They tried to do a phone, tried to make a kitchen videophone, tried to make their own cryptocurrency, and tried to dominate open source AI, and now this is trying to make something like a digital robotic assistant. It might have reached a peak with the metaverse, when Zuck thought his corporation was destined to be the ruler of a Snow Crash style metaverse, to the point of renaming it. Maybe that's still the plan and they are looking for something that will lead to another metaverse play.
They need the next big thing to secure the future of the company. Facebook and Instagram are still money printers which can sustain these repeated failures, but without something new, they could be completely ruined if the social media landscape changes.
Earlier today I couldn't get ChatGPT to draw a horse on the moon. Idea taken from Stable Diffusion's wikipedia page. I tried three times with that prompt, "a photograph of an astronaut riding a horse" and again with a horse on the moon. I got it to do another image. However, the original prompt just worked, though it didn't happen to choose the moon, it didn't say the moon.
That’s surprising even gpt-image-1 was able to handle the equestrian astronaut prompt pretty trivially, albeit yellow-tinged as all hell.
For the heck of it, I ratcheted up the difficulty of the prompt (two-headed horse, astronaut with the visor up, etc.), and gpt-image-2 got it right every time.
Wow, that's amazing. I was about to tell it to make the helmet similar to the human one, with the gold visor, but thought it wouldn't convey it as well, but not only is it obvious, it still has the feeling of being a horse.
It isn't really the go-to compression format, because it isn't ubiquitous like gzip and zip, there are a variety of compression tools out there for different purposes, and there is image/audio/video compression. There is also specialized compression like what git does with its rolling hashes. I think of it as there not being a go-to compression format.
A go-to thing means it's a sensible default choice and has no little to no downsides (versus not using compression), it doesn't mean it's the best for everything.
Until now the go-to has been DEFLATE (gzip and zip) but zstd is definitely competing against it because it is better in almost every way.
One could imagine an even smaller subset interpreter. It's an interpreter for a subset of Python, consisting only of the programs that print "Hello World". Since it doesn't do any error checking, for all other programs the output is undefined. Implementing it is very simple: Just ignore the input file, and print "Hello World". As a bonus, it's an interpreter for the subset of "Hello World" programs in all other programming languages too!
(It should be noted that these are all joke esolangs. There are actual languages on the wiki that are very interesting though - I would definitely recommend you take them out!)
reply