this post was submitted on 20 Jan 2025
159 points (94.9% liked)
Programming
17862 readers
257 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
view the rest of the comments
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.
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.
There seems to be Decker as a spiritual successor, which is pretty neat.
🤯
Steve Jobs doing a hiring interview in Apple's early days:
https://folklore.org/Gobble_Gobble_Gobble.html?sort=date
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.
That's a good way of thinking about it. Even experienced developers appreciate being able to put the bones of an application together as quickly as possible so they can focus on the bits that make it unique.
Yea, and then being able to traverse the layers in a reasonable way when needed/desired without needing be stuck or live in one of those layers.