Apache Hadoop on Mac OS X

For some reasons I started to play with Apache Hadoop (Core): Hadoop is a software platform that lets one easily write and run applications that process vast amounts of data. Here’s what makes Hadoop especially useful: Scalable: Hadoop can reliably store and process petabytes. Economical: It distributes the data and processing across clusters of commonly available computers. These clusters can number into the thousands of nodes. Efficient: By distributing the data, Hadoop can process it in parallel on the nodes where the data is located. This makes it extremely rapid. Reliable: Hadoop automatically maintains multiple copies of data and automatically redeploys computing tasks based on failures. Hadoop implements MapReduce, using theHadoop Distributed File System (HDFS). MapReduce divides applications into many small blocks of work. HDFS creates multiple replicas of data blocks for reliability, placing them on compute nodes around the cluster. MapReduce can then process the data where it is located. Hadoop has been demonstrated on clusters with 2000 nodes. The current design target is 10,000 node clusters. I followed the Quickstart guide and I can confirm that it works on [en:Mac OS X] too, but I managed only to make it run in “standalone” mode: usefull for first-stage development and debugging. ...

April 20, 2008 Â· 2 min Â· 298 words

HiEuro 0.2

Here we are. 0.2. 0.2 of nothing but a “divertissment” which help me to learn better and better the Cocoa Framework, and discover all the magic stuff it does. The release notes is: 0.2 (2007-09-09) * Support for Italian, Spanish, French and German (Thanks to [Manu](http://secretum.neminis.org/)). > * New "Preferences" panel to set the "Default Currency" to convert from/to and the "Default Currency Ammount" to set at the application startup (Thanks to the [Alhandra's](http://alhandra.wordpress.com/) suggestion). > * Remove a Bug in the "German Mark" definition (I wrote "Deutsche Mark" in the English version :P ) > One important aspect I learnt is how to bind Preferences to the User Defaults (the Cocoa default preferences system). Pratically, the one that generates, for every app, a file .plist in your ~/Library/Preferences directory. Unix-Style joined with Apple-Style. ...

September 9, 2007 Â· 1 min Â· 155 words

HiEuro 0.1

First release, first problem. After a lot of research about the standard [en:ISO 4217] (the one that define the “3 letter name” for every currency in the world) and all the symbols of European currencies, I miss one: the [en:Slovenian Tolar]. If someone is able to find it out and, ideally, to give me the relative [en:Unicode_Symbols|Unicode] it will be very appreciated. Also, I’m looking for someone able to translate the name of the different currencies (13) in, at least, French, German and Spanish. Other languages are welcome too. Manu, this call is to you ;) .

September 3, 2007 Â· 1 min Â· 97 words

Let's start experimenting new flavours

I started. What? My “project” of learn how to write (serious) apps for Mac OS X. Using Cocoa. Details on the “official” page: Experiments with Cocoa. Cocoa Butter… What’s the first “experiment”? HiEuro!

September 3, 2007 Â· 1 min Â· 33 words

Google Desktop on (My) Mac

I tried it from the first release, but I was disappointed because of the “heavyness” of the indexing process: all my apps seems to be like “yawning” at every interaction I did. But because I like Google (yes, I said! I like it!) I thought “why don’t give to it another chance?”. I read a post on the Official Google Mac Blog about the latest release (1.1.0.520 (8/31/2007)) and I simply installed it (not a classical Mac OS X installer, but we can forgive this…). ...

September 1, 2007 Â· 1 min Â· 106 words

Better Samba File Sharing in Leopard

I know: Samba is Open Source and you can ALREADY do it by hand (on Tiger too) but it’s quite easier if you have a panel to set up it quicker. Take a look at this: Here is a complete gallery of screen-shots of the latest build of Leopard: 9A527. Source, mela|blog.it.

August 29, 2007 Â· 1 min Â· 52 words

iSync and SonyEricsson Symbian/UIQ 3.0 finally speaking

Thanks God, now I can [en:iSync]!!! As someone probably remember, I switched from an [en:Nokia E70] to a [en:Sony Ericsson W950i]. In the beginning, it was not possible to synchronize my [en:iBook] with my new smarth-phone because of a “strange” implementation of the [en:SyncML] protocol on Sony Ericsson/UIQ 3.0 phones. A lot of people has tried to figure out how to do it (Google for it), failing! But now [en:Sony_Ericsson] has finally released the relative plugins: ...

August 14, 2007 Â· 1 min Â· 121 words

The more you Hide, The more I want to See!

Update 14th August 2007: Look at this!!! The first NATIVE GAME for iPhone! Before that Apple itself release any game for it 8-O !!! It’s true: [en:iPhone] is based on [en:Mac_OS_X|Mac OSX] and it is quite similar to it. Apple, from the beginning, has chosen to close it, avoiding to release any [en:SDK] or stuff like that. Theoretically, the only thing a developer can do is to work on a Web 2.0/Ajax web app. That is not so bad, but… not enough. At least, for hackers that “likes to know more and more”. ...

August 12, 2007 Â· 2 min Â· 316 words

Where the Hell is ZFS?

Ok, the features of Leo are not so “special” and “amazing” and “incredible”, but I suppose that, until October, Applewants to still hide some secrets. But, WHERE THE HELL IS ZFS???

June 12, 2007 Â· 1 min Â· 31 words

Video of the Day

> Title: Unity in VMware Fusion for Mac OS X Abstract: Demonstration of VMware Fusion's upcoming Unity feature which allows users to interact with Windows applications on Mac OS X as if they were Mac applications. Source: [TUAW](http://www.tuaw.com/2007/06/06/vmware-fusion-unity/).

June 7, 2007 Â· 1 min Â· 38 words