Category: Tooling

Philipps 5 mins: Graph-Fun with AJAX and Canvas

I always searched for an efficient way add dynamic diagrams to a web-project without using flash or other plugin-based magic. With the support of the canvas tag element in almost all mainstream browser, i thought it would be a good time for creating a short demo how things workout. You will need at least two

MacOS update 10.6.4 and Macfusion

After the updating MacFusion to the latest Version, i got the known Snow Leopard Error again. Last time i found the solution here. Worked also perfect this time.

MacOS update 10.6.4 and GPGMail

So the latest MacOS Update broke the gpg-mail Plugin again. But it seems that the old UUID Trick saves the show. First close Mail.app. Then you need to find out the new PluginCompatibilityUUIDs from Mail.app and the Message Framework. cat /System/Library/Frameworks/Message.framework/Resources/Info.plist | grep UUID -A 1 cat /Applications/Mail.app/Contents/Info.plist |grep UUID -A 1 | grep UUID

creating JNI with Swig

I am currently playing around with JNI and Java due the colleagues question to make the connect features of jack-audio (http://jackaudio.org) accessible to java. There is already a javalib (http://jjack.berlios.de) with some features, there seems still some needes ones missing. So i started today to have a look into SWIG (http://swig.org). “SWIG is a software

Wiederherstellen eines MacOS Festplatten-Backups mit Hilfe von DD

Das Festplattendienstprogramm von MacOS bietet unter einer übersichtlichen Oberfläche ein umfangreiches Tool um mit Festplatten zu arbeiten. Allerdings gibt es hier einige Probleme, welche oftmals einen Umweg über das Terminal benötigen. Ich habe das Tool dazu benutzt um eine Festplatte aus einem neu erworbenen Netbook zu sichern, bevor ich mit verschiedenen Linux Distributionen spiele :-).

system update :-/

Wer meine vergangenen Kurzbeiträge verfolgt hat, hat mitbekommen, dass ich mein System auf MacOS 10.6 aktualisiert habe. Neben vielen Dingen die erstaunlich problemlos liefen, gibt es leider auch einige Probleme. Manche davon ließen sich sehr einfach lösen: Die fehlenden Java Versionen 1.4 bis 1.5 lassen sich einfach durch das manuelle Kopieren aus einem Backup wieder

Updating to Snow Leopard

Also machen wir es erstmal kurz. Ich bin erstaunt wie problemlos das Update von 10.5 auf 10.6 von Statten ging. Mein Ansatz war, das System neu aufzusetzen und dann per Migrations-Assistent meine Daten zu übertragen. Was soll ich sagen? Nach jetzt gut 3 Stunden ist alles fertig. Und bisher fand sich nur Cyberduck, welches die

Changing UserID in MacOS 10.5.x Leopard

There is no NetInfo-Tool any more. So you have to use the Command Line Tool dscl. (For more info type “man dscl”) So to change the userid (UID) of user db2admin from 502 to 507 type: sudo  dscl  . -change /Users/db2admin UniqueID 502 507

for all mac ruby devloper outs…

for all mac ruby devloper outside: http://www.macruby.org any opinions about it so far?

GnuPG Java Wrapper API

Yaniv Yemini wrote a small GnuPG Java Wrapper API. Just had a small look over it. So to get it your version from here Here is just a small demo: import javax.swing.JOptionPane; import org.gpg.java.GnuPG; public class Loader { public static void main (String args[]){ GnuPG pgp = new GnuPG (); String toolChain[] = {“sign”, “clearsign”,

1 3 4 5 6 7 9