Stats tell you a lot...or do they?

I vividly remember my stats professor, back when I took my undergrad degree. He had a nearly unintelligible Croatian accent, barely spoke above a whisper, and liked to write on the overhead with squiggly scribbles as he spoke/whispered. In short, I could hardly understand him, hear him, or read what he was writing, but he instilled in me that statistics are among the most misused metrics out there.

I’ll explain why. It’s easy to say that “a majority of people believe in aliens.” Or that “the average weight of hamsters in Slovenia is 200 grams.” Or “90% of survey respondents agreed that a Provincial Task Force on Walking While Texting” is a good idea. What do these numbers really mean? What constitutes a “majority?” How many hamsters were weighed in Slovenia? Did the researchers take into accounts things like breed, age and sex of the hamsters? Of this “90%” did the researchers consider things like: how many people did you ask? What was the survey return rate? Are the responses liked to other influencing factors? It’s just to easy to use words like “average” or “majority” and not give the context of sample size. It makes a pretty big difference if you asked 10 people in a survey versus 1000. How would you know if those 10 people were representative of the general population?

[Read More]
Categories: fun goal-app 

Connect to Android Emulator from VirtualBox

I do all my development inside virtual machines.  This allows me to keep separate development environment for different projects and clients.  I wanted to keep this tradition for developing mobile applications but that turned out to be a bit of challenge.

The Xamarin Android Player and the Genymotion emulators both use VirtualBox to emulate the Android phone or tablet.  This works great if you don’t develop in a virtual machine.  If you develop inside a virtual machine you run into a major problem:  you can’t run a virtual machine inside a virtual machine.

[Read More]

How Goal Buddy Got Its Name

We are working away on “Goal Buddy,” our goal app (also known as “your little goal-achieving friend). I’ve noticed that the most popular apps have short and catchy names (which are certainly more effective and memorable than something like thesuperbestappeverthathelpsyoubeyourverysuperbestself). Goal Buddy’s name came about back in November when I was working on some concept sketches, sitting at the dining table and hoping that some bolt of inspiration would find me.

[Read More]
Categories: fun goal-app 

Mini-Compressor and Windows 10 Upgrade

We’ve recently had some inquiries regarding Mini-Compressor on Windows 10. More specifically, customers who have been using it without problems, and are now experiencing trouble after upgrading to Windows 10 from Windows 7 or 8.

We hope this will help those of you potentially with this problem.

First of all, Mini-Compressor works on Windows 10.  The problem seems to be when users upgrade to Windows 10.

After successfully upgrading to Windows 10, you need to uninstall Mini-Compressor then re-install it. If you’re not sure how to do this, here are the steps.

[Read More]

Surprises Using Azure

Are you a MSDN subscriber?  Thinking about using Azure because of the sweet sweet credits you get for being a MSDN subscriber?  Maybe you want to switch because they are one of few cloud providers that have Windows operating systems.

Well I did switch.  Below are features, or missing features, in Azure that surprised me.

Azure has two interfaces and APIs

When login to Azure for the first time it asks if you want to use the new portal.  Sure you say, why not.  Then you go to create a new virtual machine in the new interface.  When creating the virtual machine you get asked if you want a legacy VM or a fancy new type of VM.  A new VM you say.  Great says Azure and you create the VM.

[Read More]