this post was submitted on 13 Mar 2025
69 points (96.0% liked)

Mildly Infuriating

38394 readers
81 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 means this

AI again stealing the joy from us...

top 12 comments
sorted by: hot top controversial new old
[–] andros_rex 30 points 1 week ago (2 children)

I like your definition of “vibe coding” better. Like, just hacking out some shitty c rogue-like, adding features as you feel like it, commenting out shit you don’t want to bother with.

Like “doodling” with code.

[–] Rhaedas@fedia.io 17 points 1 week ago (1 children)

That kind of coding is also where we get future self into trouble. Revisiting coding and having to figure out what the hell they were trying to do. They were just vibing, man. To read the code again, you have to rediscover that vibe, which may not be possible.

[–] andros_rex 10 points 1 week ago (1 children)

I have quite a bit of code that requires a certain BAC/THC concentration to understand.

That’s gotta be how the Quake fast square root happened.

[–] tiefling@lemmy.blahaj.zone 6 points 1 week ago (1 children)

That basically describes all the code I wrote during college

[–] Rhaedas@fedia.io 4 points 1 week ago

That describes all the coding I've written for decades now...even a side thing for work to automate stuff. I'll be the first to admit I hack things until they work well enough and don't legit code. Obviously coding isn't my profession, that wouldn't last long.

[–] ThePowerOfGeek 13 points 1 week ago* (last edited 1 week ago) (1 children)

Well, given the subpart quality of most complex AI-generated code right now, it could easily mean that too. You just have an AI system generate some spaghetti code and then just vibe with it and ignore the cavalcade of errors and issues that code causes.

[–] NONE_dc 6 points 1 week ago

Yeah, but that eliminates the joy of saying "hu-huh, this code is shit, but it's MY shit" before lighting up a second joint.

[–] alexc 13 points 1 week ago

Have tried it a few times. It is an interesting concept, but yields utter crap that will break and your LLM cannot help you with.

In normal projects, that’s where a junior dev says “Maybe we need to start again” and all the seniors start looking for work elsewhere

[–] shiftymccool@programming.dev 10 points 1 week ago

The LLM generates software, freeing the programmer from having to write and debug the underlying code

Aaaaand this is the problem. Sure, go ahead and let the slop machine generate the code, but you definitely have to debug that shit.

[–] BeefPiano 8 points 1 week ago

When your code base exceeds your token window, you’re gonna have spaghetti anyway

[–] Kolanaki@pawb.social 8 points 1 week ago* (last edited 1 week ago)

I also thought that's what it meant. Just coding with vibes. That's how I do it because I barely know anything lol

The most complicated thing I ever programmed was a D&D character creator that is entirely subject to my own personal interpretation of the more ambiguous rules.