Lately, OpenPhoto is appearing everywhere. Great moments for the project.
English:
http://hypebeast.com/2012/04/openphoto-iphone-app-now-available/
http://www.theverge.com/2012/4/20/2962443/openphoto-iphone-app-open-source-cloud-photo-sharing
http://www.tuaw.com/2012/04/20/openphoto-is-an-open-cloud-based-photo-storage-alternative-for/
http://cerebrux.net/2012/04/23/why-photography-enthusiasts-should-use-openphoto/
French:
http://korben.info/openphoto.html
http://www.gizmodo.fr/2012/04/22/openphoto-un-service-open-source-comme-instragram-ou-flickr.html
Indonesian:
http://www.makemac.com/2012/04/jadikan-foto-milikmu-seutuhnya-dengan-openphoto
German:
http://www.iphone-ticker.de/flickr-nachgebaut-openphoto-verwaltet-eure-dropbox-bilder-32706/
Spanish:
http://www.wihe.net/14222/openphoto-compartir-fotos-iphone/
Italian:
Portuguse:
http://www.overtecno.com.br/openphoto-uma-plataforma-para-retencao-de-suas-fotos/
The best press is you telling your friends
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!
Things are looking
differentbetter 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.
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…
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…