Category Archives: Android

The Esoteric Interface

Even though being esoteric is not what David is attempting to do, I think, in designing the Soul Lines interface, the way he has made an interface that does not reveal itself all at once makes me think about describing … Continue reading

Posted in Android, Diary, Software | Tagged , , , | Comments Off on The Esoteric Interface

Python script to read our moods into an Sqlite database

This script takes a csv file, output from the mood reporting Android app that Peter wrote us and inserts the records into a database #! usr/bin/env python #-*- coding:utf-8 -*- # # Daniel Belasco Rogers 2011 Wed 16 Feb 2011 … Continue reading

Posted in Android, Code, Python | Tagged , | Comments Off on Python script to read our moods into an Sqlite database

Install an Android APK file

I asked Peter to write us an Android application for reporting our mood at periodic intervals to go with recording everywhere we go with a GPS and saving all our text messages. Eventually, we could geo-locate these moods and match … Continue reading

Posted in Android, Code, Software | Comments Off on Install an Android APK file