Author Archive for JoePage 3 of 22

JiveTalk IM for BlackBerry goes Open Beta

JiveTalk is an instant messaging client for the BlackBerry that is head and shoulders above the competition. It provides data-based (as opposed to SMS based) instant message access that is fully functional. I’ve been using it for about a month now in closed testing, and it’s awesome. It provides access to AIM, ICQ, Yahoo, MSN, Jabber, and Google Talk. It’s the Adium of BlackBerry IM clients.

You can download it over the air from www.beejive.com.

The Joys of Public Access Television

This has made the rounds on the Internet today. It’s too good to not share.

This video is NSFW. Do not view this with sensitive ears. (language of a sexual nature. Video is just two people sitting on a stage talking)

Make sure you check out the related MetaFilter Thread

Get the Flash Player to see this player.

Easter Rabbits



My 80 year old grandmother sent me this photo. I hope everyone enjoys it as much as I did.1


  1. Except, you didn’t get the joy of getting it from your grandma like I did.

Twitter Error




Twitter Error

Originally uploaded by jeversol.

Twitter was having a bit of a fit this morning, and this is the error message I received. That’s the great thing about new small web companies: senses of humour.

HOWTO: Stop runaway pcscd process when using PocketMac 4.0 to sync a BlackBerry device

I recently purchased a BlackBerry Pearl. I love it. It’s great. Maybe I’ll “review” it at some point in the future. But, I wanted to post an entry about working around a flaw in the way Mac OS X handles the BlackBerry.

By default, the BlackBerry and Mac won’t talk. They don’t know how to talk to each other. It would appear from some further research (and assumptions) that the BlackBerry presents itself as a “vendor specific” device in the USB handshake. Mac OS X spawns up the SmartCard daemon (pcscd) to attempt to load a SmartCard reader driver.1 However, instead of failing and exiting, it starts sucking 100% of the CPU. Oh, and as an added bonus, it won’t die when sending it a ‘kill -9′ as root. Plus, a standard shutdown or reboot will fail. The only solution is to hold down that power button. Not really something we want to do constantly.

To keep the SmartCard subsystem from trying to talk to the BlackBerry, you’ll need to edit the preference file for securityd as root. Using a text editor, most likely from command line,2 open the file /private/etc/mach_init.d/securityd.plist. Make the following change:


from:
<string>/usr/sbin/securityd</string>

to:
<string>/usr/sbin/securityd -s conservative</string>

Occasionally, pcscd still launches and does it’s thing. Since I don’t use smart cards, I went ahead and just disabled it totally.

<string>/usr/sbin/securityd -s off</string>

Reboot your system, and the change should take effect. No more system dying when plugging in your BlackBerry!


  1. If you’re interested in the details, I’d recommend reading the post on the Apple list. The poster describes it in plain English while not watering down the process. Well done, Perry.
  2. I don’t know if the Property List Editor will prompt you for credentials and let you do it without jumping into the terminal. Unfortunately, I can’t test it right now. Using TextMate, I was able to open and edit the file. When I clicked “Save,” it prompted me for my password.



Creative Commons License
This work is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 2.5 License.