Category: iphone

  • C10CK modes

    It’s been a long time in the works. I’ve wanted to add modes to my binary clock app since the initial planning. Figuring out the interaction design for changing modes and setting the time while honoring the simple UI took some work. I’m not sure if I’ve got the mode switching quite right, but I’m […]

  • (binary) C10CK app in App Store!

    My second (personal) iPhone app, C10CK, is now available in the App Store. It is a clock which displays time using binary notation – the same way everything is (eventually) stored in a digital computer. I’ve been using a binary clock since a staff member of ITP passed this past year and several alumni recalled […]

  • Mobile Logger progress

    I’ve been working sporadically on the app, trying to get the next release out the door. Currently, the last feature holding up release is the post log upload…there are intermittent timeouts occurring and I’d like to determine if there is a lightweight way to mitigate them. This upcoming release will likely change the “real-time” uploading […]

  • Mobile Logger – DB export and zip compression

    Got two new features rolled into Mobile Logger at once…raw database export and zip compression. This sounds exciting, right?! Actually, it’s pretty cool and useful. Some of these new export formats (GC and GPX, I’m looking at you) are XML-based and thus quite verbose. What was a manageably small CSV file or JSON string has […]

  • Mobile Logger – GPX extensions

    Rolling the extra logged sensor data into the GPX export took more effort that it should have…but I uncovered and fixed a latent bug in the export feature, so that’s a win right? Regardless, it’s was nice to use the new issue tracker at bugs.robertcarlsen.net for real(z) for the first time. I’m looking to get several […]

  • Mobile Logger GPX + GoogleEarth

    GPX export seems to be working, and imports fine into Google Earth. This is just a basic implementation of the essentials for a route; I’d really like to include other recorded sensors somehow into the track – maybe it could be a layer in Google Earth? Looking at the ride data here reveals just how […]

  • Mobile Logger has gone global

    The Mobile Logger application has been public for a couple of weeks and has (surprisingly, to me) been used in every continent, save Antarctica. I first noticed several events in the database from Australia, then the UK. I was mostly catching these events by coincidence when I was looking over my own data and wondered […]

  • Earth Day + Mobile Logger

    Thursday, April 22nd is Earth Day. The weather is looking to be sunny and 65 degrees in New York City. Sounds like a perfect day to ride your bike (or walk, run or whatever you like to do outside). Since you’re already going to be out there, why not log the trip, help me with […]

  • Mobile Logger on the App Store!

    After several rounds of rejection, Mobile Logger has been accepted and is available on the App Store! Feel free to try it out; hopefully some folks will find it useful. The source code for the application has been released under the GPL and is available on github. I’m still actively recruiting participants for my ongoing […]

  • …here goes nothing. Mobile Logger submitted.

    Just submitted MobileLogger to the AppStore. Hoping this goes smoothly given my tight schedule for thesis. For reference, when there are multiple versions of Xcode / iPhone SDK, specifically a beta version alongside the release version, and using xcodebuild command…explicitly set the xcode path to the release version or the application may be built against […]