Month: September 2011
-
Moorfields to roll out open source patient record system – The H Open Source: News and Features
Moorfields to roll out open source patient record system – The H Open Source: News and Features: A team at London’s Moorfields Eye Hospital has developed an open source patient record system which it expects will deliver significant cost savings and improved patient care
-
Fink – Package imagemagick – Mac OS X 10.7 aka Lion not yet supported
Fink – Package Database – Package imagemagick (Image manipulation tools): “imagemagick-6.5.8.10-1”
-
ImageMagick, OS X, Xcode, fink, dependency hell
After setting up Xcode on Lion properly yesterday and re-installing fink, I am now going through a dependency hell. I hope, everything will recompile smoothly – but you just never know. As cautious as I usually am, I renamed fink’s /sw just to /sw-, so that I can work around, in case things don’t work…
-
Ronny Harbich: Amaryllis – Webcrawling (in German)
Amaryllis – Webcrawling – “Die Erschließung des Webs”
-
Mac OS X: How to Uninstall Xcode?
Mac Developer Tips » How to Uninstall Xcode I hate, that I have to restart this computer. Even after this the app store still thinks XCode is installed and up-to-date. What a mess! I had to remove “/Applications//Install Xcode.app”, only after this, I could re-install Xcode. Mounting xcode_4.1_for_lion.dmg and executing the pkg file in there did…
-
A Tutorial for the Go Programming Language – The Go Programming Language
A Tutorial for the Go Programming Language – The Go Programming Language Introduction Hello, World Semicolons Compiling Echo An Interlude about Types An Interlude about Allocation An Interlude about Constants An I/O Package (read on 2011-09-26) Rotting cats Sorting Printing Prime numbers Multiplexing
-
IRC with Adium: “Join Group Chat…”
You don’t immediately consider Adium the right tool for IRC, but you can do that. Set up an account, then “Join Group Chat…”! I need that, because I have problems installing GoLang on Lion, and there is a channel for GoLang: #go-nuts on irc.freenode.net .
-
installing GoLang on Lion
I had to get Mercurial from here, that was successful then for this step: $ hg clone -u release https://go.googlecode.com/hg/ go$ sudo /usr/sbin/chown -R johayek go ./all.bash expects “sysctl” on PATH, so: $ export PATH=$PATH:/usr/sbin I ended up with applying sudo on ./all.bash, but still $ sudo ./all.bash I experienced problems before we a messed Xcode…
-
Darwin Ports on Lion
This is also not a success story right now. In order to install Mercurial for GoLang I will have to do that the native way.