I also agree strongly with this statement. When I was in school, I found that the most important part of the notetaking process was manually writing the notes during lectures. Reading them afterwards rarely helped me remember or learn more. Reading notes written by someone else was next to useless.
Want to learn to code? Don't copy and paste, type out other people's code
31–40 of 184 posts
Re: Want to learn to code? Don't copy and paste, type out other people's code
#32> This website uses CloudFlare in order to help keep it online when the server is down by serving cached copies of pages when they are unavailable. Unfortunately, a cached copy of the page you requested is not available, but you may be able to reach other cached pages on the site.
I'm probably being significantly thick-headed, but what exactly is Cloudflare even doing if it's not properly caching pages before traffic hits? And why would they want to advertise that fact on the error page?
Re: Want to learn to code? Don't copy and paste, type out other people's code
#33Re: Want to learn to code? Don't copy and paste, type out other people's code
#34When learning code out of a book for a new language, one trick I found that worked really well was to read the code, then close the book and try to type as much of it from memory as I could. I would futz with it for several minutes exploring various ways of making it break, seeing if I could 1) predict how I was breaking it, and 2) use the error messages to fix my mistakes. Then I would open up the book again and com…
Re: Want to learn to code? Don't copy and paste, type out other people's code
#35http://tommy.authpad.com/don-t-copy-and-paste-other-people-s...
We're restarting our server because we weren't quite prepared for #1 on HN server load
Re: Want to learn to code? Don't copy and paste, type out other people's code
#36Understanding the data structures, not so much, but when you're trying to learn a new language the greatest initial friction is the syntax.
Re: Want to learn to code? Don't copy and paste, type out other people's code
#37OK, so: > This website uses CloudFlare in order to help keep it online when the server is down by serving cached copies of pages when they are unavailable. Unfortunately, a cached copy of the page you requested is not available, but you may be able to reach other cached pages on the site. I'm probably being significantly thick-headed, but what exactly is Cloudflare even doing if it's not properly caching pages before…
http://tommy.authpad.com/don-t-copy-and-paste-other-people-s...
If you want to read it elsewhere
Re: Want to learn to code? Don't copy and paste, type out other people's code
#38Even with a computer science degree I still do this. If I read a tutorial or a book about a new library or language, I type all the examples. By the time I'm done, I know what I'm doing.
Re: Want to learn to code? Don't copy and paste, type out other people's code
#39I totally agree with the central thesis of this article, typing out the code for open source projects I like has been my secret weapon for learning technologies faster than most people think possible.
Re: Want to learn to code? Don't copy and paste, type out other people's code
#40OK, so: > This website uses CloudFlare in order to help keep it online when the server is down by serving cached copies of pages when they are unavailable. Unfortunately, a cached copy of the page you requested is not available, but you may be able to reach other cached pages on the site. I'm probably being significantly thick-headed, but what exactly is Cloudflare even doing if it's not properly caching pages before…