I don't know why he pushed you should learn "the popular one" so hard, unless he meant that ironically. There's no way to choose the most popular language from PHP, Ruby, and Python. I do agree on books vs. blogs though. When I started learning Python as my first real language this summer the best source I ended up learning from was LPTHW[1] (I used the free online edition). I think a book like that is a good tool fo…
Stop reading this blog and learn something
11–20 of 39 posts
Re: Stop reading this blog and learn something
#12I recall having a similar epiphany about the value of books when you need to learn something new. There’s a tendency to believe that all information is equally valuable. Therefore, an hour spent reading about, say CoffeeScript in blogs is equivalent to an hour spent reading a CoffeeScript book, only the blogs are free, immediate, and more entertaining. The last bit is the key. They reason that blog posts are more ent…
Agreed. Books are also the result of much more time and effort spent thinking about, planning, and evolving the content, structure, presentation. A book-length collection of blog posts just won't have the attention to detail and completeness that most books do. I also believe books improve one's ability to concentrate, which directly benefits a programmer's ability to get into and stay in flow. Whereas blog posts are…
Re: Stop reading this blog and learn something
#13Phase I: Print this out, have it framed (with non-gloss glass) and hang it on the wall where you can easily see while you code.
Phase II: A day will come when, while reading this, you will chuckle to yourself and mutter, "I, too, was like that". Then remove it from the wall and pass it on to another noob.
I'm still in Phase I, but have become conscious of this, which is an indication that I may be moving, albeit very slowly, to the second phase.
Re: Stop reading this blog and learn something
#14Re: Stop reading this blog and learn something
#15Earlier quoted context omitted.
As has been noted repeatedly: “To Mock a Mockingbird” by Raymond Smullyan. It’s one of the finest mathematics/logic books ever written for the intelligent layman. http://www.amazon.com/gp/product/0192801422?ie=UTF8&tag=... (Yes, that’s an affiliate code. Strip it out and replace with your favourite charity. “Raganwald" is an acceptable answer for “favourite charity.”)
Seems to be out of print on Amazon. Most sellers don't ship to foreign countries. Tough luck for people like me.
They ship to a very large amount of places for free. My only complaint is that because it is shipping from another country it takes a while to get to you and you don't get any tracking codes from them.
Re: Stop reading this blog and learn something
#16I recall having a similar epiphany about the value of books when you need to learn something new. There’s a tendency to believe that all information is equally valuable. Therefore, an hour spent reading about, say CoffeeScript in blogs is equivalent to an hour spent reading a CoffeeScript book, only the blogs are free, immediate, and more entertaining. The last bit is the key. They reason that blog posts are more ent…
Agreed. Books are also the result of much more time and effort spent thinking about, planning, and evolving the content, structure, presentation. A book-length collection of blog posts just won't have the attention to detail and completeness that most books do. I also believe books improve one's ability to concentrate, which directly benefits a programmer's ability to get into and stay in flow. Whereas blog posts are…
Re: Stop reading this blog and learn something
#17I recall having a similar epiphany about the value of books when you need to learn something new. There’s a tendency to believe that all information is equally valuable. Therefore, an hour spent reading about, say CoffeeScript in blogs is equivalent to an hour spent reading a CoffeeScript book, only the blogs are free, immediate, and more entertaining. The last bit is the key. They reason that blog posts are more ent…
> For example, my essays about Combinators and Ruby might make you interested in Combinators enough to read a real book about them Mind suggesting such a book? :)
http://www.cambridge.org/gb/knowledge/isbn/item1175709/?site...
Re: Stop reading this blog and learn something
#18I don't know why he pushed you should learn "the popular one" so hard, unless he meant that ironically. There's no way to choose the most popular language from PHP, Ruby, and Python. I do agree on books vs. blogs though. When I started learning Python as my first real language this summer the best source I ended up learning from was LPTHW[1] (I used the free online edition). I think a book like that is a good tool fo…
Re: Stop reading this blog and learn something
#19Earlier quoted context omitted.
Agreed. Books are also the result of much more time and effort spent thinking about, planning, and evolving the content, structure, presentation. A book-length collection of blog posts just won't have the attention to detail and completeness that most books do. I also believe books improve one's ability to concentrate, which directly benefits a programmer's ability to get into and stay in flow. Whereas blog posts are…
However, you have to careful about reading books on technology. It is very possible that the technology has changed since the book was published. There are some technologies I would read books for and some technologies that I would read the online documentation and blogs.
Re: Stop reading this blog and learn something
#20 1)Be inspired to build something.
2)Pick a tool you think might work.
3)Build it.
4a) Success? Go to 1.
4b) Failure? Go to 1.