Related Posts
emacs doesn’t work after Leopard upgrade?
After updating from Tiger to Leopard I started getting this error whener I tried to execute emacs: Fatal malloc_jumpstart() error The solution was basically to reinstall it with dumpemacs sudo mv /usr/bin/emacs-i386 /usr/bin/emacs-i386.backup sudo /usr/libexec/dumpemacs -d emacs –version emacs Via Apple Support Discussions
Apple Wireless Keyboard
I just got a new Apple Wireless Keyboad. My laptop currently sits atop a Griffin Elevator, this keeps it cool and also helps keep my neck at a healthy angle, something I need given how many hours I spend on the computer. The problem with the Elevator is that after a while, your arms get […]
[CODE] Detecting if a VPN connection is active programmatically (Jan/2017)
This method of programatic detection works as of January 24, 2017 with the latest versions of Express VPN and PIA (Private Internet Access) On Mac OSX/ This works for Mac OSX 10.2.2. The trick is to request your ip routing table and examine through which network interface your default traffic is going through. (To do […]