Saturday, August 11, 2007

Waiting for 'Numbers'

Well finally it is out. Numbers from Apple. Well it is also accompanied by praises to Apple from Macworld, CNet etc etc. What I am wondering is are these guys who reviewed in any ways associated with data analysis on a spreadsheet at all. Apple makes a whole lot of stuff that is 'not just a pretty face'. With Numbers though that is what it is - 'Just a pretty face'. I have been using Excel since mid nineties and it is the ultimate in number storage and analysis for common users. Apple should be aware of the dent it is making into the PC world among the academics. There are brilliant softwares like Chemdraw, Papers, R, Jmp, Stata, Filemaker and many many others that are... to repeat again just brilliant. And then there is this 'I am a mac, I am a PC' ad that ridicules a PC when it says it is going to spend time GUI programming or working on spreadsheets. At a certain point of time computers are not just fun packages but a productivity enhancer. Numbers totally knocked me off. As an academic researcher, my view is that it is no use to any of us. We do not want colorful business graphs. Even the savviest of the business gurus often do not realize the importance of error bars. It does not involve a lot of codes to make it happen. In it's urge to make it simple Apple has dropped out a lot of features like managing the color of individual groups of bars in a graph, ability to control the width of the bars manually, ability to outline a bar individually with no fills at all (it seems to be somewhere hidden inside but not obvious). Numbers must have the ability to quickly scramble a chart out in pdf and must also have formatting features very similar to some of the publication quality graphics (no not the wall street journal graph but at least that). May this is just a first step and Apple will get to make it work like a mash up of both filemaker and excel in the days to come. So I am not impressed but it is a start. Right now I am still struggling to sort just a column of numbers in the ascending to order... hmmm...

Thursday, June 21, 2007

"Waiting for the iphone" - The Mac OS Strategy

Well it is a good feeling to know that iphone will be out there on 29th June 2007 a 6.00 pm. I do want to see at the least how it feels to use it, walk with it, drive with it and have fun and do business with the iphone. Did I say "at the least"? At the same time I also know that it is not possible for me to buy one. This impossibility increases several fold when you live in Canada. No one knows who will sell it, who will serve it, locked... unlocked...

There is are a couple of things about iphone. The buzz it has risen. Some call it hype. It is not. Has there been a similar product before? No. Did anyone anticipate the design and functionality earlier? Sort of no. Even if they had, they had done it in association with the Apple brand. It was only a perception that Apple can do some thing like this. So this is one unique and revolutionary product.

The second interesting aspect is the interest in the iphone itself. There is a huge crowd that has said they would 'like' to have it. They did not say that they will buy it. It is just on their wish-list. I believe that progressively there will be large population of iphone users. But it will be gradual. We have to save the nuggets to buy one. This wish-list gang is not restricted to Mac OS users. And Apple has, to the best of my knowledge, the full but immutable Mac's own OS inside of it. This is a grand design that will invariably let everyone (including the MS-OS users) to see what Mac OS is all about.

Here is the prediction. This will turn numerous MS-OS users to Mac OS. There should be a more perceivable iphone influence on the conversion. The damper would be the cost of the iphone, world-wide marker for the iphone (Someone please tell me what is happening in Canada). I am wishing that the cost is lower and unlocked phones are easily available. Then Apple has a cool way of increasing the Mac OS user base.

Saturday, January 20, 2007

MacFUSE

[Update August 26 2007: Over the past few months there is been a cute .dmg file on macfuse link at the 'google's'. Just use it.]

Rejoice, for a Mac can go anywhere !

Macintosh computer users in UWO can access the panther.uwo.ca to mount their folder and edit webpage/html files on public_html using MacFuse (1), the newly released verison of FUSE that was letting the Linux user the same privilages. With respect to panther.uwo.ca, here is how I did it.

Start with a mac that has 10.4 or higher (sic.) installed.

Naaah... do not geekzap yourself with tar files unless you are one of those who live by the terminal. Just download (Ref. 3) the .dmg file. Mount it and run it.

Open the terminal.app and type in sshfs. If the machine complains that no host has been specified your installation was sucessful. Else, request to see if there is a .bashrc file in your ~ folder. No? Create one. And have this statement placed in it.

export PATH=$PATH:/usr/local/bin/

Now restart the terminal and type the command sshfs. Missing host? Great.

Now to mount my uwo folder, I used, this command.

sshfs -oping_diskarb,volname=Panther arajamoh@panther.uwo.ca: ~/pantheros
Wait for fusefx.kext to load successfully. You can have any folder created with the name of your choice created in the ~/ and replace the pantheros in the command. The remote folder will be mounted in this folder. Also have your volname=. This the name that will be shown in the Finder.

To unmount it use the following command in teh terminal,

umount ~/pantheros

Mind the name I use and you can use.

Now we can mount almost any type of remote folders on a mac and work on it as a local folder.

Reference:

Well we all Google, don't we? Still...

1) http://googlemac.blogspot.com/2007/01/taming-mac-os-x-file-systems.html
2) http://code.google.com/p/macfuse/
3) http://google-code-updates.blogspot.com/2007/01/macfuse-fuse-for-mac-os-x.html

PS: Must say that when I first saw kernalthread.com about 3 years back I knew this guy is a genius. Why else would he use a Macintosh?