A A

Archive | Workarounds

What Firefox’s Memory Leak Feature Taught Me About Life

Thursday, November 26, 2009

3 Comments

(draft) I’ve been using Firefox since the first public beta, and the one thing always on my wish list was fixing the sluggishness and unbelievable memory consumption (2 GB of RAM?) that results from keeping Firefox open for too long. This is still on my wish list today (almost 2010), and I know it’s unlikely [...]

The Gmail Captcha is Optional

Tuesday, June 16, 2009

2 Comments

When you try to login with bad credentials, Gmail gives you a captcha to fill in before your next login attempt. Not only does this captcha appear randomly (keep putting in the wrong username and it will sometimes appear, sometimes not) (update: now it appears to be more consistent), but it’s also optional*. Just put [...]

How to Block AIM’s Annoying ‘AOL System Msg’ in Pidgin

Friday, May 1, 2009

11 Comments

The following plugin for Pidgin will block the incredibly annoying and useless notifications from AOLSystemMsg on AIM. “AOL System Msg: Your screen name (mrEman) is now signed into AOL(R) Instant Messenger (TM) in 2 locations. Click here for more information.” To use, paste code in file, save file as blockaolsystemmsg.pl in ~/.purple/plugins/ and then open [...]

Burning Xbox 360 Games on Linux (Stealth!)

Tuesday, March 10, 2009

42 Comments

You could run ImgBurn in Wine, or probably burn the games in VirtualBox running Windows, but that’s no solution… you’re reading this because you want to burn Xbox 360 games on Linux using native tools. It’s surprisingly easy! The games are usually an ISO file, along with a little DVD (.dvd) file that tells the [...]

Create Unique Email Addresses From One Gmail Account

Thursday, March 5, 2009

0 Comments

Many sites won’t let you use one email address to register multiple accounts. Sometimes you have legitimate reasons to, and other times you just wanna spam build backlinks. Either or, here’s how you can get around this… Gmail accepts email that has a ‘+’ appended to the username of your email address. Text can be [...]

Mephisto for the Masses – Installation HOWTO

Tuesday, October 21, 2008

0 Comments

I’ve recently taken a fancy to Mephisto, a blogging-platform written in Rails. I have nothing against WordPress, but being in Ruby and using Liquid for themes, Mephisto is far easier (and more fun) to tweak and configure, especially when I want to migrate my sites away from the “blog look” and make them more dynamic. [...]

Sharing Files Locally Without a Crossover Cable on OS X

Thursday, October 2, 2008

0 Comments

Mac OS X is capable of intelligently detecting whether a cat5 cable is connected to a network device or to another PC. When connected to another PC, it will (digitally) flip the pins to “emulate” a cat5 crossover cable. Here’s an example on how to share files between a Macbook and another box (XP, Linux [...]

Fetching Lots of Small Files from RapidShare? Tip to Save Time

Thursday, September 18, 2008

1 Comment

I was staring at the 30+ RapidShare tabs I have open, annoyed that I had to keep waiting for the countdown timer before starting each download. The problem was that I kept forgetting about the countdown and the downloads altogether (30 second timer + Geek-ADD… impossible). It literally took me 10+ hours to get one [...]

Bypassing spaceball.gif When Savings Images From Flickr

Monday, September 1, 2008

7 Comments

There are plenty of ways to save pictures you find on Flickr. One way of doing so (in Firefox) is right-clicking the browser page and heading to View Page Info -> Media. This is too much work. Flickr layers a transparent file named spaceball.gif – a 43 byte 1×1 px file – over some images, [...]

Easily Installing Vim 7.2 From Source

Sunday, August 24, 2008

4 Comments

Vim 7.2 beta was released last month, and 7.2 is now stable. First check to see if your distro offers a package, and if not, follow these simple instructions on how to install it from source, from the vim7.2 subversion branch. cd /tmp/ svn co https://vim.svn.sourceforge.net/svnroot/vim/branches/vim7.2 cd vim7.2/ ./configure --with-features=huge --enable-gui=gnome2 --enable-cscope --enable-pythoninterp make Now [...]