I’ve had a life long hobby quest to find the perfect clock. I’ve always wanted a clock that you didn’t have to set. One that survives a power outage. One that automatically springs forward and falls back. One that remains accurate. Years ago in my early adulthood I discovered the so called “atomic clocks”. The […]
Continue readingUse a common bash command history for all bash sessions
By default bash is configured with each bash shell having it’s own command history. I believe it’s associated with the shell’s pseudo tty if I’m not mistaken. I find this to be a poor default configuration. This means that every time you login, every time you open a new bash session, you have a command […]
Continue readingWhy I’ll never use Postman
I’m talking about this Postman https://www.getpostman.com/ So, the essence of this “Why I’ll never use Postman” would be that, because I’m well versed, fluent in the command line environment I simply don’t need something like Postman. Postman is a single special purpose utility. Where as the command line environment is a whole very powerful interface […]
Continue readingBlockchain to save the world
Very interesting article https://www.nytimes.com/2018/01/16/magazine/beyond-the-bitcoin-bubble.html
Continue readingResponsive Photo Album
I wanted a responsive photo album unlike anything I could find, plus I prefer to host all my photos myself. So I wrote this with node on the backend and just plain javascript on the front end + just a little bit of jquery. Here’s the app: http://spa.1mikemakuch.com/ and source: https://github.com/1MikeMakuch/photoalbum
Continue readingDoes Sears.com stand a chance in hell of competing with Amazon?
So last night I surf over to Amazon to buy a couple of hex keys (aka allen wrenches). I couldn’t readily find the single items I needed (as opposed to complete sets) at Amazon so I googled around and found ’em at sears.com. Merchandise total $2.84, shipping $34.19. I went back to Amazon and found […]
Continue readingPiping shell commands
I did some looking at my shell history for the past year or so and made some casual observations, here: Most used shell commands and wanted to single out a number of commands and pipes that might be interesting to someone. What follows is a handful of commands from my shell history, from the last […]
Continue readingMost used shell commands
I remember reading that “ls” was the most commonly used shell command. Not sure why I thought about it today but, it dawned on me that I could easily calculate it directly from my shell command history. Years ago I went about configuring my shell command history options to my liking. Among several others are […]
Continue readingPortfolio
Here’s some of the software I’ve built. I have more experience on backends but I’ve built several frontends as well. This is a responsive brochure site I created, July 2017 This is a responsive SPA I built in spring 2017. It’s a web app to display sets of photos. Node on the back end and […]
Continue readingEmail address validation rant
This is my canned pre-written gripe to send to website’s who don’t allow all valid email addresses to be entered into their registration forms…. Dear web developer, Your website does not accept all valid email addresses in one or more forms where you allow a user to enter their email address. Importantly it does not […]
Continue reading