very promising sparkleshare beta 18. Feb 2011

Es gibt eine neue Betaversion von SparkleShare und der Probelauf überzeugt!

 

long time annoyance finally solved 14. Feb 2011

Innovationen von Apple die Freude bereiten. Heute: Das NAT Port Mapping Protocol.

 

i had to learn it the hard way 13. Feb 2011

Wenn es um H.264 geht ist Quicktime eine zickige Bitch.

 

so what actually is this destroot thing? 11. Feb 2011

When installing software via MacPorts there is an installation state called “destroot”.

--->  Staging ruby into destroot

Since MacPorts is rather close-lipped by default I’ve always wondered what’s happening behind the scenes. It turns out some rather meaningful stuff is being done:

Understanding the destroot phase is critical to understanding MacPorts, because, unlike some port systems, MacPorts “stages” an installation into an intermediate location — not the final file destination. MacPorts uses the destroot phase to provide: a) Port uninstalls - a port’s files may be cleanly uninstalled because all files and directories are recorded during install. b) Multiple port versions may be installed on the same host, since a port’s files are not directly inserted into ${prefix} but rather hard-linked into ${prefix} from an intermediate location during a later activation phase. (Source: MacPorts)

Interestingly if you would delete one of the hard links, the data wouldn’t be gone:

If one of the hard links is removed with the POSIX unlink function (for example, with the UNIX ‘rm’ command), then the data are still accessible through any other hard link that remains. If all of the hard links are removed and no process has the file open, then the space occupied by the data is freed, allowing it to be reused in the future. (Source: Wikipedia)

I must admit I didn’t know this. In fact I’m often suprised how much I manage to acomplish on Unix systems even though my knowledge is quite shallow and fragmented.

 

a reasonable magic mouse driver 24. Jan 2011

Nach ein wenig Sucherei habe ich dann in Form von MagicDriver doch noch einen Maustreiber für die Magic Mouse gefunden, bei dem sich sowohl die Geschwindigkeit als auch die Empfindlichkeit der Mauszeigerbewegung einstellen lässt und darüber hinaus die Scrollinggeschwindigkeit applikationsspezifisch regeln läßt. Einem ersten Test zufolge scheint der Treiber auch mit der Spotify-Applikation zu harmonieren, die sich bei anderen Magic Mouse-Treibern als Problembär erwiesen hatte.

MagicDriver

 

1 ... 6 7 8 9 10 ... 19