By barneyb on September 1, 2009
Posted in meta
By barneyb on July 11, 2009
I seems that TwitterFeed has lost all knowledge of my blog for some reason. They recently redid their whole everything, so maybe I got lost in the shuffle. I can still log into my account, but my feed is no longer listed anywhere and while Twitter didn't, TwitterFeed forgot about my OAuth config. But before [...]
Posted in meta
By barneyb on April 24, 2009
I hate what stuff breaks. I'll admit to punting on occasion, but I really do try to avoid that whenever possible. While doing the FeedBurner stuff I went looking for site references, and found one on ColdFusion Bloggers that was quite interesting. I'm one of the aggregated feeds, as you'd probably imagine, and have been [...]
Posted in meta, personal
By barneyb on April 24, 2009
I set up FeedBurner for my main blog XML feed this afternoon. Pretty painless, and it appears that everything is all hunky-dory. However I figured I'd mention it in case there are problems so you'll know why.
Here's the Apache config I used (wrapped for readability):
RewriteCond %{HTTP_USER_AGENT}
!FeedBurner
[NC]
RewriteRule ^/barneyblog/(feed(/atom|/rss)?/?|wp-rss2?.php)$
http://feeds2.feedburner.com/barneyblog/
[P,L]
Why [...]
Posted in meta
By barneyb on April 23, 2009
Alright, all you misbehaving spiders that don't flush your DNS cache (I'm looking at you Yahoo! Slurp and Adobe Feeds), I'm killing my old box today. So while currently you're transparently proxying through to the new one because you won't respect my TTLs in DNS, that's gonna stop. Here's the list of user agents that [...]
Posted in meta
By barneyb on April 22, 2009
Even though I use Google Custom Search for my blog, I get a lot of WordPress's internal search results pages indexed by robots. Didn't want that to happen anymore, so I wrote a simple plugin to address the issue. Maybe someone will find it useful:
<?php
/*
Plugin Name: Unindex Search
Plugin URI: http://www.barneyb.com/
Description: Addes a NOINDEX meta tag [...]
Posted in meta, wordpress
By barneyb on April 21, 2009
So after I got my new server online, I wanted to deal with my oversight on DSN TTLs. Not surprisingly, mod_rewrite saved the day again. First, since my old server is subject to the same TTLs, I added a record in my /etc/hosts file to point all of them at the new IP. Then I [...]
Posted in meta, tools
By barneyb on April 21, 2009
Back alive again. Pretty smooth, considering I'd done zero prep, and didn't even have ColdFusion or PHP installed 90 minutes before killing my Apache. I'm sure there will be all kinds of random little issues, but hopefully they're minimal since I by and large just rsynced everything across the wire. I did manage to do [...]
Posted in meta
By barneyb on April 21, 2009
And not the good kind. In an hour or so I'm shutting this server down and migrating to another. Routing issues continue, and no resolution. Hopefully I'll be offline for 15-20 minutes, but who knows. I'm going totally blind because I really don't have any other options. See you on [...]
Posted in meta
By barneyb on April 20, 2009
So my routing issues to my old box are still in force. Sporadic, inconsistent, the whole mess. Their NetOps team seems to think it's something on my box, but I don't see how it could be my box if certain routes always work, while the offending route fails sometimes. I've got a single NIC, a [...]
Posted in meta, personal