this post was submitted on 31 May 2025
92 points (96.9% liked)

A World of Comics

59 readers
1 users here now

A Space to come across comics of all types.

founded 1 week ago
MODERATORS
 
top 13 comments
sorted by: hot top controversial new old
[–] SpaceNoodle@lemmy.world 14 points 1 week ago (5 children)

Sorry, no.

It's inherently broken until you can prove how it works.

Bugs don't just fix themselves; they lie in wait to ambush you.

[–] flandish@lemmy.world 7 points 1 week ago

bugs only appear saturdays at 9pm.

[–] over_clox@lemmy.world 5 points 1 week ago

AI would like to have a word salad with you..

[–] _____@lemm.ee 4 points 1 week ago (1 children)

Agreed, if this is you: it's a very apparent skill issue.

Programming is not about typing until something works, it's about problem solving.

It turns out to solve problems you need to understand the problem in order to determine it's solution. Don't understand it? It's not solved yet.

[–] SpaceNoodle@lemmy.world 2 points 1 week ago

Hence why everything "vibe-coded" is an even steamier pile of shit than most people think.

[–] mat@jlai.lu 2 points 1 week ago

Checkmate, at my job, the specs (an excel file) is broken before whatever we can do.

[–] dohpaz42@lemmy.world 1 points 1 week ago (1 children)

You don’t need to prove how it works; just that it does work.

[–] SpaceNoodle@lemmy.world 3 points 1 week ago (1 children)

If you don't know how it do work, you don't know for sure it do be working.

[–] dohpaz42@lemmy.world -1 points 1 week ago (1 children)
[–] SpaceNoodle@lemmy.world 1 points 1 week ago (1 children)
[–] over_clox@lemmy.world 2 points 1 week ago

Yeah those are always fun!

Like, which runs faster, forced shutdown or Windows File Protection?...

[–] over_clox@lemmy.world 6 points 1 week ago

Can confirm.

I've looked at some of my old code, and thought to myself "Fuck this looks like shit, maybe I should rewrite it from the ground up..."

And sure enough, my attempts to rewrite it never worked right. ☹️

So back to the original code base it was...

[–] TootSweet@lemmy.world 3 points 1 week ago

It happens sometimes. Where I work, it's not infrequent that some weird bug will come up (QA will find it or end users will report it or whatever) and we start looking into it, but never find the issue. The resolution ends up being "hopefully it was just a solar flare." (By which we mean "hopefully it won't ever happen again and we won't have to invest more time in trying to figure out why it happened.") And often it is.