Radio Garden

http://radio.garden By bringing distant voices close, radio connects people and places. Radio Garden allows listeners to explore processes of broadcasting and hearing identities across the entire globe. From its very beginning, radio signals have crossed borders. Radio makers and listeners have imagined both connecting with distant cultures, as well as re-connecting with people from ‘home’ from thousands of miles away – or using local community radio to make and enrich new homes.

December 13, 2016 · 1 min · Aaron

Discing or Disking

I prefer discing. Why? Because I can.

January 19, 2016 · 1 min · Aaron

Goofing around with the Imagga API

I've been goofing around with the Imagga API the past week and have been doing some fun stuff. It can take any image and analyze the colors and the subjects in it. Pretty slick! Step 1 - Upload a photo Step 2 - Let the API analyze the photo and come up with tags { "results": [ { "image": "d487d2521bb4b948b860ce216c434230", "tags": [ { "confidence": 26.336145269655205, "tag": "person" }, { "confidence": 26.0971845554226, "tag": "caucasian" }, { "confidence": 23.54227654205335, "tag": "adult" }, { "confidence": 23.28269886958777, "tag": "happy" }, { "confidence": 18.875687368248368, "tag": "clothing" }, { "confidence": 18.155134932273736, "tag": "attractive" }, Step 3 - Let the API analyze major colors in the photo ...

November 16, 2015 · 1 min · Aaron