this post was submitted on 02 Feb 2026
285 points (97.3% liked)

Technology

82992 readers
2478 users here now

This is a most excellent place for technology news and articles.


Our Rules


  1. Follow the lemmy.world rules.
  2. Only tech related news or articles.
  3. Be excellent to each other!
  4. Mod approved content bots can post up to 10 articles per day.
  5. Threads asking for personal tech support may be deleted.
  6. Politics threads may be removed.
  7. No memes allowed as posts, OK to post as comments.
  8. Only approved bots from the list below, this includes using AI responses and summaries. To ask if your bot can be added please contact a mod.
  9. Check for duplicates before posting, duplicates may be removed
  10. Accounts 7 days and younger will have their posts automatically removed.

Approved Bots


founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] statelesz@slrpnk.net 28 points 1 month ago (3 children)

LLMs definitely kills the trust in open source software, because now everything can be a vibe-coded mess and it's sometimes hard to check.

[–] RmDebArc_5@feddit.org 35 points 1 month ago (2 children)

LLMs definitely kills the trust in ~~open source~~ software, because now everything can be a vibe-coded mess and it's sometimes hard to check.

[–] bryndos@fedia.io 12 points 1 month ago (1 children)

Might make open source more trustworthy, It can't be any harder to check than closed source.

[–] FaceDeer@fedia.io 1 points 1 month ago (2 children)

A week or two back there was a post on Reddit where someone was advertising a project they'd put up on GitHub, and when I went to look at it I didn't find any documentation explaining how it actually worked - just how to install it and run it.

So I gave Gemini the URL of the repository and asked it to generate a "Deep Research" report on how it worked. Got a very extensive and detailed breakdown, including some positives and negatives that weren't mentioned in the existing readme.

[–] melfie@lemy.lol 3 points 1 month ago

Yeah, LLMs do a decent job explaining what code does.

[–] anon5621@lemmy.ml 3 points 1 month ago

I don't know yet how good Gemini about it,but I think https://deepwiki.com/ this tool will overkill anything for now

[–] nodiratime@lemmy.world 2 points 1 month ago

I don't trust proprietary software anyway.

[–] rozodru@piefed.social 11 points 1 month ago (4 children)

yeah it's to the point now where if I see emojis in the readme.md on the repo I just don't even bother.

[–] mintiefresh@piefed.ca 9 points 1 month ago (1 children)

I used to use emojis in my documentation very lightly because I thought they were a good way to provide visual cues. But now with all the people vibe coding their own readme docs with freaking emojis everywhere I have to stop using them.

Mildly annoying.

[–] Feyd@programming.dev 6 points 1 month ago (2 children)
[–] dgriffith@aussie.zone 8 points 1 month ago* (last edited 1 month ago) (1 children)

Is the ✨sparkly emoji✨ the <BLINK> of the 21st century? Discuss.

[–] funkajunk@lemmy.world 0 points 1 month ago (1 children)

Bring back <MARQUEE>, dang it.

[–] dgriffith@aussie.zone 1 points 1 month ago* (last edited 1 month ago)

Love me a good <MARQUEE>!

[–] mintiefresh@piefed.ca 1 points 1 month ago

lmao.

✨FEATURES✨

[–] rimu@piefed.social 4 points 1 month ago (3 children)
[–] very_well_lost@lemmy.world 5 points 1 month ago* (last edited 1 month ago)

Man... of all the vibe coding tools, Lovable has gotta be one of the most useless, too.

I work with people (all middle managers) who love Loveable because they can type a two sentence description of an app and it will immediately vomit something into existence. But the code it generates is an absolute disaster and the UIs it designs (which is supposed to be its main draw) is some of the most generic crap I've ever seen.

0/10, do not recommend.

[–] phil@lymme.dynv6.net 1 points 1 month ago (1 children)
[–] rozodru@piefed.social 1 points 1 month ago

well to be fair you don't even need to look at the md since right at the top it says it's built with loveable.

[–] acosmichippo@lemmy.world 3 points 1 month ago (1 children)

or anywhere. Job descriptions for example.

[–] Munkisquisher@lemmy.nz 4 points 1 month ago

Got a job application this with a one line cover letter "Iam interested to work with u are company" it was kinda refreshing to see that instead of a whole page of slop, like most of them are these days.

[–] Paragone@lemmy.world 1 points 1 month ago

ttbomk, emojis are legal function-names in both Swift & Julia..

The Swift example was damned incomprehensible, & .. well, it was Apple stuff, so making it look idiotic might have been some kind of cultural-exclusivity intention..

The Julia stuff, though, means that you can use Greek symbols, etc, for functions, & get things looking more like what they should..


Also, I think emojis are actually better than my all-text style, for communicating intonation/emotion ( I'm old: learned last century ), & maybe us old geezers ought to adapt a bit, to such things..

That does NOT mean that cartoon "code" is good-enough, whether it's cartoonish in plaintext or in emojis, though..

I'm just trying to keep the cultural-prejudice & the code-quality being distinct-categories of judgement, you know?

( & cultural-prejudice is an actual thing, though it's usually called "religious wars", isn't it, in geekdom? )

_ /\ _

[–] Tetsuo@jlai.lu 2 points 1 month ago (1 children)

I think for someone that is very knowledgeable In a project they would probably somehow now if there is vibe coding. I think this will affect brand new projects but not that much of the older codebase. Even think it might enable finding old bugs in old open source codebase.

[–] 123@programming.dev 2 points 1 month ago

You are more optimistic than the maintainers of those older projects that have started to ban LLM generated bug reports. They tend to be a waste of time for the maintainers (e.g.: cURL project).