JLinX – Blog

Weblog von Jan Linxweiler

Randy Pausch Last Lecture: Achieving Your Childhood Dreams

Filed under: Ohne Kategorie — Jannis at 9:36 pm on Sunday, May 25, 2008

Video For Intro to Cocoa at CocoaHeads

Filed under: Apple & Mac OS X,Cocoa,Development — Jannis at 9:21 pm on Sunday, May 25, 2008

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

Filed under: Apple & Mac OS X,Development — Jannis at 12:40 pm on Saturday, May 24, 2008

use option “-G Xcode”

Think Different

Filed under: Apple & Mac OS X — Jannis at 9:22 am on Sunday, May 4, 2008

So isses… (-;

Filed under: Fun — Jannis at 3:49 pm on Monday, April 28, 2008

phd100507s[1]

Why at least two guys in our lab have 3 monitors…

Filed under: Fun — Jannis at 10:13 am on Monday, April 28, 2008

phd120507s[1]

Poetry of Programming

Filed under: Development — Jannis at 12:46 pm on Thursday, April 24, 2008

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…

Filed under: Fun — Jannis at 9:31 am on Tuesday, April 22, 2008

image

author: www.phdcomics.com

Matze erklärt Techno

Filed under: Fun — Jannis at 11:27 am on Sunday, April 20, 2008

Service Engine Architecture

Filed under: Development,Software Engineering — Jannis at 10:51 am on Saturday, April 19, 2008

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
« Previous PageNext Page »