print(“Hello, World!”)

Musings on code, coders and the universe

  • Resolving the Jenkins Xcode License Agreement Issue

    When I set up a new Jenkins CI Server on OS X in order to build iOS Projects I ran into some trouble. The combination of Xcode 4.3, the Jenkins Xcode Plugin 1.3.1 and the Jenkins CI Version 1.458 does not seem to play well together. Whenever I tried to build an Xcode project, the build failed with the following message: You have not agreed to the Xcode license agreements, please run xcodebuild standalone from within a Terminal window to review and agree to the Xcode license agreements.

    Read more…
  • Brilliant talks on Software Engineering

    I love to watch talks on software engineering. To me, they’re a great source of inspiration and knowledge, I can just cram somewhere into a quiet evening on the couch.

    I found it quite a discovery that so many videos of talks I deem absolutely brilliant are available on the web - for free! And now I would like to share with you some of these video gems I discovered so far - so without further ado, here’s a list of my favorite videos on software engineering, grouped by topic

    Read more…