Ask HN: How should new programmers learn in the AI era?
11–17 of 17 posts
Re: Ask HN: How should new programmers learn in the AI era?
#12Re: Ask HN: How should new programmers learn in the AI era?
#13Re: Ask HN: How should new programmers learn in the AI era?
#14Re: Ask HN: How should new programmers learn in the AI era?
#15Those little exercises are still good projects IMO. Find where his passion is about (it could be making games, or making apps to help his girlfriend do X, or drilling into computer architecture), and help him to build up the ability to teach himself using material offline.
And train his patience, too. With so many free helping hands nowadays, it is very important to be patient and NOT seek out help unless one has exhausted all available venues at hand. My thumb of rule is "3-night" -- if he cannot find the answer or even make an progress for 3 nights, he needs to seek external help. But build up his tolerance towards frustration -- in pretty much all trades, programming included, tradesmen need to retain the ability to tolerate certain level towards frustration -- otherwise they would achieve nothing. Build up his tolerance towards frustration, build up his tolerance towards boredom. IMO it helps to sit with him to debug programs step by step.
Re: Ask HN: How should new programmers learn in the AI era?
#16If AI lets you build the basic version immediately, then try adding features until you get stuck. Extend your todo app to have gantt chart scheduling with drag and drop and automatic reflowing. Give your video game more realistic physics. Etc
Re: Ask HN: How should new programmers learn in the AI era?
#17Also providing examples how to do something would be OK. Not different from searching for info and reading some blog or stack overflow.