I do feel like ppl who know how to program have forgotten about all the intuitive knowledge they have that helps. I have tried a few times to learn and rapidly get stuck on a confusion that no programming forum addresses because it's too basic
i would absolutely fucking join a chat where half of us are people with the stupidest basic questions and the other half are people happy to explain with short turnaround time
yeah or it's basic but in the wrong way—easy to find explanations of for loops and conditionals, hard to find the stuff that addresses "what is the difference between my toy program and an actual application that does meaningful work"
“getting stuck on a confusion that no programming forum addresses” is maybe the ultimate distillation of what programming feels like a lot of the time fwiw
working backwards from something you're itching to create is best
you'll have the motivation to continue when you get frustrated
programming is an exercise in pain endurance lol
Have any specifics for humor? Most of the things in programming need a good metaphor to explain the abstract idea, and then a set of contradictions to explain why it's not really like that idea. Asking the why too early is also often not helpful.