Last two weeks (8-23 November 2012) was really exhausting, first Gerrit User Summit and Hackathon in Google HQ, then on Thursday (22nd November) Eclipse DemoCamp in Poznan. First things first: Gerrit User Summit. This was two-day event in one of Google’s training center. I was really impressed how vibrant Gerrit community is; to be honest… Continue reading
Author Archives → Dariusz Łuksza
I’m joining CollabNet
After more then five years working at NCDC in Szczecin I decided to move on and start something new. During that five years I learn a lot and worked with extraordinary people! Thanks to NCDC I meet great people at conferences (like GeeCon, 33rd Degree, Confitura) and Java User Group’s meetings. I know this for… Continue reading
CodingDojo and gentle introduction into Fantom
Last Saturday I was participating in CodingDojo organized by Szczecin JUG. Our task was to write simple parser that will take a text representation of minefield like “.*..*” (asterisk are mines, dots are empty fields) and transform it into string like this “1*11*”. In other words we was creating heart of the Saper game). It was… Continue reading
Automatic Screen Detection And Configuration Under Awesome WM
Recently I’m mainly interested in automating my day-to-day tasks on Linux laptop. I’ve started with automating back-up process, now come time to automate external screen detection (and configuration). For couple of months I was struggling with ZSH history to find XRandR commands that enables and disables external screen. During that time I was almost sure… Continue reading
Automatic backup in Linux
Some time ago I’ve started backing up my laptop hard drive in any case of failure. Until today I was simply connecting external back-up-drive and manually launching mount && rsync command from zsh history. But this requires that always after connecting this special device I need to go to terminal, log in as root then… Continue reading