DISCOVER
X

Archives

Disable Mouse Delay Between Monitors on Ubuntu

April 20, 2013 12:36 pm Leave your thoughts

So, a quick post to help those out there getting this issue. Just then my Ubuntu installation updates and it seems there is a mouse delay when moving the cursor between monitors (I use 2 monitors). I have no idea why this functionality even exist as it’s really annoying. Anyway,... View Article


Raspberry Pi Education Games DosBox Recipes

April 20, 2013 9:12 am Leave your thoughts

Some of you might have known that I have a view from my previous article that computer games are great for children. This of course depends on the games that you give to the them, unfortunately these days, it’s not so easy to find games that actually teaches them something... View Article


Raspberry Pi: Make Sure You Backup Your SDCard

April 16, 2013 7:23 am 3 Comments

So, this is a short post to remind everyone using Raspberry Pi. Friends, if you have a great setup on your SD card, don’t forget to back it up. While writing for my upcoming article on the weekend, my Raspberry Pi SD Card encountered some pretty bad errors, most likely... View Article


Back to Basics: Visitor Pattern Explanation with JS Example

April 13, 2013 12:39 pm 2 Comments

Visitor pattern is one of my favourite software engineering design pattern. This technique enables us to extend the functionality of an object without having to modify its class codes. In a nutshell, this patten involves one main object and many visitors objects. The main object will have the ability to... View Article


Raspberry Pi: Luakit Downloadable Shortcut Card

April 6, 2013 10:10 pm Leave your thoughts

Today we are going slightly lower-tech. As I have mentioned in my previous article, one of the fastest browser you can get is Luakit. This browser is so much lighter than Raspbian’s default browser Midori. In addition, this browser renders so much nicer than the other pre-installed “lighter” browsers such... View Article