Review: Breasts: A Natural and Unnatural History
Breasts: A Natural and Unnatural History by Florence Williams
My rating: 3 of 5 stars
This book was depressing as hell. I added it to my To Read list 5 or so years ago when I heard about it on Fresh Air. Don’t get me wrong, the author has an entertaining style. There were lots of chuckles as I read various witty things she said. It’s just that the core thesis of the book - or at least the thread that seemed to tie everything together - was that the modern world was screwing over everyone with breasts, men included.
Review: Clarkesworld Magazine, Issue 127
Clarkesworld Magazine, Issue 127 by Neil Clarke
My rating: 5 of 5 stars
This is, as per usual, a great issue of Clarkesworld Magazine. Once again Clarke’s affinity for bringing Chinese SF to the fore gives us a great, fun story in The Robot who liked to tell tall tales. The non-fiction section also has some really great essays that made me think while also being entertaining.
Review: Make: Bluetooth: Mobile Phone, Arduino, and Raspberry Pi Projects with Ble
Make: Bluetooth: Mobile Phone, Arduino, and Raspberry Pi Projects with Ble by Alasdair Allan
My rating: 3 of 5 stars
The book was fine. The projects in here didn’t draw me in as much as some of the other Make electronic books I’ve recently read. I think it’s because most of them were a bit less useful in my house given the need to satisfy the wife aesthetically.
Review: Fool Moon (The Dresden Files, #2)
My rating: 5 of 5 stars
I typically read 1-3 fiction books at once (depends on whether I’m caught up on my podcasts and listening to an audiobook), going back and forth between books I already own (say from Humble Bundle or Story Bundle) and books I have to buy. I don’t usually have to worry about getting confused about the plots or anything because the books are pretty different. Somehow, this time I ended up reading two supernatural detective books at the same time - this one and Dan Shambles #5. Not only that, but both books had cases involving multiple types of werewolves. The only deleterious effect is that I kept forgetting that Dresden is in Chicago instead of New Orleans.
Review: Working Stiff (Dan Shamble, Zombie P.I. #5)
Working Stiff by Kevin J. Anderson
My rating: 4 of 5 stars
The world of Dan Shamble, Zombie P.I. is a fun world full of dad jokes and groan-worthy puns. The author doesn’t take himself too seriously and so it’s easy to have fun and roll with it rather than end up rolling your eyes at it. This collection of Dan Shamble short stories does a good job of introducing, and then having fun with, the regular cast of characters. If you like your noir/hard-boiled detective novels with a bit of camp, this is for you. Here’s what I thought of each of the stories within:
Review: Morning Star (Red Rising Saga, #3)
My rating: 3 of 5 stars
This initial Red Rising Trilogy is a little like the original Matrix Trilogy (if you haven’t heard, there’s apparently a fourth in the works). The first one was a triumphant, mostly fun story. At the end, our protagonists haven’t 100% won, but you could imagine it happening. Then the second one just crushed all that hope and made you feel dumb for believing in the narrative of the good guys always winning. Finally, the third entry in the story keeps that crapsack worldview and manages another, less satisfying ending.
Review: Make a Raspberry Pi-Controlled Robot: Building a Rover with Python, Linux, Motors, and Sensors
Make a Raspberry Pi-Controlled Robot: Building a Rover with Python, Linux, Motors, and Sensors by Wolfram Donat
My rating: 4 of 5 stars
Donat does a great job of giving the reader everything they need to know to build a rover (like the Mars rover) out of a Raspberry Pi and some motors and sensors. It’s definitely a project I intend to add to my ever-growing list of hardware hacking projects. This book gives you enough info to get started while also pointing out places where the user could go off and make it their own. Very great balance and I heartily recommend.
Review: The Eye of the World (The Wheel of Time, #1)
The Eye of the World by Robert Jordan
My rating: 4 of 5 stars
I don’t know if Robert Jordan knew this series was going to be a ton of books, but he clearly knew it was going to be more than one. In a book about the making of Star Wars, the author uncovers that the old rumor that Lucas spread that he started in the middle of the story because it’s more interesting than the beginning is a lie. However, the concept he was falsely trying to get across certainly is true. This book is SLOOOOOOOOOOOOOOOOOOOOOOOOW. The reason I gave this book 4 stars instead of 3 is that, like Lord of the Rings, which every high fantasy book written since is in conversation with, the extra slow beginning is important as a contrast for the adventure our protagonists go through.
Review: Getting Started With Raspberry Pi
Getting Started With Raspberry Pi by Matt Richardson
My rating: 4 of 5 stars
This is a really GREAT book that, more than some of the other books with the same title, is about Getting Started with electronics; the Raspberry Pi, in this case. The author does a REALLY GOOD job explaining the basics of getting started with the Pi, the basics of Linux, and a bunch of ways to use the electronics part of a Raspberry Pi with some fun real world examples. (Controlling a lamp over the net or making a Photobooth that can automatically add mustaches, hats, etc) If I’d had this book back when I bought my Raspberry Pi B (back when that was new), I would have done lots of projects with it by now. Instead, it’s been sitting in my basement. (Now, the new RaspPi 4 is great enough to easily play 1080p vids over the net and I’m loving running Librelec on it)
Review: Qt5 Python GUI Programming Cookbook: Building responsive and powerful cross-platform applications with PyQt
Qt5 Python GUI Programming Cookbook: Building responsive and powerful cross-platform applications with PyQt by B.M. Harwani
My rating: 3 of 5 stars
On the plus side, this book gave me the knowledge I needed to finally complete a GUI for my Extra Life Donation tracker program ( https://github.com/djotaku/ELDonation…). I’d tried many different GUI toolkits and none of them was getting me what I wanted. I wanted to use QT since I love using KDE, but it was just too complicated and free posts on various blogs didn’t quite take me far enough. So for that I’m grateful to this book. There are also future improvements I’ll be able to make to my code thanks to this book.