Parsing the ridiculously large DNC file – Perl Edition

Recently, one of our customers had a unique problem. The national Do Not Call (DNC) list they pay $15,000 (yes, that’s a comma and yes those are zeros after it) per year for access to exceeded the 2Gb limit imposed by older systems they were running. Specifically, fox pro couldn’t handle 2Gb+ files. So they asked if we could make something for them that would separate the file into smaller files that could be consumed by the out dated system.

So we did…
Continue reading

Automatically starting and broadcasting in Wirecast

Recently, one of the local radio stations here in town wanted to stream their stuff live over the internet. Being their ISP, we helped them quite a bit. You can read about that and how it was done here: Multiple parallel audio streams from multiple audio sources on one Wirecast license.. Recently, however, we have uncovered a huge flaw in Wirecast: it’s inability to recover from pretty much any error automatically, start automatically, or automatically broadcast. If you don’t have a 24/7 technician who can sit in front of the server and watch Wirecast around the clock, this presents a problem.

A HUGE problem. And Wirecast’s official answer is “it’s on the wish list”.

Nice. I’m done wishing. So here’s what I did…
Continue reading

Powershell and Mysql featuring the null byte (x00)

For those of you who follow our blog, Brett does a lot of articles about PowerShell and how great it is. So the other day when I need to do a mysql dump of some data on a Windows 2008 server, I fired it up. The deep blue background touched my inner California beach bum, and the verbose bright red error messages made my inner programmer smile.

“This is pretty neat,” I thought. “Maybe Windows has finally made something to compete with Unix’s shell in a real and meaningful way.”

The dump finished and immediately my Common Sense began tingling…
Continue reading