The release date for Java 9 is getting closer and it’s about time to get your hands dirty with the early-access builds. Those are available here. I’m on a Mac running the latest version of macOS. It’s easy to change $JAVA_HOME in a shell through the various settings of you preferred environment. Sadly, $JAVA_HOME (or […]
Here’s a list of things you can ALT+Click (Option key ⌥ + left mouse button) in Mac OS X: ALT+Click on the WiFi icon in the menubar gives you detailed information about your selected WiFi network ALT+Click on the volume icon in the menubar lets you quickly select audio input and output device ALT+Click on […]
For the last 6 months i’ve been archiving all my paper work (OCR’ing and than trashing it) to a personal documents repository. There are some document managers out there but every single one felt like overkill to me, so i just stick to a pretty simple directory structure which is enough for me. Although i […]
Sleep related problems have never been a problem for me with OS X (at least the sleep of the machine) since Lion. Sleep works perfectly fine but after wake my machine has no internet connection anymore, at least it looks like this. It’s only domains that aren’t resolved anymore. It also affects wired and wifi […]
I found no fancy graphical xml validator on OS X, but this isn’t a problem. OS X includes libxml which comes with xmllint. To validate a xml file against a schema: xmllint –noout –schema sitemap.xsd sitemap.xmlxmllint –noout –schema sitemap.xsd sitemap.xml