Video For Intro to Cocoa at CocoaHeads
Scott Stevenson has posted the video of his Introduction to Cocoa talk (entitled “Best of Both Worlds”) aimed at those who want to learn a bit about Apple’s preferred API for building OS X applications. The talk runs to over 90 minutes and includes “an introduction to Xcode, Interface Builder, Objective-C, Mac UI standards and more.”
How to Build Xcode Projects With CMake
use option “-G Xcode”
Why at least two guys in our lab have 3 monitors…
Poetry of Programming
Echte Programmierer erstellen schnell funktionsfähigen Code, verwenden knappe Bezeichnungen, verschwenden keine Zeit auf Aussehen und unnötig lange Kommentare. Häufig entsteht durch viele Änderungen und Erweiterungen dann so genannter “Spaghetti-Code”, der für nicht Eingeweihte nur mühsam und mit viel Aufwand zu verstehen ist. Dies gilt bei vielen Programmierern als besonders männlich. Echte Männer haben es halt nicht nötig, auf die Ästhetik ihres Outputs zu achten. Sie sind effizient und pragmatisch und lassen Ecken und Kanten stehen…
Quelle: www.zeit.de
Reading papers isn’t always easy…
author: www.phdcomics.com
Service Engine Architecture
1. Layer: Messenger
- handles client requests
- handles tasks on message level
- supports policies on message level
2. Layer: Broker
- its main task is controlling and validation of incoming messages
- after passing the broker the client request is valid
3. Layer Dispatcher
- Â the dispatcher calls the service actual implementationÂ
- handles timeouts, retry-methods and asychronous requests