beriukay comments on Approving reinforces low-effort behaviors - Less Wrong
You are viewing a comment permalink. View the original post to see all comments and the full post content.
You are viewing a comment permalink. View the original post to see all comments and the full post content.
Comments (23)
Well, my recent experience with learning how to program was largely stitched-together immediate actions. Download Python one day. A week later, when clearing out my downloads folder, install it. Then open the tutorial guide but not read it. Then realize I've had the guide open for a few days, so start reading it. Get annoyed at not understanding stuff, so Google for more guides, and find Learn Python The Hard Way. Open the .pdf, start reading it. Get gedit and start following the examples. Whenever it gets hard, stop, but leave gedit and the command prompt open in the background reminding me it is all there. Make sure there are quick links to everything so if they aren't already open, they are one double-click away. <Insert some non-effortless non-immediate actions>. Step 3, post stuff on github and like it enough to keep wanting to learn more.
I may not have accomplished much with it, but it is hardly trivial, and since I first learned about Python in 2007 and have only started working on it this past year, I can rather confidently say that it wouldn't have happened any time soon otherwise.