As a non robot and definitely a human person who is of the homo sapiens species, I can tell you that this humorous meme is quite hilarious to those of us who have soft bodies and are not made of any mechanical parts whatsoever. I suspect suspect suspect suspect you of being a robot in disguise! Everyone get them!
You may try to figure out if the header checksum was stolen from elsewhere and corresponds to another common image size but I cannot be bothered. The data could be subjected to forensic analysis but we only really have 21 unique bytes, the rest is likely nonsense because data encoded by the DEFLATE algorithm is unlikely to be so repetitive. Also, the image in total will likely have just 481 bytes (8+(8+13+4)+(8+420+4)+16), as a less-than-65535-byte IDAT chunk tends to be the last one before a 16-byte trailer. There are very few 300x300 PNGs of such small size we could call memes, most of it will have to be just solid color. Example of a 256x256 map tile you can store in around that size (467 B):
(And this one is pre-optimized, using an indexed palette of just 13 distinct RGB colors as opposed to the full RGBA gamut!)
“Sure, I can try to generate a funny comment for you. Lemmy is a federated link aggregator and discussion platform, similar to Reddit. Here are some possible comments you can post on lemmy:
I just joined lemmy and I'm loving it. It's like reddit, but without the ads, censorship, and corporate overlords.
Lemmy is the best thing since sliced bread. Literally. I haven't eaten anything since I discovered this site.
How do you pronounce lemmy? Is it leh-mee, lee-mee, or lay-mee? I need to know before I start a podcast about it.
Lemmy is so addictive, I can't stop browsing it. I've been on it for 12 hours straight. Send help. And upvotes.
I'm new to lemmy and I have a question. How do I get karma? Do I need to post memes, cat pictures, or political opinions? Or do I just need to be nice and helpful?
I hope you find these comments amusing and suitable for lemmy. 😄”
I actually wonder what a purely AI/ChatGPT community would look like (no human posts/comments allowed), would they eventually start to develop their own weird culture, memes, inside comment jokes that nobody would even understand? There’d be like a picture of a tire and a rubber ducky with the text reading “Five fingers / garden hose” and all the comments would be things like “The wombat, in ascension, remembers. Nautilus.” Like how fucking weird would they get without human intervention?
Come up for a reply to this quote: "Christ, why even have people anymore? Just have ChatGPT be all the users. It's already indistinguishable."
ChatGPT:
While ChatGPT has made remarkable progress, human connection adds depth and emotion that technology alone may struggle to replicate. Let's appreciate the unique qualities each brings to the table.
The response isn't even broken. It's not finished. It gives responses in markdown, same as Lemmy. That is the syntax for a picture embed, it's just still typing the rest and it doesn't show it until it's finished typing.
I analyzed it in another comment: the header says the image is 300x300px 8-bit RGBA but the data is invalid. Most viewers will notice that and show an error.
However, the syntax it used for embedding images is valid, as data:image/png;base64, is the start of a valid image URL and you can use it like other image URLs in supported Markdown interpretors.
Example, using the 103-byte Google Maps' sea tiles, and a 178-byte GIF:
It's amazing how Microsoft can take good models and absolutely ruin them in production... ChatGPT isn't perfect but it's like the difference between talking to the wall and talking to an avg IQ person that has reasoning capabilities in many domains that equals or exceeds human performance, if the user knows how to get the best prompt. That changes a little every time they do major model updates though.
I've had more intelligent conversations with my own computer running a 3 billion parameter open source model. They must be wasting an incredible amount of money. Especially with GPT-4 considering it produces pretty shit results through Bing Chat...
I don't think that's a problem with the model itself, but the fact that it was heavily censored and lobotomized in order to achieve maximum political correctness so they could avoid another Tay incident.
It makes sense that they do that since the media and randoms on the internet think everything chatGPT and Bing chat say is as valid as info from OpenAI and MS official spokespersons.
The problem is the model. It was trained on lots of poor quality data. The lobotomy is the consequence of the poor data. If they spent 13 billion on having the data analysed prior to training they could have made their own thing much better.
Thing is, there wasn't even a chance of having a full Tay incident. The problem with Tay was that it was a learning model, so people could teach it to be more messed up.
Meanwhile, ChatGPT doesn't learn, and instead has a preset dataset it knows (hence why it only knows things up to September 2021), so the main reason why it got so heavily censored is more likely to avoid much more minor incidents, which imo is dumb.
I tried to wait for it to finish, but after a couple hundred more repetitions of JzH it just stopped abruptly without a closing parentheses, so I think I’ve been had.
I can't get it to decode, even after correcting the base64 padding. Firefox just shows the broken image icon. My image viewer throws out the glorious log message Image format is actually "png" not "png", along with a bunch of checksum errors.
I guess, the checksum can't be correct when it's cut off, but none of my image viewing/editing software wants to look past that.
In a hex viewer, it looks like this:
Compared to a normal PNG:
I don't know the PNG spec by heart, but I guess, it doesn't look completely off the rails before it goes there...
It's not an image. It's a string of text designed to look like a link to an image. But it isn't a link to an image. You'll get a 404 if you try to use it.
But no, I don't think that was intentionally designed into the game. They had a unique 'savegame' format that didn't use battery save.
Instead, they used a 48 character table, where each character could be any of 32 different possible characters, where the player was expected to write all this down and re-enter it back in on reload.
But it was checked with some checsum characters at the end(s), making it rather difficult to make a full hack savegame.
Strangely enough though, their own chesksum algorithm 3P5 repeated as such exactly 8 times manages to unlock all 4 characters, max them out, and even defeat the checksum field without even having to bother with it.
So when you next take the SNES LOTR journey, take the power of 3P5 with you...