Korad KA3005P Serial Programming
I wrote a Python wrapper for the serial protocol for the Korad KA3005P power supply. Continue reading →
View ArticleCentOS 7 Firewall Configuration
CentOS 7 uses firewalld for its default firewall. DigitalOcean has a nice overview on the basics of firewalld here.
View ArticleInstalling a PhoneGap App On an iOS Device Using iTunes
Preliminary Steps To produce an iOS build using the PhoneGap Build web site, one must have created a signing certificate and provisioning list for the devices that the app is allowed to run on. These...
View ArticleNotes on Signing Keys for PhoneGap Build
As always, this site contains notes to myself which others may (or may not) find useful. They may contain errors. Corrections and clarification is gratefully accepted. I apologize that these notes are...
View ArticleInstall NodeJS and MongoDB on CentOS 7
Notes on installing NodeJS and MongoDB on a CentOS 7 server, including how to fix the mongo client's warnings. Continue reading →
View ArticlePunked!
It looks like some rather naughty individuals have found and exploited a vulnerability in my WordPress blog. This is an inconvenience but I’ll work to restore my notes so they can remain useful to the...
View ArticleAngularJS 1.6 Bindings Inconsistent? No, just RTFM.
Reminder to put controller initialization for bound class members in the $onInit() method.
View ArticleConverting Less to Sass
We converted our project from Less to SCSS. Our original decision to go with Less rather than Sass hinged around Bootstrap 3’s use, along with with the fact that the original Sass syntax was a...
View ArticleInstalling NodeJS on Linux from Tarballs
Install the latest NodeJS on Linux from a tarball.
View Article