Tuesday, May 16, 2017

This is How I Role

Actual picture of my first game box
There are lots of options these days for playing the beloved classic RPG, D&D.  They range from just picking up the starter kit and rolling dice on the dining room table, to running a full multinational, all-electronic, virtual table top, live stream with special effects.  I've spent some time evaluating the plethora options and settled on a setup that gets the tech out of the way, gives me the DM tools I need, and lets everyone have a fun experience.

Wednesday, January 13, 2016

Logging SmartThings to the Internet of Things


I got a SmartThings hub for Christmas. It does a lot of cool things, but it doesn't draw graphs for things like temp, humidity, etc. Well, I had to fix that, so this post describes that journey and, frankly, it's easy enough that you can do it too.

Wednesday, December 30, 2015

On Air Light for Streamers

For streamers everywhere, whether you are trying to prevent parental humiliation
or roommate intrusion, there needs to be some way to let your cohabitators know that you are on the air.

My kids, like many others dream of becoming the next top Twitch streamer or YouTuber.  After reading the Forbes article about the World's Highest Paid YouTube Stars who wouldn't!?  So of course we built something really cool and geeky to solve this problem.

Tuesday, October 13, 2015

How My Son Taught Himself Object Inheritance With Minecraft

Like every elementary school boy on planet Earth, my son has an unhealthy obsession with Minecraft.  Long ago he grew tired of building stuff and has been reviewing mods, creating texture packs, and figuring out the boundaries of the sandbox.

With the addition of command blocks and the expansion of the command language in recent releases he has been challenging himself to create new and exciting game play.

So what does this have to do with with the foundation topic of object oriented programming, Object Inheritance? Well, let me tell you a story...

My son wanted to make a friend that would follow him around and carry stuff for him in the game.  (Geek Benefit #3: We can make our own friends if we can't make friends.)  He started by creating a command block that cloned a mini armor stand and named it Timmy.  Timmy unfortunately was a rather boring friend because it just stood in one place and did nothing.

What to do? Well, there is a thing in the game that does follow a player around.  So my son decided to clone a dog.  He updated the command block to make Timmy always be where the dog was.  That looked weird so he made the dog invisible.  Cool!  Just like that Timmy has inherited the dog's AI.

But that was not enough.  Timmy needed to follow him around AND carry stuff. Minecraft Riddle: "What's mobile and carries a chest?"  Minecraft Answer: "A donkey."  So next he cloned an invisible mule and made it stick to Timmy too.


And poof, we now have a mini armor stand named Timmy that has the AI of a dog and the carrying capacity of a mule!


So instead of the boring "pet shop" inheritance example in the first C++ book I read decades years ago, he used the rather exciting example of Minecraft mobs to build his custom class, Timmy!  The armor stand has now inherited the class properties of the dog and the donkey. Okay, I know, it's not a pure example, but it was a very small step illustrate the concept.  And he figured it out for himself out as part of his fun. The best type of learning.




Friday, November 28, 2014

Like Minds Geek Fiction Now Available

Today Like Minds is finally published.  Like Minds is a near future science fiction thriller that includes AI, Augmented Reality, the FBI, and even a serial killer.  After working on the book for over a decade, I'm really excited to announce that the ebook version is available on Amazon today.

To read more about the book you can go to the official book page: http://likeminds.authorbenmiller.com/  and I'll post updates to the Facebook page as well if you like that kind of thing.

Sunday, March 16, 2014

RasPi Softener Salt Level Monitor

If you can't tell from the fact that this is my first post in 2014 and it's March already that I am not one for routine tasks, then I'll tell you.  I'm not one for routine tasks.  More often then not, I get distracted or forget.  So when it comes to my water softener, I usually discover it's low after the black plastic spatulas all turn white.  So it's about time I did something about it.
I was inspire by the cool (and cheap) HC-SR04 distance sensors. They look like cool little robot heads and can tell you how far away something is.  I HAD to use one for something.
Johnny Five
The idea was simple.  Monitor the distance from the lid of the softener do the bottom and alert when the distance to too far.

Sunday, December 8, 2013

QR Code Adventure


QR codeHere's a fun game that my kids enjoy.  It's a cool techie activity for holiday and vacation time that adds a little excitement and gets kids up and moving about.  I call it the QR Code Riddle Hunt.