The Day the Routers Died

lokakuu 31, 2007

I had today an exam on Routing in Communicatios Networks, and a moment ago I ran into this great piece, The Day the Routers Died.

Thunderbird Sort Orders

lokakuu 27, 2007

By default, Thunderbird sorts new mail and news messages by date, with the newest message last, unthreaded. I however prefer having the newest message at the top, with threading.

Changing the sort order can of course be done fairly easily by clicking the respective list headers, but this has to be done for each folder separately.

However, the default sort order can be changed pretty easaily using about:config. The about:config editor can be opened from Preferences | Advanced | General in TB 1.5; 1.0 users can edit prefs.js directly or install an extension.

The related settings are the following integer values:

  • mailnews.default_news_sort_order: news sort order
  • mailnews.default_news_sort_type: news sort column
  • mailnews.default_sort_order: mail sort order
  • mailnews.default_sort_type: mail sort column

XULPlanet provides a list of possible values for *_sort_order and *_sort_type.

All who have used GIMP know that the GTK+ default UI is quite horrendous. But in my opinion, the most horrible part of GTK+ is the file selection dialog. With it, it is very very difficult to achieve any tasks that one usually needs to perform in order to e.g. save a file to a location.

For you who have not seen it, in its basic form (in which the dialog always opens, no matter what mode you used last time) it only shows a Name box, Save in folder box (with Home, Desktop and File system) and a Browse for other folders widget which opens the “advanced” mode.

In the advanced mode, you will be provided with true power user features such as the possibility to select the location where you want to save your file. There is also the possibility to add a directory to quick selections.

This approach might work in case the user ever only saves to one or two possible directories (which would probably be Home and Desktop since you still have to add quick selections in each application individually). Usually, the box also forgets your last location, so to save the file, you will have to navigate all the way back.

The approach is extremely unsuitable for users who like to have a structure in their file organization. I for example keep my schoolwork in subdirectories, with the course first, then possibly the excercise name, and then the kind of files I store in that directory. That means that I will reuse directories very rarely, and if I want to add a quick selection to a usable directory, it will be very close to the root and it will not help much.

So as an example, if I wish to save “service-classes.dia” to /pub/main/webservices/diagrams in Dia, I will have to:

  1. Type in the name
  2. Click Browse for other folders
  3. Resize the dialog so that the directory list fits in view
  4. Double-click File system
  5. Double click through the path (or type in the directory to a magically appearing and disappearing floating text box)
  6. Click save

And please, if there is a way to force the GTK+ file dilaog to always open in the advanced mode, or, even better, force applications to use the KDE dialog instead, please tell me how!