As I sat enjoying my 4th or 5th pomegranite martini (or perhaps it was 7th or 8th, dunno, lost count after 10), it crossed my mind, why do drink recipes say garnish with an olive or an onion or some such thing? And why not, say, a piece of Captain Crunch cereal? Why not indeed.
Perhaps this question could be answered with Science? Science indeed! Science will set us free!
So, behold. An experiment. On the right, a piece of Captain Crunch suspended in a glass of water. On the left, a control, a similar piece located within plain old fashioned air. Note that the glasses are the same. These are the rigors of sciencing. (Note to reader, ignore that child in the picture; somebody who is normally camera shy just couldn't stay away from the scientific process!)
After 25 minutes, a quick taste test showed that the Captain Crunch suspended in water was indeed still a little bit crunchy. Soggy yes, but still possessing crunch. The control piece remained crunchy.
And so you have it. I submit unmistakeable proof that Captain Crunch could indeed be used as a garnish. So, as you settle back with your Vodka Giblet or whatever, and as you compose your next bartending tome, keep in mind that Captain Crunch has been proven to be a viable garnish for a fruity beverage, worthy as a companion to a piece of fruit on a plastic sword or perhaps a fancy little umbrella.
Wednesday, December 29, 2010
Captain Crunch
Monday, December 27, 2010
Dunkelweizen
Dunkelweizen is Bavarian for, "When you open this sucker up, it's going to foam up like it's Mt. Vesuvius and that foam is going to get all over the kitchen counter."
In other news, the beer tastes quite good. Good enought that I'm willing to put up with the foam and will open it in the kitchen sink to avoid serious messes.
Saturday, October 9, 2010
DANG IT!
Sunday, September 19, 2010
Wednesday, July 28, 2010
Mac Mail vs Thunderbird
I've been using Thunderbird on windows for a while and have been happy. I've been using keyconfig() to define keys to file my messages after I've read them. So, time to try this on the Mac instead of using Mac Mail.
First up, Add-ons. I found:
- keyconfig
- Lightning
- Provider for Google Calendar
I define things like:
MsgMoveMessage(GetMsgFolderFromUri('imap://account@server.bu.edu/saved-messages'));
and then assign to a key. Let's me run through my inbox quickly and file messages to various folders. (Note that the Uri account@server *MUST* match the name in the Thunderbird profile. I'm an admin for some mail servers and they have at least 3 or 4 names that all work and end up at the same server. If I don't have the exact name that I used when setting up the account originally then it won't match the thunderbird profile and it will be ignored. To see the profile, look at http://support.mozillamessaging.com/en-US/kb/Profiles. (You don't know how long it took me to figure that one out!))
The GUI on the Mac needs a bit of tweaking. For example, deleted messages don't look different visually - they just have a little gray circle with a line through next to them. Much better would be if the line was gray or had a line through it or something like that. Here's an article on how to change the GUI - http://eriwen.com/css/tweaking-thunderbirds-chrome/
Basically, create a folder "chrome" in your profiles folder and then create a file called userChrome.css with the following content:
/* set default namespace to XUL */
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
/* Change color of deleted messages */
treechildren::-moz-tree-cell(imapdeleted) {
background-color: #999999 !important;
}
treechildren:-moz-tree-cell-text(imapdeleted) {
color: #FFFFFF !important;
text-decoration: line-through !important;
}
treechildren::-moz-tree-cell(imapdeleted,selected) {
background-color: #333333 !important;
}
treechildren::-moz-tree-cell(imapdeleted,current) {
background-color: #666666 !important;
}
treechildren:-moz-tree-cell-text(imapdeleted,selected) {
color: #DDDDFF !important;
}
treechildren:-moz-tree-cell-text(imapdeleted,current) {
color: #DDDDFF !important;
}
treechildren::-moz-tree-cell-text(imapdeleted, offline) {
background-color: #DDDDDD !important;
text-decoration: line-through !important;
}
So what am I missing?
- Mac Mail has Quick Look which Thunderbird does not have. Evidently somebody is working on getting that working for Thunderbird - http://grbmozilla.wordpress.com/2010/06/05/gsoc2010-proposal-add-quicklook-support-in-thunderbird/
- Mac Mail has good integration with iCal. Thunderbird integrates with google calendar (which I have integrated with iCal). But, I miss being able to click on dates in messages and create iCal events from them. And have the event in iCal tie back to the original message.
So what does Thunderbird do that Mac Mail can't?
- Awesome extensibility.
- "Filter these messages" is awesome. Can filter on various combinations of sender, recipient, subject. Can only do one of those for the search box for Mac Mail.
- Way faster. Mac Mail sometimes can take ages to trawl through mailboxes. Thunderbird is really zippy.
What do they have in common that's a bit different?
- Mac Mail's Smart Mailboxes is Thunderbird's "File->New->Saved Search..."
So far, I've been happy with the swap.
Sunday, July 11, 2010
Stubbs BBQ
This BBQ sauce I haven't tried yet. I've used some dry rub spices by this guy. The awesome thing about it all is the quote "LADIES and GENTLEMEN, I'M a COOK". The guy sounds really BADASS! I can imagine him walking into some restaurant, the room goes quiet, and he stands up and proclaims "I'M A COOK, DANG IT!" I'd buy this guy's BBQ sauce any day of the week.
Thursday, March 25, 2010
And then I listened to this story...
http://castroller.com/podcasts/TheMothPodcast/1534043-Deborah%20Scaling%20Kiley%20Lost%20at%20Sea
Not fun, not fun at all.
Thursday, March 4, 2010
Genius
Why yes, I am a genius, thank you for asking.
Note to haters, the "Genius Opponent" was NOT Mr. Potato Head.
Saturday, January 30, 2010
Not reading
Sunday, January 17, 2010
Makers
Just finished reading Makers - http://craphound.com/makers/
Great book, tons of fun. Brings back the feel of wandering old Florida indoor flea markets inside some converted Kmart or Walmart or such.
Also made me want to buy a 3d printer.