this post was submitted on 27 Sep 2025
130 points (97.8% liked)

Mildly Infuriating

42269 readers
924 users here now

Home to all things "Mildly Infuriating" Not infuriating, not enraging. Mildly Infuriating. All posts should reflect that.

I want my day mildly ruined, not completely ruined. Please remember to refrain from reposting old content. If you post a post from reddit it is good practice to include a link and credit the OP. I'm not about stealing content!

It's just good to get something in this website for casual viewing whilst refreshing original content is added overtime.


Rules:

1. Be Respectful


Refrain from using harmful language pertaining to a protected characteristic: e.g. race, gender, sexuality, disability or religion.

Refrain from being argumentative when responding or commenting to posts/replies. Personal attacks are not welcome here.

...


2. No Illegal Content


Content that violates the law. Any post/comment found to be in breach of common law will be removed and given to the authorities if required.

That means: -No promoting violence/threats against any individuals

-No CSA content or Revenge Porn

-No sharing private/personal information (Doxxing)

...


3. No Spam


Posting the same post, no matter the intent is against the rules.

-If you have posted content, please refrain from re-posting said content within this community.

-Do not spam posts with intent to harass, annoy, bully, advertise, scam or harm this community.

-No posting Scams/Advertisements/Phishing Links/IP Grabbers

-No Bots, Bots will be banned from the community.

...


4. No Porn/ExplicitContent


-Do not post explicit content. Lemmy.World is not the instance for NSFW content.

-Do not post Gore or Shock Content.

...


5. No Enciting Harassment,Brigading, Doxxing or Witch Hunts


-Do not Brigade other Communities

-No calls to action against other communities/users within Lemmy or outside of Lemmy.

-No Witch Hunts against users/communities.

-No content that harasses members within or outside of the community.

...


6. NSFW should be behind NSFW tags.


-Content that is NSFW should be behind NSFW tags.

-Content that might be distressing should be kept behind NSFW tags.

...


7. Content should match the theme of this community.


-Content should be Mildly infuriating.

-The Community !actuallyinfuriating has been born so that's where you should post the big stuff.

...


8. Reposting of Reddit content is permitted, try to credit the OC.


-Please consider crediting the OC when reposting content. A name of the user or a link to the original post is sufficient.

...

...


Also check out:

Partnered Communities:

1.Lemmy Review

2.Lemmy Be Wholesome

3.Lemmy Shitpost

4.No Stupid Questions

5.You Should Know

6.Credible Defense


Reach out to LillianVS for inclusion on the sidebar.

All communities included on the sidebar are to be made in compliance with the instance rules.

founded 2 years ago
MODERATORS
 

It's literally just a JSON map of per pixel words used to "encode" the color.

The worst part of AI generated content is that people won't give new ideas, art, etc. the benefit of the doubt and will just assume it's slop.

all 20 comments
sorted by: hot top controversial new old
[–] shaggyb@lemmy.world 25 points 1 day ago (1 children)

Here's my "symbolic image compressor":

American Gothic is a painting of two people standing in front of a farmhouse. One has a pitchfork.

Are you impressed? I used symbols to compress the image down to under a kilobyte. And I didn't need an AI.

Wow, that's super impressive. The compression is so efficient that it's like I can see the original image in my head. Truly, we are living in the future.

[–] Dima@feddit.uk 31 points 1 day ago

Also infuriating is when the OP gets told by a mod to stop posting AI slop comments and OP responds:

I'm explaining the project in as detailed and clear a manner as possible - using the LLM to do it. The same one that helped me build it. Shut it down then man, why warn me?

[–] altkey@lemmy.dbzer0.com 15 points 1 day ago (3 children)

Reading OP and thinking about their misinformed understanding of what they are doing, I came upon an idea I propose to all of you: the almighty Babylonian Compression Algorythm.

As long as we have all combinations of (say, 256x256px) images in the database, we can cut down image size to just a reference to a file in said database.

It produces a bit-by-bit copy of any image without any compression, so it puts OOP's project to shame. Little, almost non-existent problem is having access to said database, bloated with every existing but also not-yet-existing image. But since OOP's solution depends on proprietary ChatGPT on someone else's server, we are on par there.

[–] Armok_the_bunny@lemmy.world 10 points 1 day ago (1 children)

Funny enough that actually wouldn't be more efficient of a compression algorithm, the size of the file reference would be at best exactly the same size as the image that is being referenced, just because any fewer bits would lead to duplicate reference locations.

[–] qaz@lemmy.world 2 points 1 day ago* (last edited 1 day ago)

Funny thing is that it would probably be more efficient as OOP's approach, since it stores a word in a JSON map for each pixel.

[–] A_norny_mousse@feddit.org 3 points 1 day ago

De-duplicate the internet. You have your orders.

[–] axexrx@lemmy.world 2 points 1 day ago

Like a library of Babel of images.

[–] abbadon420@sh.itjust.works 40 points 1 day ago (1 children)

Lol. It's funny to see vibecoders stumble

[–] meliante@lemmy.pt 22 points 1 day ago (4 children)

That's not a vibe coder. That's just an idiot.

[–] abbadon420@sh.itjust.works 16 points 1 day ago

Same difference imho

[–] qaz@lemmy.world 25 points 1 day ago* (last edited 1 day ago)

It's a vibethinker

[–] primrosepathspeedrun@anarchist.nexus 11 points 1 day ago (1 children)

So the superset that includes vibe coders?

[–] meliante@lemmy.pt 1 points 1 day ago

That's the Uberset that includes everyone.

[–] falseWhite@programming.dev 2 points 1 day ago (1 children)

I think you do need to write code to implement compression algorithms.

[–] calliope@retrolemmy.com 2 points 1 day ago

Oh! That’s way worse.

Hopefully he’s in high school or something and it’s an immaturity thing.

Otherwise, no doubt all of the skilled people on his team want him gone.

[–] victorz@lemmy.world 27 points 1 day ago

It's hard to imagine turning an image into JSON would manage to compress it. 🤔

[–] markz@suppo.fi 6 points 1 day ago

AI generated

"recursive symbolic"

Sounds about right

[–] A_norny_mousse@feddit.org 8 points 1 day ago

Is that like converting raster images to SVG? Either it emebeds the actual image as data, or it "vectorizes" every fucking pixel. Filesize will show you which.