Three Things the Linux community doesn’t get? I think just 2
Today morning I came across this article this article on ZDnet, if I had read it 2 years ago, I would not have agreed with any of the points, now I agree with at least 2 points!.
1. The Mac effect
For a geek, having choices is all that matters. I love the fact that there are 100s of Linux distributions, and I'm eager to recommend Linux distributions to other people, however everytime I come to recommending a specific Linux distribution to a friend, they have always some specific requirements. For example recently a friend of mine wanted a good bibliographic software to work with OpenOffice, to my knowledge there isn't one which I would recommend esp. since he was used to commercial software like Biblioscape. Then he had difficulties installing Maple 12 in his Ubuntu 8.04 (It turned out that the company supported only Ubuntu 7!). Further along, he could not run a specific mathematical research software because the developer had released binaries for redhat 9 only!.
Fed up with all this, he got a Mac, and the strength of the Mac is that it marries a strong GUI with a Unix based subsystem. Now I could recommend excellent referencing software such as EndNote, Bookends or Papers. Maple has a release the Mac, which is not tied to a specific version of OSX. The mathematical research software also had a DMG which was created for PowerPC macs, however he had no problems running it thorugh Rosetta (built-in hypervisor for PowerPC). Everything fell into place for him when he switched to a Mac.
So for Linux to survive in the user's desktops, I think more concerted efforts should be made by the Linux community to standardize cross-distribution package formats, enabling the universal installation of binaries and simplify software development for Linux. Both these things will help commercial companies develop software for Linux and then in future, hopefully, I can recommend the Bookends Linux release as well.
2. Who provides free tech support?
I'm always eager to help friends out with their Linux problems, and I used to think that linux forums such as LinuxQuestions.org are the ultimate free tech support. However because there are 100s of distributions tech support for Linux is becoming increasingly fragmented. Often the reply to a question on the a forum is: "Just install this and this package, type yum PACKAGENAME" or someone else says "just type apt-get install PACKAGEName". The old world where people would recommend source packages which would work in any distribution is gone it seams.
3. Linux users "unfriendly" to NooBs?
Largely I would say this was true a few years ago, however with the penetration of Ubuntu and an increasing number of non-technical users using Linux, this problem has largely faded.
Is there really a App Store refund policy? I don’t think so!
Today morning I read a blog post at Techcrunch on App Store refund policy. The article stated that "users can get a refund within 90 days, according to Apple policy". I was glad to hear that as I had purchased various iPhone apps, which I frankly did not require at all.
I asked for a refund for two applications. For one I got it, and the mail clearly stated that the refund was a "one time exception" only and all sales are final. See attached Screenshot.

For the other application I got this mail:

Both Apps were bought within 90 days, so why would TechCrunch state that there is an Apple policy? Am I missing something?
Useful tutorial to Condor BirdBath SOAP API
One of the most useful and comprehensive tutorials on Condor BirdBath I've found is located at http://communitygrids.blogspot.com/2006/09/submitting-globus-job-through-condor.html.
The only addition I would make is the following:
If you want to find out the port of the condor_schedd process, you can find that out via the condor_status process.
$ condor_status -schedd -constraint "HasSOAPInterface=?=TRUE" -l | grep YOURADDRESS
In my case I got this reply:
ScheddIpAddr = "<192.168.1.110:48407>
<"MyAddress = "<192.168.1.110:48407>"
PublicNetworkIpAddr = "<192.168.1.110:48407>"
so I would pass http://192.168.1.110:48407 to argument[0] of the program, and submit my condor job.
Impressive web-development features in Safari 4
Today I stumbled across some impressive web development features in Safari 4 (or are they WebKit features?).
When you right click and select "Inspect Element" the Web Inspector window opens.

The Web Inspector provides numerous features which facilitate web development. Some features I found useful:
- Live HTML and CSS Editing: In the Elements tab, you can browse the entire page source and edit elements as well as CSS styles and preview them in the browser.
- Web Page Profiling: Personally, I found the resources tab most useful. In a single view I found out that there are some images on my front page which take a considerable time to load.
- Script Debugging: In the scripts tab, you can execute scripts in the page in debug mode.
Before discovering this, I used CSSEdit's web browser. CSSEdit's X-ray mode allows me to edit HTML and CSS and preview on live pages. Anyone aware of some other great web development tools for the mac?
Cloud Airset?
When I joined Airset a couple of years ago, it was only a fancy ajax based web-based a calendar. I switched to iCal, and never paid much attention to it. Airset kept sending me email notifications of my calendar events, today when I logged into my Airset account to close it, I was surprised to see that Airset had completely changed!
Their initial focus on just being an online calendar has been changed to providing an entire WebOS environment. The environment supports not only calendaring, it also has document management, messaging, contact management etc. Alas, this is not new anymore, there are several WebOSs out there, and even some open source like eyeOS. So I'll still close my account.
Awesome high-res photos of Earth from NASA
There are some awesome high-res photos from NASA available in this link. Unfortunately they are not available for downloading as wallpapers.
Upgraded to Wordpress 2.7
I've just upgraded to Wordpress 2.7. To my distress I've found out that most image references in the posts have been replaced by empty blobs containing nothing but image names!
I'm looking for a quick fix.