Found in 13 comments on Hacker News
dctoedt · 2022-10-23 · Original thread
> How much of PG's blog is based on setting up strawmen and using them to bash on the liberal arts?

It'd be surprising if PG wanted to bash the liberal arts, given his longstanding interest in fine arts, specifically painting; see, e.g., his Hackers and Painters book. (He studied painting at RISD and in Florence.)

https://www.amazon.com/Hackers-Painters-Big-Ideas-Computer/d...

https://en.wikipedia.org/wiki/Paul_Graham_(programmer)

mindcrime · 2022-08-17 · Original thread
What is the proper way to achieve that kind of skill?

I don't know that there's any one specific "proper" way, and as the old saying goes "many roads lead to Rome." But I do think the spirit of this old saw applies:

A fellow goes to New York to attend a concert, but gets lost. He spots another fellow who’s carrying a violin case. “Sir, can you tell me how to get to Carnegie Hall?” The musician smiles and says, “Practice, practice, practice.”

Are there any must read topics/subjects?

I think many people approach this from different directions, but you can pretty much always figure that it helps to get "close to the hardware" and understand things from first principles as much as possible, and then build your knowledge up from that base. So if you start from literally understanding how you make a logic gate from a transistor, and then up to how AND,OR,NAND,NOR,NOT etc. gates are used to implement digital logic, and up through some basics of how a CPU executes code, yadda yadda, you're probably on a good path. Then from the code level, understanding assembly language for at least one architecture and having at least some notion of how the assembly mnemonics map to the CPU ISA and what's going on at the hardware level. What are registers and how are they used, how is data shuffled around between different parts of memory, etc. From there you can build up to understanding different parts of the computing "stack" - the operating system kernel, standard library, memory models, etc.

All of that said, I don't claim that the above is the way, just a way. I'm sure there are people who use the title "hacker" who didn't do any of that. All "many roads".

The other thing I'll throw out there is that math comes into play at some levels depending on exactly where your interests take you. It can't hurt to pick up some basic number theory, boolean algebra, computability theory, etc. Some of the kinds of things that come up in the book Hackers Delight[1] could be of interest.

Another thought - if you haven't read Steven Levy's book Hackers: Heroes of the Computer Revolution[2] give that a read. It's not a super technical book, being more about the "spirit" or essence of what "hacking" and "hackerdom" are. But I would say that might be as valuable as the technical stuff in many ways.

Also, reading the various pg essays[3] and/or Paul's book Hackers and Painters[4] probably can't hurt either.

Beyond that, there's a whole laundry list of books and resources one might mention as seminal or defining works of "hackerdom". Things like the TCP/IP Illustrated books by Stephens, The C Programming Language by Kernighan and Ritchie, The Cathedral and the Bazaar by esr, the Internetworking with TCP/IP books by Comer, Advanced Programming in the UNIX Environment by Stephens, a lot of early LISP material by McCarthy and others, a lot of the "AI Series" papers from MIT's CSAIL lab, etc., etc. And that's not close to a comprehensive list, if such a thing could be said to exist. Just some examples of the kinds of things people who associate with hackerdom tend to get into.

Last thought - I would cite "curiosity" as the most important defining trait for becoming a "hacker". If you're never satisfied with your current level of knowledge, always want to probe and dig deeper, and understand more and more and more and more of how things work and why things are the way they are, then in my book you're pretty much a hacker. I'd say try to cultivate that insatiable desire to learn and just dive in and don't worry too much about the "proper" road.

[1]: https://www.amazon.com/Hackers-Delight-2nd-Henry-Warren/dp/0...

[2]: https://www.amazon.com/Hackers-Computer-Revolution-Steven-Le...

[3]: http://www.paulgraham.com/articles.html

[4]: https://www.amazon.com/Hackers-Painters-Big-Ideas-Computer/d...

eslaught · 2019-02-05 · Original thread
I'm surprised no one in this thread has mentioned Hacker & Painters: https://www.amazon.com/dp/1449389554

This is the book that really got me into programing. I'd tried programming before, and had even studied a C++ textbook and written some simple programs. But it really hadn't clicked. Graham's points about the fundamental expressiveness of different programming languages really blew my mind. This started a chain of "learn language X and try to build Y" for different values of X and Y.

Part of what I realized is how much I had been hampered by how difficult C++ is to pick up (especially with the IDEs of the early 2000s, which would give you an "empty" project with a couple hundred lines of code in it). When I realized that to write a Perl script, all I needed to do was open Notepad and start from an empty file, it was just so unbelievably liberating. That and also, obviously, just how much easier dynamic languages are to work with in general. Of course I eventually came back to C++, but that was the spark which kicked off a journey that lead to me flying through CS in college and eventually ending up in a PhD program.

Edit: Fixed link. Note also that the essays are available online for free, though you have to reverse engineer the reading order from the table of contents.

jv22222 · 2017-08-25 · Original thread
Of course, the original comparison between coders and artists was made by Paul Graham in Hackers and Painters:

https://www.amazon.com/Hackers-Painters-Big-Ideas-Computer/d...

gusmd · 2016-01-03 · Original thread
Sorry if I'm going too far on a tangent here, but has anyone bought his book Hackers & Painters: Big Ideas from the Computer Age [0]?

It has been on my wishlist for quite a while now. The reviews are quite positive.

[0] http://www.amazon.com/Hackers-Painters-Big-Ideas-Computer/dp...

KenAdler · 2014-01-02 · Original thread
She might find inspiration in Paul Graham's "Hackers and Painters"

http://www.amazon.com/Hackers-Painters-Big-Ideas-Computer/dp...

dpkendal · 2012-04-21 · Original thread
"The computer world is like an intellectual Wild West, in which you can shoot anyone you wish with your ideas, if you're willing to risk the consequences."

http://www.amazon.com/Hackers-Painters-Big-Ideas-Computer/dp...

pefavre · 2011-12-06 · Original thread
I'm not much of a butt-licker, but Hackers and Painters: Big Ideas from the Computer Age from PG is a classic. http://www.amazon.com/Hackers-Painters-Big-Ideas-Computer/dp...
mindcrime · 2011-04-04 · Original thread
+1 for Cryptonomicon. It isn't the easiest book to get through, but it's very worthwhile.

Another couple of possibilities might be:

The Soul of a New Machine - Tracy Kidder

http://www.amazon.com/Soul-New-Machine-Tracy-Kidder/dp/03164...

The Cuckoo's Egg: Tracking a Spy Through the Maze of Computer Espionage - Clifford Stoll

http://www.amazon.com/Cuckoos-Egg-Tracking-Computer-Espionag...

Hackers & Painters - Paul Graham (yes, that Paul Graham)

http://www.amazon.com/Hackers-Painters-Big-Ideas-Computer/dp...

gnubardt · 2011-01-03 · Original thread
That's for the kindle version, but the paperback edition is $11 [1].

[1]: http://www.amazon.com/Hackers-Painters-Big-Ideas-Computer/dp...

dantheman · 2010-07-12 · Original thread
It's only $12.23 on amazon: http://www.amazon.com/Hackers-Painters-Big-Ideas-Computer/dp...

for the dead tree version.

Fresh book recommendations delivered straight to your inbox every Thursday.