this post was submitted on 15 Apr 2026
583 points (99.0% liked)

Memes

15587 readers
1246 users here now

Post memes here.

A meme is an idea, behavior, or style that spreads by means of imitation from person to person within a culture and often carries symbolic meaning representing a particular phenomenon or theme.

An Internet meme or meme, is a cultural item that is spread via the Internet, often through social media platforms. The name is by the concept of memes proposed by Richard Dawkins in 1972. Internet memes can take various forms, such as images, videos, GIFs, and various other viral sensations.


Laittakaa meemejä tänne.

founded 3 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] username_1@programming.dev 3 points 4 days ago (4 children)

The guy is an idiot. I can understand trying to use LLM to make an electronic scheme, but sending the result to manufacturer without checking is a symptom of imbecility.

[–] PabloSexcrowbar@piefed.social 48 points 4 days ago (4 children)

Dude says in the post that he just wanted to see what happened. If idle experimentation makes one an imbecile, then I suspect your standards for stupidity are out of line with reality.

[–] MangoPenguin@piefed.social 17 points 4 days ago (2 children)

There's not much point in sending it to be manufactured when it would fail DRC and a quick visual inspection. Experimenting is fun but there was no point wasting the money to make it when it clearly isn't a working PCB.

[–] pennomi@lemmy.world 45 points 4 days ago* (last edited 4 days ago)

The point was to post a picture of the AI slop, not to get a working PCB.

[–] RamenJunkie@midwest.social 16 points 4 days ago

It probably cost 5 dollars max including shipping for a funny joke object.

[–] GammaGames@beehaw.org 4 points 4 days ago (1 children)

He had an ai slop that pcb design out and then had it shipped from China. Even if they’re perfectly fine wasting their own time, shipping isn’t free

[–] RamenJunkie@midwest.social 2 points 4 days ago (1 children)

Have you ordered things from China? They practically pay you for the shipping.

[–] GammaGames@beehaw.org 2 points 4 days ago

I wasn’t referring to monetary costs

[–] DmMacniel@feddit.org 3 points 4 days ago* (last edited 4 days ago) (1 children)

If you would experiment with PCBs, you would start with using a breadboard, no? This is just throwing money (and wasting resources and time) at something and hoping that something sticks.

[–] boonhet@sopuli.xyz 3 points 4 days ago (1 children)

But then you wouldn't have a photo to show the world.

[–] zaphod@sopuli.xyz 3 points 4 days ago (1 children)

The photo is as good as a 3d render of the PCB in KiCAD.

[–] boonhet@sopuli.xyz 2 points 3 days ago

Physical items are tangible, makes them more memorable.

[–] Dojan@pawb.social 32 points 4 days ago (2 children)

I read it as satire. Is it not?

[–] PabloSexcrowbar@piefed.social 28 points 4 days ago

It's a dude just messing around to see what happened.

[–] username_1@programming.dev 2 points 4 days ago

It, most probably, is. But very stupid satire.

[–] Windex007@lemmy.world 4 points 4 days ago

I'd argue this has incredible artistic value. And I think that was the point.

[–] Rhaedas@fedia.io 4 points 4 days ago

Hell, both Gemini and Claude have done well for me in throwing some code together for simple apps, but I still looked it over before running it. I try to do that for even human-made open source code, although at least in principle, if it's been up a while, others have at least tried it and given feedback.

I'm sure this is just a joke or a proof of the issue; you'd have to look at the PDF or whatever it gives and see that something is way off.

And for the record, the best code that I've gotten from an LLM has been the first few runs of an idea, one that was thoroughly explained in the prompt. If you put together a vague prompt and continue to add to it, it will get worse quickly, with the LLM even changing parts that were perfectly fine. Maybe turning the temperature down, if possible, will help with that randomness, but it's always better to keep sessions short and precise.