I've just seen the coolest keyboard ever!
It's called the Optimus Maximus and each key has it's own LCD so you can assign any image or character to the keys, it'd be perfect for foreign layouts or hotkeys in applications or gaming layouts etc...
Main drawback is it's hefty pricetag of about US$460, which is a bit rich for me!
Even more amazing is their future concept keyboard
Amazing game.
There seems to be so much hype surrounding this game that it's be seemingly impossible to live up to it... but it does!
In case you've be living in a hole, the Call of Duty (CoD) series are first person shooter war games. CoD 4 is the latest installment and is based in the current era and gameplay revolves around playing either terrorists, American marines or British SAS.
The single player is fast paced, engaging, diverse, and well worth the effort. But for most people the real drawcard of this game is the online multiplayer with the goal being to level up your character as high as possible, completing challenges and milestones along the way to unlock new weapons, accessories, power-ups, challenges, and game modes.
Despite sometimes encountering high latency when connecting to American servers from Australia, the game is best described as digital crack! The ever enticing next level-up being only a few hundred points away draws you into endless successive games, and the game becomes that much more enjoyable as you unlock powerful weapons and scopes for easier aiming, and perks which are like super powers.
It's also one of the best looking FPS games i've seen so far on PS3 and the controls are reasonably well laid out and easy to adjust to, not making gameplay like solving a rubicks cube.
Overall we'll worth checking out if you into FPS or multiplayer gaming.
P.S. check out this hilarious review of the game by zero punctuation
After watching Juno the other day, my wife and i were both amused and interested by the quirky music in the soundtrack, so i obtained a copy and was duly impressed by Kimya Dawson's songs in particular, and in turn obtained Remember That I Love You, which features many of the songs that were in Juno.
I can highly recommend this album if you like that sort of acoustic lyrical randomness, and on closer listening the songs have a much deeper subtext and you can really appreciated Kimya's song writing skills.
Essential Software List
(X)HTML , AIR , AJAX , Apache , ColdFusion , CSS , Eclipse , FLEX , Javascript , Mac , MySQL , Subversion (SVN) No Comments »
ARGH!!!! a so much time wasted... on what? One Apache virtualhost rewrite section :( Problem: enabling friendly URLs in wordpress Supposed Solution: cut and paste sample apache code from wordpress admin
RewriteBase /
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
Frustration: Multiple random frigged up errors that require pulling all my hair out, wasting a couple of hours, and reading countless useless articles on google Salvation: Doubting leopard server / Apache's ability to parse plain text in a simple and logical fashion, I manually typed every line of the sample code verbatim rather than copy/pasting any of it. and... it works like a charm... so to reiterate... ARGH!!!! Lessons learned: type your code, even though it may take longer it may be shorter in the long run! also, if you want to use rewrite within a virtualHost instead of a .htaccess, you need to be inside a <directory> to use the RewriteBase which will help keep your assets working correctly after a rewrite. Lastly use blogcfc instead of wordpress! (i would be if only blogcfc had this lush hemmingway theme :) )
Recent Comments