-
WebGL and Data Visualisation
Have you ever wondered how you can give those statistical data a bit more depth, give those graphs a whole new dimension or make scientific results more understandable? Fear not, WebGL is the tool for you!
Written by Alexander in Programming -
How to fix 'Failed to build gem native extension' when installing jekyll
I came across this error when I tried to install jekyll on my ubuntu laptop for testing out jekyll bootstrap locally
Written by Alexander in Programming -
Error 1044 in MySQL: Access denied when using LOCK TABLES
Had some issues during a standard mysqldump. I have never encountered it before, and I have made similar dumps on identical mysql servers all day. Basically, it auto sets to lock tables somehow.
Written by Alexander in Programming