dammIT

A rantbox

#tech Articles


Chromebook: for fun and profit?

I'm thinking about getting me one of those Chromebooks. Preferably a cheap, light, small one (the 11" Samsung for example), which I can almost literally throw into my backpack and take wherever I go. The first reason I'd do so is because I'm curious to the platform and the experience …

Website framework: database driven or flat files?

To counterweigh my professional life in which I (thankfully) build nice things in Python/Django, I have hobby projects in which I can thinker with whatever I want to build. Python is still my preferred language, but Django is not a necessity. I have some legacy projects of my own …

Planet mobile

Sixteen years ago I had a pda. Not one of those nifty Palm devices or expensive Psion's. No, a regular organizer; a little electronic device with a whopping 128KB of storage which you could fold shut like a litte book. Opened, it provided a nice little qwerty-keyboard and about 4 …


Converting a bunch of tarballs to a Git repository

We've all been there. Well, I've been there at least; before discovering the virtues of a real version control system, I just created a snapshot of my projects by tarring and compressing the directory tree. That way I've a bunch of histories locked inside backup dir per project. When I …

Converting Mercurial to Git(hub)

I'm a fan of version control systems, as they allow me to thinker with my files (both source code and text files with notes and such) to my heart's delight without having to worry about thing getting lost. I can change and update programs, websites and such and can see …

Fixing samba on Ubuntu 14.04 (Trusty)

I recently built a new at-home server, which basically is just a self-built NAS. Sharing via NFS worked immediately and other services were set up soon after. Then came Samba. Samba (or smb) is used for Windows shares, but in our home our Linux-based NAS speaks the protocol with things …

Doing nice things with your SSH config file

If you are running a unix-like machine, like a Linux workstation, or BSD or Apple Mac, you might be acquainted with the ~/.ssh directory. SSH stores known hosts in their, as well as your public and private SSH keys and more important stuff. The contents of a ~/.ssh/config look …

Trying out SpiderOak instead of Dropbox

Have you looked at SpiderOak? It's a Dropbox competitor and way more secure. Use this link with referral to get more space if you sign up (it's free etc). If you do use that link, also use the promo code "WORLDBACKUPDAY" in addition to going there via the special link …

When Wordpress 404's aren't

Today I helped a colleague troubleshooting a form in one of our Wordpress websites that returned a "404 Page not found"-error when it was submitted to itself. Of course, this was rather puzzling as the address was exactly the same as the page where you just filled the form …



A new domain

You might have noticed that this weblog has moved. It's still exactly the same rantbox as it has always been - hopefully with more regular updates than it has seen for quite a while - but now you can find it on its own domain: dammit.nl. Links to the old aquariusoft …

Google Account as OpenID

If you want to log in using your Google account as OpenID (as Google is a provider), make sure you are logged in with that account and then use this url as ID on the site you're visiting: https://www.google.com/accounts/o8/id [source]

Experts Exchange

Stack Overflow is a lot nicer as a source for good technical advice, but Experts Exchange still has quite some answers too; might come in handy for a second opinion/solution on which you can base your own. expert-sexchange is much less annoying with this bit of CSS added to …

Fixed my weblog

Soooo, it appears there was some small programming error which broke sessions in my self-written weblog software. This kinda blocked me from posting here. Combined with a rather busy life and me twittering small blurps instead of writing larger posts this led to dammIT be really neglected. I plan on …

Main website restyled

So to unwind from wrapping up stuff for university, I put some time into restyling my main website, aquariusoft.org. It's a lot cleaner, has less links leading everywhere and is easier on the eye. I'll post some before/after pics tomorrow.