Archive for June, 2009
Zenoss jobs mailing list: Mistakes to avoid
Oh, how unfortunate: Zenoss, most likely not by malice but because they were not paying close enough attention to social netiquette, committed a big no-no: they decided that everyone whose email address they had on record was to be automatically added to their new jobs-related mailing list, no confirmation required.
Of course, now people are — some pretty aggressively — complaining and demanding to be removed from the list, and this makes matters worse because their list server is configured so that all replies go out to everybody on the list.
In the process, these unhappy responders’ signatures with work phone number, etc, are in turn published for everybody to see/collect.
And, to make matters worse, their list server does not properly weed out out-of-office messages and these, too, have become part of the email storm.
So, how could you avoid the same mistake(s)?
- When launching a new mailing list, it’s OK to *tell* people about it but the list itself should be opt-in (ideally double opt-in), never opt-out
- Even so, make sure that all emails sent from your list server contain a prominent link allowing your users to easily unsubscribe
- Configure your list server properly! Have a professional marketer do it for you it that’s not your thing. Do not underestimate what could go wrong: this is real-time communication, you do not have a safety net.
Update: – June 18th
Uh-oh. What was, I am sure, a misguided act, is starting to elicit more “hateful” reactions. I hope the Zenoss people address the issue before things get too ugly.
If you enjoyed this post, make sure you subscribe to my RSS feed!
Mount a recalcitrant .dmg file
I have no idea why but sometimes a .dmg file will just-not-mount.
For instance I just downloaded the latest PostBox from http://postbox-inc.com/ and the silly little image will *not* cooperate.
My amazingly quick’nt dirty workaround? Convert it to another format file (using the command-line)!
hdiutil convert postbox-1.0b12-mac.dmg -format UDTO -o postbox_iso |
If you enjoyed this post, make sure you subscribe to my RSS feed!
Wordpress FLV Player Plugin v2.0
Close to two years ago, after quickly putting together my own FLV Player plugin for Wordpress (original post) I added it to Wordpress.org’s already impressive list of plugins. Who knows? Someone else might find it useful (it’s been downloaded more than 4,500 times since then so I guess that means someone did)
Yesterday a few people commented on that original post, thus reminding me of that plugin. It shamed me when I revisited its packaging to find out that it required from its users to download more pieces left and right. So, here it is, brand new v2.0, with everything included, and this means brand new SWF wrapper and brand new Flash file. Hope you forgive the fact that it took me all this time to provide a real self-contained archive.
Oh, and there is something I would like to address about this plugin. It’s actually a reply to one of the comments I received recently:
What do you mean by “a flash stream”? Does it stream an flv or use progressive download? To stream flash, you need a streaming media server. You should be clear and say what you mean – stop contributing to peoples’ ignorance.
Well, I hope it helps you feel a little less ignorant to know that the answer is “both.” This plugin can stream both types, depending on your use of a http-type or a rtmp-type URI. It can also play live streams. More information can be found here.
If you enjoyed this post, make sure you subscribe to my RSS feed!
Long-live the Triangle!
Aaron Oliver points out that knowing about the “Pick two” triangle is not as much the issue as what people do with that obvious bit of knowledge.
The “triangle,” if you are wondering, is a regular triangle with three named corners: Good, Cheap, Fast. Quite often, when faced with unreasonable demands, project managers/team leaders will draw this triangle on a white board/sheet of paper/paper napkin and ask their management to “pick two” because honestly it’s the best you can realistically get.
Sometimes, freelancers try that as well; often ends up with more unemployed freelancers. People do kill the messenger.
I find only one flaw with Aaron’s post: granted, grade-school students understand this thing. And so do your management/customers. Unfortunately this is irrelevant: their own management applies enough pressure on them that all they can do is look at your drawing and nod in agreement and ask in the very next sentence what can be done do “get all three.”
It’s like when using CMMI: one of the first things you need to do is to decide whether, for your project, schedule is the most important criteria, or whether features scope is.
It’s almost 100% certain that you will find, months in the project, that the most important criteria is the one that’s behind:
- If you selected schedule and now need to kill a couple features to meet your deadlines, marketing will most likely point out that the project is doomed without these features.
- If you had agreed on features being the driving factor and need a couple extra months to deliver them, then…well, why don’t you give it a try and let me know how that went for you?
So, yes, the triangle is a bit obnoxious. And no, if you’re an engineer, it’s very likely that your management does not need to see it once again. But the problem lies mostly with the stakeholders: management’s management, marketing, other groups/units. These are the ones who need to be regularly reminded that “it’s not so simple.”
Because the more stakeholders the project has, the more likely they are to behave irrationally. That’s how we are wired to cope with external pressure.
If you enjoyed this post, make sure you subscribe to my RSS feed!
Sunday Hacking: Cue:Cat, Delicious Library
Sunday Hacking is going to be this new and irregular feature, where I blather about how I made my week-end a bit geekier by doing such or such hardware hack. I do not guarantee originality, nor much software-related content. If you’re not into that kind of thing, I promise that it shouldn’t feel much worse than a flu shot.
I like hacking on Sundays; that’s how I ended up with a stack of Wiimotes even though I did not own a Wii.
Anyway, I was in the process of sorting my various cables when I found her. And by “her” I mean my USB Cue:Cat.
This gave me an idea: my friend Tom and I both swear by Delicious Library. Now, there are two things you really need to know about Tom:
- He does not hesitate to spend money when he needs a good quality product
- He is insanely competitive
Regarding #1: he bought a nice barcode reader because it works better than an iSight.
Regarding #2: if I can come up with a cheaper barcode reader, it will totally feel like victory!
So, I googled “cuecat” and “delicious” and, of course, it’s easy to use the feline with Delicious Library.
Step #1: If you do not already have a Cue:Cat, you need to get one. It’s very easy: more than 2 million Raminagrobis were distributed before Digital Designs’ predictable demise (it’s one of those times when it’s not just hindsight, that should have been 20/20) — Make sure you get a USB model.
Step #2: Now, to “fix” it! By default, the device was dedicated to Digital Designs applications and this was achieved through the use of a very simple protocol (originally described by Steven Satchell)

Obviously, this is going to be confusing for programs that expect standard barcode information.

All you need if a wife who’s a med or a vet student and — voila! — you have a very convenient scalpel that you can use to remove pin #5 of the 8-bit chip labeled ‘HMS91C7316′

The circle shows where you need to remove pin #5. The arrow shows which way to go when counting pins (counter-clockwise)
And that’s it! Your malkin will now deliver compatible messages:

Amusingly, it is seen by your Mac as some kind of keyboard (not doubt through USB-HID); therefore, each scan operation will be an opportunity for your computer to play the bongos.
You can check what’s happening by scanning a barcode while in TextEdit rather than Delicious Library.
If you enjoyed this post, make sure you subscribe to my RSS feed!








