SD cards are not really a reliable storage, especially when used constantly e.g. while sitting in always powered-on Raspberry Pi. Because of that I've recently needed to perform lots of backup/restore operations ;) I wrote this script for backing up: ... read more →
It was some time since the last photo-story so, please accept these pictures of my standing desk. On the actual desk, there is a laptop stand serving a role of a keyboard and mouse rest. Laptop itself is flipped on its back, motherboard attached to t ... read more →
Recently I've started working on changing my default development workflow. I'm evaluating vagrant as a main env manager, and then docker for extra speed. In short, my vagrant up boots up new dev box and then couple of docker containers. What I've fou ... read more →
null read more →
Eagle is still the first choice when it comes to Open Hardware electronics design. That's a bit unfortunate because the software itself is proprietary. Sometimes you need to run it though. For example to migrate projects over to non-proprietary softw ... read more →
I'm a bit cautious when it comes to storing my passwords and other secrets. I do not use any web or desktop applications to do this for me. How do I remember those passphrases then ? I have a central file server, accessible via a tunnel. I store ther ... read more →
I had some troubles compiling git 2.0 under cygwin. I present you with a very dirty hack to do so. Proper patch will probably follow. Did I mention that the hack is dirty and will make your hands burn if you're gonna type it in ? git clone https://gi ... read more →
I find it useful to hang as much stuff as possible on the walls, instead of using shelf/floor/desk space for that. Here is just a quick hack I did to allow filament spools to be mounted securely to a wall. It turns out that if you cut off the bent pa ... read more →
It's not common for me to put just one link here as the content of the article. Today, however, is one of these days. The bettercrypto folks came up with really excellent practical guide to securing your servers. A draft for now, but already sporting ... read more →
It turns out this was not that obvious, at least for me, how to change various profile preferences for Gnome Terminal under Gnome 3 from the commandline. You can go and fetch the list of profiles this way: ~# dconf list /org/gnome/terminal/legacy/pro ... read more →