this post was submitted on 23 Aug 2025
188 points (98.0% liked)

Technology

7146 readers
306 users here now

News community around technology, social media platforms, information technology and governmental policy surrounding it.

What doesn't fit here?

The core of the story has to be technology focused.


Post guidelines

Title formatPost title should mirror the news source title. If you don't like the title of article, look for an alternative source instead of editorializing it.
URL formatPost URL should be the original link to the article (even if paywalled) and archived copies left in the body. It allows avoiding duplicate posts when cross-posting.
[Opinion] prefixOpinion (op-ed) articles must use [Opinion] prefix before the title. Opinion articles refer to articles that their publisher doesn't explictly endorse.
Country prefixCountry prefix can be added to the title with a separator (|, :, etc.) if the news is from a local publisher who doesn't clearly mention the country.


Rules

1. English onlyTitle and associated content has to be in English.
2. Use original linkPost URL should be the original link to the article (even if paywalled) and archived copies left in the body. It allows avoiding duplicate posts when cross-posting.
3. Respectful communicationAll communication has to be respectful of differing opinions, viewpoints, and experiences.
4. InclusivityEveryone is welcome here regardless of age, body size, visible or invisible disability, ethnicity, sex characteristics, gender identity and expression, education, socio-economic status, nationality, personal appearance, race, caste, color, religion, or sexual identity and orientation.
5. Ad hominem attacksAny kind of personal attacks are expressly forbidden. If you can't argue your position without attacking a person's character, you already lost the argument.
6. Off-topic tangentsStay on topic. Keep it relevant.
7. Instance rules may applyIf something is not covered by community rules, but are against lemmy.zip instance rules, they will be enforced.


Companion communities

!globalnews@lemmy.zip
!interestingshare@lemmy.zip


Icon attribution | Banner attribution


If someone is interested in moderating this community, message @brikox@lemmy.zip.

founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] Quibblekrust@thelemmy.club 4 points 11 months ago* (last edited 11 months ago) (4 children)

And most devs I know use it everyday, so... 🤷

Especially for repetitive mundane code, like they said. It's much faster to check code for correctness than it is to write it in the first place.

"I need to restructure this directory tree. If a file has "index" in the name, then it has to go in a parallel directory structure starting at "/home/repos/project/indexes/" and remove the word "index" from the name. Use the same child folders as the original."

There, I just finished a custom Python script to accomplish that. Can I do it myself? Yes. Can I do it in 30 seconds? No. Why would I waste my time writing such a mundane script for a one-off thing? And it can do so much more.

[–] Senal@programming.dev 7 points 11 months ago (1 children)

It's much faster to check code for correctness than it is to write it in the first place.

In certain circumstances sure, but at any level of complexity, not so much.

At some point it becomes less about code correctness and more about logical correctness, which requires contextual domain understanding.

Want to churn out directory changing python scripts, go nuts.

Want to add business logic that isn't a single discrete change to an existing system, less likely.

For small things is works OK, it's less useful the more complex the task.

[–] lightnsfw@reddthat.com 3 points 11 months ago (1 children)

Now re-explain this 5 more times before it shits out something remotely close to what you're asking it to do.

[–] Quibblekrust@thelemmy.club 1 points 11 months ago

That hasn't been my experience for something this simple. Not at all. I vibe coded a 75 line Python script the other day and it worked perfectly the first try.

[–] corsicanguppy@lemmy.ca 0 points 11 months ago

everyday

"every day", if you mean 'daily'.