Image reKognition with a webcam, go and AWS.

It’s been a while since I last posted something. I will fill the gap with a quick post about rekognition. rekognition is a service from AWS that is described as: Deep learning-based image recognition Search, verify, and organize millions of images In this light post, I will present a simple method to grab a picture from my webcam, send it to rekognition and display the result. The part of the result I will focus on is the emotion.

SPA with Gopherjs

Introduction Single page application (SPA) are a standard when dealing with mobile apps. Unfortunately, by now, JavaScript is the only programming language supported by a browser. Therefore, to code web UI it remains a must. Life of an ex sysadmin who wants to code a web app: getting depressed To make the development easier, your friend, who is “web developer” will recommend you to use a marvelous framework. Depending on the orientation of the wind, the moon or its reading, he will encourage you to use reactjs, angular, ember or whatever exotic tool.

HTTP over UDT for inter-region file transfer

Introduction Transferring files between server is no big deal with nowadays network equipments. You use rsync, scp or even http to get a file from A to B. Of course, you rely on the TCP stack so you have a decent reliability in the transport. But TCP has its drawback, especially when it needs to go through a lot of equipments. Typically in the cloud, or over a VPN.