Was Something Killing Birds in Maryland this summer?
When I was walking through my yard in July I found these three dead birds
And all summer I kept finding bird corpses during my neighborhood runs. Did they eat too many cicadas or something?
MxPx - Panic and Secret Weapon (Special Edition)
I continued to catch up with the MxPx back catalog and purchased both Panic and Secret Weapon. My initial feelings upon listening were that I liked a lot more songs on Secret Weapon. But maybe, as with Before Everything & After this would turn out to be just a first impression where when looking at each song one at time would leave me feeling differently.
cover of Panic by MxPx
Adding Art to the Mundane
I love the idea of having art on the gates that come down when the the restaurant is closed. Rather than the ugly grey, possibly tagged with grafitti, we get this amazing art.
I saw this when I was doing a boardwalk run this summer. I’d been visiting Coney Island for nearly 20 years at this point, but the recent revitalization has been impressive to see. That includes ideas like this art that bring happiness and joy even when Nathan’s is closed.
Programming Update: September / October 2021
Across both September and October I got a decent amount of programming done. I just about finished the Learn You Haskell for Great Good book (got up to just before Monads) and started Head First Go. Once I had enough Go language to get started on AoC, I knew I’d be ready for the 2016 problem set. Let’s get into the nitty gritty!
Python (not Advent of Code)
Impractical Python
I finished chapter 11 which contained my old friend the Monty Hall Paradox. I’ve had a version up on my site for a very long time based on a PHP tutorial in Linux Format Magazine. This time I was able to code it in Python as well as creating a GUI version. Chapter 11 also touched upon The Birthday Paradox.
Review: Riot Baby
My rating: 3 of 5 stars
I got this book for free twice: Tor.com ebook club and Hugo Award nomination
This book was very, very hard to read. It ripped open so many of the psychological wounds from the past decade in which I finally, truly understood the injustice of being black in the 2010-2020s. That we STILL haven’t healed past the original sin of this country. This book force-feeds you the pain of the lived experience. It takes place in our world until it splits off into a 20 minutes into the future - a future that seems all too likely to happen. Where we continue to give up more and more to algorithms and surveillance. I’m in the tech industry, I’ve seen the tech that’s coming. There are some folks trying to help, but we still keep making unbelievable errors. It’d be so funny if it wasn’t so (bleeping) sad.
Review: Axiom's End
My rating: 3 of 5 stars
I received this book for free as part of 2021 Hugo voting process.
Also, a reminder that I use the Goodreads tooltips for ratings - 3/5 means “liked it” - it’s not a bad rating. Let’s use the whole scale, guys!
I have been following Lindsay Ellis on Youtube for a few years now - both with her older videos that originally appeared on some other website (and no longer exist on YT as of mid-2021) and her newer stuff. I love her deep dives into various story-telling concepts and it’s pretty clear she definitely understands what she’s talking about. So I was pretty excited when I found out she released a book.
Review: Lords and Ladies
Lords and Ladies by Terry Pratchett
My rating: 3 of 5 stars
This is my second time reading Lords and Ladies
Throughout this re-read I have asked a question in my reviews: Is this a good jumping on point for The Discworld. I have tried to give justifications for an answer in either direction. This is the first book where, at least in the version I have - American Paperback - Sir Pratchett himself mentions that to really enjoy this book you need to have been following the last few Witches books. In fact there’s even a potential reference made by Weatherwax to the seemingly retconned Equal Rites. Mostly the book is an almost direct continuation of Witches Abroad, picking up where the previous one left off as the Witches arrive back home in Lancre.
Review: The Last Emperox
The Last Emperox by John Scalzi
My rating: 4 of 5 stars
Well, that was quite the trilogy! Scalzi took all that he had been building up over the three books and used them to create a satisfying ending. If this isn’t your first Scalzi series you won’t be surprised by the ending. Don’t get me wrong, it had all kinds of twists and turns that surprised and delighted me. But I mean Scalzi is the kind of author where the protagonists aren’t all full of plot armor. Brandon Sanderson is often (although not always) like this too. I prefer the higher stakes compared to, say, X-Men where any death is temporary annoyance.
Review: Django 2 by Example: Build powerful and reliable Python web applications from scratch
Django 2 by Example: Build powerful and reliable Python web applications from scratch by Antonio Melé
My rating: 3 of 5 stars
If you want to learn Django, definitely get the newer version of this book that covers Django 3. That said, this book was VERY helpful in getting me started with Django for the first time. My brain tends to work better with “by example” or project-based books because it shows how the pieces come together. Whenever I’ve come across programming languages and/or frameworks (Django, Rails, Flask, etc) that only have toy examples I’ve often had a hard time moving from there to a real application. (or at least a harder time than when I have those project-based examples)