Weather radio not alerting

Since the April 16th tornado, I’ve been paying close attention to my weather radio when storms are approaching. The problem is that it hasn’t sounded for anything in weeks. I tried connecting my radio to my attic antenna (aimed directly at the WXL58 tower in Chapel Hill) but it didn’t seem to help.

I decided to pay close attention to my radio during today’s scheduled weekly test broadcast. When noon came and went without my radio sounding, I emailed the National Weather Service with a report that the alert system may be in the fritz. My friend Greg has also noted a lack of alarms lately, too, so I’m thinking it may not be just my radio.

Should I hear back from the folks at the NWS, I’ll let you know.

Keep people from linking to your images

The IRS scam email below links to the IRS logo, on the IRS website itself! The government could avoid having its own bandwidth used for scams by adding some rewrite rules in Apache.

When I saw some of my photos being linked from other websites (usually forum-type sites that don’t provide their users the ability to upload their own files), I decided I didn’t want to foot the bill to host images shown on other websites. I followed this great tutorial and implemented my own RewriteRules, which have worked like a charm:

RewriteEngine On
RewriteCond %{REQUEST_FILENAME} \.(gif|jpe?g|png)$ [NC]
RewriteCond %{REQUEST_FILENAME} !no-direct-links\.png [NC]
RewriteCond %{HTTP_REFERER} !^$
RewriteCond %{HTTP_REFERER} !^http://(www\.)?markturner\.net/.*$ [NC]
RewriteCond %{HTTP_REFERER} !^http://(www\.)?planettrilug\.org/.*$ [NC]
RewriteCond %{HTTP_REFERER} !google\. [NC]
RewriteCond %{HTTP_REFERER} !search\?q=cache [NC]
RewriteRule (.*) http://www.markturner.net/wp-content/no-direct-links.png [R,NC,L]

These rules allow images to appear on my website, the PlanetTrilug website, and Google’s image searches, but any other sites linking directly to my images get a “No Direct Links” image instead.

I am pretty easygoing with the use of my images (many of them donated to the public domain), but hosting them for other sites costs me money. If you would like to post one of my images on your website, if it’s a public domain (or Creative Commons) one feel free! If it is not, shoot me an email and let me know your plans. Whatever you do, though, please use your own server. Don’t link directly to my images. Thanks!

Scam email: Federal Tax payment canceled

Got another scam email, this time purporting to be from the IRS. There’s a handy executable file which will not provide you the details but instead infect your computer with a virus. Beware!

Received: from 66.141.broadband10.iol.cz (66.141.broadband10.iol.cz [90.177.141.66])
by eddy.neusemedia.com (Postfix) with ESMTP id 319388AE824
for ; Wed, 22 Jun 2011 08:05:45 -0400 (EDT)
Received: from [130.104.251.35] (account practisingfu@travidia.com HELO lhisllbqq.epevnviqxbl.va)
by 66.141.broadband10.iol.cz (CommuniGate Pro SMTP 5.2.3)
with ESMTPA id 072829134 for me; Wed, 22 Jun 2011 23:05:47 +1100
Date: Wed, 22 Jun 2011 23:05:47 +1100
From: Eloy_Todd@irs.gov
X-Mailer: The Bat! (v2.10.01) Educational
X-Priority: 3 (Normal)
Message-ID: 9846395078.17E5RC9W861799@mvnus.ertqklybgfajqyk.info
To: Mark Turner
Subject: Federal Tax payment canceled

Internal Revenue Service United States Department of the Treasury

Your Tax payment (ID: 40459362352125), recently initiated from your bank account was returned by the The Electronic Federal Tax Payment System.

Rejected Tax transfer
Tax Transaction ID: 40459362352125
Return Reason See details in the report below
FederalTax Transaction Report tax_report_40459362352125.pdf.exe (self-extracting archive, Adobe PDF)

Internal Revenue Service, Metro Plex 1, 8401 Corporate Drive, Suite 300, Landover, MD 20785

Google hunts government business


There was a full-page ad in today’s newspaper from Google, trumpeting how “the State of Wyoming has gone Google.” Apparently, the state government there has transitioned from hosting their own mail servers and commercial office applications in favor of Google Apps.

I’ve got mixed feelings about this. UNC Chapel-Hill’s Ibiblio transitioned its email accounts from in-house servers to Google’s GMail and has been happy with the results. So has UNC Asheville. I know some local governments in North Carolina which are considering the move, too. But I’m still smarting from Google’s no-show during this year’s losing municipal broadband legislative battle. Google could have become a high-profile proponent of open networks in this state but instead its efforts were limited to lending its name to a form letter. Google’s lobbyists (Capstrat, apparently) have been all but invisible.

I wonder how Google hopes to persuade governments to turn over a major portion of their IT work based on a newspaper ad (and a spectacularly uncreative one at that). We’ll see how effective this approach turns out to be.