This was my first loss this season. Our team lost 7-1. Computer analysis showed I should not have exchanged the rooks. Well leason learnt.
This was my first loss this season. Our team lost 7-1. Computer analysis showed I should not have exchanged the rooks. Well leason learnt.
Well another swindle… I was in a clearly losing endgame after a mistake on move 37. Well it was pretty hard to calculate. I just wanted to protect that double pawn. So I was losing and somehow won again. Just a3 instead of b3 on move 41 would have won the game for white.
So what can you do to get a swindle:
Better an ugly win than a beautiful loss I suppose. De Wachter won 4,5 to 3,5.
This match ended in a draw. Could not really see how I could win this one. We lost 2,5 to 5,5.
This was the first match I played with the Dutch Central Bank team in the Schaakbond Groot Amsterdam league. This win feels very stolen. I should have lost but tried everything to keep going. I tried to draw by perpetual check and even won in the end…
Lately I have been doing development on my Raspberry Pi creating a weather station from the ground up. Since I am using node.js and python to read the temperature and humidity sensor (a DHT22 sensor) I also had a need for source control. As I am coming from the Microsoft side all my experience is in TFS and that won’t do for a Linux environment. So git to the rescue since it runs on Windows, Linux and Mac. I wanted to have my private git server and I also own Synology server that is sitting in my electricity cupboard. This blogpost is a howto to setup git as a server on a Synology and use it on a Raspberry Pi so I have source control on the projects that I develop on the Raspberry.
This is the game I played for my chess team in the dutch 2nd class regional league on the 26th of march 2015.
I am also active on chess.com. My handle is roelhans. So if you like to play, find me there. Here is an example of a game. Lees verder Chess.com
Howto setup Arch Linux and make it look super awesome, behave like chrome OS and play sound and video
With my new Raspberry Pi 2 I wanted to have a lightweight desktop that can handle my day to day tasks being:
I could not get this to work completely well in Raspbian and decided to have a shot at Arch Linux but i was a little intimidated by the barebones approach of Arch Linux (in hindsight I found it much more straightforward then Raspbian). Here is what I did.
TODO: Spotify not working as despotify is broken, maybe respotify will work
First prepare an mini SD card with Arch Linux to install Arch and boot:
The Arch Linux ARM project has the setup instructions at http://archlinuxarm.org/platforms. You can find an entry for Raspberry Pi 2 at http://archlinuxarm.org/platforms. You will need a computer micro SD card reader and running Linux as it needs to create a ext4 partition. Basically it goes like this:
Second: you should now see pi load arch. Lets configure arch so we have a graphical desktop (copied from https://hreikin.wordpress.com/2014/04/27/arch-linux-raspberry-pi-install-guide-updated/)
Set up non-root user:
Install windowmanager:
Set the right screen resolution: After install the screen showed black borders. This is what I did to remove them:
Get the sound to work: see: https://wiki.archlinux.org/index.php/Raspberry_Pi
Install software:
Add printer:
Since my printer is a Pixma MX520 it has no compiled printer drivers for the ARM architecture and CUPS doesnt have them either. So we can use Chromium to handle the printer through Google Cloudprint. Go to Chromium Settings > Advanced Settings > Google Cloud Print > Manage (you might have to sign in to your google account). Since i had already set up a google cloud printer with my chromebook this just works.
Add chromium apps:
These will be automatically added but this might take a while. In my case it added caret (text editor), astonishing comic reader, chrome rdp, pocket and vnc viewer. Not sure if they all work but this was written on caret.
Add codecs:
Most codecs are already installed. Buy codecs from pi store if you need them. For me wmv does not seem to work and requires vc-1 afaik. Also mpeg 2 requires codec.
Map network drives:
Since I am using Synology Cloudstation on my DS214 I can just mount the share to my raspberry to ensure that I am working with googledrive.
In your home folder: mkdir googledrive
Type: sudo mount -t cifs -o username=user,password=password //ipaddressofnas/…../CloudStation ~/googledrive
Thats it! Enjoy your 35 dollar desktop (excluding sd card, power supply and HDMI cable). Here is what my desktop looks like.
Well my blog was really gathering dust. So I decided to pull it and start anew. Most content was really old (SharePoint 2007 ish old). So a new blog, a new start and new content.
Yup new content. Just concentrating on what I find fun:
I hope you will enjoy and yup this also for own benefit as I just need to take notes to learn from what I am doing.