Friday, September 12th, 2008
So, I finally broke down and ordered myself a 15″ MacBook Pro from MacMall.com
on Tuesday last week, and it arrived the next day (!) … and I’ve been installing apps and migrating my data over to it since. I guess you can officially call me “a switcher” as I’ve moved all my data off my old laptop onto this new one, and the old one is going to get reformatted and will become my wife’s.
Part of switching to a Mac means looking for new blogging software. I previously used BlogJet 2.0 on Win32, but now I’m trying out ecto 3 beta for MacOS X. I definitely think it’s going to take some getting used to but I can already tell it’s much better than BlogJet was. However, I can definitely see needing to customize ecto to my liking before I can feel really comfortable using it.
Have you switched recently? Got any good tips that I might want to know about? Things to avoid? Tell me about it in the comments …
Posted by Dossy Shiobara in Apple | 6 Comments »
Monday, September 8th, 2008
del.icio.us/dossy (RSS) links since July 28, 2008 at 09:00 AM:
-
Similar to PartitionMagic, but for MacOS X. Looks very nice for $50.
-
-
-
-
One thing is clear: Obama has an A+ speech-writing team. I’d actually like to see him win–but I fear he’ll get assassinated if he does.
-
Slipstream driver support for all kinds of hardware in WinXP setup CDs.
-
Morton Fox shares his implementation of timegm() written in Vim script. Slick.
-
Wil Wheaton recalls his first Rocky Horror experience, and urges everyone to sign the petition to STOP MTV FROM DESTROYING SOMETHING SACRED!
Posted by Dossy Shiobara in Links | No Comments »
Thursday, September 4th, 2008
In replacing my aging Dell C840 laptop with a new MacBook Pro, I need to switch from using Pidgin to using Adium for IM. Since they’re both based on libpurple underneath, I figured there ought to be a way to migrate my settings from one to the other. As it turns out, it might be possible.
Your libpurple settings are stored in %USERPROFILE%\Application Data\.purple on Windows. Similarly, they’re stored in ~/Library/Application Support/Adium 2.0/Users/Default/libpurple on OSX. If you simply replace the blist.xml and accounts.xml that Adium creates with the ones from Pidgin, that should work, right?
Wrong!
Adium’s preferences are stored in plist format which, can now be easily edited since 10.5 (Leopard), even through AppleScript. Luckily, there’s even a simple utility called plutil that can convert from XML to binary plist format.
It would be pretty straight-forward to write a simple script that parses the libpurple XML and wrote out the appropriate plist XML then use the plutil tool to convert to plist binary format – but, I’m feeling lazy and only have about 10 accounts to migrate, so I’ll just do it by hand. Of course, there’s more to migrate than just accounts (old chat logs, etc.) but it’s not enough to overcome the inertia of my lack of caring to do it right now.
Tags: Windows, Pidgin, MacOS X, Adium
Posted by Dossy Shiobara in Geeking out, Open Source | 1 Comment »
Monday, September 1st, 2008
It was only a few months ago that Brad linked to Twitter Karma over at DownloadSquad, but a few days ago Christina surprised me by putting Blackbird at number 5 on her list of 10 awesome BlackBerry apps. She writes:
Blackbird — I used to use Twitterberry to update my Twitter status from my phone, but now I’ve switched to Blackbird. The interface is cleaner and it feels faster. I miss the user icon pictures from Twitterberry, this is still my favorite way of using Twitter.
Man, I love those DownloadSquad bloggers! Thanks for the love, Christina.
Tags: Blackbird, BlackBerry, free software
Posted by Dossy Shiobara in BlackBerry | 2 Comments »
November 6th, 2009 at 6:44 pm
Good question. I suspect the twitter user community who was accustomed to the old pre-oauth ways of dealing with authorization ...
November 5th, 2009 at 6:21 pm
Another question that occurred to me -- how is this different than cookies allowing access to a site when browsing? ...
November 5th, 2009 at 5:57 pm
I agree with that option as well. It largely depends on what the outstanding tokens allow access to in my ...
November 5th, 2009 at 5:48 pm
I would paraphrase what Terrence said a bit: Most users expect that when you change your password, having known the ...
November 5th, 2009 at 3:22 pm
Alex: That's a great analogy -- hopefully, that helps others understand why the "expected" behavior that Terence suggests is both ...