Arcadia, my emulator frontend that manages a wide variety of classic gaming system files, is just around the corner! I have a stable version right now, and am looking for beta testers. (Contact me if you’re interested!) Once I give Arcadia the ability to check for update to itself I’ll release it publically, but for now email me and I’ll give it to you.
Uncategorized
What is wrong with this Cisco commercial?
Cowsay as much as possible
CowsayIfPossible()
{
if [ -z "${1}" ]; then
CowsayIfPossible "Supply some text!";
return;
fi
if which cowsay >> /dev/null; then
cowsay "${1}"
echo =======================================
else
echo "${1}"
fi
}
Cowsay is win. EEEPPIIIICCC WIIIIN.
This BASH script snippet allows the unashamed use of cowsay within bash scripts without fear that it isn’t installed. World peace? That’d be nice, but for now cowsay moooooo!
sudo aptitude install cowsay
Google Reader: Magic!
Google Reader has a new feature: sort by magic. Basically this will sort feed items by placing the items that Google Reader thinks you will want to see the most on top.