Desktop Summit!
I am heading to the Gran Canaria Desktop Summit… but first, need to quickly finish packing! (:
It’ll be an amazing time. I’m excited to see everyone attending!
I am heading to the Gran Canaria Desktop Summit… but first, need to quickly finish packing! (:
It’ll be an amazing time. I’m excited to see everyone attending!
A few people on Planet GNOME are complaining about git, so I figured I should also post an example about git’s shortcomings when passing unexpected command line arguments.
$ git make me a sandwich
git: 'make' is not a git-command. See 'git --help'.
As a counter-point, let’s see how well bzr handles this…
$ bzr make me a sandwich
-bash: bzr: command not found
At this point it seems fairly obvious that version control systems (even distributed ones) are not good chefs — after all, that’s what sudo is for.
Quick background: Muinshee is a special UI (user interface) for Banshee, an open source music player, in the style of Muine, another open source music player. It’s really neat (if you’re a minimalistic Muine fan) because Muinshee is a mashup of Muine’s simple interface backed by Banshee-power.
How it happened: I recently sparked off a nice little tweetversation (a conversation on Twitter) about the old Muinshee teaser blog post. In a few 140-character-max back-and-forths, it went from an “oh yeah, rember that!?” moment… to getting a tip from Gabriel Burt (the guy who made the Muine UI for Banshee) himself… to me quickly tweaking Banshee’s starter script (and crudly adding 64-bit support today, btw)… and then releasing the tiny hack of a script on github’s gist (which is the paste-and-create git repo service).

Muinshee: it's like a baby Banshee!
Like what you see? Download the Muinshee script (updated: fixed a bug. oops!) and place it in your path somewhere (the bin subdirectory in your home directory should work nicely). After that, just run “muinshee” and you’ll be in minimalistic UI play queue heaven.
Then, of course: Thank Aaron, Gabriel, and hordes of other rockstar developers for their awesomely great music player! (With the best sync’ing support around, excellent Last.fm integration, podcasts, library management, etc.… you may just want to stick with the full-blown Banshee, though! *smile*)
What? Did you think I’d blog on Christmas and not mention it? Here’s the obligatory post. (:
Merry Christmas everyone! Hope everything is wonderful for you all!
I need to post something here more often.
Most of my little bit of free time on the web has been elsewhere, at places like:
Aside from the above, I’ve also spent a good amount of time working on SUSE Studio (which is currently in alpha, but still awesome).
By-the-way: the photos above are recent uploads of mine. Some are from not-so-long-ago; some are from a while back.
You can find the above pictures—and many others—at my Flickr photo stream.
Hey everyone! I just arrived in Boston for the GNOME Summit (and the UX Hackfest that precedes it).
Another Hack Week @ Novell / SUSE has come to an end. I think I’ve been pretty productive, as I took on and accomplished three pretty successful mini–projects.
I walked through the current one, taking screenshots and notes. My goals were simple: make it simpler, and reduce the number of clicks (at least 6, depending on what happens) down to 1, as the name implies.
When I had a mockup ready–to–go, I showed it to Benjiman Weber, who happened to be visiting the SUSE office for hack week. He thought it was good overall, but suggested a few changes. I iterated over it a few times and came up something much simpler than the current design, and got it down to 1 click if the repository is already trusted, and an additional click if the repository needs to be trusted.
Here’s the final (for now, at least) design:
If you’re interested, also check all of the mockups, including the previous two as well.
Jakub had a great idea; initially I wanted to help out, but I basically wound up making my own SUSE derivative font. Most of it was done on Monday. I spent today (Friday) tidying i up and redoing a lot of the glyphs, as well as quickly adjusting the space between letters (kerning).
Download version 0.1 of the WallaWalla OTF (OpenType File) …or if you want to play around in FontForge, you can download the SFD also.
This week, Ubiquity was all the rage. It’s a quick launcher for the Web, served up as a Firefox extension. I decided, on a whim, to whip up an extension for the extension—basically make a new command for it called “software-search”.
Basically, it lets you search the openSUSE software search engine all from a selection on a page (or whatever you type, optionally). It displays the results of how many hits there are (if there are), which provides a quick glance to see if you can do a one-click install from the software search to install whatever software you want, without even needing to visit the page (until you know there’s something available of course). To see the results, just hit enter, and it will open up a new tab with the software you’re seeking.
(It’s great for all of those pages that lists random software for Linux, or whenever you feel like quickly searching to see what is available in the software search.)

Interested in trying it out? First install Ubuiquity in Firefox, then visit my page for the software-search command.