this post was submitted on 22 Aug 2024
475 points (95.2% liked)

Technology

58009 readers
3065 users here now

This is a most excellent place for technology news and articles.


Our Rules


  1. Follow the lemmy.world rules.
  2. Only tech related content.
  3. Be excellent to each another!
  4. Mod approved content bots can post up to 10 articles per day.
  5. Threads asking for personal tech support may be deleted.
  6. Politics threads may be removed.
  7. No memes allowed as posts, OK to post as comments.
  8. Only approved bots from the list below, to ask if your bot can be added please contact us.
  9. Check for duplicates before posting, duplicates may be removed

Approved Bots


founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] Weirdfish@lemmy.world 17 points 2 weeks ago (2 children)

20 years ago at a trade show, a new module based visual coding tool was introduced in my field which claimed "You'll never need another programmer".

Oddly enough, I still have a job.

The tools have gotten better, but I still write code every day because procedural programming is still the best way to do things.

It is just now reaching the point that we can do some small to medium scale projects with plug and play systems, but only with very specific equipment and configurations.

[–] ZephyrXero@lemmy.world 12 points 2 weeks ago

20 years ago while learning web development Dreamweaver was going to supposedly eliminate the need for code on websites too. lol

But sadly, the dream of eliminating us seems like it will never die

[–] yarr@feddit.nl 3 points 2 weeks ago (1 children)

20 years ago at a trade show, a new module based visual coding tool was introduced in my field which claimed “You’ll never need another programmer”.

It's because people trying to sell silver bullets is nothing new.

[–] Weirdfish@lemmy.world 1 points 2 weeks ago

The pace of change is about every five years, and some elements are always in transition.

All in one turn key solutions are always one to two cycles behind, so may work great with the stuff I'm already replacing.

I think these are honest attempts to simplify, but by the time they have it sorted its obsolete. If I have to build modules anyway to work with new equipemnt, might as well just write all the code in my native language.

These also tend to be attempts at all in one devices, requiring you to use devices only compatible with those subsystems. I want to be able to use best tech from what ever manufacturer. New and fancy almost always means a command line interface, which again means coding.