• 3 Posts
  • 688 Comments
Joined 3 years ago
cake
Cake day: June 20th, 2023

help-circle
  • Brb, I have decided to dunk my laptop in gasoline, and then throw it into the fireplace as hard as I can. This will make it run super fast and make me effective.

    Hey guys. Guys! Listen up. I have something important to tell you all.

    Ok. So…

    This. Damaged. My. Laptop. Turns out the gasoline damaged its internals and the fire deformed it into a solid lump of badly-smelling plastic. The toxic fumes from the battery gave me permanent lung damage.

    I know I KNOW it is easy to judge me in hindsight, but literally there was no way to know and I hope this warning helps you avoid doing the same understandable whoopsie I did.

    Now, I have learned my lesson. For my next laptop I will use diesel instead.











  • Deestan@lemmy.worldtoTechnology@lemmy.worldai;dr | (ai; didn't read)
    link
    fedilink
    English
    arrow-up
    22
    ·
    edit-2
    11 days ago

    Yeah he decides “AI is good actually for coding” but the same reasons apply there.

    (Note: Non-coders prototyping is a different use case than professional coding - I am talking about professional coding here)

    LLM code lets people shit out systems with no intent. And those systems are a waste of time. They just feel “90% there” for people who never had to finish a project in their life.

    In the small scale, I get PRs of 200 lines of JS from someone who felt super productive because Claude wrote it for them. What did the JS do? Replicate the CSS “transition” property badly. They could have written one line instead. And gotten a bug-free, efficient, readable and maintainable version of what they were trying to do instead.

    In the large scale, you get thousands of lines of RPC middleware instead of someone saying “hey at this point, should we move this responsibility from module A to module B and get rid of a lot of code?”

    And I refuse to be on the defense of luddite or hater like the author does. Because I have never heard that claim from anyone who is capable of actually shipping stuff better or faster than me.