Showing posts with label cloud. Show all posts
Showing posts with label cloud. Show all posts

Saturday, July 26, 2014

An introduction to Git - the history and getting started

At the July Meetup the group met to discuss the merits and use of Distributed Version Control Systems, and, more specifically Git and GitHub.

For software developers who haven't used source-code management (SCM) before it's useful to have some context on how it came about.



The story starts a few decades ago in the 1970s.  In 1973 Ken Thompson and Dennis Ritchie put forward a whitepaper on the subject of the UNIX operating system. The concept was of great interest to The University of California, Berkley.  In 1974 the mathematics and computer science department pooled their resources and purchased a PDP11 to run UNIX.  Their distribution of UNIX arrived on tape.

Ken wasn't involved in the installation of UNIX on the Berkley PDP 11 and the team were having problems with the system, it kept crashing unexpectedly.  Ken was based in Purdue, New Jersey, to facilitate de-bugging the team used a pair of modems to allow Ken to dial-in remotely.  At the time Berkeley only had a 300-baud acoustic-coupled modem without auto-answer capability, so with some transcontinental team co-ordination the team managed to get Ken online to assist with de-bugging.

In 1975 Bill Joy joined the Berkeley team as a graduate student and became involved in the development of their UNIX system.  In 1977 Bill put together the first bundle of software based on the UNIX operating system core, it was called the Berkley Software Distribution.  As the distribution secretary Bill sent out 30 copies of BSD on tape in the first year.

Fast-forward to 1991 when Linux Torvalds was developing Linux.  Key to Linux development was the idea of community based development, a foundation of the open-source movement.  The methods of mailing tapes and coordinating the modem calls of the 1970s would not scale the way it needed to to support Linux development.

At first Linux development was managed by distributing archived files and patches, but it was cumbersome and inaccurate.  Linus was fond of the BitKeeper system developed by Larry McVoy's company.  BitKeeper was developed on similar design principles to an existing product called Sun Workshop Teamware, interestingly developed by Sun Microsystems where Bill Joy went to work from Berkley.  Larry agreed to grant a free-of-charge license to use BitKeeper to support Linux development; however, the Linux community were at odds over Linus' decision.  Members weren't happy that Linux, an open-source project, were now relying on a closed system.

The community's fears were not without merit, in 2005 Larry withdrew the free-of-charge license.  At this point Linus made the decision to develop his own DVCS system and Git was born.  Git was a command line tool that developers could use for source-code management, it was distributed to support the community and most importantly to Linus, it was fast.

A few years later in 2007 Tom Preston-Werner, Chris Wanstrath and PJ Hyet started working on what was to become GitHub an online DVCS based on the principles of Git, the system launched in 2008.  Since 2008 GitHub has become increasingly popular and in a survey carried out by Eclipse in 2014 Git is now used by 33.3% of developers, it is now the dominant DVCS in the market place.

Monday, July 21, 2014

Why might 2014 be the year of Wearables?

There has been a lot of tech chatter about how 2014 is meant to be the year of the wearable .  At the May Vancouvermobile.net meet-up the group came together to discuss trends and share their experiences of wearable technology.

Wearables is a subset of a much larger trend within industry to connect just about anything to the network.  The wider connected device landscape is what the large IT marketing machines are calling the Internet of Things (IoT), encapsulating the trend to connect more and more devices to the network.  By devices we are referring to a whole host of things that previously did not have a network presence, it started in earnest with smartphones but is increasingly involving just about any electronic device that has a processor and often a sensor connected to it, from; devices in the home such as refrigerators, televisions, heating systems, even light bulbs; to industrial SCADA devices such as meters and manufacturing sensors.  

Recently, at CISCO's 2014 annual technology conference, CISCO's CEO John Chambers opined that globally less than 1% of the devices that could be connected to the network are connected today.  Curious statistics aside, it goes without saying that there is an enormous market out there for devices and connectivity waiting to be tapped by whomever gets there first.

Wearables, as a concept, isn't something new, the idea has been around for quite some time, think of Bluetooth headsets, although not really active on the internet they did align with wearables principles; making use of network technology to provide a service, in this case telephone audio, more 'wearable'.  It is, however, curious to look at where the Bluetooth headset is today, they are certainly not perceived as desirable devices and are most often now seen being used by suits/professionals and taxi drivers.

It does appear that recently there have been a number of key factors that is driving a re-invigorated interest in wearables:
  • Network ubiquity - not just WiFi, but cellular or Bluetooth.  The reach of connectivity is ever reaching and alongside coverage, the bandwidth is increasing, and the price of that connectivity is decreasing.  It is worth noting that the cost of cellular data is a point of much contention, but the increasing ease of accessing bandwidth through free WiFi can be argued to lower the overall costs.
  • More processing power - nobody really argues the validity of Moore's law; however, when you couple the fact that processing power is being offered in smaller, more power efficient, and cheaper processors there is a net increase in the amount of processing power in just about everything.
  • Miniaturization - this idea that things are getting smaller is often overlooked, but,  there is more stuff being squeezed into smaller packages.  Modern processors often include encryption on-board, commodity chips will often include networking capability, less bits of silicon are needed to do more things, it's now easier than it has been to make rich featured little things.
  • Commoditization - to top it off, all of these advancements are now more accessible and cheaper to buy.  It is no longer a case of whether or not you can source a component, today the questions are; how many do you want and how much do you want to pay?

There is an interesting trend that is perhaps most apparent within the wearables space.  That is, the ecosystem that is required to deliver an end-to-end service to a consumer.  Looking at the layers of technology involved in a wearable service there is a a requirement for hardware, software and sometimes back-end analysis.  It is rare to see one single entity providing the end-to-end solution.  The hardware platform may require expensive research and development and prototyping, if an existing platform isn't already in the market.  Those hardware platform providers are increasingly looking to the software developer community for their software innovation; exposing a plethora of APIs for the community to write code to.  For those applications which have a dependence on back-end services there are a few established providers of cloud services that offer easy and affordable cloud services to provide, storage, processing and analytics capability that previously had to be in-house and expensive.  The model is still evolving with a number of parties investing in the success of an end-to-end wearables platform.

Whether or not the wearables market turns out to be the untapped gold mine that some opinion would lead you to believe, there are increasing numbers of devices on the network how many of those devices end up being wearables remains to be seen.