Every year I’m doing the same post (well, in 2006 I completely forgot to do it) that starts more or less with the same phrase: “every year I like to read at least 6 new tech books, and to learn a new programming language.” Last year’s language was Go, and the books, well, here we [...]
Best Books of 2009
February
24,
2010
Books · Technology
Add Your Comment
Using Multiple Twitter Clients from your iPhone Application
September
11,
2009
I love playing with iPhone URL schemes. And if you ask me, just like for Mail.app and Safari, I think there should be a “default” Twitter client URL scheme in the iPhone, with an interface in the Settings application allowing you to set the application that you prefer to tweet. Alas, this is not the [...]
Open Source · Twitter · iPhone
Add Your Comment
Copenhagen Slides Available
August
31,
2009
Another quick post to announce that I’ve published the slides (and sample application) I’ve shown last week in Copenhagen; feel free to download them from the projects section! Remember that I’ll be hosting a similar talk on September 9th in Zürich! I look forward to see you there and to discuss about iPhone development.
Papers · iPhone
Add Your Comment
Discovering a Hidden iPhone URL Scheme
August
4,
2009
As an iPhone developer, one of the simplest and easiest mechanisms you have to interact with other applications is through the use of iPhone URL Schemes. These are so important that I’ve created a wiki page where I keep track of those I come across, including code samples that help me exchange data with them. [...]
Code · Software · iPhone
Add Your Comment (3)
Random Quotes on Business and Software
April
20,
2009
A Cooperative Organization: (…) Gore has been a team-based, flat lattice organization that fosters personal initiative. There are no traditional organizational charts, no chains of command, nor predetermined channels of communication. Instead, we communicate directly with each other and are accountable to fellow members of our multi-disciplined teams. We encourage hands-on innovation, involving those closest [...]
Opinion · Quality · Software
Add Your Comment (1)
NIBs or code? Why not both? Here’s nib2objc.
March
17,
2009
(Somehow this project seems to me so simple, that I’m sure someone has done this before. Anyway). This is my feeble attempt to bring an answer to the eternal dichotomy between those arguing about the relative benefits of creating user interfaces via Interface Builder or via pure Objective-C code: let me introduce nib2objc. Unbeknown to [...]
Cocoa · Code · iPhone
Add Your Comment (7)
Asynchronous Loading of Images in a UITableView
March
8,
2009
This is one of the most common scenarios for network- + UITableView-based applications; a UITableView instance whose contents come from the network; not only the text, but also the images! Somehow we all want to reproduce the behavior of the App Store (or of the iTunes) iPhone application, where the icons (or covers) of the [...]
Code · Open Source · iPhone
Add Your Comment (20)
Going Github
February
18,
2009
This is something I’ve been looking forward to do for some time. After praising git back in 2007, now I’m moving many of my personal projects to Github, which has an absolutely brilliant service! For the moment I’m using the free account, but I will most probably switch to a paid account soon. The only [...]
Code · Opinion
Add Your Comment
Objective-C REST Client Update
January
19,
2009
I’ve uploaded (yet another) update to the Objective-C REST client I’ve blogged about previously. This time I’ve scanned the code with the excellent LLVM/Clang Static Analyzer and fixed a couple of memory leaks here and there. I strongly recommend to scan your own projects with this tool, it’s extremely simple to use: Install it somewhere [...]
Cocoa · iPhone
Add Your Comment (7)
Best books of 2008
January
6,
2009
You might remember my beloved mantras: learning a new programming language and reading at least 6 relevant books every year. Following the 2007 edition, here’s the list of the 8 books I have enjoyed most in 2008, ordered by a purely subjective and absolutely irrational decreasing preference. I strongly recommend all of them! Winner: Geekonomics: [...]
Books · Code · Project Management
Add Your Comment (3)