__brian__'s comments

__brian__ | 12 years ago | on: Are You A Typing Hacker? Prove It

Actually, that's too slow.

  ig.game.nextWave();
I advanced to wave 10,000 and while its probably impossible for a human, the difficulty doesn't seem to scale as I expected.

__brian__ | 12 years ago | on: Are You A Typing Hacker? Prove It

Pretty fun but real repetitive. I had a peek at your javascript to find out where the words were coming from and discovered the game can be beat with one simple line of javascript:

   window.setInterval(function() {ig.game.entities = [];}, 1000);
hehe :)

__brian__ | 12 years ago | on: Why You Should Try a Tiling Window Manager

I have been using Awesome for a couple years now, and it has a great solution to this problem. You can add a rule to a window class (MPlayer creates a window with the class "MPlayer" for example) and set the "floating" property to true. The property can of course be toggled with a keyboard shortcut which is very handy with lots of terminals.
page 1