github

Learning about power-usage data from my home

I recently moved to a new home, and I got a freshly installed new electricity meter that’s a little bit more intelligent. It was now possible for me to sign up for slimmemeterportal.nl, that let’s you access the power-usage data from the meter by a 15 minute window. That’s quite some data to play with! Being interested in the data, I wrote a little scraper that collects it for me and stores it in a SQL database, from there on, with Flask and Peewee it was quite simple to create a little API for my own dataset.

Tinkering with the Meetup API

Meetup.com is a service that I use and have been using to organize events for networks. Even though I like Meetup as a service, there are some thing you just cannot do. For example it’s kind of hard to make use of the internal knowledge or connections that people have within the network itself. And you are limited to Meetup for sending messages to everyone. About a week ago I sat down to explore their API, to see if you could somehow build upon their service.

A Jawbone API Python library

I’ve been wearing a Jawbone UP for the last few months. There are things I like about it, the app, the sleep interface and the options you have for notifications. Some other things I dislike, the 3.5mm jack for syncing for example… It’s annoying. They have it solved with the next version though.

As with all the other devices that I’ve been wearing I wanted to get the data out of it.

A python library for the Moves App API

For Quantified Self starters I recommend the really nice Moves App. The interface is really nice and the battery drain isn’t that bad if you recharge it twice a day. They recently opened up their API enabling developers like me to create apps based on their platform. For me the first step towards creating an app is a easier way to communicate with the API. As with the fitbit, I’ve written a open-source library for you to use!

Generating Mondrian like art with D3 & Javascript

SETUP is holding a competition to get programming known as modern day craftwork. I whole-fully agree to this and decided to enter the contest! With a small part of my time spend while traveling I and finally finishing up I’ve gotten my last version up and running. I use javascript and D3 (SVG) for drawing the elements as this is a library that I wanted to explore. The ease of use and adoption rate of it made a good starting point for me to quickly get to a result.