Patrick Santana

Founder Moogu,
Co-Founder OpenPhoto

http://about.me/patricksantana
Recent Tweets @patricksantana

Beautiful work from Ian Ruhter.

openphotome:

We can’t solve problems by using the same kind of thinking we used when we created them. — Albert Einstein

It’s been a long time coming but today we’re excited to announce that OpenPhoto for iPhone is available in the Apple App Store.

Why is it awesome?
The vision…

Today I had to change the separator color from my UITableViewController programmatically (not via interface build). Really simple via this blog. Just create a macro for it. Nice!

openphotome:

Things are looking different better around here at OpenPhoto. Sign up for a FREE account!

I use git via terminal. It just works faster for me; but one thing that I didn’t like was the git diff that comes as default.

Xcode has an excellent diff tool called opendiff.

Here are the steps to make opendiff the default tool for git diff.

1. Check if you have opendiff in your machine:

$ opendiff

2012-04-02 21:06:18.773 opendiff[55960:e07] too few arguments

2012-04-02 21:06:18.778 opendiff[55960:e07] usage: opendiff file1 file2 [-ancestor ancestorFile] [-merge mergeFile]

If not, check this https://developer.apple.com/xcode/

2. Create a script, e.g.: opendiff-git.sh. It should contains this body:

opendiff $2 $5

3. Save the file and set execution permission.

$ chmod +x opendiff-git.sh

4. Change your ~/.gitconfig adding these lines:

[diff]

        external = ~/opendiff-git.sh

5. Test executing this:

$ git diff  my_file

Voilá!

As simple as that.

testflightapp:

By now you’re probably aware that Apple has started to reject applications that access the UDID. The only reason that the TestFlight SDK accesses the UDID is to provide the best possible information about your testers. When we made the decision to provide a single SDK for beta testing and…

newschallenge:

1. What do you propose to do?

Build a free and open-source platform for musicians to power news, promo, and sales on their own sites.

2. Is anyone else doing something like this now, and how is your project different?

There are apps that aggregate and update news and feeds, but this fully…

legozz:

Son of Fig (by Martin E. O’Connor)

(via legoexpress)