- 1 Post
- 99 Comments
It means that you created the code via natural language instructions to an LLM as opposed to typing by hand. You still need to verify its work, review and understand the code to at least some extent, and go through many iterations before it’s production ready.
Some people create vibeslop without looking at the code at all which is fine for a throwaway hobby project or personal tools but it will very quickly turn into unmaintainable garbage if you don’t guide the architecture, redirect away from bad approaches, review the code carefully and make the LLM fix any issues, ensure proper testing, and periodically refactor and improve code quality. If that sounds like hard work then that’s because it is, doing a good job with agentic accelerated engineering is hard work, but you can still build 2x-5x faster at the same quality level than if you typed it by hand. And that’s with current models, they’re only getting better
Fwiw that’s not what vibe coding means
miridius@lemmy.worldto
Programmer Humor@programming.dev•disliking tech bros ≠ disliking tech
1·2 months agoI like AI
When did USA illegally overthrow the democratically elected government of Australia?
miridius@lemmy.worldto
World News@lemmy.world•Trump praises ‘good English’ of Liberian president, prompting criticism across AfricaEnglish
41·11 months agoOnly half of Liberians speak English, and less than 2% are native speakers. Calling it an English speaking country is a stretch
miridius@lemmy.worldto
Asklemmy@lemmy.ml•If americans come to germany and act like german public Transport is the best, how frickin bad is american public Transport?
3·11 months agoOk yeah DB has been woefully underfunded for decades thanks to auto industry lobbying and so now half the trains are late or cancelled, but the fact that you even can get from any city to any other city by train and then get to anywhere within each city by bus/tram is mind blowing to some of us that didn’t grow up in Europe. There are lots of places where you basically can’t live without a car, it’s insane.
miridius@lemmy.worldto
Memes@sopuli.xyz•It really fucks with my recommendations, but fuck em™
5·1 year agoPSA: there is a revanced patch to remove ads from spotify
miridius@lemmy.worldto
Programmer Humor@programming.dev•interview preparation vs actual work
4·1 year agoYou in the wrong job then
- Use FOSS software developed by unpaid volunteers in their free time
- They don’t have time to finish the functionality or fix the bugs
- It’s even worse
I literally came to the comments to say how happy I was that it wasn’t another meme about Teams
miridius@lemmy.worldto
World News@lemmy.ml•82% of Israelis Support Ethnic Cleansing in Gaza, Poll Finds
1·1 year agoI want to believe this, but an article on a site I’ve never heard of which provides zero sources is not really enough to be trustworthy
miridius@lemmy.worldto
World News@lemmy.world•Trump says talks with E.U. are 'going nowhere,' threatens 50% tariff in JuneEnglish
1·1 year agoOh no! Anyway…
miridius@lemmy.worldto
World News@lemmy.world•Germany sees new debate over possible ban of the AfDEnglish
1·1 year agoYeah but he’s on Lemmy and engaging in discussion so there’s potentially hope
miridius@lemmy.worldto
World News@lemmy.world•Germany sees new debate over possible ban of the AfDEnglish
1·1 year agoThat is why it has to first be proven in a court of law
miridius@lemmy.worldto
World News@lemmy.world•Germany sees new debate over possible ban of the AfDEnglish
1·1 year agoI’m not defining anything. Fascism is an already well defined term with very clear criteria, such as being opposed to democracy and replacing it with an authoratarian, one-party state. https://en.m.wikipedia.org/wiki/Fascism
In Germany there is a special, independent court, at a similar level to the US supreme court but without the ability for parties to appoint the judges like they can in the US, that reveiws hard evidence and determines whether a political party can be proven to be actively trying to break the constitution (including the part that makes Germany a democracy, for example). So it’s not left up to someone’s opinion, nor can one party simply label another as fascist to ban them (like Hitler did)
miridius@lemmy.worldto
World News@lemmy.world•Germany sees new debate over possible ban of the AfDEnglish
1·1 year agoThe main thing you need is a much better constitution
miridius@lemmy.worldto
World News@lemmy.world•Germany sees new debate over possible ban of the AfDEnglish
1·1 year agoSure, but dictatorships don’t end without civil war

Out of the box yes this is true, but:
If you or others ship shitty code don’t blame the LLM, the issue is entirely the engineer using it wrong