All Posts by Matt Paulin
Jun.
7th,
2013
Two years ago we set out to build a startup that would tweet for you when you don’t have the time. Last year we released it and we have been maintaining it for well over a year now. This service is called Chirpsy and the simple pitch is that you… read the rest of the article
Posted in: mTurk
Oct.
12th,
2011
Almost every Android application has two parts. On one side is the user interface that the user controls and views the information with. On the other side is a network component for talking to a server or updating its information. When you write an Android application you are always given… read the rest of the article
Posted in: Android, Java, Mobile Development
Sep.
12th,
2011
A friend of mine once pointed out that when you are creating software, a very good way to look at it is “how dependent will your users be on your software?”. Then in his usual clever way, he related it to pills. Well, not pills so much but, pill like… read the rest of the article
Posted in: Software Development
Jun.
7th,
2011
I went to the Seattle Android Meetup last night. It was presented by Tim Bray the Google Android Developer Advocate. The following are my notes that I cleaned up. Lots of good facts and observations from Tim. Current Market Situation Google’s attitude = Mobile First This is where the action… read the rest of the article
Posted in: Android, Seattle Android Meetup
May.
20th,
2011
Heroku, in the least, is a super awesome way to get a test or integration server up and running fast. How fast you ask… Lets say you start with a rails app that is ready to post. It isn’t in git yet. Get your heroku account setup. Now type this…… read the rest of the article
Posted in: Heroku, Rails