Today I created a Ruby on Rails module to calculate shipping from FedEx. I based it on a similar module from Ben Curtis which he wrote to calculate UPS shipping.
We both based our modules on the Shipping ruby gem, which hasn't been updated in several years and no longer works with the current version of Rails as far as I can tell.
My module is pretty straight forward, you feed it your zipcode, total weight and number of boxes and it gives you an array of prices and methods available from FedEx. You call it like this:
fedex = FEDEX::Client.new :account => '1000000', :meter => " 1000" , :origin_zip => '90000', :url => 'https://gateway.fedex.com/GatewayDC' fedex_quote = fedex.rate_list '80000', '500', '20'
You can check out and download my FedEx shipping calculator module here on pastie.
Category: Technology(101)
Thanks to an unfortunate functionality change at the speech-to-text service Jott, I recently switched to reQall. Current generation speech-to-text (S2T) services allow you to call a toll-free number, record a short message and then actual humans transcribe your speech into text.
On my commute to and from work, I frequently think of new ideas for projects or tasks that I need to complete. I simply hit the S2T autodial and record whatever is on my mind. The S2T service then emails me the transcribed text.
OmniFocus, which I wrote about recently, has a nifty feature in which it grabs an email from Apple Mail with a predetermined sender and subject. It then adds the subject, which has the note in it, to my todo inbox. I think that S2T is one of my favorite tools of all time.
When I first heard of Jott, I was a bit skeptical. I didn't like the idea of a random person in some random country being paid a pittance to sit in a call center to listen to my thoughts and transcribe them. As I thought more about it, I realized that I would rarely if ever say anything confidential to the S2T service. So I started using Jott six months ago and I loved it. It was in beta and totally free.
Jott had some features that I rarely used, like the ability to send messages to any of my contacts. It also had features that I used every day, including its core function, speech-to-text. Once my note had been transcribed, an email with the note in the subject appeared in my inbox.
Recently, Jott stopped its beta program. In doing so it created a free plan, called Jott Express, which still allowed you to do S2T. The deal-killer was the fact that you now had to visit their website to retrieve the transcribed text.
That change broke my OmniFocus script. OmniFocus was expecting the transcribed text to show up in the email. There went the value of the service for me. I initially considered paying for the service, but decided to sleep on it.
I twittered a request for a Jott promo code, but instead got a response from a friendly hacker to check out reQall.
ReQall has the same basic functionality as Jott, but it's free. So far I have been very impressed with reQall. Its voice interface is slicker and more responsive than Jott's. ReQall also does a better job of transcribing my voice notes than Jott did.
All in all I'm very happy with reQall. If they end becoming a paid service I would choose them over Jott in a heartbeat.
Related Posts:
Category: Technology(101)
I just recently recieved one of The Great Internet Migratory Box(es) of Electronics Junk (TGIMBOEJ). The TGIMBOEJ is an awesome box of random electronics that various geeks send to each other. The idea was started by Lenore over at Evil Mad Scientist Labs.
Basically you put your name and contact info on a Wiki page devoted to perspective TGIMBOEJ recipients. Then someone finds your name on said list, and either creates a new box to send you or forwards on the box they currently possess.
The rules are simple, take what you want from the box, add some cool stuff, and then send it on to someone else in the list. You can see the status of the various boxes on this wiki page.
I received a box called Big Box of Electronic Booty started by someone who didn't add their info to the wiki. The box then made it to Jen Grier, who sent if off to Sidney who then sent it to me.
I will be mailing the box off on monday to Logan from Binary Tide.
I picked out a few cool parts including some LEDs, a giant buzzer and some zip-ties. I added a giant LED, a potentiometer and some other cool parts including a 1GB SD card.
The TGIMBOEJ project is awesome, I'm looking forward to receiving another box some time soon!
One of the items I kept from the TGIMBOEJ was the big red buzzer (upper left). I haven't hooked it up yet, but I bet it's loud!