Skip to main content

Book report: A People's History of the United States

A People's History of the United States by Howard Zinn is probably one of the most cynical takes on American history ever written.  It is blatantly and openly biased, intentionally seeking to tell the stories that the author feels aren't told through the traditional narrative of US history.  Despite being openly antagonistic A People's History is full of citations from first hand and second hand sources as well as quotes from other published history texts.  In other words it takes many of the bleakest points in American History (chattel slavery, native genocide, worker suppression) and does a great job proving that, yes, things really were "as bad as all that."  

On the whole I'm happy to read a starkly different telling of US history, especially in relation to our foreign policy.  Zinn leaves little doubt around the imperialistic ambitions of many of the United States military conflicts (especially the  Mexican American and Vietnam Wars).  He implies that every armed conflict the US has engaged in, including the revolutionary war and WWII had imperialistic motivations.  I find this a bit of a stretch but the arguments are compelling nonetheless.

The one major problem I have however is that A People's History delves to deeply into a mentality of class warfare.  I don't think it too outlandish to say this book is read a bit pro-communist.   Too much of this classist snobbery, "us v. them" mentality has polluted our national dialogue with its false dichotomy.  It’s stink of what Lord Baden-Powell would call cuckooism.  It may be naive, but I can’t help but think pitting the proletariat squarely against the bourgeoisie is a recipe for violence and disaster.  In a happy society mutual respect should flow freely between classes.  This sort of idealistic outlook seems impossible in the US, but I won’t be party to fanning the flames of class warfare.  

This being said, the book tells a heroic tale of the labor movement in the US.  When you read about ladies working with toxic material, working 60+ hour weeks and being paid in company scrip (imagine working at Walmart and being paid in store credit), a system that resembles slavery much more than a free market exchange, the problem is clear.  The unionizing and strikes that took place around the turn of the century were clearly necessary.  You have to be some kind of special plutocratic libertarian to be ok with that level of mistreatment.

Ultimately A People’s History attempts and is successful in portraying the overall story of US history from a different perspective, one with fewer heroic and altruistic characters.  With something as complex as the history of our country it is important for citizens to know every fact available, shaded in every hue.  This book is biased, but its bias is so clear that the message and the history both are not lost.  

As my kids get older and are ready to intellectually and emotionally understand the darker parts of our past (beyond the simple “people did some bad things”) I’d likely use parts of this book as supplemental readying for homeschooling.

Comments

Popular posts from this blog

Ubuntu Games: Bitsnake

    Who doesn't love a classic game of snake?  No one?  That is what I thought!     Bitsnake is just that a classic snake game written in Python.  A snake game written in a language named after a snake you say!  Well actually it's named after the British comedy troupe, but still...     You know snake right.  They game where your goal is to eat "apples" and try not to run into the wall or yourself.  Simple, classic big fat time killer. Get it!     You can download the game here .  Just unrar and play.  Here is a quick how to for you terminal junkies... First make sure that you have the correct dependencies. $ sudo apt-get install python-pygame Download the rar file. $ wget https://sourceforge.net/projects/bitsnake/files/bitSnake_source.rar Extract that rar. $ unrar x bitSnake_source.rar Play the game!  $ cd bitSnake/ && python bitSnake.py

Playing Mari0 on Ubuntu 12.04

If you are looking to play Mari0 on Ubuntu you may have run into a bit of a roadblock because love 0.8.0 is not yet available for Precise from the love-unstable ppa.  No need to worry though the .deb file for Oneiric will work just fine.   First download the .deb from launchpad, either amd64 or i386 .  Then install dependencies by running. $ sudo apt-get install libdevil1c2 libmng1 libfreetype6 libgl1-mesa-glx liblua5.1-0 libphysfs-1.0-0 libsdl1.2debian libopenal1 libogg0 libvorbis0a libvorbisfile3 libflac8 libflac++6 libmpg123-0 libc6 libgcc1 libphysfs1 libstdc++6 Then install the love-unstable with dpkg ~/Downloads$ dpkg -i love-unstable_0.8.0~r1028-0oneiric1_<amd64/i386>.deb Run  love-unstable on mari0  ~/mari0$ love-unstable mari0_1.3.love Enjoy what is possibly the coolest crossover game of all time.

Great Novels: Dune

    I recently finished reading Dune  as part of my quest to read the greatest novels of the 20th century .  I have always heard that Dune  was one of the greatest sci-fi novels ever written and it did not disappoint me in the least.     Dune follows the story of Paul Atreides, a young man  avenging his father after being defeated by a rival noble.  Paul is kind of messianic character, fulfilling prophecies, leading people, all that messiah stuff.     The world of Dune is quite intricate with many different factions involved in the conflict over the planet.  The universe that Herbert has created is very complex and you feel that you are only seeing the tip of the iceberg of what there is to find in his world.  Which I suppose is the reason for all of the books, games and other stuff that has spun off of this one book.   There are several other books in the Dune series and the first one has left me w...