by william, on August 26th, 2009
When I read in the Globe and Mail that Pirate Bay was being purchased for $9-million, I figured this could be a good example of how innovators, who often are branded as outsiders or scofflaws, eventually find their niche. Well, that still may be a path to success on the Internet, but apparently not in the case of Pirate Bay, where the new owners are attempting to set up a business that would sell the metrics of illegal file sharing back to the victims (i.e. to sell information back to movie, record and software companies about content uploads and downloads by the site’s estimated 20 million users). So far there has been a particularly frosty reception from the owners of those rights.
Started by a group of pro-piracy Swedes in 2003, Pirate Bay soon became one of the largest bit torrent trackers in the world. From then until now the site has been involved in a number of lawsuits, which eventually led to the 2009 arrest and sentencing of the four main operators of the site. In June 2009 Global Gaming Factory GGF (a Swedish advertising company) announced they would buy Pirate Bay for approximately $9-million, a deal that was set for August 2009. The time has arrived and as one might have expected GGF is facing criticism. Seems the only value to be extracted from this business model is notoriety.
by william, on August 6th, 2009
Anyone who’s not on an iPhone might be Apple-green with envy over the amazing choice of apps available for download at the iPhone App Store versus the apps at Blackberry’s App World. There are far more iPhone apps, they tend to be less expensive, and they don’t run on Blackberrys. Is this inevitable, when apps are written for different operating systems because they have to be written in different languages? Is this a continuing, deliberate fragmentation of the market to create the appearance of separate solitudes between Microsoft and Apple operating systems and the devices that run on them (i.e. Blackberry and iPhone, respectively)? Maybe both, but what else is new? Well, crowd-sourcing efforts by developers to get their apps on both platforms with the least amount of effort, by creating more elegant code that shares the logical design of the app across both platforms.
What this means for the longer term is that as more and more software development kits (SDKs) in Objective-C (iPhone) and Java (Blackberry) get into the hands of grassroots developers hoping to make money selling their apps online, there is going to be a push toward cross-platform programming. As pointed out by developer Teabot on Stackoverflow.com, the core application code can be written so that it appears very similar on either platform, with API wrappers around the edges of the code that can be re-usable.
To achieve the same look and feel on each platform would require very different ‘physical components’ according to developer Grouchal on Stackoverflow.com, but Teabot goes on to claim that you should be able to share the logical design of your application if you carefully separate it into highly decoupled layers. This is still a big win because the logical application design probably accounts for a large part of your development effort, according to him.
This type of chatter shows it’s inevitable that the division of the apps market across operating system platforms will become eased, as grassroots developers become more inventive in finding ways to bridge the language barrier.