this post was submitted on 20 Jan 2025
26 points (96.4% liked)

Programming

18364 readers
69 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 !webdev@programming.dev



founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] floofloof@lemmy.ca 16 points 1 month ago* (last edited 1 month ago) (2 children)

I dunno. I've been programming on and off since the 1980s and professionally since the early 2000s. It still always takes me forever to build anything worthwhile and even longer to maintain it. Most software these days is complicated enough that it requires many people to build and maintain. I'm not sure that "everyone should be equipped to program what they need" was realistic even back in the 1980s, let alone with today's complexity.

Most users don't want to be sucked down a bottomless time hole just getting their computer to do a thing it won't do, and understandably prefer to have someone else suffer this for them, then use what was built.

So I don't know about the goal of everyone being able to program. I still think it's a worthwhile goal that people should have full control over their machines so that they can install and uninstall what they want, configure devices to work the best way for them, and turn off the features that don't serve the user at all. And I think open source software is great for bringing technically inclined people together to collaborate on what's actually useful to people.

[–] ProdigalFrog@slrpnk.net 2 points 1 month ago* (last edited 1 month ago)

I agree entirely, especially as modern systems massively ballooning the required knowledge and skill.

However, I do think there could've perhaps been a happy medium, where OS's retained and continued to develop a simple, built in way to program easily and without setup to retain the spirit of what BASIC provided.

I guess I'm imagining a sort've evolved version of Hypercard, which seemed to be on the path of providing something like that.

The beauty of HyperCard is that it lets people program without having to learn how to write code — what I call "programming for the rest of us". HyperCard has made it possible for people to do things they wouldn't have ever thought of doing in the past without a lot of heavy-duty programming. It's let a lot of non-programmers, like me, into that loop.

David Lingwood, APDA

There seems to be Decker as a spiritual successor, which is pretty neat.

[–] maegul@lemmy.ml 1 points 1 month ago

I’ve felt for a long time that continuous gradients of complexity with sensible defaults all along the spectrum is a general architectural pattern necessary for wide spread empowerment. But I don’t see anyone thinking in those terms. Maybe it’s just me, but it feels obvious. As you say, but everyone is going to dive into the source code. So let them find the level at which they’re comfortable.