Archive by Author

iPhone4 vs HTC Evo

I don’t doubt that this actually happaned.  Somehow Apple went from bottom of the totem pole to top of the world by brainwashing people into thinking Steve Jobs sh*ts gold.

Quicker WordPress Install

I was creating a new installation of WordPress today for development area of a new website and while I was setting up the site the thought came to me about how much I absolutely HATE having to download the zip then unzip and upload the file contents to a server that I don’t have SSH access to.  After a couple of seconds of thought I decided to hash out this script that downloads the latest zip, unzips it, moves the content of the WordPress folder (which will be there by default) to the folder where you placed the file then redirects to index.php so you immediately start the install!

<?php
system (‘wget http://wordpress.org/latest.zip’);
system (‘unzip latest.zip’);
system (‘mv wordpress/* ./’);
system (‘rm -rf wordpress’);
system (‘rm latest.php installer.php’);
?>
<html>
<head>
<meta http-equiv=”refresh” content=”0;url=index.php”>
</head>
<body>
</body>
</html>

I’m sure there are ways to improve this but I figured I would put this rough copy on out there.

OnLive to Launch in June

The OnLive gaming service which hopes to completely change the way the world thinks about gaming will go live June 15!

Intel Previews Six-Core Processor

Intel At the Game Developers Conference, the super nerds over at Intel showed off its Core i7-980X Extreme Edition processor, their first six-core CPU for consumers.

[...]

Conan O’Brien will take his show to theaters

The former late night tv host announced a 30-city theater tour promising to be “a night of music, comedy, hugging and the occasional awkward silence.”

The “Legally Prohibited from Being Funny on Television Tour” begins April 12 in Eugene, Ore., and ends June 14 in Atlanta. It will visit theaters in at least 20 states and two Canadian provinces.

O’Brien stated “It was either a massive 30-city tour or start helping out around the house.”

Some of the noted stops are the Radio City Music hall in New York and the Gibson Amphitheater in California.

The show will be dropping in on Bonnaroo, a music festival in Tennessee, alongside big names such as GWAR, Jay-Z, Dave Matthews Band and Stevie Wonder.

Check out his tour info at the link below.

http://www.teamcoco.com/