Getting into Clojure (and other stuff)

With the recent changes at Adobe I was more and more thinking that I need to further diversify what I’m doing. That was already happening in 2010 and 2011 quite a lot – client demand for Flash and Flex solutions decreased (and still is decreasing) and we found ourselves doing more and more Javascript-based applications. [...]

Creative Suite CS 5.5 doesn’t activate?

All of a sudden my Creative Suite CS 5.5 license on my Mac didn’t activate anymore. Quite annoying when you’re sort of relying on it as the tools of your trade. Dealing with Adobe’s first level support came quite close to the most useless 3-4 hours of my life, but finally there was a solution.

Some thoughts on Java, OS X, Eclipse and others

Somewhere deeply hidden in the release notes of the recent Java for Mac OS X update, our friends from Apple have announced that they deprecated the Java runtime for Mac OS X and that “developers should not rely on the Apple-supplied Java runtime being present in future versions of Mac OS X”.

Read that as: Mac OS X 10.7 won’t have Java (by Apple), maybe we’re lucky and get the 10.6 update 3 thrown into OS X 10.7, but maybe not. To be fair – Apple was never a big and fast supporter of Java on OS X, for them to release Java 6 and 64-bit versions of the runtime was apparently a major drama so that a lot of Java developers on the Mac at some time just switched to SoyLatte, a FreeBSD port of Java 6. That worked and still works fine for a lot of server applications such as Tomcat.

My new desk: awesome laptop and monitor stands for Macbook Pro

Well, it’s technically not a new desk, but rather a new desk/workstation layout. Thomas from World Sweet World, a friend of mine, is very talented when it comes to crafts, working with wood, renovating and building furniture and so much more. About three years ago, I saw an awesome laptop stand for his MacBook Pro in his office and I wanted one. As it usually happens – he didn’t have the time to make me one at the time, we forgot about it etc. :-)

How to fix arbitrary error when mounting Windows drives via Samba in OSX

Sometimes though unmounting the share/drive in Finder leads to a weird scenario that it unmounts fine but when I try again to mount the same or a different drive via Samba, I get a totally arbitrary error message saying nothing but “please check the IP address, bla bla bla”. Obviously the IP address is fine, rebooting the VM doesn’t help either.

Disabling CTRL+ALT+DEL to login in Win 2k3 server

Args, this is one of those “note to myself” posts. Today I was looking (for the n-th time) for the local policy setting to switch of the necessity that a user has to press CTRL+ALT+DEL to login in a Win 2k3 server. It’s particularly annoying as I’m running one for development purposes in a VM and I’m forced to use the VMWare Fusion menu to simulate the key stroke.

OS X quick look for Flex

A few days ago I posted about using qlcolorcode to display syntax highlighted ColdFusion code in Mac OS X’s Finder’s quick look. Now – I had a bit of a look into how to use/extend the same plugin for displaying Action Script and MXML code as well.