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
(page 2) 24 comments
sorted by: hot top controversial new old
[–] [email protected] 5 points 1 day ago

I only used BASIC to open infinite windows to crash Windows 95.

[–] [email protected] 6 points 1 day ago (2 children)
[–] [email protected] 7 points 1 day ago* (last edited 1 day ago) (1 children)

BBC micro in a shop:

10 PRINT "Boobies"

20 GOTO 10

[–] [email protected] 3 points 1 day ago* (last edited 1 day ago)

Vic 20 in a shop:

10 POKE 808,112

20 print "Boobies"

30 goto 20

And then you watch the sales assistant walk confidently up to the computer, press the stop button and nothing happens

[–] [email protected] 4 points 1 day ago

Dijkstra wants to have a word with you

[–] [email protected] 5 points 1 day ago

Working with some proprietary no code tools at the moment, and, yea, not letting people just program in a decent language is a mistake.

[–] [email protected] 4 points 1 day ago* (last edited 1 day ago)

I can only think of one example where some simple programming skills could benefit ordinary users: Home Automation. All the more difficult stuff is already neatly packaged into ready to use modules, and the user doesn't have to worry about the ZigBee protocol or APIs or network ports to turn on a light bulb. Here some knowledge about conditionals, variables, loops can easily be used to program useful automations.

load more comments
view more: ‹ prev next ›