PowerStore 3.5 Gets Real Immutable Snapshots and More

The latest code update for the Dell PowerStore (Dell’s Flagship Midrange Storage Array) adds a few cool new features that I think provide some additional value for people who are already using it.  Most of the details were released at Dell World 2023 in Las Vegas.  Several of the new features are focused around cyber security, so I want to take a moment to look at those features in particular. Immutable Snapshots I’m going to start with my favorite one.  Truly immutable snapshots.  Dell has long maintained that PowerStore snapshots were already immutable, such as in this article.  If that […]

Adding Status LEDs to Our Email Button Device

After putting this email button device into service, I discovered that I really wanted some instant feedback to know if the email was sent successfully or not.  I decided to add some LEDs into the mix that would illuminate on success or failure. At left you can see a mock up of a version that used one LED.  You could use a single LED and have it perhaps blink of success or stay lit on failure.  You could also do a single LED build with an RGB LED.  I elected to build this with 2 separate LEDs, so that success […]

Build A Device To Send Emails At the Push of a Button

I had a need for a device that would send an email at the push of a button.  I also needed it to send a different email when I push a different button.  My use case here is related to a Homeowners Association (HOA) that requires me to “check-in” on arrival and “check-out” on departure.  In this case, that is done via email.  So, I wanted a device with a “check-in” button and a separate “check-out” button, so I could just push those buttons to satisfy the requirements.  The the finished product is shown at left. What Does This Project […]

Website Overhaul

I had to update my website today.  I’m definitely a function over form person, and I don’t care much for frontend development.  I thought the old design was fine, but I was running an abandoned theme that was no longer being updated.  While I was looking around to see if anyone still supported my old theme, I came across this site which showed what must be some of the few remaining sites using it.  2 of their 12 sample sites were me – not a good sign! Why did I have to upgrade? I run my own webserver in AWS […]

Perform Data Conversions in Windows Calculator

calculator

I don’t know about you, but in my line of work, we frequently have to convert between various data measurements.  Whether this is storage capacity or network throughput, we convert between TB, TiB, GB, GiB, and others every day.  If you visit my calculators page, you’ll even find a converter I wrote available there.  Believe it or not, I actually used that converter sometimes… until today, when I was shown this tip: Windows Calculator can do these conversions right out of the box! First, what are we talking about? Ever notice how if you buy a 1 TB hard drive, […]