Blog

Pink Noise in Neural Nets: A Brief Experiment

Disclaimer: Some basic exposure to machine learning is assumed.   Neural nets are on the rise, now that computing power and parallel data processing capabilities have reached the levels that allow them to shine. Recurrent neural nets, the more sophisticated kind that possess time dynamics, have achieved spectacular results in certain areas. Overfitting, however, has remained a problem to watch out for—a problem that’s endemic to machine learning, in general. Although it cannot be fully solved in principle, a number…

Features Schmeatures, Build for Value!

Is Your Baby Ugly? Let’s take a step back to look at this thing that you are making. How do you know if you are building the right product or adding the right feature? We need some checks and balances to ensure that we are basing product decisions on what will provide the most impact for the end customer and not worry so much about vanity metrics.

Convert Citrix Xenserver XVA Image to KVM

qemu-img is a tool apart of the qemu-utils package that lets you convert a wide variety of disk images from one hypervisor to another. However Citrix Xenserver image format XVA is not an option for qemu-img, so lets add it! Here’s how to convert an XVA image to KVM. Extract the XVA image. A XVA file is a carefully created tarball we will need to extract. mkdir xva_uncompressed tar -xf virtual_machine.xva -C xva_uncompressed Create a raw image Use xva-img to…

Android Intents with Kotlin

This past fall, I became part of the Ray Wenderlich tutorial team for Android. As part of that team, we are updating the existing Android tutorials using Kotlin along with the latest Android tool set. My first assignment was to update the Intents tutorial. What is an Intent you ask? Well, Intents and Intent Filters facilitate communications between app components, allowing things like starting an activity, starting a service, or delivering a broadcast. In the Intents tutorial, you’ll learn the…

Taking AWS SDK Go 2.0 For A Spin

The Amazon Web Services SDK for Go 2.0 contains a number of enhancements compared to Go v1. Golang is a great programming language for modern cloud native applications. The language provides great facilities for better concurrency, internet content parsing (JSON, XML, etc…), support for HTTP(S), ease of cross-platform compilation, and static binary executable generation, just to mention a few. In this blog I’ll go over some of the changes provided by the AWS SDK for Go 2.0 by walking through…

How can we help your company with your development needs?

Contact Us