Author Archives: Bob

Embedding Angular Components into a Legacy Web App

 In a perfect world, you’d be able to create a greenfield Angular SPA from scratch. In the real world, that’s usually not the case. That legacy web application has way too much baggage to realistically convert it to an SPA … Continue reading

Posted in Programming | Tagged | 1 Comment

The Problem With Google And Why You Should Care

When I read The Case Against Google in The New York Times last week it was with a typical technology interest eye. It was like reading the local paper about hit-and-runs, robberies, or the latest political scandal. Somewhat interesting, but it really … Continue reading

Posted in General, Google | Tagged , , , | Leave a comment

React JS Dynamic DOM Generation

I had implemented an Angular 4 dynamic DOM prototype using the Angular Dynamic Component Loader and wanted to do the same thing with React JS. After doing some research I found that it was not very obvious how to accomplish this. By … Continue reading

Posted in Programming | Tagged , , | 2 Comments

The Real Impediment to Interoperability

Medical device interoperability is one of my favorite subjects. With the meteoric rise of  IoT, there’s more and more discussion like this: Why we badly need standardization to advance IoT. The question for me has always been: Why is standardizing communications so … Continue reading

Posted in Interoperability, Medical Devices | Tagged | 1 Comment

Canine Mind Reading

That’s right! It is wallace-shawn-inconceivable that the Indegogo No More Woof campaign raised over $22,000 from 231 contributors. The project has been around since late 2013, but this is the first time I’ve run across it (via the recent IEEE article below). … Continue reading

Posted in EEG | Tagged | Leave a comment

Publishing an Angular 2 Component NPM Package

It was suggested on the Angular 2 Password Strength Bar post that I publish the component as an NPM package. This sounded like a good sharing idea and it was something I’ve never done before. So, here it is. You should go to … Continue reading

Posted in Programming | Tagged , , , | Leave a comment

Angular 2 Password Strength Bar

I spent a little time updating AngularJS Directive to test the strength of a password to be a pure Angular 2 component and thought I’d share. A working demo and all of the code can be found here: Angular 2 Password Strength Bar. Notes: … Continue reading

Posted in Programming | Tagged , | 3 Comments

Old Nerds

Nobody is immune from aging. In the tech industry, this can be a problem as described in Is Ageism In Tech An Under-The-Radar Diversity Issue?.  Programmer age distribution from the Stack Overflow Developer Survey 2016 Results clearly shows this: Worth noting: 77.2% are younger … Continue reading

Posted in General, Programming | Tagged | Leave a comment

Melon Headband Android SDK

It appears that the Melon Headband Alpha Android SDK is no longer available from Melon. See Melon Headband — Android Beta. Below is a copy of the SDK that I received in April 2015. I successfully built and ran the AndroidMelonBasicSample application on my … Continue reading

Posted in EEG | Tagged | Leave a comment