I’ve since written a library to replace this script and add more functionality such as reading/writing both binary and ascii STL files. See the blog post here After seeing Sukhbinder’s implementation of reading STL files with Numpy I thought it would be a nice thing to have a simple STL class to both read and […]
Modifying Time Machine backups
The Apple Time Machine service makes fairly nice backups using hard links and everything, but if you need to somehow modify the backups yourself to remove some obsolete files (which take up a lot of diskspace for example) you’re pretty much out of luck the normal way. Removing the ACL’s and modifying the access rights […]
Creating a ZFS pool in a Sparseimage or DMG on OS X
Since I see regular corruption and filesystem errors on my HFS+ partitions it seemed time to give ZFS on OS X a try. Since there are several ZFS implementations for OS X available you can choose the one you feel most confident that will work. Regardless… here is the script I wrote to automate the […]
Minimum, maximum, average and more – Useful little shell scripts
Just a collection of a bit of sh/bash/awk/zsh scripts to make your life in the shell easier 🙂 Over time I might add some more, but in the mean time don’t forget to checkout my Github Gists where a few of these are: Wolph’s gists Also, my dotfiles collection could be useful here 🙂 Little […]
Django template tags within Jinja2
In some cases it can be useful to enable Django tags within your Jinja2 templates, for example… when you are converting your templates but still have some legacy tags/filters that don’t support Jinja2 or if you are using a project without Jinja2 support. Luckily, that’s not too difficult to achieve with Jinja2, actually a lot […]
Recent Comments