Matthew Thoma has a user interface evaluation of Ubuntu (a Debian based Linux distribution) and some of its problem areas. I find many of the comments were good general advice for any distribution on any platform.
Author: Bobby Rockers
Javascript Debuggin
I have a disturbingly difficult JavaScript bug that I am trying to fix and needed a good introduction into using Venkman, the Javascript debugger. Here is a wonderful tutorial on just that subject. It works as a pretty good general introduction to using program debuggers. If you are not familiar with using debuggers in your application development process, check it out.
Sleep of the Oblivious
The Carnegie Endowment for International Peace has a superb article by Robert Kagan discussing the growing divide between Europe and the United States in how we handle international affairs. Kagan argues that a combination of Europe’s loss of international influence, combined with the relative safety provided by the umbrella of American military force have allow it to pursue its post Enlightenment Kantian ideal of “Perpetual Peace.”
The article was like a breath of fresh air in as much as it was an international policy evaluation that lacked almost all the red/blue, conservative/liberal, religious/secular bias that seems to be the norm for this kind of analysis nowadays. I believe Kagan undervalues the role that American individuality has played in our historically isolationistic world view. Specifically as it pertains to the UN and the role of international law. However I find its impossible to ignore the overall strength of his argument. I also disagree with the assessment that, “Americans apparently feel no resentment at not being able to enter a postmodern utopia.” I find that, increasingly, America’s “Ivory Tower” elite feel a great deal of resentment for the position soldered to the US and, to an even greater extend, that such a position even be necessary. Yet I suppose that such resentment has always been part of the La Trahison des clercs and is not to be unexpected.
Its a very long article (TTS is a god-sent at work!) but well worth the read. Especially if you are interested in the changing nature of America’s relationship with Europe and the long term ramifications thereof.
KDE in your own image
Stephan Binner of KDE fame has assembled a collection of distributor patches. Distributor patches are changes that different distributions make of the KDE sources to change the default behavior of KDE in some way.
For example Redhat would (for most of the Redhat 9.0+ versions) disable some functionality that KDE has that Gnome did not have because of a desire to see Gnome do better. Not all patches are for malicious reasons though. Many of the patches seem to be fixes to get specific compile time options working. Lindows has a patch to add text to kicker, thereby making it more “Windows like.” Overall there are some interesting modifications to KDE.
KDE Scripting Tools
Windows, How To Work Them is a tutorial chapter of the KDE Users Guide. The parts that are most interesting to me are the kstart application (for starting windows with specific window management facilities. kstart lets you start applications on specific virtual desktops, with/without specific window decorations, present/absent from the taskbar, etc.. Thus providing a dynamic scripting interface for detailed window management.
The second utility is ksystraycmd. Ksystraycmd lets you load ANY application as a system tray mini icon. The application will can be set to load in the background and minimise to the system tray just like the volume control or windows update. Want quick access to a calculator without having it on in your taskbar all the time, try:
The best part is that it works with ANY Linux application available, it doesn’t even have to be a KDE application.
Peer Review & The Scientific Method
One of the cornerstones of environmental man-made global warming theories is the “MBH98 Northern Hemisphere Climate index” study. The basic findings of the Mann, Bradley & Hughes (MBH) study conclude the the 20th century is (by far) the hottest century on record; using known global temperature indicators such as tree rings and ice core samples. These number have been the basis for global temperature models and public environmental policy.
The primary rebuttal to this study is the ” M&M Critique of the MBH98 Northern Hemisphere Climate index.” McKitrick & McIntyre’s (M&M) basic findings are that the algorithms used by MBH98 produce a “hockey stick” shaped pattern (a pattern showing the 1900’s as the hottest century ever) in 99% of cases… even when the feed data was random noise! This would point to a statistical failure (or outright bias) on the part of the MBH98 algorithms. Using the same base data (i.e. the tree rings, ice core samples, etc..) against their own statistical analysis package, the M&M team gets a very different result. Their results conclude that the hottest century on record is the 15th century, not the 20th.
The debate has gone on for a number of years with strong opinions and heavy politics on both sides. Well things have taken a fairly significant turn recently. The M&M team has decided to open source their analysis and algorithm data. This provides for the much higher level of peer review. In addition, they use the well know (and well respected) R Statistics Package as the basis for their calculations suite. MBH has described their process but refused to open the entire algorithm suite (some select sources have been made available) to full peer review. While a number of third party studies have duplicated the MBH results, in each case the MBH algorithms (in closed source form) where used to produce the results. This leads to some serious questioning of the MBH methodology and therefore the validity of their results.
Real Applications without Real Programming
I have mentioned Kommander in previous posts. It occurs to me that it may be hard to conceptualize exactly how “functional” an application written entirely in Javascript, bash, or DCOP could be. So, anyone who is interested in some of the application capabilities of Kommander should check out Dik’s Kommander Applications. All of Dik’s applications, on that page, are written in Kommander without any real programming required. Another quick tutorial on using Kommander can be found at kde.me.uk.
Web Presense
I just enabled a KDE Kopete plugin to publish my web presense for each of my IM accounts. You can check out my online status by clicking “Online Status in the right sidebar of this page under the title Vault Stuff.
No Comment
Because of problems with comment spam and a busted blacklist filter (it is actually so full that I cannot get it to run) I have to disable comments on my blog for a while. We are actively working on switching to another CMS. One that has better blacklist support and is open source. I hope it will be soon enough that I will not need to try and fix the blacklist filter for this old busted-ass version of MT.
Kconfigure 2.1
Its really late, but I have just released version 2.1 of Kconfigure. Externally the program has added support for Qmake, bzip packages, “What’s This?” functionality, and custom checkinstall options. Internally the program has changed a great deal. Settings have been moved from the preferences class to a resources class that will allow me to do things like create a setup wizard and distribution (and for that matter program) specific build templates. tar and rpm sources are available on sourceforge. Also added (probably more noticeable to the end users) are a F.A.Q. and an on line copy of (an admittedly old version) The Kconfigure Handbook.
If you don’t know what Kconfigure is, check out the screen shots on the project homepage.