December 2011
3 posts
Radical Honesty
On Hacker News, I read an article about Radical Honesty today: I Think You’re
Fat. It really appealed to me.
Over the last year, I’ve tried to be more open and honest myself. Not radically
honest, though. For me, it was important not to hurt other people’s feelings.
However, when you think of it, you can hurt people more by not being honest.
Suppose a friend lets you wait for...
CocoaPods
I just upgraded one of my projects to use
CocoaPods. CocoaPods is a library
dependency manager for XCode projects. You can use it in a way similar to Ruby’s gems or Haskell’s
cabal. The project is just starting, so it’s a little rough, but it does the
job.
I think this can make code sharing for iOS developers a lot easier. I’m all for
reusing code, but it used to be quite...