Blog - Everything
I tried some Trader Joe Tofu Spring Rolls, just for the heck of it. The tofu and peanut sauce tasted decent, but they completely screwed things up by including raw mint leaves in the roll. What a terrible idea. Mint belongs only in ice cream and gum, and even then, not in raw form. I had to wash the taste out of my mouth with a hot dog.
I had an idea for a new Emacs mode yesterday while talking with a
coworker: a clipboard manager for Emacs. Think M-x browse-kill-ring,
but able to pick up on yanks and kills made by other X programs, and
set the current X (and Emacs) selection. An initial search didn't
yield anything similar to this, so it might be interesting to
implement — don't think I'll do it myself, though, since XFCE's
Clipman is good enough for me.
Q: What do you get when you cross a mobster with an international standard?
A: You get someone who makes you an offer that you can't understand!
—
/usr/games/fortune
Obligatory joke about OfficeOpen XML:
Q: What do you get when you cross Microsoft with an international standards organization?
A: You get an Office format that you can't understand.
Gmane is a handy way to follow mailing lists, especially those with a large volume of messages. There are cases when it is not a good idea to use it, however.
Maintainers of a project should definitely not use it to follow mailing lists for their projects. The same goes for active contributors. The reasons are as follows.
I've come up with my own way of preparing coffee. The goal is to make something that tastes decent, takes less than two minutes to prepare most mornings, and only occasionally requires brewing. This is similar to my earlier post on this topic, but with an improved formula.
The resulting cup of coffee has a nice flavor from the scalded milk, and the espresso adds a much-needed note of authenticity.
I'm going to stop using PGP signatures in email messages that I send. While it can be satisfying to sign off on every email by entering a PGP passphrase, it is just not worth the effort anymore. Not enough other people use them, and many of those who don't use them get confused when they receive these messages, due to their email clients sucking.
I think that the next big thing in GUI apps should be the ability to take the exact contents of a window and send them to a remote machine. The use case for this is: you start an app at home, go to work, ssh (with X forwarding) into your home machine, and realize that you need to use that app again. Normally you'd kill the app and restart it. But what if you could just "clone" the window so that it appeared on your work machine, responsive to new input? I'd love to see functionality like this being added at the toolkit level (i.e. GTK, Qt) so that application developers would not have to do any work to activate it.
One of the nice things about running many apps in Emacs is that I already have that ability. I can just use the multi-tty support in Emacs 23 to open up either a terminal window or a new GTK frame, and then switch to the buffer that contains the app.