Sabtu, 12 Maret 2011

Rahasia : "Sexy" software

It has always rubbed me the wrong way when software is described as "sexy." There is something about the context that just seems off. Well, I just got around to reading a book I've been intending to read since 2006, "Female Chauvinist Pigs" by Ariel Levy. It's about how pop-culture & the media have managed to convince much of society that it is "empowering" for a woman to um…objectify herself quickly, before a man does (you can probably guess by my phrasing that I do not agree with the women who buy into this, and neither does the author). Anyway, there's a paragraph in there that sums up nicely my discomfort with the use of the word "sexy" to describe, well, things that have nothing to do with, you know, sex:
Sex appeal has become a synecdoche for all appeal: People refer to a new restaurant or job as “sexy” when they mean hip or powerful. A U.S. Army general was quoted in The New Yorker regarding an air raid on the Taliban as saying “it was sexy stuff,” for instance; the New York Times ran a piece on the energy industry subheadlined “After Enron, Deregulation Is Looking Less Sexy.” For something to be noteworthy it must be “sexy.” Sexiness is no longer just about being arousing or alluring, it’s about being worthwhile.
OK, so your software is "worthwhile" then. Got it. Congratulations, I guess? But…why??? Is it faster than the alternative? Does it have a more intuitive UI? Does it colour-coordinate better than the garish purple, green, and red interface full of tags of the alternative? Does it take what is normally a complicated 15-step manual process and distill it into a simple 3-step process wherein the computer intuits many of the steps itself? If so, say that! That'd be an actual useful description!
Feminist aside: the flipside of this is the implication that if a thing or person isn't "sexy," it's worthless.

Rahasia : Customize the Panel Ubuntu

Ubuntu includes a top panel and a bottom panel by default. If you prefer to keep only one panel at the bottom just like the Windows Taskbar, then these are the steps to follow:
  1. Ubuntu DesktopDelete the bottom panel: right-click over it and click "Delete This Panel".
  2. Move the top panel to bottom: right-click over it, select "Properties" and change Orientation from "Top" to "Bottom".
  3. Add running program buttons: right-click the panel, select "Add to Panel", scroll down and select "Window List", click "Add".
  4. Replace the Menu Bar ("Applications-Places-System") with the "Main Menu" to save space in the panel:
    1. Right-click the "Menu Bar" and select "Remove From Panel".
    2. Right-click the panel, select "Add to Panel" and choose "Main Menu", click "Add".
    3. Right-click the items (Firefox, etc) and untick "Lock to Panel".
    4. Right-click the added "Main Menu", select "Move" to relocate it to the far left. (See Note 1 below)
These are basic changes. The panels are much more flexible than the Windows Taskbar in that many items in the panels can be easily added, removed or configured.
Note 1: The Main Menu shows the "Lock Screen", "Log Out" and "Shut Down" items if you remove the "Indicator Applet Session" item (which shows your username and the shutdown button to the right of the panel). These three items are hidden from the Main Menu when the Indicator Applet Session item is on the panel.
Note 2: If you need to restore the panels to the original state, enter the following commands into the Terminal and re-start the system:
  1. sudo gconftool-2 --shutdown
  2. sudo rm -rf .gconf/apps/panel
  3. sudo pkill gnome-panel