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.
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:
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.
...
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)
...
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.
...
-Do not post explicit content. Lemmy.World is not the instance for NSFW content.
-Do not post Gore or Shock Content.
...
-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.
...
-Content that is NSFW should be behind NSFW tags.
-Content that might be distressing should be kept behind NSFW tags.
...
-Content should be Mildly infuriating.
-The Community !actuallyinfuriating has been born so that's where you should post the big stuff.
...
-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:
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.
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.
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.
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.
That basically describes all the code I wrote during college
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.
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.
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.
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
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.
When your code base exceeds your token window, you’re gonna have spaghetti anyway
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.