Skip to main content

Mindhunter By John E Douglas

I read and listen to a lot of books.  I am going to try my hand at some short reviews.  I am going to do this to help me bring order my takeaways, thoughts, and feelings and I hope sharing this helps and interests others.  I like fiction and non-fiction.  I go after science fiction and fantasy in fiction more often than not but like many other genres.  The non-fiction books include but are not limited to self-help, biographies, and history.    Now, these reviews are not intended to be comprehensive takeaways about the learnings, plots, and characters but more what stood out to me.  What I took away from it.  How it made me feel.  If this is something interests you read on:



Mindhunter: Inside the FBI's Elite Serial Crime Unit 

By John E. Douglas

I don't recall where or why I added this book to my library so I wasn't sure what it was about when I started it.  

In one sentence:

It is the story and career of John E. Douglas and how the FBI's Elite Serial Crime Unit he worked in, started and matured over the years using personal experiences, personal thoughts, and personal opinions, interviews with offenders and real case examples.


Let's start with some random takeaways:

Death Penalty


I find the death penalty extreme.  Well, that was until experiencing this book.  I know this will be controversial but so much of this book's topics are controversial.  I left with the feeling there are offenders that do things that are just so extremely violent with such detail premeditation and constant manipulation that they are beyond rehabilitation and have lost the right to ever be loose in the public or part of the living.  I know to keep them locked up helps our conscience but even then due to the constant manipulation of their surrounds they still pose an ongoing risk.  I see this risk as unacceptable.  I have no trouble if we punch their ticket.  Now, you may ask how you tell someone like this.  I would say it is probably a bit like other things.  Defining it rigidly is hard but everyone knows it when they see it some people's conscience just will not let them say punch the ticket.


Serial Killer Profiles

It occurred to me where do these individuals come from.  
Why is the common profile, white males?  
What makes this type more susceptible?  
I don't recall any discussion in the book as to why this was just that it was.  Is it just a population percentage?  Is there some type of cultural issue driving it.
The profiles varied a bit based on different factors such as education (lower seemed to be a contributing factor), abuse of some type, and the feeling of my slighted or cheated seemed common and what seemed to me like normal life struggles like employment issues or relationship issues.
Where do they come from?
There was some discussion related to this.  It came across to me as some opinion based on fact.  These individuals are not born but made.  There were examples given showing how their techniques were learned and perfected over time.  How abusive childhoods set them up for the propensity to snap.  There was mention of certain programs that helped.  I don't recall their names.  As my mind continues along this line of thinking, it seems the creators of these people should be held accountable.  By no means am I suggesting the offender get a pass, you are responsible for your actions!  But it only seems right the makers should have to pay for their crimes too.  I know the drawing of a line and having proof so far in the future makes putting together a case near impossible but it just doesn't seem fair the creators get a free pass.  But even more, anything that can be done to stop the creation is paramount.

I plan to add more at some point but it may never happen as I moved on to other books and things to do.







Comments

Popular posts from this blog

Microsoft loses i4i appeal, faces Word injunction in three weeks

I just finished reading this article and it grinds on me. I cannot speak to the details of this patent but on the surface it looks to me like many software patents. They fail on the Non-Obvious test. Maybe it is because I understand software but what amazes me is far different from my wife who is in the medical field and even further from those I meet who are less educated. This does not even come close to impressing me!! I am not a M$ groupie as they have many unworthy patents too. The patent system is broke in this this area as well as others. This is not Dave over Goliath. It is Dave leveraging a broken system over Goliath. The same system Goliath leverages to maintain competitive advantages. Wrong is Wrong even when Dave does it. You can read it here... http://www.betanews.com/article/Microsoft-loses-i4i-appeal-faces-Word-injunction-in-three-weeks/1261523600

Garage Door opener replaced

Our garage door opener has become intermittent, it has to go. It turned into a bit of a research project. We ended up installing a belt drive unit. The bracket was kind of a pain. It is suppose to be much more quiet. I started wearing gloves more for household projects. I love these gloves. Foam Nitrile Coated gloves. Check them out. I got them here. http://www.hardworkinggloves.com/index.php?main_page=product_info&cPath=3_13&products_id=120 Later...
I saw how to do this on but the information was out of date. Download and install diffmerge. I used this link:  DiffMerge . Verify you can run it from the command line: Run the following commands from the git command line git config --global diff.tool diffmerge git config --global difftool.diffmerge.cmd 'sgdm "$LOCAL" "$REMOTE"' git config --global merge.tool diffmerge git config --global mergetool.diffmerge.cmd 'sgdm --merge --result="$MERGED" "$LOCAL" "$(if test -f "$BASE"; then echo "$BASE"; else echo "$LOCAL"; fi)" "$REMOTE"' git config --global mergetool.diffmerge.trustExitCode true Now use the standard git commands for launching diffs and merges git difftool filename.ext git difftool branchname filename.ext git mergetool Note:  I had to perform these steps twice.  Once running the git command line under admin and once under user.  ...