Archive for June 2007

Brightcove Is Horrible

Brightcove. Why the fuck do they even exist? First, the embedding is horrible. It takes a while for the video player to load. Even if you had just had that page open before, it's still going to take about 10 seconds to come up. How long does YouTube take? Next to none. I don't ever [...]

I'm Done With Partial Content Feeds

Done. No more. If you don't provide a full content feed, I'm not reading it. That's it. The only exception might be comics, and that's only if it's really good. Be like Gawker, and put ads in them for all I care. I'm not going to see them, but I'm not going to see them [...]

I Hate "Micro Receivers"

I recently bought an MX610 mouse. It looked pretty neat with it's 2 notification lights that even work on linux. It even used a freakin' laser. Awesome I thought. It'll be a great replacement for my old worn out Microsoft mouse. The first thing I noticed was the tiny little micro receiver it had. I [...]

Adsense makes you rich!

It sure does. I put an ad at the bottom of each post when viewing a single post (it has since been removed), and check out my awesome earnings That's right. $0.23. I didn't even make a quarter. I was close though. Let's do some math. I had these up for about 7 days, making [...]

New Paintball Blog

Eh. A little self promotion never hurt anyone. I've launched a new paintball blog on the grounds that all others suck. (Paintball Journal, you aren't that bad, just the site itself sucks. If you were self hosted and less ad-ridden, you would have my support). It's available over at PaintballHeadlines.com, or you can subscribe to [...]

Yay, Another WordPress Vulnerability

A WordPress 2.2 vulnerability was posted on milw0rm recently, which allows SQL injection via xmlrpc.php. Here is the vulnerable function function wp_suggestCategories($args) { global $wpdb;   $this->escape($args);   $blog_id = (int) $args[0]; $username = $args[1]; $password = $args[2]; $category = $args[3]; $max_results = $args[4];   if(!$this->login_pass_ok($username, $password)) { return($this->error); }   // Only set a [...]

WordPress Reddit Widget

Number 8 in Widget-A-Day is a reddit widget. It'll display your latest liked items on reddit.com. You can edit the display, count, and username. Not much of widget (can be kinda done via the RSS widget), but it'll be the closer in Widget-A-Day. I might have one on Saturday, but there's no guarantee. It's been [...]