Skip to content

Commit

Permalink
Add links to purchase
Browse files Browse the repository at this point in the history
  • Loading branch information
mgp committed Jan 15, 2014
1 parent 788fa3d commit c57e989
Show file tree
Hide file tree
Showing 40 changed files with 84 additions and 0 deletions.
2 changes: 2 additions & 0 deletions advanced-dom-scripting.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

by Jeffrey Sambells and Aaron Gustafson

*I, [Michael Parker](http://omgitsmgp.com/), own this book and took these notes to further my own learning. If you enjoy these notes, please [purchase the book](http://www.amazon.com/AdvancED-DOM-Scripting-Dynamic-Techniques/dp/1590598563)!*

### Chapter 1: Do It Right with Best Practices
* pg 11: Instead of using inline event attributes, use unobtrusive techniques to add the event handlers when the window loads.
* pg 14: Instead of browser sniffing to find what features you can use, use capability detection and check for the existence of methods directly.
Expand Down
2 changes: 2 additions & 0 deletions ape-author-publisher-entrepreneur.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

by Guy Kawasaki

*I, [Michael Parker](http://omgitsmgp.com/), own this book and took these notes to further my own learning. If you enjoy these notes, please [purchase the book](http://www.amazon.com/APE-Author-Publisher-Entrepreneur-How-Publish-ebook/dp/B00AGFU5VS)!*

### [ Author ]

#### Chapter 1: Should You Write a Book?
Expand Down
2 changes: 2 additions & 0 deletions art-of-the-start.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

by Guy Kawasaki

*I, [Michael Parker](http://omgitsmgp.com/), own this book and took these notes to further my own learning. If you enjoy these notes, please [purchase the book](http://www.amazon.com/The-Art-Start-Time-Tested-Battle-Hardened/dp/1591840562)!*

### Chapter 1: The Art of Starting
* pg 8: Create a mantra for your employees as a guideline; a tagline is for your customers.
* pg 9: Don't write up a business plan, craft a pitch, or start financial projections until you have a prototype.
Expand Down
2 changes: 2 additions & 0 deletions authority.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

by Nathan Barry

*I, [Michael Parker](http://omgitsmgp.com/), own this book and took these notes to further my own learning. If you enjoy these notes, please [purchase the book](http://nathanbarry.com/authority/)!*

#### Chapter 1: On Writing
* pg 5: You can continue to create cutting-edge work and strive to be the best in your industry, but until you start teaching and sharing, your reach and influence will be
limited.
Expand Down
2 changes: 2 additions & 0 deletions beginning-iphone-3-development.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

by David Mark and Jeff LaMarche

*I, [Michael Parker](http://omgitsmgp.com/), own this book and took these notes to further my own learning. If you enjoy these notes, please [purchase the book](http://www.amazon.com/Beginning-iPhone-Development-Exploring-SDK/dp/1430224592)!*

### Chapter 1: Welcome to the Jungle
pg 7: The iPhone doesn't write memory to a swap file, so usually only half the memory of a 128MB of 256MB device is left for you to use.

Expand Down
2 changes: 2 additions & 0 deletions bulletproof-ajax.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

by Jeremy Keith

*I, [Michael Parker](http://omgitsmgp.com/), own this book and took these notes to further my own learning. If you enjoy these notes, please [purchase the book](http://www.amazon.com/Bulletproof-Ajax-Jeremy-Keith/dp/0321472667)!*

### Chapter 1: What is Ajax?
* pg 8: A tiny, practically invisible inline frame, or hidden `iframe`, can get data from the server; Javascript can use that data to update the main page.
* pg 9: Ajax isn't tied to XML -- you can use any structured format that carries data.
Expand Down
2 changes: 2 additions & 0 deletions choose-yourself.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

by James Altucher

*I, [Michael Parker](http://omgitsmgp.com/), own this book and took these notes to further my own learning. If you enjoy these notes, please [purchase the book](http://www.amazon.com/Choose-Yourself-James-Altucher-ebook/dp/B00CO8D3G4)!*

### I Choose Myself: An Introduction
* To survive and thrive, you must choose yourself. We cannot afford to rely on others anymore.
* It's one thing to know "The Secret" and bring positivity into your life, but it's another to actually create opportunities for yourself.
Expand Down
2 changes: 2 additions & 0 deletions code-complete.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

by Steve McConnell

*I, [Michael Parker](http://omgitsmgp.com/), own this book and took these notes to further my own learning. If you enjoy these notes, please [purchase the book](http://www.amazon.com/Code-Complete-Practical-Handbook-Construction/dp/0735619670)!*

### Chapter 5: Design in Construction

#### 5.1: Design Challenges
Expand Down
2 changes: 2 additions & 0 deletions css-the-missing-manual.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

by David Sawyer McFarland

*I, [Michael Parker](http://omgitsmgp.com/), own this book and took these notes to further my own learning. If you enjoy these notes, please [purchase the book](http://www.amazon.com/CSS3-Missing-David-Sawyer-McFarland/dp/1449325947)!*

### Chapter 3 - Selector Basics: Identifying What to Style
* pg 43: Tag selectors, sometimes called type selectors, are the selector rules applied to the HTML element names.
* pg 47: A `div` tag specifies a logical division on the page, and can contain several block-level elements, allowing you to group together logically related tags. A `span` allows you to apply a style to just part of a tag.
Expand Down
2 changes: 2 additions & 0 deletions design-patterns.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

by Erich Gamma, Richard Helm, Ralph Johnson, and John Vlissides

*I, [Michael Parker](http://omgitsmgp.com/), own this book and took these notes to further my own learning. If you enjoy these notes, please [purchase the book](http://www.amazon.com/Design-Patterns-Elements-Reusable-Object-Oriented/dp/0201633612)!*

### Chapter 1: Introduction

* Expert designers know not to solve every problem from first principles, but reuse good solutions. This experience makes them experts.
Expand Down
2 changes: 2 additions & 0 deletions different.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

by Youngme Moon

*I, [Michael Parker](http://omgitsmgp.com/), own this book and took these notes to further my own learning. If you enjoy these notes, please [purchase the book](http://www.amazon.com/Different-Escaping-Competitive-Youngme-Moon/dp/030746086X)!*

### introduction
* pg 2: When overcome with choices, a connoisseur sees differences, while a novice sees similarities.
* pg 8: If comparative diligence proves too taxing, the ability to differentiate dies, as does your ability to compete.
Expand Down
2 changes: 2 additions & 0 deletions do-more-faster.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

by David Cohen and Brad Feld

*I, [Michael Parker](http://omgitsmgp.com/), own this book and took these notes to further my own learning. If you enjoy these notes, please [purchase the book](http://www.amazon.com/Do-More-Faster-TechStars-Accelerate/dp/0470929839)!*

### Theme 1: Idea and Vision
* pg 12: If you can raise your prices and customers still your product, you've found a pain point to exploit.
* pg 20: If you're not embarrassed when you ship your first version, you've waited too long.
Expand Down
2 changes: 2 additions & 0 deletions dom-scripting.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

by Jeremy Keith

*I, [Michael Parker](http://omgitsmgp.com/), own this book and took these notes to further my own learning. If you enjoy these notes, please [purchase the book](http://www.amazon.com/DOM-Scripting-Design-JavaScript-Document/dp/1430233893)!*

### Chapter 1
* ECMAScript is the proper name of Javascript, which is not related to Java.
* DHTML was a shorthand term for describing the combination of HTML, CSS, and Javascript.
Expand Down
2 changes: 2 additions & 0 deletions dont-make-me-think.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

by Steven Krug

*I, [Michael Parker](http://omgitsmgp.com/), own this book and took these notes to further my own learning. If you enjoy these notes, please [purchase the book](http://www.amazon.com/Dont-Make-Me-Think-Usability/dp/0321344758)!*

### Chapter 1: Don't make me think!
* pg 11: Kurg's first law of usability is don't make the user think -- what it is and how to use it should be self-evident.
* pg 15: Every question raised adds to our cognitive workload, distracting attention from the task at hand.
Expand Down
2 changes: 2 additions & 0 deletions effective-c++-3rd-edition.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

by Scott Meyers

*I, [Michael Parker](http://omgitsmgp.com/), own this book and took these notes to further my own learning. If you enjoy these notes, please [purchase the book](http://www.amazon.com/Effective-Specific-Improve-Programs-Designs/dp/0321334876)!*

### Chapter 1: Accustoming Yourself to C++

#### Item 1: View C++ as a federation of languages
Expand Down
2 changes: 2 additions & 0 deletions effective-java-2nd-edition.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

by Joshua Bloch

*I, [Michael Parker](http://omgitsmgp.com/), own this book and took these notes to further my own learning. If you enjoy these notes, please [purchase the book](http://www.amazon.com/Effective-Java-Edition-Joshua-Bloch/dp/0321356683)!*

### Chapter 2: Creating and Destroying Objects

#### Item 1: Consider static factories instead of constructors
Expand Down
6 changes: 6 additions & 0 deletions elements-of-style.markdown
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## The Elements of Style

by William Strunk Jr. and E.B. White

*I, [Michael Parker](http://omgitsmgp.com/), own this book and took these notes to further my own learning. If you enjoy these notes, please [purchase the book](http://www.amazon.com/The-Elements-Style-Fourth-Edition/dp/020530902X)!*

### I. Elementary Rules of Usage
* pg 1: Form the possessive singular of nouns by adding _'s_, whatever the final consonant.
* pg 2: In a series of three or more terms with a single conjunction, add a comma after each term except the last.
Expand Down
2 changes: 2 additions & 0 deletions founders-at-work.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

by Jessica Livingston

*I, [Michael Parker](http://omgitsmgp.com/), own this book and took these notes to further my own learning. If you enjoy these notes, please [purchase the book](http://www.amazon.com/Founders-Work-Stories-Startups-Early/dp/1590597141)!*

### Chapter 1: Max Levchin (Cofounder, Paypal)
* pg 7: Part of having a CEO is that you can respectfully disagree, but you can resign if you don't like it that much.
* pg 12: Invites to sign up work better if they grant access to something valuable left by a friend who invited them.
Expand Down
2 changes: 2 additions & 0 deletions how-to-win-friends-and-influence-people.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

by Dale Carnegie

*I, [Michael Parker](http://omgitsmgp.com/), own this book and took these notes to further my own learning. If you enjoy these notes, please [purchase the book](http://www.amazon.com/How-Win-Friends-Influence-People/dp/0671027034)!*

### Part 1: Fundamental Techniques in Handling People

#### Chapter 1
Expand Down
2 changes: 2 additions & 0 deletions html-5th-edition.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

by Elizabeth Castro

*I, [Michael Parker](http://omgitsmgp.com/), own this book and took these notes to further my own learning. If you enjoy these notes, please [purchase the book](http://www.amazon.com/HTML-XHTML-CSS-Sixth-Edition/dp/0321430840)!*

### Chapter 1
* Elements are block or inline; block elements are displayed on new lines, while inline elements are not. This is the difference between `div` and `span`.
* If you save your document in UTF-8, and declare it as such when serving it, you don't have to use character references like `&copy`, with the exception of `&amp` for `&`.
Expand Down
2 changes: 2 additions & 0 deletions information-architecture.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

by Peter Morville, Louis Rosenfeld

*I, [Michael Parker](http://omgitsmgp.com/), own this book and took these notes to further my own learning. If you enjoy these notes, please [purchase the book](http://www.amazon.com/Information-Architecture-World-Wide-Web/dp/0596527349)!*

### Chapter 1: Defining Information Architecture
* pg 5: Structuring mean identifying information "atoms," organizing means grouping them into categories, and labeling is naming those categories.
* pg 5: An information architecture must balance the needs of users with the goals of the business.
Expand Down
2 changes: 2 additions & 0 deletions iphone-user-interface-design-projects.markdown
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
## iPhone User Interface Design Projects

*I, [Michael Parker](http://omgitsmgp.com/), own this book and took these notes to further my own learning. If you enjoy these notes, please [purchase the book](http://www.amazon.com/iPhone-User-Interface-Design-Projects/dp/B005B1F51C)!*

### Chapter 1: App Cubby
* pg 5: Read the iPhone Human Interface Guidelines book, and conform to Apple's UI conventions.
* pg 8: Because the keyboard takes up so much space, have data entry focused on a single field or a small group of fields that fit above the keyboard.
Expand Down
2 changes: 2 additions & 0 deletions javascript-patterns.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

by Stoyan Stefanov

*I, [Michael Parker](http://omgitsmgp.com/), own this book and took these notes to further my own learning. If you enjoy these notes, please [purchase the book](http://www.amazon.com/JavaScript-Patterns-Stoyan-Stefanov/dp/0596806752)!*

### Chapter 1: Introduction
* pg 3: Native objects are described by the ECMAScript standard and are either built-in or user-defined; host objects are defined by the host environment.
* pg 4: A prototype is an object, not a class or anything special, and every function has a `prototype` property.
Expand Down
2 changes: 2 additions & 0 deletions jquery-in-action.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

Bear Bibeault and Yehuda Katz

*I, [Michael Parker](http://omgitsmgp.com/), own this book and took these notes to further my own learning. If you enjoy these notes, please [purchase the book](http://www.amazon.com/jQuery-Action-Second-Edition-Bibeault/dp/1935182323)!*

### Chapter 1: Introducing jQuery
* pg 9: When `$` is passed a selector, the returned value contains matching elements in the order they appear in the document.
* pg 12: Passing a method to `$` executes the method when the DOM has loaded, and doesn't wait for all resources to load.
Expand Down
2 changes: 2 additions & 0 deletions learn-objective-c-on-the-mac.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

by Mark Dalrymple and Scott Knaster

*I, [Michael Parker](http://omgitsmgp.com/), own this book and took these notes to further my own learning. If you enjoy these notes, please [purchase the book](http://www.amazon.com/Learn-Objective-C-Mac-For-iOS/dp/1430241888)!*

### Chapter 2: Extensions to C
* pg 8: Files ending in `.m` are handled by the Objective-C compiler.
* pg 9: The `#import` directive is like `#include`, but doesn't require the programmer to use an `#ifndef` directive so that a file is included only once.
Expand Down
2 changes: 2 additions & 0 deletions learning-android.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

by Marko Gargenta

*I, [Michael Parker](http://omgitsmgp.com/), own this book and took these notes to further my own learning. If you enjoy these notes, please [purchase the book](http://www.amazon.com/Learning-Android-Marko-Gargenta/dp/1449390501)!*

### Chapter 3: Quick Start
* pg 20: The mainfest file explains what the application consits of, what its main building blocks are, what permissions it requires, and so on.
* pg 21: The layout XML is responsible for the layout of widgets, while the strings XML is responsible for their textual content.
Expand Down
2 changes: 2 additions & 0 deletions learning-python-4th-edition.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

by Mark Lutz

*I, [Michael Parker](http://omgitsmgp.com/), own this book and took these notes to further my own learning. If you enjoy these notes, please [purchase the book](http://www.amazon.com/Learning-Python-Edition-Mark-Lutz/dp/1449355730)!*

### Chapter 3: How You Run Programs
* pg 98: A Python file without the `.py` extension and with the executable bit set can be run as a shell script if the hash bang is present in the first line.
* pg 108: Reloads aren't transitive, so reloading one module won't reload any modules it imports, so avoid the temptation to launch by imports and reloads.
Expand Down
2 changes: 2 additions & 0 deletions mongodb-the-definitive-guide.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

by Kristina Chodorow and Michael Dirolf

*I, [Michael Parker](http://omgitsmgp.com/), own this book and took these notes to further my own learning. If you enjoy these notes, please [purchase the book](http://www.amazon.com/MongoDB-Definitive-Guide-Kristina-Chodorow/dp/1449344682)!*

### Chapter 1: Introduction
* pg 3: MongoDB uses memory-mapped files to push memory management to the operating system.

Expand Down
2 changes: 2 additions & 0 deletions more-iphone-3-development.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

by David Mark and Jeff LaMarche

*I, [Michael Parker](http://omgitsmgp.com/), own this book and took these notes to further my own learning. If you enjoy these notes, please [purchase the book](http://www.amazon.com/More-iPhone-Development-Tackling-Beginning/dp/143022505X)!*

### Chapter 11: MapKit
* pg 369: When testing if a coordinate is within a map view’s displayed region, be sure to account for the international date line.
* pg 370: The annotation view is the object that gets displayed on the map, not the floating window (or callout) that is displayed when it’s selected.
Expand Down
2 changes: 2 additions & 0 deletions ppk-on-javascript.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

by Peter-Paul Koch

*I, [Michael Parker](http://omgitsmgp.com/), own this book and took these notes to further my own learning. If you enjoy these notes, please [purchase the book](http://www.amazon.com/ppk-JavaScript-1-Peter-Paul-Koch/dp/0321423305)!*

### Chapter 1: Purpose
* pg 6: A fat client emphasizes JS and reduces load times, thereby increasing usability; a thin client uses little JS and thereby increases accessibility.
* pg 10: ECMA standardized the JS core language, but the W3C created the DOM specification which includes event handling and CSS modification.
Expand Down
2 changes: 2 additions & 0 deletions pragmatic-learning-and-thinking.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

by Andy Hunt

*I, [Michael Parker](http://omgitsmgp.com/), own this book and took these notes to further my own learning. If you enjoy these notes, please [purchase the book](http://www.amazon.com/Pragmatic-Thinking-Learning-Refactor-Programmers/dp/1934356050)!*

### Chapter 1: Introduction
* pg 13: Programming is all about problem solving. It requires creativity, ingenuity, and invention.
* pg 14: Software isn't designed in an IDE or other tool. It’s imagined and created in our heads.
Expand Down
2 changes: 2 additions & 0 deletions rework.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

by Jason Fried and David Heinemeier Hansson

*I, [Michael Parker](http://omgitsmgp.com/), own this book and took these notes to further my own learning. If you enjoy these notes, please [purchase the book](http://www.amazon.com/Rework-Jason-Fried/dp/0307463745)!*

### Takedowns
* pg 19: Make decisions right before you do something, not far in advance; long term plans are just guesses.
* pg 23: It's okay to stay small; once big, it's hard to shrink without firing people and damaging morale.
Expand Down
2 changes: 2 additions & 0 deletions rocket-surgery-made-easy.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

by Steve Krug

*I, [Michael Parker](http://omgitsmgp.com/), own this book and took these notes to further my own learning. If you enjoy these notes, please [purchase the book](http://www.amazon.com/Rocket-Surgery-Made-Easy-Do-It-Yourself/dp/0321657292)!*

* pg 8: Small, informal, do-it-yourself usability testing is also called discount usability testing.

### Chapter 1: What DIY Testing Is
Expand Down
2 changes: 2 additions & 0 deletions the-book-on-writing.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

by Paula LaRocque

*I, [Michael Parker](http://omgitsmgp.com/), own this book and took these notes to further my own learning. If you enjoy these notes, please [purchase the book](http://www.amazon.com/The-Book-Writing-Ultimate-Guide/dp/0989236706)!*

### Section One: Writing Mechanics

* Accuracy aside, simplicity, clarity, and brevity are the most important criteria for all writing. They form the bedrock of all good communication, and have for time immemorial.
Expand Down
2 changes: 2 additions & 0 deletions the-charisma-myth.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

by Olivia Fox Cabane

*I, [Michael Parker](http://omgitsmgp.com/), own this book and took these notes to further my own learning. If you enjoy these notes, please [purchase the book](http://www.amazon.com/The-Charisma-Myth-Personal-Magnetism/dp/1591845947)!*

### Introduction
* Charisma is the result of specific nonverbal behaviors, not an inherent or magical personal quality. So its levels can fluctuate.
* To appear charismatic, appear to possess both high power and high warmth. "Fight or flight?" is the power question. "Friend or foe?" is the warmth question.
Expand Down
2 changes: 2 additions & 0 deletions the-knack.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

by Norm Brodsky and Bo Burlingham

*I, [Michael Parker](http://omgitsmgp.com/), own this book and took these notes to further my own learning. If you enjoy these notes, please [purchase the book](http://www.amazon.com/Street-Smarts-All-Purpose-Tool-Entrepreneurs/dp/1591843200)!*

### Chapter 1: How to Succeed in Business
* pg 6: The initial goal of every business is to survive long enough to see if it's viable, or can pay its own bills.
* pg 9: Cost of sales subtracted from sales is your gross profit; as a percentage of sales, it's your gross profit margin.
Expand Down
2 changes: 2 additions & 0 deletions the-non-designers-design-book.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

by Robin Williams

*I, [Michael Parker](http://omgitsmgp.com/), own this book and took these notes to further my own learning. If you enjoy these notes, please [purchase the book](http://www.amazon.com/The-Non-Designers-Design-Book-Edition/dp/0321534042)!*

## Part 1: Design Principles

### Ch 1: The Joshua Tree Epiphany
Expand Down
2 changes: 2 additions & 0 deletions the-ruby-programming-language.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

by David Flanagan and Yukihiro Matsumoto

*I, [Michael Parker](http://omgitsmgp.com/), own this book and took these notes to further my own learning. If you enjoy these notes, please [purchase the book](http://www.amazon.com/Ruby-Programming-Language-David-Flanagan/dp/0596516177)!*

### Chapter 1: Introduction
* pg 2: Every value is an object, even simple numeric literals and the values `true`, `false`, and `nil`.
* pg 3: Parentheses are usually optional and commonly omitted, and so method invocations can look like references to named fields or named variables of an object.
Expand Down
2 changes: 2 additions & 0 deletions thinking-fast-and-slow.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

by Daniel Kahneman

*I, [Michael Parker](http://omgitsmgp.com/), own this book and took these notes to further my own learning. If you enjoy these notes, please [purchase the book](http://www.amazon.com/Thinking-Fast-Slow-Daniel-Kahneman/dp/0374533555)!*

### Introduction

* We use resemblance as a simplifying heuristic to make difficult judgment, causing predictable biases in predictions.
Expand Down
Loading

0 comments on commit c57e989

Please sign in to comment.