this post was submitted on 20 May 2025
409 points (97.9% liked)

Programming

20305 readers
421 users here now

Welcome to the main community in programming.dev! Feel free to post anything relating to programming here!

Cross posting is strongly encouraged in the instance. If you feel your post or another person's post makes sense in another community cross post into it.

Hope you enjoy the instance!

Rules

Rules

  • Follow the programming.dev instance rules
  • Keep content related to programming in some way
  • If you're posting long videos try to add in some form of tldr for those who don't want to watch videos

Wormhole

Follow the wormhole through a path of communities [email protected]



founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 1 points 14 hours ago (1 children)

Unless you're never doing new development you can't automate them. The kinds of tasks I've used this for:

  • Making an HTML visualisation of some complex function inputs. One-off project. I could totally do this but it would take me way longer.
  • Formatting a complex and very long SystemVerilog file. There aren't any existing SystemVerilog formatters (and certainly none that would handle the insane level of ifdefs in this file).
  • Writing a script to delete all Git branches at a particular commit. I only used this once.
  • Writing an Asciidoctor custom annotation. I don't know Ruby so...

You can't automate any of those.

[–] [email protected] 1 points 7 hours ago (1 children)

You keep using the word "you". You don't know what I can automate or what I have automated.

[–] [email protected] 1 points 7 hours ago

You can't automate these tasks without AI because anything that was capable of generalising to automating such a diverse set of tasks is AI.