this post was submitted on 02 Dec 2025
19 points (82.8% liked)

Ask

1422 readers
2 users here now

Rules

  1. Be nice
  2. Posts must be legitimate questions (no rage bait or sea lioning)
  3. No spam
  4. NSFW allowed if tagged
  5. No politics
  6. For support questions, please go to !newcomers@piefed.zip

Icon by Hilmy Abiyyu A.

founded 11 months ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] threelonmusketeers@sh.itjust.works 3 points 2 months ago (2 children)

Vibe coding silly Python projects.

[–] neidu3@sh.itjust.works 3 points 2 months ago* (last edited 2 months ago) (1 children)

Same-ish. I'm fluent in Perl, but whenever I write a web backend I use ChatGPT to help me cook the JavaScript needed by the front end. No way in hell I'm learning Javascript without a gun to my head.

[–] skulblaka@sh.itjust.works 1 points 2 months ago (1 children)

Boy I hope you really, really enjoy debilitating security holes if you're using GPT to write your backend JS

[–] neidu3@sh.itjust.works 3 points 2 months ago (1 children)

I only do cosmetic stuff in JS. Anything that needs to be secure is handled by perl.

[–] FaceDeer@fedia.io 1 points 2 months ago

I just recently came across Jules, an autonomous coding agent by Google, and was impressed with its free access level. I dumped a whole directory full of haphazard Python scripts I've been accumulating over the years into it and asked it to refactor them into less of a mess and it did a remarkable job turning the folder into somewhat of an actual application. You can hook it up to your Github account too, if you want, and it'll submit its changes as a new branch.

Just bear in mind that it'll make mistakes, I did have to do a thorough debugging run to make sure everything still worked the same. But the amount of grunt work it saved me was huge.