
I have a couple of friends to blame for introducing me to FarmVille. I never was much of a Social Web kind of guy, but this little game adds a different perspective to the ‘normal’ social networks… in order to progress in the game, the player is obliged to interact with others.
With no more than half an hour a day I keep in touch with my neighbors. I like it!
Let me just start by saying that “I love to be a computer programmer!”…
Yes, I also enjoy all the other stuff related with computers, but my main drive is pick up a problem, find an algorithm to solve it and then put it to work (programming like craky…)! One way to improve these skills is to solve programming problems.
There’s an excelent site where that is possible and simple. Just subscribe to the UVa Online Judge, select one of many problems available and submit your solution. Problem’s difficulty range from very easy to extremely difficult.
And because not everything is work, here is a software a friend presented me today…
Do you remember the time when you needed to enter load “” 2 to 10 minutes before loading a games? Or the time, when the games came in plastic cartridges? Well, now you can remember the good old times with the Mame/xMame/GxMame projects.
I’m using a debian-based linux system (have you heard of ubuntu?), and all I had to do was
- Install the XMame system
sudo apt-get install xmame-common xmame-tools
- Download here and install the GxMame graphical interface
sudo dpkg -i gxmame_0.35beta2-1_i386.deb
- Download here and install some roms
cp <rom-file>.zip /usr/share/games/xmame/roms/
- Run the Applications -> Games -> GMame Arcade Machine Emulator Frontend launcher
And have fun with it!!!