Make More Movies like Fitna

As we all know by now, the movie 'Fitna' was taken down from LiveLeak after some threats to their staff today, and is now available on Google Video (watch out Brin and Page).

I was truly disappointed after watching the movie (yes, I watched it, out of curiosity) – it had the same old arguments, partial ayaat, cherry-picked and quoted out of context, mixed with music and select imagery mixed with the beheading videos that have already been milked for all their worth – in an attempt to associate 'terrorist' with 'Islamist'. I was expecting something phenomenal but all I got was 15 minutes of boredom… guess I'm just jaded. I was also looking forward to the debates that the movie was supposed to have elicited, but I guess that isn't going to happen either.

What I don't understand is, why can't the defenders of Islam (extremists or whatchamacallum) realize that nothing better can happen to further their cause than movies like Fitna?!

We keep complaining about how the Western culture is slowly taking over and changing our muslim values… but when a western producer actually stands up and tells the world "honestly" about what he and his supporters think of the jew-hating, brainwashed killing machines that we Muslims are, and that too in a video that is somehow getting world-wide media coverage and can potentially serve to alienate and estrange the muslim population from the rest of the world (something which is a top priority of our 'Islamist' brothers) … our religious superheros miss this golden opportunity by threatening and removing the videos from the internet. That just does not make any business sense, at least to me! I wouldn't be surprised if the threats were a stunt by Gert Wilder himself, just to prove his point.

Like every other muslim, I don't want anyone to draw the prophet's image – either with love or in ridicule, but every time some such incident happens, I can mark the person/entity/group of people as 'bad', 'wrong' or 'evil', depending on my level of faith. This makes hate movies like Fitna excellent tools – wedges that the 'Islamists' can use very effectively to widen the chasm between 'us' and 'them'. Any muslim who watches the video (and is frustrated by the distorted and skewed picture that Wilders paints) and cares enough to research the quotes from the video is bound to become a little less "tolerant" and a little more "extremist" – which is exactly what AlQaida wants. Our terrorist brothers should appreciate Gert Wilders for this honest and public broadcast of his true feelings instead of doing it the KKK way.

To borrow a concept from Richard Dawkin's "The God Illusion", if we are really right and they are really wrong, they are going to hell anyway, and if hell really is all that it is purported to be, isn't that enough of a punishment for them already?

Actually, if I were an AlQaida media representative of some sort, I would have gone one step further and would have sent ALL the Taliban propaganda movies that I could buy from Hall Road, Lahore (they must be in dozens, if not hundreds) to Mr. Wilder as a gift. He surely won't be able to find better raw material for his next "documentary" – or better – a whole TV series. Your infidel enemies bearing the cost of your PR campaigns, and earning some more sins in the process – it can't get any better than this, AlQaida!

If you have come this far in reading this, do also check out the comments here about the pictures of our prophet. I like the way these average 'ferangis' make fun of my religion/ideology, it helps me 'stay awake'. So Al Qaida, please let Wilders make more movies like Fitna, and Mr. Wilders , the next time you make a documentary, please tear a page from the Quran and not some telephone book – we know you want to.

Installing Microsoft Reader on Linux (and why Microsoft Reader rules)

As I suddenly found myself using Linux as my primary OS last year, I had to do something about my bookworm’ey itch, and tried a few solutions to the lack of Microsoft Reader on Linux.

  • I tried using a second computer as my “book computer” – 50 minutes of work, one chapter of a book is what works for me. Too much fan noise (my PCs, like me, are pretty old by now) and sheer waste of electricity.
  • I tried a virtualbox XP installation – the problem with a virtual OS is, if I run it fullscreen, I can’t use the linux software, and if I run it windowed, the Microsoft Reader window is too small. I can dedicate my second monitor to the XP virtual installation, but that is plain inefficient.
  • I tried keeping my pocket pc with me while working, but what is the use of a large LCD when you end up reading on a 3.5 inch screen.

This weekend, I finally managed to make Microsoft Reader work on Linux with Wine. I had to waste use a couple of hours doing so, but at the end, it was worth it. So here is the fast and clean way of installing Microsoft Reader on Linux, what you need is:

  • Have a Linux installation (obviously) – I’m on Kubuntu, this should work with *buntu.
  • The following software installed: wine, msttcorefonts, cabextract – You can install it with the usual: sudo aptitude install wine msttcorefonts cabextract
  • IE for Linux – for some reason, this is a pre-requisite of Microsoft Reader on Wine.
    • Instructions on how to install IE6 for Linux can be found here: http://howtoforge.com/ubuntu_internet_explorer_p2
    • You might need mfc42.cab – in which case, just follow the link on the page, and copy the cab to the folder used by ies4linux, which was /home/rv/.ies4linux/downloads
      for me.
  • Now you need to visit the Microsoft Reader download page in IE6, and when prompted, “Open” the file from its current location. If everything goes well, you should end up with Microsoft Reader installed – now you just need to run it.
  • To run the program, you can either tinker with the Wine configuration settings to export the required wine prefix or you can create a shell script containing:
    • #!/usr/bin/env bash
      # Script to run MS Reader
      cd
      export WINEPREFIX=”/home/rv/.ies4linux/ie6″
      wine “/home/rv/.ies4linux/ie6/drive_c/Program Files/Microsoft Reader/msreader.exe”
    • Save it as something like msreader.sh, modify the /rv/ part (which is my username), set the file rights to a+x via: chmod a+x msreader.sh and perhaps, create a shortcut to the file on your desktop.
  • Running the msreader.sh should run MS Reader now!
  • There is the small problem of actually opening .lit files in it – you have two options. You can either:
    • Modify the script above so that the filename/complete path is passed to the shell script and used in the wine… line. This can also be set up with the ubuntu file associations so that you can open .lit files directly by clicking them. Or, you can
    • Copy the .lit files you have in your “My Library” folder (which is what I did).
    • I ended up with a library folder at: /home/rv/.ies4linux/ie6/drive_c/windows/profiles/rv/My Documents/My Library
  • Start the reader, and the new .lit files should be automatically detected and populated inside your library!

UPDATE: June 2009 One year later, things are a lot simpler with Jaunty Jackalope and Wine 1.0.1! Here are the rough steps to follow:

  • Make sure you have wine 1.0.1 – 1.1.x has issues that I was too busy to debug. If you have a later version or have the wine repository added to your sources.list. You might want to “Force Version” for that.
  • Install ie4linux using the instructions here. Ignore the wine version warning. You may have to run the script multiple times if it crashes, but you’ll get ie6 installed eventually. I had to uncheck the Flash plugin installation option.
  • Make sure you have the wine-gecko package installed (this may be a redundant step)
  • Download the MSReaderSetup.exe file from the Microsoft site using your regular browser and save it somewhere.
  • Run the installer .exe via double-clicking, or right clicking, or via command-line
  • The reader should install. The first time, try running it via command-line after going to ~/.wine/drive_c/Program Files/Microsoft Reader and typing ./msreader.exe
  • If you get an msvcirt.dll error, download the dll from here and extract the dll to your ~/.wine/drive_c/windows/system32 folder.
  • Now running the .exe again should work, and you should also be able to run it after searching for it by ALT+F2.
  • To be able to open .lit files by double-clicking, you need to set up the file associations. To do so
    • Right-click any .lit file in Dolphin and select ‘Properties’.
    • Click the settings icon besides the line Type: Unknown
    • Press the Add button to add the associated application (msreader) and use the file dialog to browse to the msreader.exe file. You will need to enclose the path in double-quotes or escape the spaces. For me it was:  “/home/rv/.wine/drive_c/Program Files/Microsoft Reader/msreader.exe”
    • Unwind the open dialogs’ stack
  • At this point, you should be able to open a .lit file by double-clicking it. If you encouter any issues or had to follow a different path, do share in the comments to help out others.

I was experimenting with tellico this weekend (which deserves its own post), and realized that in the last 20 years, I have read a lot more ebooks than paper books (which makes me happy when I think of all the trees I have saved). At this point in time, I can safely say that Microsoft Reader is the best ebook software around. Of course, you can read books in other formats, plain text, html, pdf or even doc, and there are lots of other readers (like Mobipocket) to choose from, but nothing beats Microsoft Reader so far. A few reasons why…

  • the Microsoft proprietary ClearType technology is simply the best option for long reading sessions on LCD/TFT screens. Once you get used to the lack of paper texture and the smell of an old book (one does miss it the first few months), you will probably find yourself reading more and more books on MS Reader.
  • The Microsoft .lit format works on Pocket PCs transparently, and the PPC version of Microsoft Reader comes pre-installed with most of the Windows Mobile versions. So, like an ipod, you can keep your library synchronized, and pick up on your PPC where you left off on your laptop/desktop. I can’t part with my ancient XDA II (now 5 years old), and iphone is a little bit less attractive due to Microsoft Reader – strange but true.
  • You can use the “Read in Microsoft Reader” plugin for Microsoft Word to convert most of the standard text formats that Word can open – to .lit format, and have a single interface for most of your digital library.
  • If you are comfortable with IRC and DCC, channels like #bookz, #ebooks etc. on Undernet is all you need to download and read sample hundreds of thousands of legal (and otherwise) books that are already converted to the .lit format.

It took me a couple of hours of search and experimentation (mixed with answering a few emails) to get all the steps right, so I hope this post saves somebody a few minutes of their lives.

Bomb Blast in Islamabad Today

An italian restaurant in Islamabad that had the misfortune to be a popular foreigner hangout was blown up by a planted bomb a few hours ago. You can read all about it on google [link] so I won't regurgitate the facts here, but I just need to get a few thoughts off my chest, that came to my mind after hearing the news.

Firstly, the terrorists are finally getting some common sense and not blowing themselves up – which is bad new for us. Secondly, how come nobody has taken the responsibility for the last few bomb blasts?! Normally, Taleban/Al Quaida etc. rush forward and tell why they did it, but unless I have missed some important news, these attacks are the work of an anonymous peace-hating terrorist entity. Why aren't Al-Quaida/Taleban etc. being blamed explicitly this time? I thought their sole purpose of existence was to take the blame for terrorist attacks, bombings, floods and earthquakes etc. Thirdly, can we please stop "strongly condemn"ing these attacks please, its getting irritating now.

Bell Canada was researching a possible outsourcing setup (which would have turned into a big thing eventually, them being Ma Bell and all) a couple of months ago, but they dropped the idea right after the GPO blast happened. I know of two small software shops whose investors have lost their confidence in Pakistan and are pulling out of here next month – and the security situation played a significant part in driving them out. The last time I saw a similar mass exodus was post-9/11, when Align Technology pulled out of Lahore and left 1000 or so odd people jobless in Lahore, with an expertise that had no other potential employers (virtual orthodontics treatment).

With this latest attack aimed at the foreigners, we won't exactly be attracting more international business, which is a real pity. Perhaps the indian IT industry has hired this new generation of freelance terrorists to push the tiny share of business that comes to Pakistan back into India. Yep, that's one good scapegoat.

We don't need to be bombed back to the stone ages by the US of A, they can save their bombs for Iraq and Afghanistan. We are a self-sufficient nation and will gladly do the job ourselves TYVM.

Over-Promised and Under-Delivered

It is better to promise little and deliver more, instead of the other way round – this is a valuable lesson that we shouldn't have to learn – it should be painfully obvious. And yet, when we enter the 'real world' with infinite energy and little experience but enough ambition to conquer the world, we hastily agree to overly optimistic deadlines. Most often, we end up revising the same deadlines that seemed easily manageable a month ago, apologizing to the boss/client all the time, and putting in all-nighters and watching in desperation as two new bugs surface after one is fixed. Then we grow up, and learn to multiply both time and cost by a number much greater than 1.0 before estimating anything. We still miss deadlines… but we feel less stupid about them, and can charge more in some cases… but I digress…

What I wanted to say is, PTCL botched it.

PTCL announced that they will double the bandwidth on the 1st of March. They failed to deliver on that promise, the reason: "it's a weekend, our staff is not available, we will do it on monday".

The bandwidth was still not upgraded the next week – the reason: "We need to upgrade the ports from Islamabad, so it will happen in a single transaction for ALL the Pakistani users".

Yesterday (14th of March, half the month gone), I got an SMS from PTCL when I woke up at noon, telling me that my package has been upgraded to 512kbps 'according to my request' – so I turned on my machine, but the router was still showing 256kbps. After 4 hours, I called their helpline and asked them why had they sent me the SMS when I was still getting the same old speed? The lady (who sounded overwhelmed) asked me for my phone number, and then told me that my upgrade was in its final stage, I asked her how many stages do they have, she said "four". She said it should be complete "any time now", so I said thank you and hung up.

24 hours later (almost 9AM, 15th of March, 2008), I still have the same speed. After looking at the time and realizing that it is morning already, I just called their helpline again (yes, you can call this live blogging too) and told the PTCL rep that I was getting the same old speed despite their SMS – the girl at the other end took my number, checked her system and told me "Sir, our systems are still showing 256kbps". I swallowed the compulsory "No shit!" retort (I am beginning to understand why they prefer female customer relations employees), and asked her why, with their promise of 1st March, have they been unable to upgrade the bandwidth after two weeks. Her response: "Sir, we had till the 15th of March to upgrade. You can call in one hour and check again".

Now this is not right! I can see that they had to rush their price-cuts to meet the competition, and I realize that the 1st of the month is when most of the customers would consider switching, so PTCL had to try to retain that segment of their customer base by promising them the shiny new deal – but why did they have to promise the exact date if they were unsure that they could handle the upgrade workload, why the hell are they still considering 15th of March as their deadline (which is from PTA), and more importantly, why can't they apologize about it, as they have basically swindled me out of 653.50 Rs.

After the prescribed one hour wait, I called 1236 again – this time their support gal simplified it for me and told me in no uncertain terms that "Many customers have already had their account upgraded, yours will be done soon too, perhaps in a day or two. PTCL has promised the upgrades so you will get the upgrade soon". I asked the same 'why promise…' question, and she gave me the same 'please wait for a couple of days…' response.

I would have been perfectly okay with waiting for a few weeks while PTCL upgraded, but the above situation has converted me into an irked customer (note: not a completely 'unsatisfied' customer, their actual wares are good, even though their customer 'service' is lacking) when they could have used the chance to convert me into a super-satisfied customer. I can survive with my current 256kbps, but I hate being manipulated like this. PTCL should fire its marketing department and hire a few more techs – to get things done.

Time to sleep.

Startup Insiders Lahore Videos

I went to the Vahzay office last week to meet Athar Osama (after 4 years) on his short visit to Lahore, and had my portable hard disk with me, so Imran Zia was nice enough to copy the full Starup Insiders videos for me – and this is how I ended up with the videos for SI3 (4GB – the one I attended) and SI6 (5GB – the one I missed) on my hard disk, waiting to be sliced and uploaded to youtube or GoogleVideo. I'll probably compress/clip/upload them during some free timeslot this weekend (I still need to find a decent software to do that – I'm a youtube uploading n00b – suggestions are welcome), so stay tuned and if you missed the sessions (which were very interesting) and I will upload the videos whenever I can.