Actions

Reading List: Difference between revisions

From HacDC Wiki

(→‎Electronics: Added Mims and Scherz books. Made Pakhchyan a link to Amazon.)
(Added a few more books and use the Template:Amazon template)
Line 8: Line 8:


* [http://www.mit.edu/hacker/hacker.html The Hacker Crackdown] by Bruce Sterling.
* [http://www.mit.edu/hacker/hacker.html The Hacker Crackdown] by Bruce Sterling.
* [http://www.cryptonomicon.com/beginning.html In the beginning was the command line] by Neal Stephenson


=== Electronics ===
=== Electronics ===


* [http://www.amazon.com/Fashioning-Technology-Intro-Crafting-Projects/dp/0596514379/ Fashioning Technology: A DIY Intro to Smart Crafting] by Syuzi Pakhchyan
* {{amazon|0596514379|Fashioning Technology: A DIY Intro to Smart Crafting}} by Syuzi Pakhchyan
* [http://www.amazon.com/gp/product/0945053282/ Getting Started in Electronics] by Forrest Mims
* {{amazon|0945053282|Getting Started in Electronics}} by Forrest Mims
: A very readable and nearly mathematics free guide to electronics components and schematics.  There are many small projects that can be completed in a single evening of work.
: A very readable and nearly mathematics free guide to electronics components and schematics.  There are many small projects that can be completed in a single evening of work.
* [http://www.amazon.com/gp/product/1878707035/ Engineer's Notebook] by Forrest Mims
* {{amazon|1878707035|Engineer's Notebook}} by Forrest Mims
: Continues where <i>Getting Started in Electronics</i> ends and has many cookbook solutions to common tasks.  If you've seen the Radio Shack "Mini notebooks", this is a compilation of all of them.
: Continues where <i>Getting Started in Electronics</i> ends and has many cookbook solutions to common tasks.  If you've seen the Radio Shack "Mini notebooks", this is a compilation of all of them.
* [http://www.amazon.com/Practical-Electronics-Inventors-Paul-Scherz/dp/0071452818/ Practical Electronics for Inventors] by Paul Scherz
* {{amazon|0071452818|Practical Electronics for Inventors}} by Paul Scherz
: Similar in to Forrest Mims' books, but with more theory and math.  Lots of analog circuits and discrete logic examples.
: Similar in to Forrest Mims' books, but with more theory and math.  Lots of analog circuits and discrete logic examples.


=== Computers ===
=== Computers ===
* {{amazon|1593270038|Write Great Code Volume 1: Understanding the machine}}
: Excellent introduction to computer architecture.  This is a guide to understanding how CPUs and memory hierarchies work, how numbers are represented, how arrays are laid out, and so on. 
* {{amazon|1593270658|Write Great Code Volume 2: Thinking low-level, writing high-level}}
: Almost better than Volume 1, this one focuses on how to write better code by understanding what the CPU, memory and compiler are doing underneath all of the syntactic sugar provided by high-level languages.  Very important information for anyone writing in a high level language (like C) for embedded systems (like the AVR).
* {{amazon|020161622X|The Pragmatic Programmer}}
: Language independent guidelines for writing better code, working better with development groups and management, and avoiding common problems.


=== Radio ===
=== Radio ===
Line 30: Line 38:


=== Science Fiction ===
=== Science Fiction ===
* {{amazon|0441012035|Neuromancer}} by William Gibson
* {{amazon|0553380958|Snow Crash}} by Neal Stephenson
* {{amazon|0441016073|Halting State}} by Charles Stross


=== Fantasy ===
=== Fantasy ===

Revision as of 22:16, 30 July 2008

The HacDC Reading list, featuring the finest hacker tomes. (If you have ideas on how to organize, categorize, and linkize these, use the discussion page. I've avoided adding too much detail, so as to minimize the amount of work that will need to be done to re-arrange the list once a more useful organization scheme is hatched.)

Kid's Books

Non-Fiction

Biography & History

Electronics

A very readable and nearly mathematics free guide to electronics components and schematics. There are many small projects that can be completed in a single evening of work.
Continues where Getting Started in Electronics ends and has many cookbook solutions to common tasks. If you've seen the Radio Shack "Mini notebooks", this is a compilation of all of them.
Similar in to Forrest Mims' books, but with more theory and math. Lots of analog circuits and discrete logic examples.

Computers

Excellent introduction to computer architecture. This is a guide to understanding how CPUs and memory hierarchies work, how numbers are represented, how arrays are laid out, and so on.
Almost better than Volume 1, this one focuses on how to write better code by understanding what the CPU, memory and compiler are doing underneath all of the syntactic sugar provided by high-level languages. Very important information for anyone writing in a high level language (like C) for embedded systems (like the AVR).
Language independent guidelines for writing better code, working better with development groups and management, and avoiding common problems.

Radio

Science

Philosophy

Fiction

Science Fiction

Fantasy