<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Bullroarer</title>
	<atom:link href="http://danny.damours.net/wordpress/index.php/feed" rel="self" type="application/rss+xml" />
	<link>http://danny.damours.net/wordpress</link>
	<description>A day in the life of Danny D'Amours</description>
	<lastBuildDate>Sun, 27 Jun 2010 11:22:03 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Google Earth and SELinux</title>
		<link>http://danny.damours.net/wordpress/index.php/archive/google-earth-fedora-selinux</link>
		<comments>http://danny.damours.net/wordpress/index.php/archive/google-earth-fedora-selinux#comments</comments>
		<pubDate>Wed, 23 Jun 2010 10:06:11 +0000</pubDate>
		<dc:creator>Danny D'Amours</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Tech]]></category>
		<category><![CDATA[f13]]></category>
		<category><![CDATA[fedora 13]]></category>
		<category><![CDATA[Google Earth]]></category>
		<category><![CDATA[selinux]]></category>

		<guid isPermaLink="false">http://danny.damours.net/wordpress/?p=768</guid>
		<description><![CDATA[Having problems getting Google Earth to run under SELinux? Here's how I got my Google Earth to work without disabling SELinux.]]></description>
			<content:encoded><![CDATA[<!-- google_ad_section_start --><p>Google has recently released <a href="http://google-latlong.blogspot.com/2010/06/announcing-google-earth-52.html">Google Earth 5.2</a>.  There are some really nice new features including visualization of tracks captured by GPS devices.</p>
<p>Installing under Fedora Linux can be a bit of a challenge if you have SELinux enabled.  <a title="Security Enhanced Linux - wikipedia" href="http://en.wikipedia.org/wiki/Security-Enhanced_Linux"></a></p>
<h3>What is SELinux?</h3>
<p><a title="Security Enhanced Linux - wikipedia" href="http://en.wikipedia.org/wiki/Security-Enhanced_Linux">SELinux</a> is feature which provides the ability to have access control policies which confines processes and users to the minimum required access level.  For example the httpd process can be confines to only have access to files under it&#8217;s document root.  Because of this confinement, there is a decreased risk if the httpd process were to become compromised and damage due to a security flaw is minimized.</p>
<h3>Making Google Earth work with SELinux</h3>
<p>The default install of Google Earth does not properly set the proper SELinux access controls and so if you have SELinux enabled, Google Earth will not start properly. One option with I&#8217;m sure that many people have done is to completely disable SELinux.  Although this approach will get Google Earth working, it eliminates the benefits of SELinux and makes your computer less secure than it could be.</p>
<p>Recent versions of SELinux have a tool which gives suggestions of how to fix problems when violations occur.  However on Fedora 13, the suggested command of &#8216;<em>restorecon /usr/local/google-earth/googleearth-bin</em>&#8216; didn&#8217;t fix the problem. I was still getting the error:</p>
<p>&#8220;./googleearth-bin: error while loading shared libraries: ./libcommon_webbrowser.so: cannot restore segment prot after reloc: Permission denied&#8221;</p>
<p>The key was to allow text relocation for the lib files in the install directory so typing in:</p>
<p>&#8220;<strong>chcon -t textrel_shlib_t /usr/local/google-earth/lib*</strong>&#8221;</p>
<p>Now Google Earth runs beautifully under SELinux.</p>
 <img src="http://danny.damours.net/wordpress/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?view=1&post_id=768" width="1" height="1" style="display: none;" /><!-- google_ad_section_end --><img src="http://danny.damours.net/wordpress/?ak_action=api_record_view&id=768&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://danny.damours.net/wordpress/index.php/archive/google-earth-fedora-selinux/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Bringing Audio to the Web</title>
		<link>http://danny.damours.net/wordpress/index.php/archive/bringing-audio-to-the-web</link>
		<comments>http://danny.damours.net/wordpress/index.php/archive/bringing-audio-to-the-web#comments</comments>
		<pubDate>Wed, 19 May 2010 01:00:33 +0000</pubDate>
		<dc:creator>Danny D'Amours</dc:creator>
				<category><![CDATA[Tech]]></category>
		<category><![CDATA[audio]]></category>
		<category><![CDATA[html5]]></category>
		<category><![CDATA[incubator group]]></category>
		<category><![CDATA[w3c]]></category>

		<guid isPermaLink="false">http://danny.damours.net/wordpress/?p=758</guid>
		<description><![CDATA[Browsing the web can be a quiet experience. Except for the odd Flash based video, web pages are typically quiet and don&#8217;t have any sounds associated with them.
The new W3C HTML 5 specification introduced a new audio tag which finally allows web pages to play sounds natively without having to resort to plugins such Flash [...]]]></description>
			<content:encoded><![CDATA[<!-- google_ad_section_start --><p>Browsing the web can be a quiet experience. Except for the odd Flash based video, web pages are typically quiet and don&#8217;t have any sounds associated with them.</p>
<p>The new W3C HTML 5 specification introduced <a title="Web Browser Audio " href="http://html5doctor.com/native-audio-in-the-browser/" target="_blank">a new audio tag</a> which finally allows web pages to play sounds natively without having to resort to plugins such Flash or Java.</p>
<h3>Taking it to the next level</h3>
<p>Following on the introduction of basic audio, the W3C has formed and <a href="http://www.w3.org/2005/Incubator/audio/">Audio Incubator Group</a> which according to the <a title="W3C Audio Incubator Charter" href="http://www.w3.org/2005/Incubator/audio/charter" target="_blank">group&#8217;s charter</a> will explore possibilities of reading or writing raw audio and synthesizing speech or sound.</p>
<p>Members of the incubator group include Mozilla, the BBC and Google.</p>
<p>I think that it will be interesting follow this group and see what this incubator group comes up with.</p>
 <img src="http://danny.damours.net/wordpress/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?view=1&post_id=758" width="1" height="1" style="display: none;" /><!-- google_ad_section_end --><img src="http://danny.damours.net/wordpress/?ak_action=api_record_view&id=758&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://danny.damours.net/wordpress/index.php/archive/bringing-audio-to-the-web/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fredericton in 3D &#8211; Google Earth</title>
		<link>http://danny.damours.net/wordpress/index.php/archive/fredericton-in-3d-google-earth</link>
		<comments>http://danny.damours.net/wordpress/index.php/archive/fredericton-in-3d-google-earth#comments</comments>
		<pubDate>Fri, 16 Apr 2010 13:30:42 +0000</pubDate>
		<dc:creator>Danny D'Amours</dc:creator>
				<category><![CDATA[Fredericton]]></category>
		<category><![CDATA[Mapping]]></category>
		<category><![CDATA[Tech]]></category>
		<category><![CDATA[3d]]></category>
		<category><![CDATA[buildings]]></category>
		<category><![CDATA[Google Earth]]></category>
		<category><![CDATA[sketchup]]></category>

		<guid isPermaLink="false">http://danny.damours.net/wordpress/?p=737</guid>
		<description><![CDATA[Fredericton, New Brunswick has been featured as a Google Earth Cities in 3D success story.
In January 2010 over 100 3D representations of buildings were added to Google Earth. These models are photo-textured and have quite a bit of detail in them.




The City of Fredericton in collaboration with the nearby Canadian Forces Base Gagetown&#8217;s Army Learning [...]]]></description>
			<content:encoded><![CDATA[<!-- google_ad_section_start --><p>Fredericton, New Brunswick has been featured as a Google Earth Cities in 3D <a title="Fredericton - City in 3D" href="http://sketchup.google.com/3dwh/citiesin3d/fredericton.html">success story</a>.</p>
<p>In January 2010 over 100 3D representations of buildings were added to Google Earth. These models are photo-textured and have quite a bit of detail in them.</p>
<div class="mceTemp">
<dl id="attachment_738" class="wp-caption alignnone" style="width: 650px;">
<div id="attachment_740" class="wp-caption alignnone" style="width: 650px"><a href="http://danny.damours.net/wordpress/wp-content/uploads/2010/04/Fredericton-GoogleEarth.jpg"><img class="size-full wp-image-740" title="Fredericton-GoogleEarth" src="http://danny.damours.net/wordpress/wp-content/uploads/2010/04/Fredericton-GoogleEarth.jpg" alt="3D Fredericton - Google Earth" width="640" height="400" /></a><p class="wp-caption-text">3D Fredericton - Google Earth</p></div>
</dl>
</div>
<p>The City of Fredericton in collaboration with the nearby <a title="CFB Gagetown" href="http://www.army.forces.gc.ca/cfb_gagetown/english/index.asp" target="_self">Canadian Forces Base Gagetown&#8217;s </a>Army Learning Support Center for Tactics School developed the models. The city provided a lot of the data and the Armed Forces group created the models which they use for simulations and tactical training.  They also integrated the 3D models into a first person game to teach tactics and for simulating various possible scenarios.</p>
<p>By uploading and sharing the models with the rest of the world through Google&#8217;s <a title="Cities in 3D - Sketchup" href="http://sketchup.google.com/3dwh/citiesin3d/" target="_self">cities in 3D program</a>, the groups have allowed others to get a different perspective. As a fringe benefit, it strengthens Fredericton&#8217;s reputation as a city on the forefront which understands, promotes and uses technology in everyday life. Considering that Fredericton is a high tech city and home to IT firms such as RIM, CGI, Radian6 and the National Research Council, this is a good reputation to promote.</p>
<div id="attachment_742" class="wp-caption alignnone" style="width: 650px"><a href="http://danny.damours.net/wordpress/wp-content/uploads/2010/04/Fredericton-GoogleEarth2.jpg"><img class="size-full wp-image-742" title="Fredericton-GoogleEarth2" src="http://danny.damours.net/wordpress/wp-content/uploads/2010/04/Fredericton-GoogleEarth2.jpg" alt="Fredericton - King and York" width="640" height="400" /></a><p class="wp-caption-text">The corner of King Street and York Street in 3D</p></div>
 <img src="http://danny.damours.net/wordpress/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?view=1&post_id=737" width="1" height="1" style="display: none;" /><!-- google_ad_section_end --><img src="http://danny.damours.net/wordpress/?ak_action=api_record_view&id=737&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://danny.damours.net/wordpress/index.php/archive/fredericton-in-3d-google-earth/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Android Fragmentation : Can it be prevented?</title>
		<link>http://danny.damours.net/wordpress/index.php/archive/android-fragmentation-can-it-be-prevented</link>
		<comments>http://danny.damours.net/wordpress/index.php/archive/android-fragmentation-can-it-be-prevented#comments</comments>
		<pubDate>Tue, 13 Apr 2010 15:49:55 +0000</pubDate>
		<dc:creator>Danny D'Amours</dc:creator>
				<category><![CDATA[Android]]></category>
		<category><![CDATA[Tech]]></category>
		<category><![CDATA[fragmentation]]></category>
		<category><![CDATA[froyo]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[openhandsetalliance]]></category>

		<guid isPermaLink="false">http://danny.damours.net/wordpress/?p=723</guid>
		<description><![CDATA[The Android mobile platform has a lot going for it. It has a large mind share thanks in part to its huge backer, Google.  Android also has something that Apple&#8217;s iPhone platform lacks: Diversity in devices and vendors.
The Open Handset Alliance which backs the Android platform consists of 65 members from various parts of the [...]]]></description>
			<content:encoded><![CDATA[<!-- google_ad_section_start --><p>The <a title="The Android mobile platform" href="http://www.android.com/" target="_self">Android mobile platform</a> has a lot going for it. It has a large mind share thanks in part to its huge backer, Google.  Android also has something that Apple&#8217;s iPhone platform lacks: Diversity in devices and vendors.</p>
<p>The <a title="Open Handset Alliance" href="http://www.openhandsetalliance.com/" target="_self">Open Handset Alliance</a> which backs the Android platform consists of 65 members from various parts of the mobile industry such as handset manufacturers such as HTC, Sony and Toshiba  along with semiconductor companies such as Intel and Nvidia to software providers such as Google and eBay to mobile network providers such as NTT Docomo and Verizon.</p>
<p>The members&#8217; diverse backgrounds, business models and needs ensures a healthy mix of devices, services and software for the platform. Although a healthy diverse mix of devices and implementations is healthy, it can also lead to problems such as fragmentation.</p>
<h3>Platform Fragmentation</h3>
<p>Fragmentation can occur when different implementations have different core feature set and different user experiences.  With the iPhone platform, once you&#8217;ve used an iPhone you know that all of the iPhone devices will behave the same and run the same applications and have a similar user experience.  With Android however, you can get radically different experiences based on handset being used as well as the Android version being used.</p>
<p>Some handset vendors have implemented their own UI customizations such as <a title="Motorola Blur" href="http://www.motorola.com/Consumers/US-EN/Consumer-Product-and-Services/MOTOBLUR/Meet-MOTOBLUR" target="_self">Mototola&#8217;s Blur</a> and <a title="HTC Sense" href="http://www.crunchgear.com/2009/06/24/htc-introduces-sense-the-first-customized-android-installation-on-its-new-hero/" target="_self">HTC&#8217;s Sense</a> which alter the user experience even more and can prevent or delay uptake of new operating system revisions as they are released.  Depending on the customizations, developers must also consider how their applications might work in each of these customized environments. As any web developer knows, having to support multiple browsers is not a fun tasks. Supporting multiple slightly differing mobile platforms isn&#8217;t considered fun either. Worrying how you application will look or run at 10 different possible resolutions is much more of a pain than iPhone&#8217;s 1 resolution fits all model.</p>
<p>As users may be stuck waiting to a handset vendor to provide OS upgrades, they may be unable to install of use some applications. For example, the recent release of Google Earth will only run on Android 2.1 or later which most Android handsets are not yet running.</p>
<h3>Combating Fragmentation</h3>
<p>Google has started trying to <a title="DZone: Google's plan to address fragmentation" href="http://java.dzone.com/news/googles-plan-stop-android" target="_self">address the fragmentation issue</a>. One of the approaches is to decouple upgrade of major applications and components from the Operating System. By being able to upgrade major components independently, users could simply download the latest and greatest without having to wait for their slow vendor to provide upgrades. Being able to easily upgrade the browser or the input functionality could reduce the number of people running different feature sets and different levels of code.  If you can run all of the latest applications and code, do you really care if you are on the latest OS or not?</p>
<p>Google has also stated that development and releases of the core Android OS <a title="Engadget - Stemming Android fragmentation" href="http://www.engadget.com/2010/03/29/exclusive-android-froyo-to-take-a-serious-shot-at-stemming-plat/" target="_self">will most likely slow down</a> soon as the platform has matured and there will be more focus on applications and features built upon the more stable core.</p>
<p>Hopefully Android users will be able to get the best of both worlds, a diverse set of handsets, applications that will run on all devices and not have to wonder if they are betting on the right handset vendor.</p>
 <img src="http://danny.damours.net/wordpress/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?view=1&post_id=723" width="1" height="1" style="display: none;" /><!-- google_ad_section_end --><img src="http://danny.damours.net/wordpress/?ak_action=api_record_view&id=723&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://danny.damours.net/wordpress/index.php/archive/android-fragmentation-can-it-be-prevented/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Research In Motion buys QNX</title>
		<link>http://danny.damours.net/wordpress/index.php/archive/research-in-motion-buys-qnx</link>
		<comments>http://danny.damours.net/wordpress/index.php/archive/research-in-motion-buys-qnx#comments</comments>
		<pubDate>Mon, 12 Apr 2010 04:32:20 +0000</pubDate>
		<dc:creator>Danny D'Amours</dc:creator>
				<category><![CDATA[Business]]></category>
		<category><![CDATA[Tech]]></category>
		<category><![CDATA[blackberry]]></category>
		<category><![CDATA[QNX]]></category>
		<category><![CDATA[research in motion]]></category>
		<category><![CDATA[RIM]]></category>

		<guid isPermaLink="false">http://danny.damours.net/wordpress/?p=734</guid>
		<description><![CDATA[Research in Motion makers of the ever popular Blackberry has announced that it has purchased QNX Software Systems from Harman international.
QNX which is based in Ottawa, Ontario was formed in 1980 and is a leading provider of embedded systems. QNX has a very strong real-time operating system (RTOS) and has especially been a strong player [...]]]></description>
			<content:encoded><![CDATA[<!-- google_ad_section_start --><p>Research in Motion makers of the ever popular Blackberry has announced that it has <a title="RIM buys QNX" href="http://finance.yahoo.com/news/Research-In-Motion-to-Acquire-iw-458079553.html?x=0&amp;.v=1l" target="_self">purchased QNX Software Systems</a> from Harman international.</p>
<p><a title="QNX Software" href="http://www.qnx.com/">QNX</a> which is based in Ottawa, Ontario was formed in 1980 and is a leading provider of embedded systems. QNX has a very strong real-time operating system (RTOS) and has especially been a strong player in the in-car entertainment sector.</p>
<p>There is <a title="Motley Fool - RIM and QNX" href="http://www.fool.com/investing/general/2010/04/09/the-blackberry-learns-new-tricks.aspx" target="_self">speculation</a> that RIM will attempt to create a more seamless integration between it flagship Blackberries and in car systems. This integration could lead superior user experience which could help differentiate RIM from Apple iPhone or Google&#8217;s Andoid platform.</p>
<p>Then again perhaps it is just a cheap source of <a title="OSNews - RIM buys QNX" href="http://www.osnews.com/story/23134/Research_In_Motion_Buys_QNX_Software" target="_self">patent protection</a>.</p>
 <img src="http://danny.damours.net/wordpress/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?view=1&post_id=734" width="1" height="1" style="display: none;" /><!-- google_ad_section_end --><img src="http://danny.damours.net/wordpress/?ak_action=api_record_view&id=734&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://danny.damours.net/wordpress/index.php/archive/research-in-motion-buys-qnx/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Will Internet Explorer 9 provide some browser competition?</title>
		<link>http://danny.damours.net/wordpress/index.php/archive/will-internet-explorer-9-provide-some-browser-competition</link>
		<comments>http://danny.damours.net/wordpress/index.php/archive/will-internet-explorer-9-provide-some-browser-competition#comments</comments>
		<pubDate>Fri, 26 Mar 2010 12:45:25 +0000</pubDate>
		<dc:creator>Danny D'Amours</dc:creator>
				<category><![CDATA[Tech]]></category>
		<category><![CDATA[browser]]></category>
		<category><![CDATA[chrome]]></category>
		<category><![CDATA[Firefox]]></category>
		<category><![CDATA[ie9]]></category>
		<category><![CDATA[microsoft]]></category>
		<category><![CDATA[web]]></category>

		<guid isPermaLink="false">http://danny.damours.net/wordpress/?p=711</guid>
		<description><![CDATA[Will Internet Explorer 9 finally pose a challenge to the technically superior upstart web browsers from Google, Mozilla and Apple?
Microsoft recently revealed a platform preview of its upcoming Internet Explorer 9 (IE9) web browser at its MIX10 conference. The preview browser is far from complete with a lot of the user interface components such as [...]]]></description>
			<content:encoded><![CDATA[<!-- google_ad_section_start --><p>Will Internet Explorer 9 finally pose a challenge to the technically superior upstart web browsers from Google, Mozilla and Apple?</p>
<p>Microsoft recently revealed a platform preview of its upcoming Internet Explorer 9 (IE9) web browser at its MIX10 conference. The preview browser is far from complete with a lot of the user interface components such as tabs and navigation buttons but it does show off the renderer and the Javascript engine which allows developers to see what features are coming in the future.  Microsoft&#8217;s IE team has also committed to update the preview every 8 weeks which will allow users to see the progression of IE9 development.</p>
<h3>Microsoft getting a new (standards-based) religion?</h3>
<p>It appears that IE 9 will finally adopt and comply with some of the web standards.  The initial preview scores a respectable 55//100 on the CSS Acid 3 test which is a huge improvement over IE8&#8217;s score of 20/100.  Support for some new HTML 5 features is also present in the IE9 preview build such as the much touted video tag as well as SVG support.  The video tag will have support for the<a title="IE 9 Preview Available" href="http://blogs.msdn.com/ie/archive/2010/03/16/html5-hardware-accelerated-first-ie9-platform-preview-available-for-developers.aspx"> H.264 codec</a> which is also being supported by Google Chrome and Apple&#8217;s Safari.</p>
<p>Microsoft has also improved the performance of the rendering engine by leveraging available hardware.  Graphics cards will now help offload some video and graphics processing from the CPU.  IE9 has also been made increasingly multithreaded and optimized to take advantage of multiple cores in a system.  For example the Javascript engine can use a separate core to compile Javascript code in preparation for execution which leaves the primary core available to do additional processing.  In fact, Javascipt performance has been increased so much that on certain tests, IE 9 is faster than Firefox.</p>
<p>Will a strong IE9 release slow the momentum of the competing browsers which have been nibbling away the market share from Microsoft?  A strong IE will definitely reduce the incentive for people to switch to an alternative browser.</p>
<p>One caveat which may play a factor in IE9 adoption is that Internet Explorer 9 will <a title="IE9 won't run on XP" href="http://news.cnet.com/8301-13860_3-20000561-56.html" target="_self">not be compatible with</a> Windows XP.</p>
<p>Ars Technica has a great write up on the preview : <a href="http://arstechnica.com/microsoft/news/2010/03/platform-preview-gives-web-developers-first-taste-of-ie9.ars">Platform Preview gives Web developers first taste of IE9</a>.</p>
 <img src="http://danny.damours.net/wordpress/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?view=1&post_id=711" width="1" height="1" style="display: none;" /><!-- google_ad_section_end --><img src="http://danny.damours.net/wordpress/?ak_action=api_record_view&id=711&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://danny.damours.net/wordpress/index.php/archive/will-internet-explorer-9-provide-some-browser-competition/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Canada finally get Android paid apps and the Nexus One</title>
		<link>http://danny.damours.net/wordpress/index.php/archive/canada-finally-get-android-paid-apps-and-the-nexus-one</link>
		<comments>http://danny.damours.net/wordpress/index.php/archive/canada-finally-get-android-paid-apps-and-the-nexus-one#comments</comments>
		<pubDate>Wed, 17 Mar 2010 02:50:55 +0000</pubDate>
		<dc:creator>Danny D'Amours</dc:creator>
				<category><![CDATA[Android]]></category>
		<category><![CDATA[Tech]]></category>
		<category><![CDATA[android marketplace]]></category>
		<category><![CDATA[buy]]></category>
		<category><![CDATA[canada]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[nexus 1]]></category>
		<category><![CDATA[nexus one]]></category>
		<category><![CDATA[rogers]]></category>
		<category><![CDATA[tim bray]]></category>

		<guid isPermaLink="false">http://danny.damours.net/wordpress/?p=707</guid>
		<description><![CDATA[After a long wait, Canadian can fully get aboard the Google Android train.  Google has announced that Canada will get paid apps and that the Nexus One is available on Rogers in Canada as well as also being available on AT&#38;T&#8217;s network.  The Nexus One is available in Canada for $529 USD from http://www.google.com/phone, As [...]]]></description>
			<content:encoded><![CDATA[<!-- google_ad_section_start --><p>After a long wait, Canadian can fully get aboard the Google Android train.  Google has announced that <a href="http://androinica.com/2010/03/15/canada-android-users-get-paid-apps/">Canada will get paid apps</a> and that <a title="Nexus One available in Canada" href="http://googlenexusoneboard.blogspot.com/2010/03/nexus-one-now-compatible-with-at-3g.html" target="_self">the Nexus One is available on Rogers in Canada</a> as well as also being available on AT&amp;T&#8217;s network.  The Nexus One is available in Canada for $529 USD from <a title="Google Nexus One Phone" href="http://www.google.com/phone" target="_self">http://www.google.com/phone</a>, As did our American friends, you need to create a Google Checkout account to purchase the phone.</p>
<p>Previously, Canadian developers were prevented from putting their Andoid applications for sale on the Android Marketplace. Hopefully the increased international availability of the Android Marketplace, the platform and the Nexus One will increase the availability of applications and adoption of the Android by phone manufacturer and users alike.  Developers might also have more incentive to develop for Android with a larger target user base.</p>
<p>As an open mobile platform, Android is different from the iPhone where every application is vetted by Apple and users can only go through Apple&#8217;s app store to get applications.  Android Marketplace showcases Android applications but users and developers are not forced into using the Marketplace.  This differentiator can be very important to some folks.  Indeed it appears that Android&#8217;s open platform has already attracted a new high profile employee <a title="Tim Bray Joining Google" href="http://www.tbray.org/ongoing/When/201x/2010/03/15/Joining-Google" target="_self">in Tim Bray</a>.</p>
 <img src="http://danny.damours.net/wordpress/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?view=1&post_id=707" width="1" height="1" style="display: none;" /><!-- google_ad_section_end --><img src="http://danny.damours.net/wordpress/?ak_action=api_record_view&id=707&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://danny.damours.net/wordpress/index.php/archive/canada-finally-get-android-paid-apps-and-the-nexus-one/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Google Maps Labs &#8211; mapping experiments</title>
		<link>http://danny.damours.net/wordpress/index.php/archive/google-maps-labs-mapping-experiments</link>
		<comments>http://danny.damours.net/wordpress/index.php/archive/google-maps-labs-mapping-experiments#comments</comments>
		<pubDate>Sat, 06 Mar 2010 03:45:03 +0000</pubDate>
		<dc:creator>Danny D'Amours</dc:creator>
				<category><![CDATA[Mapping]]></category>
		<category><![CDATA[Tech]]></category>
		<category><![CDATA[beta]]></category>
		<category><![CDATA[google maps]]></category>
		<category><![CDATA[labs]]></category>
		<category><![CDATA[maps]]></category>
		<category><![CDATA[new features]]></category>

		<guid isPermaLink="false">http://danny.damours.net/wordpress/?p=696</guid>
		<description><![CDATA[Google has recently introduced a new and interesting Labs feature for its popular Google Maps service.  In the same fashion as its Google Labs offering, Google Maps Labs allows users to opt-in to beta versions of features currently in development or testing.
By clicking on the little green beaker in the top right hand corner (currently [...]]]></description>
			<content:encoded><![CDATA[<!-- google_ad_section_start --><p>Google has recently introduced a new and interesting Labs feature for its popular Google Maps service.  In the same fashion as its <a title="Google Labs" href="http://www.googlelabs.com/" target="_self">Google Labs</a> offering, Google Maps Labs allows users to opt-in to beta versions of features currently in development or testing.</p>
<p>By clicking on the little green beaker in the top right hand corner (currently with &#8220;New!&#8221; in red beside it), you are given the option of enabling beta features currently ranging from the extremely useful Click and Zoom which allows quick zooming to a selected rectangular area to the interesting rotatable maps to the humourous &#8216;BETA&#8217; feature which as far as I can tell, simply adds a beta graphic to the Google Maps logo &#8211; as the features states: &#8220;Gmail isn&#8217;t the only one that can enjoy a BETA tag.&#8221;.</p>
<p>To have beta map features enabled for future visits, users must be signed into their Google account.</p>
<p>The intention with Google Maps Labs is that popular and well tested features would get integrated into the full Google Maps version.  Even if none of the features make it past the beta stage, it is still interesting to see some of the possibilities.</p>
<p>For more info see:  <a href="http://google-latlong.blogspot.com/2010/02/introducing-google-maps-labs-your.html?utm_source=feedburner&amp;utm_medium=feed&amp;utm_campaign=Feed%3A+blogspot%2FSbSV+%28Google+LatLong%29">Google LatLong: Introducing Google Maps Labs, your passport to a world of new features</a>.</p>
 <img src="http://danny.damours.net/wordpress/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?view=1&post_id=696" width="1" height="1" style="display: none;" /><!-- google_ad_section_end --><img src="http://danny.damours.net/wordpress/?ak_action=api_record_view&id=696&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://danny.damours.net/wordpress/index.php/archive/google-maps-labs-mapping-experiments/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>New Best Buy store for Fredericton?</title>
		<link>http://danny.damours.net/wordpress/index.php/archive/new-bestbuy-fredericton</link>
		<comments>http://danny.damours.net/wordpress/index.php/archive/new-bestbuy-fredericton#comments</comments>
		<pubDate>Wed, 23 Sep 2009 17:21:25 +0000</pubDate>
		<dc:creator>Danny D'Amours</dc:creator>
				<category><![CDATA[Business]]></category>
		<category><![CDATA[Fredericton]]></category>
		<category><![CDATA[best buy]]></category>
		<category><![CDATA[bouclair]]></category>
		<category><![CDATA[corbett centre]]></category>
		<category><![CDATA[costco]]></category>
		<category><![CDATA[future shop]]></category>
		<category><![CDATA[New Brunswick]]></category>
		<category><![CDATA[retail]]></category>
		<category><![CDATA[tim hortons]]></category>

		<guid isPermaLink="false">http://danny.damours.net/wordpress/?p=671</guid>
		<description><![CDATA[It appears that a new Best Buy big box store is slated to open in Fredericton. Is Fredericton gaining ground in the war to attract retailers?]]></description>
			<content:encoded><![CDATA[<!-- google_ad_section_start --><p>The Trinity Development Group has a map of planned <a href="http://www.trinity-group.com/index.php?q=node/135">development of the Corbett Centre</a>.Â  According to the map it appears that the electronics big box store <a title="Best Buy Canada" href="http://www.bestbuy.ca" target="_self">Best Buy</a> is planning to set up in Fredericton.Â  Other stores that appear to be slated for the Corbett Centre include home fashion store <a title="Bouclair Home Fashion" href="http://www.bouclair.com/" target="_self">Bouclair</a> and a new Tim Hortons.  The long rumoured Tim Hortons store would fill in the gap (according to some Tim&#8217;s addicts) created by the closing of the Regent Mall location last year.</p>
<p>The Trinity site claims that these new stores will open in the spring of 2010 while Costco&#8217;s planned warehouse store is marked as a highly unlikely Fall 2009.Â  Perhaps these are construction start dates as opposed to store opening dates.</p>
<h3>New Competition in Town?</h3>
<p>A new Best Buy store would likely be the second store in Atlantic Canada after a recently opened store in Dartmouth, NS. A new Best Buy which sells laptops, big screen televisions, digital cameras and other electronics and opening would not only bring some needed competition to the current electronics giant in town Future Shop but it would also be a win for Fredericton in the ongoing battle with Moncton and Saint John to attract retailers to their cities.Â  Is Fredericton gaining an upper hand in attracting retailers to its city?</p>
<p>Are there any other retailers that you&#8217;d like to see open up in Fredericton?</p>
 <img src="http://danny.damours.net/wordpress/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?view=1&post_id=671" width="1" height="1" style="display: none;" /><!-- google_ad_section_end --><img src="http://danny.damours.net/wordpress/?ak_action=api_record_view&id=671&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://danny.damours.net/wordpress/index.php/archive/new-bestbuy-fredericton/feed</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
		<item>
		<title>Sneak peak of Nokia RX-51 aka Nokia N900</title>
		<link>http://danny.damours.net/wordpress/index.php/archive/sneak-peak-of-nokia-rx-51-aka-nokia-n900</link>
		<comments>http://danny.damours.net/wordpress/index.php/archive/sneak-peak-of-nokia-rx-51-aka-nokia-n900#comments</comments>
		<pubDate>Thu, 20 Aug 2009 03:05:57 +0000</pubDate>
		<dc:creator>Danny D'Amours</dc:creator>
				<category><![CDATA[Nokia N900/N810/N800/770]]></category>
		<category><![CDATA[Tech]]></category>
		<category><![CDATA[fremantle]]></category>
		<category><![CDATA[Maemo]]></category>
		<category><![CDATA[n900]]></category>
		<category><![CDATA[nokia]]></category>
		<category><![CDATA[preview]]></category>
		<category><![CDATA[release]]></category>
		<category><![CDATA[RX-51]]></category>

		<guid isPermaLink="false">http://danny.damours.net/wordpress/?p=668</guid>
		<description><![CDATA[Mobile review provided a sneak peak at the soon to be released Nokia RX-51 aka Nokia N900.  This new internet tablet / phone which has also been referred to as Rover, is a follow on to their N810 internet tablet which received critical acclaim but remained more of a niche product with out the [...]]]></description>
			<content:encoded><![CDATA[<!-- google_ad_section_start --><p>Mobile review provided a <a href="http://www.mobile-review.com/review/nokia-rx51-n900-en.shtml">sneak peak at the soon to be released Nokia RX-51 aka Nokia N900</a>.  This new internet tablet / phone which has also been referred to as Rover, is a follow on to their<a title="Nokia N810 released" href="http://danny.damours.net/wordpress/index.php/archive/nokia-n810-released" target="_self"> N810 internet tablet</a> which received critical acclaim but remained more of a niche product with out the phone connectivity that Nokia is famous for.</p>
<p>The RX-51 review has tons of pictures of the device and some of the screenshots of the user interface.Â  Since this is the first internet tablet from Nokia to use the Fremantle or Maemo 5 software, many people are curious how much change will be ushered in with the new operating system and device.Â  The UI definitely looks more polished and a lot slicker than the older Diablo release (4.2) but it is hard to determine the user experience without having the software in your hands.Â  The hardware looks very similar to the older N810 with a slide out keyboard and 800 x 480 resolution screen but there have been some improvements such as the included 5 megapixel camera.</p>
<h3>Will it compare to the iPhone?</h3>
<p>As I mentioned in a previous <a title="Nokia N900 - Fremantle" href="http://danny.damours.net/wordpress/index.php/archive/maemo-5-fremantle-new-features" target="_self">post about the NokiaÂ  N900 and Fremantle</a>, the N900 / RX-51 is also the first of the N series internet tablets to include phone capabilities.Â  Previous versions only had wi-fi connectivity and as such were not direct competitors with Apple&#8217;s iPhone or RIM&#8217;s Blackberrry devices.Â  It will be interesting to see if this new Nokia mobile offering will provide some competition from the other smartphone players.</p>
 <img src="http://danny.damours.net/wordpress/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?view=1&post_id=668" width="1" height="1" style="display: none;" /><!-- google_ad_section_end --><img src="http://danny.damours.net/wordpress/?ak_action=api_record_view&id=668&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://danny.damours.net/wordpress/index.php/archive/sneak-peak-of-nokia-rx-51-aka-nokia-n900/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Free and Open Government Information Online : How About It Canada?</title>
		<link>http://danny.damours.net/wordpress/index.php/archive/free-and-open-government-information-online-how-about-it-canada</link>
		<comments>http://danny.damours.net/wordpress/index.php/archive/free-and-open-government-information-online-how-about-it-canada#comments</comments>
		<pubDate>Wed, 15 Jul 2009 14:00:13 +0000</pubDate>
		<dc:creator>Danny D'Amours</dc:creator>
				<category><![CDATA[Tech]]></category>
		<category><![CDATA[canada]]></category>
		<category><![CDATA[data.gov]]></category>
		<category><![CDATA[government]]></category>
		<category><![CDATA[open access]]></category>
		<category><![CDATA[open source]]></category>
		<category><![CDATA[vancouver]]></category>

		<guid isPermaLink="false">http://danny.damours.net/wordpress/?p=580</guid>
		<description><![CDATA[The Obama administration is making a huge effort to open up gov't information online.  Will Canada follow?]]></description>
			<content:encoded><![CDATA[<!-- google_ad_section_start --><p>The Obama administration in the United States is forging ahead with a policy to <a href="http://www.wired.com/politics/onlinerights/magazine/17-07/mf_cio">open up access to as much government data as possible</a> in open formats for people to use.Â  The website <a title="http://www.data.gov/" href="http://www.data.gov/" target="_self">http://www.data.gov</a> will be used to host and disseminate government created data.</p>
<h3>What is Canada&#8217;s position on open access?</h3>
<p>Canada on the other seems to be trying to lock government files and data away and often require a ransom to be paid to get access to it. A large proportion of data generated by government agencies require payment to access.  For example, Statistics Canada create maps of postal code to census boundaries but <a title="Statistics Canada Postal Coversion File" href="http://www.statcan.gc.ca/daily-quotidien/090707/dq090707c-eng.htm" target="_self">charges $10000 to download it</a>? Why should I have to pay to get information that Statistics Canada collected using my taxpayer dollars?Â  Why should I have to file an access to information request (and pay $5) to get information about government dealings?  Shouldn&#8217;t the default status of information created by the government be free and widely available? Do only the rich have the right to information?Â  Not only would opening up database, documents and other available data increase transparency, it would also remove economic barriers for companies and individuals that could benefit from the amazing amount of data that could be made available to the public.</p>
<h3>Vancouver opens its data</h3>
<p>The city of Vancouver has adopted a similar strategy of <a title="CBC.ca - Vancouver opening its data and software" href="http://www.cbc.ca/technology/story/2009/05/22/tech-vancouver-open-source-standards-software-city.html" target="_self">opening up its data</a> and information as the Obama administration in the United States.  Additionally, Vancouver is also in the process of examining open source software and how it could be use at the municipal level.Â  Their strategy has already generatedÂ  some interesting ideas such <a title="eaves.ca - Open data makes garbage collection sexy" href="http://eaves.ca/2009/06/29/how-open-data-even-makes-garbage-collection-sexier-easier-and-cheaper/" target="_self">a garbage reminder service</a>.</p>
<h3>Will Canada be left behind?</h3>
<p>Hopefully weÂ  will see other Canadian cities, provinces and the federal governments be forward looking and follow Vancouver&#8217;s example.Â  There is an enormous untapped potential for using data that is generated and currently locked away in vaults, behind firewall or simply in proprietary formats that require expensive software to use.  Who knew that opening up GIS signals and data to free civilian use would result in such a large number of indispensable and powerful inventions that build on GIS.  Just as democracy opened up the political and decision making process to all citizens, opening up information to all empowers all citizens and not just the elite royalty that can afford it.</p>
<p>Hopefully Canada will be able to realize its potential.</p>
 <img src="http://danny.damours.net/wordpress/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?view=1&post_id=580" width="1" height="1" style="display: none;" /><!-- google_ad_section_end --><img src="http://danny.damours.net/wordpress/?ak_action=api_record_view&id=580&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://danny.damours.net/wordpress/index.php/archive/free-and-open-government-information-online-how-about-it-canada/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Machine is Us/ing Us</title>
		<link>http://danny.damours.net/wordpress/index.php/archive/the-machine-is-using-us</link>
		<comments>http://danny.damours.net/wordpress/index.php/archive/the-machine-is-using-us#comments</comments>
		<pubDate>Wed, 15 Jul 2009 03:33:15 +0000</pubDate>
		<dc:creator>Danny D'Amours</dc:creator>
				<category><![CDATA[Tech]]></category>
		<category><![CDATA[computer]]></category>
		<category><![CDATA[power]]></category>
		<category><![CDATA[web]]></category>
		<category><![CDATA[youtube]]></category>

		<guid isPermaLink="false">http://danny.damours.net/wordpress/?p=584</guid>
		<description><![CDATA[I love this YouTube video.Â  Very powerful and well done.  It has been online since 2007 but the video gives a great view of why the computers and the web are so powerful.  You also can&#8217;t help but wonder how much more untapped potential there is to be found.







www.youtube.com/watch?v=NLlGopyXT_g
 ]]></description>
			<content:encoded><![CDATA[<!-- google_ad_section_start --><p>I love this YouTube video.Â  Very powerful and well done.  It has been online since 2007 but the video gives a great view of why the computers and the web are so powerful.  You also can&#8217;t help but wonder how much more untapped potential there is to be found.</p>
<p><span class="youtube">
<object width="480" height="360">
<param name="movie" value="http://www.youtube.com/v/NLlGopyXT_g&amp;rel=1&amp;color1=d6d6d6&amp;color2=f0f0f0&amp;border=0&amp;fs=1&amp;hl=en&amp;autoplay=0&amp;showinfo=0&amp;iv_load_policy=3&amp;showsearch=0&amp;hd=1" />
<param name="allowFullScreen" value="true" />
<embed wmode="transparent" src="http://www.youtube.com/v/NLlGopyXT_g&amp;rel=1&amp;color1=d6d6d6&amp;color2=f0f0f0&amp;border=0&amp;fs=1&amp;hl=en&amp;autoplay=0&amp;showinfo=0&amp;iv_load_policy=3&amp;showsearch=0&amp;hd=1" type="application/x-shockwave-flash" allowfullscreen="true" width="480" height="360"></embed>
<param name="wmode" value="transparent" />
</object>
</span><p><a href="http://www.youtube.com/watch?v=NLlGopyXT_g&fmt=18">www.youtube.com/watch?v=NLlGopyXT_g</a></p></p>
 <img src="http://danny.damours.net/wordpress/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?view=1&post_id=584" width="1" height="1" style="display: none;" /><!-- google_ad_section_end --><img src="http://danny.damours.net/wordpress/?ak_action=api_record_view&id=584&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://danny.damours.net/wordpress/index.php/archive/the-machine-is-using-us/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PQA to grow its software testing business by 300 jobs</title>
		<link>http://danny.damours.net/wordpress/index.php/archive/pqa-to-grow-its-software-testing-business-by-300-jobs</link>
		<comments>http://danny.damours.net/wordpress/index.php/archive/pqa-to-grow-its-software-testing-business-by-300-jobs#comments</comments>
		<pubDate>Wed, 17 Jun 2009 01:14:20 +0000</pubDate>
		<dc:creator>Danny D'Amours</dc:creator>
				<category><![CDATA[Business]]></category>
		<category><![CDATA[Fredericton]]></category>
		<category><![CDATA[New Brunswick]]></category>
		<category><![CDATA[pqa]]></category>
		<category><![CDATA[quality assurance]]></category>
		<category><![CDATA[software testing]]></category>
		<category><![CDATA[testing]]></category>

		<guid isPermaLink="false">http://danny.damours.net/wordpress/?p=572</guid>
		<description><![CDATA[Fredericton based software testing and quality assurance vendor PQA is growing its company by 300 people over the next few years.  What do they do and why are they growing?]]></description>
			<content:encoded><![CDATA[<!-- google_ad_section_start --><p>Fredericton, New Brunswick based <a title="PQA - Professional Quality Assurance" href="http://www.pqa.ca/" target="_self">PQA &#8211; Professional Quality Assurance</a> has announced its intention to grow its workforce from the current 91 to almost 400 over the next three years.Â  The province of New Brunswick has <a title="GNB.ca - Government to support PQA" href="http://www.gnb.ca/cnb/news/bnb/2009e0852bn.htm" target="_self">announced an assistance program</a> for PQA which will see an average of $7544 per full time permanent employee that PQA hires over the next three years.Â  This assistance is for training and equipment for these new hires.</p>
<h3>Who are PQA?</h3>
<p>Founded in 1997, PQA is a software quality assurance vendor which provides services such as software testing, QA consultants, content quality assurance and e-learning or training development services. They currently have three offices with their headquarters in Fredericton and satellite offices in Moncton, New Brunswick and Dartmouth, Nova Scotia.Â  With this latest expansion there are hints that PQA will open additional offices in other New Brunswick locations, likely in Saint John but possibly in smaller and economically hard hit cities in northern NB such as Miramichi or Cambellton.</p>
<h3>Software Testing is a dirty job</h3>
<p>As many software developers know, software testing is very difficult as you become accustomed to the warts and consciously or sub-consciously avoid trouble areas or scenarios in your application when testing.Â  In addition, software testing, developing training materials and documentation are often pushed back to the end of the development cycle are are often the first tasks to get short changed when the pressure to ship starts to build.  By farming out these tasks to a third party, your developers are free to concentrate on developing quality and compelling software.</p>
<h3>A fresh, experienced and independent point of view</h3>
<p>Just as a third party audit of financial records is a good idea (and often necessary), a third party software quality assurance can give your code a professional and independent critique before it ships to customers.  An outsiders&#8217; fresh view of your software may reveal omissions in your documentation or bring to light implicit or explicit assumptions that were made in the software design and development cycle.  Identifying and addressing these issues prior to shipping can save a lot of money in fixing software as well as in support costs.  Even more valuable than saving on support costs, by fixing problems you can ship a higher quality product and enhance the customer experience.  Creating a quality experience for your customer can raise your reputation and brand.  Remember: &#8220;<a title="Dave Morin - Every Touch Counts" href="http://davemorin.com/blog/mondrian-miami-every-touch-counts/" target="_self">Every Touch Counts</a>&#8220;.</p>
<p>Third party QA can identify software bugs, performance and scalability problems, user experience issues, user interface inconsistencies and documentation issues.Â  Although some of these problems can be identified and addressed in house, a more thorough assessment by a third party quality assurance vendor can make your product that much more stable and bulletproof as well as give your product that extra usability edge over the competition.</p>
<p>Money well spent I&#8217;d say.</p>
 <img src="http://danny.damours.net/wordpress/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?view=1&post_id=572" width="1" height="1" style="display: none;" /><!-- google_ad_section_end --><img src="http://danny.damours.net/wordpress/?ak_action=api_record_view&id=572&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://danny.damours.net/wordpress/index.php/archive/pqa-to-grow-its-software-testing-business-by-300-jobs/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>RedHat quietly kills off its Mugshot social networking site</title>
		<link>http://danny.damours.net/wordpress/index.php/archive/redhat-quietly-kills-off-its-mugshot-social-networking-site</link>
		<comments>http://danny.damours.net/wordpress/index.php/archive/redhat-quietly-kills-off-its-mugshot-social-networking-site#comments</comments>
		<pubDate>Fri, 29 May 2009 12:33:01 +0000</pubDate>
		<dc:creator>Danny D'Amours</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Tech]]></category>
		<category><![CDATA[facebook]]></category>
		<category><![CDATA[magnetism]]></category>
		<category><![CDATA[mugshot]]></category>
		<category><![CDATA[offline]]></category>
		<category><![CDATA[redhat]]></category>
		<category><![CDATA[social network]]></category>

		<guid isPermaLink="false">http://danny.damours.net/wordpress/?p=559</guid>
		<description><![CDATA[Redhat appears to have killed off its once promising social networking site Mugshot.]]></description>
			<content:encoded><![CDATA[<!-- google_ad_section_start --><p>Created <a title="Ars - Mugshot social networking" href="http://arstechnica.com/old/content/2006/05/6955.ars" target="_self">in 2006</a> as a way of bringing people with common interests together, Mugshot was designed by RedHat  as an open source site.  The intentions was to allow interaction between users using not only its own site but by plugging into other networking sites such as Facebook and del.icio.us.  Mugshot included the ability to chat between users, share links, facebook updates and read RSS feeds.</p>
<p>Mugshot did have some innovative features such as a desktop client which allowed quick and easy access to network updates and to quickly post items or share links with your friends or interest groups.</p>
<h3>Where did it go?</h3>
<p>Despite some initial promise, in April of this year, the <a title="Wikipedia: Mugshot offline" href="http://en.wikipedia.org/wiki/Mugshot_(website)#Current_Status" target="_self">website went offline</a> with a &#8220;Mugshot is currently not running.&#8221; message and as of earlier this May, the URLs for http://www.mugshot.org get redirected to <a title="http://www.redhat.com" href="http://www.redhat.com" target="_self">http://www.redhat.com</a>.<br />
I have been unable to find any official confirmation that Mugshot has been killed and will not come back but it does not look promising.</p>
<h3>Why did it fail?</h3>
<p>Unfortunately Mugshot never seemed to get much traction outside of a small group of Linux (mainly RedHat) enthusiasts.Â  Whether it was a <a title="Mugshot - Redhat's neglected gold mine" href="http://people.kernelcode.com/cwarner/2009/01/29/mugshotorg-redhats-neglected-gold-mine/" target="_self">lack of marketing</a> or a neglect of website and network can be debated but after its initial launch period, RedHat almost seemed to ignore Mugshot perhaps hoping that organic growth could occur with open source community updating and introducing new features.Â  <a title="Mugshot vs Friendfeed" href="http://www.bytebot.net/blog/archives/2008/03/01/friendfeed-is-mugshot-with-community" target="_self">Competition from Friendfeed</a>, Twitter and Facebook may have also helped put Mugshot on the chopping block.</p>
<p>Another part of the reasoning behind RedHat&#8217;s apparent neglect and eventual abandonment of Mugshot is that the social network concept never seemed to fit well into its strategy to be an enterprise Linux vendor.Â  Right from the introduction of Mugshot, there <a title="Blizzard - You don''t understand Mugshot" href="http://www.0xdeadbeef.com/weblog/?p=204" target="_self">appeared to be confusion</a> regarding why RedHat was pursuing this product.</p>
<h3>Mugshot champions gone?</h3>
<p>It also appears that a few of the Mugshot champions from within RedHat such as <a title="Christoper Blizzard" href="http://www.0xdeadbeef.com/weblog/" target="_self">Christopher Blizzard</a> who has moved on to the Mozilla Foundation and <a title="Havoc Pennington" href="http://ometer.com/index.html" target="_self">Havoc Pennington</a> who is currently at <a title="litl.com" href="http://litl.com/" target="_self">litl</a>.</p>
<p>In a March <a title="Havoc Pennington - Spring is here" href="http://log.ometer.com/2009-03.html" target="_self">blog post</a>, Havoc even mentions the validity of the concept despite the lack of success with Mugshot:</p>
<blockquote><p>It&#8217;s gratifying that the new default home screen of Facebook looks a lot like <a href="http://www.google.com/patents?id=U1-gAAAAEBAJ">Mugshot.org</a>, a site some of us came up with at Red Hat. We coded Mugshot&#8217;s personal-lifestream-thingy before Facebook&#8217;s news feed came out and before FriendFeed came out. Not saying either site copied us, but it&#8217;s still nice to know at least our idea was good (even though there were lots of reasons we weren&#8217;t the ones to get anywhere with it).</p></blockquote>
<h3>What&#8217;s next for Mugshot?</h3>
<p>As of today, the source code for Mugshot is still available at <a title="Mugshot SVN repository" href="http://svn.mugshot.org/">http://svn.mugshot.org/</a> and it appears that a fork of the Mugshot code will live on in project magnetism at: <a title="http://code.google.com/p/magnetism/" href="http://code.google.com/p/magnetism/" target="_self">http://code.google.com/p/magnetism</a>/.Â  There is no indication of that a free shared Mugshot type service (like RedHat was offering) will be made available.Â  <a title="http://code.google.com/p/magnetism/" href="http://code.google.com/p/magnetism/" target="_self"><br />
</a></p>
 <img src="http://danny.damours.net/wordpress/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?view=1&post_id=559" width="1" height="1" style="display: none;" /><!-- google_ad_section_end --><img src="http://danny.damours.net/wordpress/?ak_action=api_record_view&id=559&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://danny.damours.net/wordpress/index.php/archive/redhat-quietly-kills-off-its-mugshot-social-networking-site/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Fedora 11 preview</title>
		<link>http://danny.damours.net/wordpress/index.php/archive/fedora-11-preview</link>
		<comments>http://danny.damours.net/wordpress/index.php/archive/fedora-11-preview#comments</comments>
		<pubDate>Thu, 28 May 2009 18:20:56 +0000</pubDate>
		<dc:creator>Danny D'Amours</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[F11]]></category>
		<category><![CDATA[Fedora]]></category>
		<category><![CDATA[fedora 11]]></category>
		<category><![CDATA[firefox 3.5]]></category>
		<category><![CDATA[new features]]></category>
		<category><![CDATA[release]]></category>
		<category><![CDATA[screenshot]]></category>

		<guid isPermaLink="false">http://danny.damours.net/wordpress/?p=544</guid>
		<description><![CDATA[The release of Fedora 11 is just around the corner so I took a look at the upcoming release to see if there is anything to get excited about.]]></description>
			<content:encoded><![CDATA[<!-- google_ad_section_start --><p>The release of Fedora 11 was recently <a title="Phronix - fedora release pushed back" href="http://www.phoronix.com/scan.php?page=news_item&amp;px=NzI4MA" target="_self">pushed back by a week</a> and <a title="Fedora 11 release date slips again" href="https://www.redhat.com/archives/fedora-devel-announce/2009-May/msg00016.html" target="_self">then another week</a> to June 9th due to some blocker bugs still being open.Â  The new release date however is still just around the corner so I&#8217;ve decided to look at what is coming in Fedora 11.</p>
<h3>What&#8217;s New in Fedora 11</h3>
<ul>
<li><a title="Ars - Gnome 2.26" href="http://arstechnica.com/open-source/reviews/2009/03/hands-on-gnome-226-brings-incremental-improvement.ars" target="_self">Gnome 2.26</a></li>
<li>Firefox 3.5 (currently at beta 4) which introduces HTML5 &lt;video&gt; and &lt;audio&gt; tags an a Private Browsing Mode (aka Porn Browsing Mode)</li>
<li><a title="Wikipedia - Ext4" href="http://en.wikipedia.org/wiki/Ext4" target="_self">ext4</a> is now the default filesystem when installing a new Fedora 11 install</li>
<li>Improved fingerprint reader experience with a improved detection and a GUI configuration tool (authconfig)</li>
<li>gcc 4.4</li>
<li>faster boot up times with the goal being a 20 second startup</li>
<li>upgraded rpm to 4.7 for performance improvements</li>
<li>OpenChange introduce for native Microsoft Exchange integration</li>
<li><a title="Phronix - X Server 1.6.0 released" href="http://www.phoronix.com/scan.php?page=article&amp;item=xorg_server_16&amp;num=1" target="_self">Xserver 1.6</a> which brings with it improved performance, stability and RANDR 1.3 support</li>
<li>improved graphical drivers including</li>
</ul>
<blockquote>
<ul>
<li>kernel modeseting in Intel drivers for graphical bootup sequence</li>
<li>new default NVidia drivers (nouveau) which supports more cards, has performance improvements over the current nv drivers and supports RANDR 1.2</li>
<li>improved ATI/AMD Radeon drivers allowing r100/r200 based cards to work with modesetting and DRI2</li>
</ul>
</blockquote>
<h3>Try it out</h3>
<p>I decided to install a Fedora 11 Preview copy in a VMWare Workstation virtual machine to see first hand what changes were in store.Â  After booting off of the Live CD and clicking on Install to Hard Drive, the install process went very smoothly.Â  Installation seems faster than previous versions as well though I did select more packages on my previous Fedora 10 install.<br />
Here is a screenshot of F11 in action:</p>
<h3>
<p><div id="attachment_552" class="wp-caption alignnone" style="width: 810px"><img class="size-full wp-image-552" title="F11-Screenshot" src="http://danny.damours.net/wordpress/wp-content/uploads/2009/05/screenshot.png" alt="Screenshot of Fedora 11" width="800" height="600" /><p class="wp-caption-text">Screenshot of Fedora 11</p></div></h3>
<h3>More info and reviews</h3>
<p>For additional information there are podcasts including an interview with Fedora&#8217;s release manager Jesse Keating and Spot Callaway discussing the upcoming Fedora 11 features available at <a title="Fedora 11 podcasts" href="https://fedoraproject.org/wiki/F11_release_podcasts" target="_self">https://fedoraproject.org/wiki/F11_release_podcasts</a>.Â  Another interview with Richard Hughes on the improvements to PackageKit are available at : <a title="PackageKit improvements in Fedora 11" href="http://marilyn.frields.org:8080/~paul/wordpress/?p=1637" target="_self">http://marilyn.frields.org:8080/~paul/wordpress/?p=1637</a></p>
<p>If you would rather see than hear about Fedora 11, there is also a screenshot tour of Fedora 11 available at: <a title="Fedora 11 Screenshot tour" href="https://fedoraproject.org/wiki/Fedora_11_Screenshot_Tour" target="_self">https://fedoraproject.org/wiki/Fedora_11_Screenshot_Tour</a>.</p>
 <img src="http://danny.damours.net/wordpress/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?view=1&post_id=544" width="1" height="1" style="display: none;" /><!-- google_ad_section_end --><img src="http://danny.damours.net/wordpress/?ak_action=api_record_view&id=544&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://danny.damours.net/wordpress/index.php/archive/fedora-11-preview/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>VMware MVP Mobile Virtualization</title>
		<link>http://danny.damours.net/wordpress/index.php/archive/vmware-mvp-mobile-virtualization</link>
		<comments>http://danny.damours.net/wordpress/index.php/archive/vmware-mvp-mobile-virtualization#comments</comments>
		<pubDate>Wed, 27 May 2009 13:30:01 +0000</pubDate>
		<dc:creator>Danny D'Amours</dc:creator>
				<category><![CDATA[Android]]></category>
		<category><![CDATA[Nokia N900/N810/N800/770]]></category>
		<category><![CDATA[Tech]]></category>
		<category><![CDATA[mobile]]></category>
		<category><![CDATA[MVP]]></category>
		<category><![CDATA[virtualization]]></category>
		<category><![CDATA[vmware]]></category>

		<guid isPermaLink="false">http://danny.damours.net/wordpress/?p=403</guid>
		<description><![CDATA[Not content to have the dominant position in the data center virtualization market with its VMware Infrastructure products including the widely used ESX, VMWare strikes out on another platform : mobile devices.
Virtualizing mobile devices
VMware MVP(Mobile Virtualization Platform) is aÂ  product which allow mobile operating systems to be virtualized.Â  A small piece of code (about 20k) [...]]]></description>
			<content:encoded><![CDATA[<!-- google_ad_section_start --><p>Not content to have the dominant position in the data center virtualization market with its VMware Infrastructure products including the widely used ESX, VMWare strikes out on another platform : mobile devices.</p>
<h3>Virtualizing mobile devices</h3>
<p><a title="VMWare MVP" href="http://www.vmware.com/technology/mobile/" target="_self">VMware MVP</a>(Mobile Virtualization Platform) is aÂ  product which allow mobile operating systems to be virtualized.Â  A small piece of code (about 20k) is run on a mobile device which effectively virtualizes the resources of the device allowing other operating systems to run on the virtualized hardware.</p>
<p>As <a href="http://arstechnica.com/gadgets/news/2009/02/vmware-mvp-windows-and-android-on-the-same-phone.ars">Ars Technica describes</a>, VMWare demoed a Nokia N800 running Google&#8217;s Android as well as Microsoft&#8217;s Windows Mobile OS.Â  Although there is some obvious overhead and performance penalties to virtualizing hardware on a mobile device (as on a server or desktop), freeing your mobile device to run the OS of your choice could prove quite valuable.</p>
<p>Currently VMware supports Windows CE 5.0 and 6.0, Linux 2.6.x (which would include Maemo and Android), Symbian 9.x, eCos,  ÂµITRON NORTi and ÂµC/OS-II.Â  It does not appear to be available for sale yet but you can contact VMware to get more information on MVP.</p>
<h3>The future?</h3>
<p>Although it is fairly new and probably rough around the edges, perhaps VMware MVP will get rolled into VMware Workstation 7.0 which would allow developers to easily access multiple mobile platforms for ease of development and testing.</p>
<p>Now if they could only emulate the iPhone and Blackberry using MVP.Â  Then you would truly be able to use the hardware and software combination that suits YOU best.</p>
 <img src="http://danny.damours.net/wordpress/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?view=1&post_id=403" width="1" height="1" style="display: none;" /><!-- google_ad_section_end --><img src="http://danny.damours.net/wordpress/?ak_action=api_record_view&id=403&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://danny.damours.net/wordpress/index.php/archive/vmware-mvp-mobile-virtualization/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MySQL 5.4 New Features &#8211; Scaling up</title>
		<link>http://danny.damours.net/wordpress/index.php/archive/mysql-54-new-features</link>
		<comments>http://danny.damours.net/wordpress/index.php/archive/mysql-54-new-features#comments</comments>
		<pubDate>Thu, 30 Apr 2009 03:21:46 +0000</pubDate>
		<dc:creator>Danny D'Amours</dc:creator>
				<category><![CDATA[Tech]]></category>
		<category><![CDATA[database]]></category>
		<category><![CDATA[features]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[performance]]></category>
		<category><![CDATA[scalability]]></category>
		<category><![CDATA[sun]]></category>

		<guid isPermaLink="false">http://danny.damours.net/wordpress/?p=469</guid>
		<description><![CDATA[Has the Sun set on MySQL?
Has the sun set on MySQL?Â  I don&#8217;t think so.  Even after the buyout from Oracle, Sun&#8217;s MySQL is still looking up.  With a new release coming down the pipes, there is little reason to shy away from MySQL.
After a controversial release of version 5.1 in December 2008, [...]]]></description>
			<content:encoded><![CDATA[<!-- google_ad_section_start --><h3>Has the Sun set on MySQL?</h3>
<p>Has the sun set on MySQL?Â  I don&#8217;t think so.  Even after the buyout from Oracle, Sun&#8217;s MySQL is still looking up.  With a new release coming down the pipes, there is little reason to shy away from MySQL.</p>
<p>After a <a title="MySQL 5.1 released" href="http://monty-says.blogspot.com/2008/11/oops-we-did-it-again-mysql-51-released.html" target="_self">controversial release of version 5.1</a> in December 2008, Sun&#8217;s (and soon to be Oracle&#8217;s) MySQLdatabase is quickly coming back with a <a title="MySQL 5.4" href="http://dev.mysql.com/downloads/mysql/5.4.html" target="_self">preview version of MySQL 5.4</a>.Â  Part of the reason for the rapid successive releases is the shift to a new release schedule based on time instead of the previous feature based releases.Â  Because of this shift, 5.4 won&#8217;t include any major new features such as the Falcon transactional storage engine but a more incremental set of features.</p>
<h3>Sun making its mark</h3>
<p>This is probably the first release in which we will see Sun&#8217;s influence over the databases&#8217; evolution.Â  Sun is interested in making their hardware (and OS) platform more appealing to run MySQL on and so emphasis on better support for Sun&#8217;s hardware and Solaris in particular should come through in 5.4 and future releases.</p>
<p>The major enhancements between 5.1 and 5.4 are scalability improvements.Â  This new version adds the ability to address more than 4 CPU&#8217;s or cores (at least for the InnoDB engine).Â  This allows MySQL to scale up much better on larger servers such as <a title="MySQL 5.4 Scaling" href="http://mikaelronstrom.blogspot.com/2009/04/mysql-54-scaling-to-16-way-x86-and-64.html" target="_self">16 way x86 boxes and up to 64 way</a> on Sun&#8217;s new <a title="CMT comes of age" href="http://blogs.sun.com/allanp/entry/cmt_comes_of_age" target="_self">CMT servers</a>.</p>
<p>There are other scalability improvements including the inclusion of <a title="Google MySQL patches" href="http://code.google.com/p/google-mysql-tools/wiki/Mysql5Patches" target="_self">Google&#8217;s SMP and IO patches</a>, a new thread concurrency algorithm and more efficient read-write lock mechanism.</p>
<h3>Optimizing queries</h3>
<p>Subquery optimizations and improvements in how joins are performed have provide dramatic improvements in execution times for certain queries.Â  A specific <a title="OSDL Database Test Suite" href="http://osdldbt.sourceforge.net/" target="_self">OSDL DBT-3</a> query was changed from a 12 minutes query requiring 9 million reads to a 1.8 second query with 153,000 reads.Â  Obviously this is probably an extreme example but many subqueries will be sped up due to these changes.</p>
<p>Other changes which clearly show Sun&#8217;s influence on MySQL include the inclusion of DTrace probes on Solaris, porting of Google&#8217;s SMP patches to Solaris and &#8220;operating system specific optimisations&#8221;</p>
<h3>So how does it perform?</h3>
<p>Overall performance according to benchmark looks quite a bit improved including a <a title="MySQL 5.4 Scaling" href="http://dev.mysql.com/tech-resources/articles/mysql-54.html" target="_self">59% improvement in EAStress2004 benchmark</a> and generally improved <a title="MySQL 5.4 Scaling on Intel" href="http://blogs.sun.com/allanp/entry/mysql_5_4_scaling_on" target="_self">read only and read write benchmarks</a> on both Linux and Solaris.</p>
<p>One of the nice things about 5.4 is that most of the improvements and enhancements don&#8217;t require and database changes or altered configurations.</p>
<p>Looking forward to final release</p>
 <img src="http://danny.damours.net/wordpress/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?view=1&post_id=469" width="1" height="1" style="display: none;" /><!-- google_ad_section_end --><img src="http://danny.damours.net/wordpress/?ak_action=api_record_view&id=469&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://danny.damours.net/wordpress/index.php/archive/mysql-54-new-features/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fredericton to flood again in 2009</title>
		<link>http://danny.damours.net/wordpress/index.php/archive/fredericton-flood-2009</link>
		<comments>http://danny.damours.net/wordpress/index.php/archive/fredericton-flood-2009#comments</comments>
		<pubDate>Fri, 24 Apr 2009 02:23:01 +0000</pubDate>
		<dc:creator>Danny D'Amours</dc:creator>
				<category><![CDATA[Fredericton]]></category>
		<category><![CDATA[New Brunswick]]></category>
		<category><![CDATA[2009]]></category>
		<category><![CDATA[flood]]></category>
		<category><![CDATA[flooding]]></category>
		<category><![CDATA[freshet]]></category>
		<category><![CDATA[riverwatch]]></category>
		<category><![CDATA[saint john river]]></category>

		<guid isPermaLink="false">http://danny.damours.net/wordpress/?p=458</guid>
		<description><![CDATA[For the last few weeks, people in Fredericton and along the Saint John river valley have been anxiously watching the water levels in the river to watch if the river will flood as in 2008.
After a near record snowfall in the winter of 2008-2009, warm and wet weather early in April quickly rose the river [...]]]></description>
			<content:encoded><![CDATA[<!-- google_ad_section_start --><p>For the last few weeks, people in Fredericton and along the Saint John river valley have been anxiously watching the water levels in the river to watch<a title="Will the Saint John flood in 2009?" href="http://danny.damours.net/wordpress/index.php/archive/will-the-saint-john-river-flood-in-2009" target="_self"> if the river will flood</a> as in 2008.</p>
<p>After a near record snowfall in the winter of 2008-2009, warm and wet weather early in April quickly rose the river levels.Â  After rising to the flood level of 6.5 m in Fredericton around April 8th, cooler and drier weather allowed the snow melt to slow down.Â  This allowed the river level to drop more than two meters to 4.35 m, providing people living near the flood zone some breathing room.</p>
<h3>And the Saint John River rises</h3>
<p>Due to a lot of rain and warmer weather over the last week or so, the river is back on the rise.Â  <a title="NB Riverwatch" href="http://www.gnb.ca/public/Riverwatch/index-e.asp" target="_self">New Brunswick&#8217;s Riverwatch</a> is now forecasting a rise past the flood stage on Friday morning and rising to 7.0 m on Saturday morning.Â  Although the <a title="Environment Canada weather forecast - Fredericton" href="http://www.weatheroffice.gc.ca/city/pages/nb-29_metric_e.html" target="_self">weather forecast</a> is calling for dry weather for the next few days, the temperature is also forecasted to rise to over 20 degrees which will increase the rate of melting for the remaining snow that is left on the ground.</p>
<p>Even with the river rising over the official flood level of 6.5 m, at 7.0 m damage to low lying areas should be fairly minimal although I would imagine that a few basements will be flooded.Â  The river would have to rise over another meter in order to attain last year&#8217;s high water mark of 8.35 m ( <a title="Map 2008 Flood Level - PDF" href="http://www.fredericton.ca/en/resourcesGeneral/2008FloodMap-Bilingual.pdf" target="_self">Map &#8211; PDF</a> ) at which point there was extensive damage to many building along the waterfront.</p>
<h3>Additional resources:</h3>
<ul>
<li>Environment Canada&#8217;s <a title="real time hydrometric data" href="http://scitech.pyr.ec.gc.ca/waterweb/formNav.asp" target="_self">real time hydrometric data</a> shows present and past river levels through New Brunswick and the rest of Canada</li>
<li>The city of Fredericton has a <a title="Fredericton Riverwatch" href="http://www.fredericton.ca/en/2009Apr1RiverWatchMain.asp" target="_self">Riverwatch</a> site with information including maps of <a title="Fredericton flood maps" href="http://www.fredericton.ca/en/2009Apr1RiverWatchMaps.asp" target="_self">previous flood levels</a> and flood prone areas of the city</li>
<li>The province of New Brunswick&#8217;s <a title="GNB RiverWatch" href="http://www.gnb.ca/public/Riverwatch/index-e.asp" target="_self">Riverwatch</a> site has detailed river level forecasts as well as additional planning and emergency information</li>
<li>The city of Fredericton has a few <a title="Fredericton webcams" href="http://www.fred-ezone.ca/webcams/" target="_self">webcams</a> which can give you a view of the current river levels</li>
</ul>
 <img src="http://danny.damours.net/wordpress/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?view=1&post_id=458" width="1" height="1" style="display: none;" /><!-- google_ad_section_end --><img src="http://danny.damours.net/wordpress/?ak_action=api_record_view&id=458&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://danny.damours.net/wordpress/index.php/archive/fredericton-flood-2009/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Will the Saint John River flood in 2009?</title>
		<link>http://danny.damours.net/wordpress/index.php/archive/will-the-saint-john-river-flood-in-2009</link>
		<comments>http://danny.damours.net/wordpress/index.php/archive/will-the-saint-john-river-flood-in-2009#comments</comments>
		<pubDate>Tue, 07 Apr 2009 11:08:45 +0000</pubDate>
		<dc:creator>Danny D'Amours</dc:creator>
				<category><![CDATA[Fredericton]]></category>
		<category><![CDATA[New Brunswick]]></category>
		<category><![CDATA[2009]]></category>
		<category><![CDATA[flood]]></category>
		<category><![CDATA[flooding]]></category>
		<category><![CDATA[river]]></category>
		<category><![CDATA[Saint John]]></category>
		<category><![CDATA[st. john]]></category>

		<guid isPermaLink="false">http://danny.damours.net/wordpress/?p=417</guid>
		<description><![CDATA[As the snow melts and the river levels rise, nervous residents are asking: Will the Saint John flood in 2009?]]></description>
			<content:encoded><![CDATA[<!-- google_ad_section_start --><h2>Fredericton Flood Watch 2009</h2>
<p>As the snow begins to melt in the Great White North, thanks to  the <a title="Great Fredericton Flood of 2008" href="http://danny.damours.net/wordpress/index.php/archive/the-great-fredericton-flood-of-2008" target="_self">great Fredericton flood of 2008</a>, one question that has been on people&#8217;s minds here in New Brunswick is whether or not there will be extensive flooding on the Saint John River again this year.  The images of the floods and fear of possible <a title="Fargo Flooding page" href="http://www.ndsu.nodak.edu/fargoflood/" target="_self">flooding in Fargo, North Dakota</a> and in the <a title="Red River flooding 2009" onclick="javascript:pageTracker._trackPageview('/outgoing/www.cbc.ca/manitoba/features/flood2009/');" href="http://www.cbc.ca/manitoba/features/flood2009/" target="_self">Red River valley in Manitoba</a> remind us of what we experienced in Fredericton, Woodstock, Edmunston and all along the Saint John river a short year ago.</p>
<div class="wp-caption alignnone" style="width: 344px"><img title="Fredericton Flood 2008" src="http://farm3.static.flickr.com/2130/2457457193_1f69cf39f3.jpg?v=0" alt="From Sean McGraths Flickr stream" width="334" height="500" /><p class="wp-caption-text">From Sean McGrath&#39;s Flickr stream</p></div>
<h3>Just like 2008?</h3>
<p>Thanks to the NOAA website, we can examine the current snow depth and snow water equivalent for the western portion of the Saint John watershed.Â  We can also compare the amount to last year&#8217;s record amounts as a benchmark.Â  Luckily it appears that the snow depth and water content is less than last year even though they are both above normal in most areas.</p>
<p><a href="http://www.nohrsc.nws.gov/interactive/html/map.html?mode=pan&amp;zoom=&amp;center_x=++-67.98&amp;center_y=++46.54&amp;ql=station&amp;var=ssm_depth&amp;dy=2009&amp;dm=3&amp;dd=10&amp;dh=6&amp;snap=1&amp;o1=1&amp;o9=1&amp;o12=1&amp;lbl=l&amp;min_x=-71.858333333335&amp;min_y=42.666666666667&amp;max_x=-64.108333333336&amp;max_y=50.416666666667&amp;coord_x=-67.98333333333551&amp;coord_y=46.541666666667&amp;zbox_n=&amp;zbox_s=&amp;zbox_e=&amp;zbox_w=&amp;metric=0&amp;bgvar=dem&amp;width=512&amp;height=512&amp;nw=512&amp;nh=512&amp;font=0&amp;js=1&amp;uc=0">NOHRSC Interactive Snow Information</a>.</p>
<h3>Unknown factors</h3>
<p>There are still several additional factors which could affectÂ  the possibilities of flooding this spring.Â  Rainfall and the quickness of the snow melt can have significant impacts on the water levels in the river.Â  Last year&#8217;s floods were caused in part by a large storm which dropped over 100 mm of rain in the upper Saint John river valley in northern NB, Maine and eastern Quebec just as the snow melting was taking place.Â  Another large storm of similar magnitude or a quick warming trend could quickly increase the river&#8217;s water levels and make all previous predictions useless.</p>
<h3>And the rain falls</h3>
<p>The last weekend (April 4-5) brought some heavy rains over New Brunswick and the <a title="Environment Canada weather forecast - Fredericton" onclick="javascript:pageTracker._trackPageview('/outgoing/www.weatheroffice.gc.ca/city/pages/nb-29_metric_e.html');" href="http://www.weatheroffice.gc.ca/city/pages/nb-29_metric_e.html" target="_self">weather forecast</a> for the rest of the week is calling for more rain which does not bode well for keeping the river under flood levels.</p>
<p>Due to the recent rain and warm weather, there is already <a title="Saint John river flooding near Hartland" onclick="javascript:pageTracker._trackPageview('/outgoing/www.cbc.ca/canada/new-brunswick/story/2009/04/07/nb-harland-river.html');" href="http://www.cbc.ca/canada/new-brunswick/story/2009/04/07/nb-harland-river.html" target="_self">some flooding</a> being <a title="GNB Hartland ice jam flooding" onclick="javascript:pageTracker._trackPageview('/outgoing/www.gnb.ca/public/english/2009-0012e.htm');" href="http://www.gnb.ca/public/english/2009-0012e.htm" target="_self">caused by ice jams</a> in the upper Saint John river valley near Hartland.  Tributaries such as the Nashwaak and Oromocto river are also nearing flood levels.  The water level in the Saint John river at Fredericton has also risen dramatically in the last few days going from 2.5 m to a current reading of near 5 m with a <a title="Saint John river water level forecast" onclick="javascript:pageTracker._trackPageview('/outgoing/www.gnb.ca/public/Riverwatch/levels-e.asp');" href="http://www.gnb.ca/public/Riverwatch/levels-e.asp" target="_self">forecasted rise to 5.8 m</a> by Wednesday.  Flood stage is defined as 6.5 m while the high water level during <a title="GNB RiverWatch Historic water levels" onclick="javascript:pageTracker._trackPageview('/outgoing/www.gnb.ca/public/Riverwatch/charts-e.asp');" href="http://www.gnb.ca/public/Riverwatch/charts-e.asp" target="_self">last year&#8217;s major flood was 8.36 meters</a>.</p>
<p>Hopefully the river will crest near flood levels and spare people living along the river a lot of grief.</p>
 <img src="http://danny.damours.net/wordpress/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?view=1&post_id=417" width="1" height="1" style="display: none;" /><!-- google_ad_section_end --><img src="http://danny.damours.net/wordpress/?ak_action=api_record_view&id=417&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://danny.damours.net/wordpress/index.php/archive/will-the-saint-john-river-flood-in-2009/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Are we headed for a &#8216;Collapse&#8217;?</title>
		<link>http://danny.damours.net/wordpress/index.php/archive/are-we-headed-for-a-collapse</link>
		<comments>http://danny.damours.net/wordpress/index.php/archive/are-we-headed-for-a-collapse#comments</comments>
		<pubDate>Tue, 31 Mar 2009 02:36:31 +0000</pubDate>
		<dc:creator>Danny D'Amours</dc:creator>
				<category><![CDATA[Misc]]></category>

		<guid isPermaLink="false">http://danny.damours.net/wordpress/?p=391</guid>
		<description><![CDATA[About a week ago, I finished reading a book that has long been on my reading list: Collapse: How Societies Choose to Fail or Survive by Jared Diamond.
After being very impressed when I read his Pulitzer prize winning book Guns, Germs and Steel, I was eager to read Diamond&#8217;s take on civilization collapse and the [...]]]></description>
			<content:encoded><![CDATA[<!-- google_ad_section_start --><p>About a week ago, I finished reading a book that has long been on my reading list: Collapse: How Societies Choose to Fail or Survive by <a title="Wikipedia: Jared Diamond" href="http://en.wikipedia.org/wiki/Jared_Diamond" target="_self">Jared Diamond</a>.</p>
<p>After being very impressed when I read his Pulitzer prize winning book <a title="Guns, Germs and Steel" href="http://books.google.com/books?id=kLKTa_OeoNIC" target="_self">Guns, Germs and Steel</a>, I was eager to read Diamond&#8217;s take on civilization collapse and the reasons behind their failures.Â  Here is my review of it.</p>
<h3>Stories of Collapse</h3>
<p>The book examines several fallen civilizations such as <a title="Wikipedia - Easter Island" href="http://en.wikipedia.org/wiki/Easter_Island" target="_self">Easter Island</a> in the South Pacific, the <a title="Wikipedia - Anasazi" href="http://en.wikipedia.org/wiki/Anasazi" target="_self">Anasazi </a>in which is now the southwestern United States, the Maya civilization in Central America.Â  There is also a deeper examination of the <a title="Wikipedia - Viking" href="http://en.wikipedia.org/wiki/Viking" target="_self">Vikings</a> and in particular Greenland which was settled in 900 AD until approximately 1400 AD.</p>
<p>Each civilization and culture is examined and emphasis is placed on environmental factors that contributed to their weakening and collapse.Â  Deforestation, soil erosion, overfishing/overhunting and population growth are recurring activities which influence the ability of a society to support itself.Â  For example, the deforestation that occurred on Easter Island severely limited the ability of the people there to use fishing to support themselves.</p>
<p>As in Guns, Germs and Steel, Diamond uses multiple fields such as archaeology, anthropology biology and geography to provide evidence to his claim that the environment played a pivotal role in the downfall of these cultures.</p>
<p>Diamond examines a few situations in which a society collapsed while another with similar issues made different choices and managed to avoid a collapse.Â  This case occurs today with the countries of Haiti and the Dominican Republic which share an island.Â  Haiti, the poorest country in the western hemisphere has recently had many struggles in comparison to its relatively well off island neighbour.Â  The author argues that history and societal choices helped determine the diverging destinies of the two neighbours.</p>
<p>Another case which is examined is the Norse civilization in Greenland which became extinct while the culture of the Inuit in the same region experienced the same environmental conditions and due to their lifestyles and choices, survived.</p>
<h3>Collapse is all around</h3>
<p>Collapse is not only a study of ancient civilizations but also a reflection of issues which the world is currently facing.Â  A few case studies of recent or ongoing &#8220;collapses&#8221; remind the reader that we as a society are still vulnerable to possible collapse if we as a society are not careful.Â  The cases examined include the recent genocide in Rwanda, Haiti and possible collapses in the making in China and Australia.</p>
<p>Though I was not completely convinced by the case studies of Australian and Chinese collapse, the author does point out some major issues with environmental degradation (drought, erosion,Â  that are having impacts on Australian and Chinese societies but I&#8217;m not sure about the severity or the eventual denouement of these situations.</p>
<h3>Not all doom and gloom</h3>
<p>Collapse is not all doom and gloom.Â  In addition to examining societies that have collapsed, Jared Diamond also examines a few societies in which responses to crises lead to a sustainable society.Â  Japan for example ran into issues due to deforestation and population pressures in the 1600s.Â  Using a combination of population growth controls and effective timber management (along with imports from other countries), Japan managed to keep collapse at bay and in fact thrived due its choices.</p>
<h3>What are we to do?</h3>
<p>Collapse ends on the positive notes of hope with Diamond suggesting that if societies value the environment and make wise choices based not only on short term results and profits that we can thrive as a society and avoid collapse.Â  Perhaps it is too late as some ( <a title="Post Carbon - Shape of the Recovery" href="http://postcarbon.org/shape_recovery" target="_self">http://postcarbon.org/shape_recovery</a> ) are speculating that this economic recession that has just started might be a sign of our current civilization hitting a wall.</p>
<h3>Should I read it?</h3>
<p>I quite enjoyed reading Collapse:How Societies choose to Fail or Succeed quite a bit.Â  The book did feel a little environmentally preachy at times but overall it was a good examination of societies, some of the environmental challenges they face and how their response to those challenges dictate whether the societies will collapse or thrive.Â  A great read for the environmentalist in you but even if you aren&#8217;t a green to the bone type, the book could still appeal to you with its great examinations of past societies, how they lived and how they failed or succeeded in the face of challenge.</p>
 <img src="http://danny.damours.net/wordpress/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?view=1&post_id=391" width="1" height="1" style="display: none;" /><!-- google_ad_section_end --><img src="http://danny.damours.net/wordpress/?ak_action=api_record_view&id=391&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://danny.damours.net/wordpress/index.php/archive/are-we-headed-for-a-collapse/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Free Music CD download from Forward Music Group</title>
		<link>http://danny.damours.net/wordpress/index.php/archive/free-music-cd-forward-music-group</link>
		<comments>http://danny.damours.net/wordpress/index.php/archive/free-music-cd-forward-music-group#comments</comments>
		<pubDate>Wed, 04 Mar 2009 21:28:10 +0000</pubDate>
		<dc:creator>Danny D'Amours</dc:creator>
				<category><![CDATA[Entertainment]]></category>
		<category><![CDATA[New Brunswick]]></category>
		<category><![CDATA[forward music group]]></category>
		<category><![CDATA[free music download]]></category>
		<category><![CDATA[grand theft bus]]></category>
		<category><![CDATA[Olympic Symphonium]]></category>
		<category><![CDATA[sample]]></category>
		<category><![CDATA[Share]]></category>
		<category><![CDATA[Sleepless Nights]]></category>

		<guid isPermaLink="false">http://danny.damours.net/wordpress/?p=408</guid>
		<description><![CDATA[The music label Forward Music Group has a few free sampler albums of various independent artists on their site.  Download them, give them a listen and let me know what you think.]]></description>
			<content:encoded><![CDATA[<!-- google_ad_section_start --><p>The <a title="Forward Music Group" href="http://www.forwardmusicgroup.com/" target="_self">Forward Music Group</a> is a independent music label and management company based in my city of Fredericton, New Brunswick.Â  They represent a variety of musical acts and bands from the East Coast of Canada including <a title="Grand Theft Bus" href="http://grandtheftbus.com/" target="_self">Grand Theft Bus</a>, <a title="Olympic Symphonium" href="http://www.myspace.com/theolympicsymphonium" target="_self">Olympic Symphonium</a>, <a title="Share" href="http://www.sharetheband.ca/" target="_self">Share</a> and <a title="Sleepless Nights" href="http://www.thesleeplessnights.com/" target="_self">Sleepless Nights</a>.Â  In fact they were recently nominated for Label of the Year at the 2009 ECMA awards.</p>
<h3>Two sampler albums for the price of one!</h3>
<p>Recently, as I was going to buy a Grand Theft Bus CD, I noticed that they have two sampler CDs available for <a title="Forward Music Group : catalogue" href="http://www.sonicunyonstore.com/index.php?cPath=1106_1168" target="_self">FREE DOWNLOAD</a>.Â  One sampler CD is called the Christmas sampler which contains previously unreleased tracks and some live material from various bands that Forward Music Group represents.Â  The other sampler is simply called the &#8220;Forward Music Group Sampler&#8221; and contains some really good tunes especially for a FREE download.Â  My favourite is Private Wars from Grand Theft Bus.Â  Great tune.</p>
<h3>Share &#8211; Ukelele Tragic</h3>
<p>There is also another CD available for free download from the same site from the band Share.Â  The album is called Ukelele Tragic.Â  I do like the two Share songs that are on the sampler so I&#8217;ll have to download Ukelele Tragic and give it a listen.</p>
<h3>Support the Artists</h3>
<p>Give the albums a listen and if you like what you hear, support the artists by buying their full CDs or going to see one of their shows.</p>
<p>I&#8217;m interested to hear any feedback on Forward Music and their artists.</p>
<p><em>Previous entry on Forward Music Group : http://danny.damours.net/wordpress/index.php/archive/forward-music-group</em></p>
 <img src="http://danny.damours.net/wordpress/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?view=1&post_id=408" width="1" height="1" style="display: none;" /><!-- google_ad_section_end --><img src="http://danny.damours.net/wordpress/?ak_action=api_record_view&id=408&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://danny.damours.net/wordpress/index.php/archive/free-music-cd-forward-music-group/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>The impact of the recession on computer buying</title>
		<link>http://danny.damours.net/wordpress/index.php/archive/the-impact-of-the-recession-on-computer-buying</link>
		<comments>http://danny.damours.net/wordpress/index.php/archive/the-impact-of-the-recession-on-computer-buying#comments</comments>
		<pubDate>Thu, 19 Feb 2009 05:00:34 +0000</pubDate>
		<dc:creator>Danny D'Amours</dc:creator>
				<category><![CDATA[Business]]></category>
		<category><![CDATA[Tech]]></category>
		<category><![CDATA[apple]]></category>
		<category><![CDATA[computer]]></category>
		<category><![CDATA[hp]]></category>
		<category><![CDATA[recession]]></category>
		<category><![CDATA[revenue]]></category>
		<category><![CDATA[sales]]></category>

		<guid isPermaLink="false">http://danny.damours.net/wordpress/?p=394</guid>
		<description><![CDATA[It appears that the effects of the recession are starting to show in the habits of computer buyers.

HP has missed its revenue targets by $3 billion (but hits profit targets).
Apple sales have gone from 50% year over year increases to &#8211; 6%

I guess after laying off a lot of staff, companies have a bunch of [...]]]></description>
			<content:encoded><![CDATA[<!-- google_ad_section_start --><p>It appears that the effects of the recession are starting to show in the habits of computer buyers.</p>
<ul>
<li><a title="HP misses revenue targets" href="http://www.businessinsider.com/hp-misses-revenue-by-over-3-billion-slashes-guidance-2009-2" target="_self">HP has missed its revenue targets by $3 billion</a> (but hits profit targets).</li>
<li><a title="Apple sales down 6 percent year over year" href="http://www.businessinsider.com/apple-ipod-mac-sales-down-in-january-2009-2" target="_self">Apple sales have gone from 50% year over year increases to &#8211; 6%</a></li>
</ul>
<p>I guess after laying off a lot of staff, companies have a bunch of spare hardware laying around so that they don&#8217;t need to buy any more desktops and laptops.Â  Meanwhile the unemployed Joe Six Pack no longer has the money to buy Jobs&#8217; latest flashy MacBook or a cheap new Windows desktop.</p>
<p>I have a feeling that this recession won&#8217;t be as short as they were previously predicting.</p>
 <img src="http://danny.damours.net/wordpress/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?view=1&post_id=394" width="1" height="1" style="display: none;" /><!-- google_ad_section_end --><img src="http://danny.damours.net/wordpress/?ak_action=api_record_view&id=394&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://danny.damours.net/wordpress/index.php/archive/the-impact-of-the-recession-on-computer-buying/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Magazines now on Google Book Search</title>
		<link>http://danny.damours.net/wordpress/index.php/archive/magazines-now-on-google-book-search</link>
		<comments>http://danny.damours.net/wordpress/index.php/archive/magazines-now-on-google-book-search#comments</comments>
		<pubDate>Thu, 11 Dec 2008 11:18:48 +0000</pubDate>
		<dc:creator>Danny D'Amours</dc:creator>
				<category><![CDATA[Tech]]></category>
		<category><![CDATA[google book search]]></category>
		<category><![CDATA[magazines]]></category>
		<category><![CDATA[popular mechanics]]></category>
		<category><![CDATA[popular science]]></category>

		<guid isPermaLink="false">http://danny.damours.net/wordpress/?p=342</guid>
		<description><![CDATA[Recently Google has added magazines to its Book Search service.Â  The entire release from Google can be found at Google&#8217;s Official Blog.
The magazines in Book Search are indexed in their entirety and appear to be completely available in their original form with advertisements and all.  Access is via a reader &#8220;application&#8221; which displays the [...]]]></description>
			<content:encoded><![CDATA[<!-- google_ad_section_start --><p>Recently Google has added magazines to its <a title="Google Book Search" href="http://books.google.com/" target="_self">Book Search</a> service.Â  The entire release from Google can be found at <a href="http://googleblog.blogspot.com/2008/12/search-and-find-magazines-on-google.html">Google&#8217;s Official Blog</a>.</p>
<p>The magazines in Book Search are indexed in their entirety and appear to be completely available in their original form with advertisements and all.  Access is via a reader &#8220;application&#8221; which displays the pages as well as allow zooming and navigation.</p>
<h3>What Magazines are available?</h3>
<p>Although I haven&#8217;t yet found a complete list of magazines which are being indexed, some of the more interesting ones that I&#8217;ve come across are Popular Mechanics, Popular Science, New York, CIO and Men&#8217;s Health.Â  The list if magazines appear to small but hopefully Google is hard at work collecting, scanning and indexing other archives of magazines and hopefully these indexed archives will be made freely available to the public soon.</p>
<div id="attachment_349" class="wp-caption alignnone" style="width: 510px"><a href="http://danny.damours.net/wordpress/wp-content/uploads/2008/12/screenshot-popular-science-google-book-search2.png"><img class="size-medium wp-image-349" title="screenshot-popular-science-google-book-search2" src="http://danny.damours.net/wordpress/wp-content/uploads/2008/12/screenshot-popular-science-google-book-search2.png" alt="Screenshot of browsing June 1970 issue of Popular Science" width="500" height="300" /></a><p class="wp-caption-text">Screenshot of browsing June 1970 issue of Popular Science</p></div>
<h3>History at your fingertips</h3>
<p>One of the most interesting things about Google&#8217;s indexing of magazines is that the entire history of the magazine is available so it is possible for example to browse a <a title="Popular Science - May 1872" href="http://books.google.com/books?id=qR8DAAAAMBAJ&amp;printsec=frontcover&amp;dq=popular+science&amp;source=gbs_summary_r&amp;cad=0_2" target="_self">1872 issue of Popular Science</a> or you can read about the future of airships (Zeppelins that is) and the opening of the Windsor-Detroit Ambassador bridge with the world&#8217;s longest suspension bridge span in the <a title="Popular Mechanics - Feb 1930" href="http://books.google.com/books?id=p-IDAAAAMBAJ&amp;printsec=frontcover&amp;source=gbs_summary_r&amp;cad=0_0#PPA206,M1" target="_self">February 1930 issue of Popular Mechanics</a>.</p>
<h3>A valuable learning resource</h3>
<p>This newly available and indexed resource could become a very valuable tool for research and education purposes.Â  The value in letting student examine past writings in a historical context is immense.Â  To see issues of the day being discussed can give a great historical context and perspective.</p>
 <img src="http://danny.damours.net/wordpress/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?view=1&post_id=342" width="1" height="1" style="display: none;" /><!-- google_ad_section_end --><img src="http://danny.damours.net/wordpress/?ak_action=api_record_view&id=342&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://danny.damours.net/wordpress/index.php/archive/magazines-now-on-google-book-search/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Android Developer&#8217;s phones now available</title>
		<link>http://danny.damours.net/wordpress/index.php/archive/android-developers-phones-now-available</link>
		<comments>http://danny.damours.net/wordpress/index.php/archive/android-developers-phones-now-available#comments</comments>
		<pubDate>Tue, 09 Dec 2008 13:05:11 +0000</pubDate>
		<dc:creator>Danny D'Amours</dc:creator>
				<category><![CDATA[Android]]></category>
		<category><![CDATA[android marketplace]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[G1]]></category>

		<guid isPermaLink="false">http://danny.damours.net/wordpress/?p=338</guid>
		<description><![CDATA[Looking to develop applications for Android but don&#8217;t want to get a contract with T-Mobile or like me, can&#8217;t sign up with T-Mobile due to geographical constraintsÂ  in order to get an HTC G1 Android phone to develop with?
Google&#8217;s Android Dev Phone 1
The Android Dev Phone 1 from Google is essentially an HTC G1 which [...]]]></description>
			<content:encoded><![CDATA[<!-- google_ad_section_start --><p>Looking to develop applications for Android but don&#8217;t want to get a contract with T-Mobile or like me, can&#8217;t sign up with T-Mobile due to geographical constraintsÂ  in order to get an HTC G1 Android phone to develop with?</p>
<h3>Google&#8217;s Android Dev Phone 1</h3>
<p>The <a title="Google - Android Dev Phone" href="http://code.google.com/intl/fr-CA/android/dev-devices.html" target="_self">Android Dev Phone 1</a> from Google is essentially an HTC G1 which is SIM unlocked and hardware-unlocked.Â  At $399 USD, the Dev phone is more expensive than what you would pay to get a G1 from T-Mobile but without a contract and restricted hardware and software, the Dev Phone should appeal quite a bit to developers interested in developing for Android.</p>
<p>The bootloader that come with the Dev Phone is unrestricted and in addition, the bootloader does not enforce the requirement for signed system images as does the T-Mobile G1 smartphone.Â  This open bootloader open the possibility of customizing the Android framework itself or perhaps even booting into a different OS on an Android based device.</p>
<h3>Available around the world</h3>
<p>One of the largest limitations of the T-Mobile&#8217;s HTC G1 exclusivity was that interested consumers and developers couldn&#8217;t get their hands on Android based phones unless they were located in the United States.Â  With the Android Dev Phone, Google is making the phone available to 18 countries including the US, Canada, UK, France, Spain, Switzerland, Poland, Hungary, India and Japan.</p>
<p>In order to order the phone, one must be registered with the <a title="Android Marketplace" href="http://www.android.com/market/" target="_self">Android Marketplace</a> for a one-time fee of $25.</p>
 <img src="http://danny.damours.net/wordpress/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?view=1&post_id=338" width="1" height="1" style="display: none;" /><!-- google_ad_section_end --><img src="http://danny.damours.net/wordpress/?ak_action=api_record_view&id=338&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://danny.damours.net/wordpress/index.php/archive/android-developers-phones-now-available/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Silver Wave Film Festival 2009</title>
		<link>http://danny.damours.net/wordpress/index.php/archive/silver-wave-film-festival-2009</link>
		<comments>http://danny.damours.net/wordpress/index.php/archive/silver-wave-film-festival-2009#comments</comments>
		<pubDate>Thu, 13 Nov 2008 04:11:40 +0000</pubDate>
		<dc:creator>Danny D'Amours</dc:creator>
				<category><![CDATA[Entertainment]]></category>
		<category><![CDATA[Fredericton]]></category>
		<category><![CDATA[film festival]]></category>
		<category><![CDATA[growing op]]></category>
		<category><![CDATA[movies]]></category>
		<category><![CDATA[New Brunswick]]></category>
		<category><![CDATA[screenings]]></category>
		<category><![CDATA[silver wave]]></category>
		<category><![CDATA[tilley hall]]></category>

		<guid isPermaLink="false">http://danny.damours.net/wordpress/?p=332</guid>
		<description><![CDATA[The eighth annual Silver Wave Film Festival is taking place in Fredericton, New Brunswick this week from Thursday November 13th until Sunday November 16th.Â  Screenings will take place at Tilley Hall on the UNB campus, the Charlotte Street Arts Centre and the Centre communautaire Sainte Anne.
Not the Toronto International Film Festival
Although it is a smaller [...]]]></description>
			<content:encoded><![CDATA[<!-- google_ad_section_start --><p>The eighth annual <a href="http://swfilmfest.com/index-e.html">Silver Wave Film Festival</a> is taking place in Fredericton, New Brunswick this week from Thursday November 13th until Sunday November 16th.Â  Screenings will take place at Tilley Hall on the UNB campus, the Charlotte Street Arts Centre and the Centre communautaire Sainte Anne.</p>
<h3>Not the Toronto International Film Festival</h3>
<p>Although it is a smaller film festival with 82 films being screened compared to the 312 film week-long extravaganza called the Toronto International Film Festival, the Silver Wave Film Festival is big enough to bring in directors, producers and other film industry professionals to town for the weekend to give <a title="Silver Wave Film Festival Workshops" href="http://swfilmfest.com/films/industry-e.html" target="_self">presentations and workshops</a> for budding film enthusiasts.</p>
<h3>Local and International</h3>
<p>Part of the goal of the Silver Wave Film Festival is provide a venue to showcase local films and talent.  As usual, this year&#8217;s line-up features a large number of local and regional films with almost half of the screenings being from New Brunswick.Â  However, there is also international flavour to the festival with several international films being screened including feature films from the UK, Mexico and the United States along with shorts and documentaries from other countries such as Germany.</p>
<p>One of the stand out events for me include the opening gala screening of the Moncton, New Brunswick shot <a title="IMDB - Growing Op" href="http://www.imdb.com/title/tt1105730/" target="_self">Growing Op</a> (<a title="YouTube - Growing Op trailer" href="http://www.youtube.com/watch?v=8npZWPEAkJQ" target="_self">trailer</a>)which has received rave reviews.Â  Another interesting showing will be <a title="Silver Wave Film Festival - mazzuca story" href="http://swfilmfest.com/films/docs-e.html#icon" target="_self">Gruff and Ready: The Mazzuca Story</a> which profiles the locally famous Mazzuca brothers.Â  There are several other interesting shorts and features being screened throughout the weekend that I hope to catch.</p>
<h3>Bigger and Better</h3>
<p>It looks like an exciting festival line-up and it seems to keep getting better every year.Â  It really is nice to have an opportunity to see something other than the multi-million dollar budget predictable ho-hum Hollywood movies.Â  Looking forward to 2009&#8217;s Silver Wave line-up.</p>
 <img src="http://danny.damours.net/wordpress/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?view=1&post_id=332" width="1" height="1" style="display: none;" /><!-- google_ad_section_end --><img src="http://danny.damours.net/wordpress/?ak_action=api_record_view&id=332&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://danny.damours.net/wordpress/index.php/archive/silver-wave-film-festival-2009/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Google Maps API introduces reverse geocoding</title>
		<link>http://danny.damours.net/wordpress/index.php/archive/google-maps-api-introduces-reverse-geocoding</link>
		<comments>http://danny.damours.net/wordpress/index.php/archive/google-maps-api-introduces-reverse-geocoding#comments</comments>
		<pubDate>Thu, 06 Nov 2008 03:16:00 +0000</pubDate>
		<dc:creator>Danny D'Amours</dc:creator>
				<category><![CDATA[Mapping]]></category>
		<category><![CDATA[api]]></category>
		<category><![CDATA[gclientgeocoder]]></category>
		<category><![CDATA[geocoding]]></category>
		<category><![CDATA[google maps]]></category>

		<guid isPermaLink="false">http://danny.damours.net/wordpress/?p=328</guid>
		<description><![CDATA[For quite a while now, it has been possible to use Google&#8217;s geocoding service which allows developers using the service to obtain a latitude / longitude pair for a given address.Â  This service is quite useful when searching for specific locations such as stores, houses or other points of interest.
Enter reverse geocoding
Up until now, however [...]]]></description>
			<content:encoded><![CDATA[<!-- google_ad_section_start --><p>For quite a while now, it has been possible to use Google&#8217;s geocoding service which allows developers using the service to obtain a latitude / longitude pair for a given address.Â  This service is quite useful when searching for specific locations such as stores, houses or other points of interest.</p>
<h3>Enter reverse geocoding</h3>
<p>Up until now, however there hasn&#8217;t been an easy way to determine what the address was for a particular point on a map.Â  Google has recently <a href="http://googlegeodevelopers.blogspot.com/2008/10/geocoding-in-reverse.html">unveiled a reverse geocoding service</a>.</p>
<p>The <a title="Google Maps API - GClientGeocoder" href="http://code.google.com/apis/maps/documentation/reference.html#GClientGeocoder" target="_self">GClientGeocoder</a>.getLocations method can now take a <a title="Google Maps API - GLatLng" href="http://code.google.com/apis/maps/documentation/reference.html#GLatLng" target="_self">GLatLng</a> as a query parameter in which case it will perform a reverse geocoding and if possible return the address for the given location.</p>
<p>It will be interesting what kind of applications pop up which use the reverse geocoding functionality.</p>
 <img src="http://danny.damours.net/wordpress/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?view=1&post_id=328" width="1" height="1" style="display: none;" /><!-- google_ad_section_end --><img src="http://danny.damours.net/wordpress/?ak_action=api_record_view&id=328&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://danny.damours.net/wordpress/index.php/archive/google-maps-api-introduces-reverse-geocoding/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Virtual presence / holographic interview on CNN</title>
		<link>http://danny.damours.net/wordpress/index.php/archive/virtual-presence-hologram-on-cnn</link>
		<comments>http://danny.damours.net/wordpress/index.php/archive/virtual-presence-hologram-on-cnn#comments</comments>
		<pubDate>Wed, 05 Nov 2008 05:04:36 +0000</pubDate>
		<dc:creator>Danny D'Amours</dc:creator>
				<category><![CDATA[Tech]]></category>
		<category><![CDATA[cnn]]></category>
		<category><![CDATA[election coverage]]></category>
		<category><![CDATA[halogram]]></category>
		<category><![CDATA[halographic]]></category>
		<category><![CDATA[Jessica Yellin]]></category>
		<category><![CDATA[virtual presence]]></category>
		<category><![CDATA[Wolf Blitzer]]></category>

		<guid isPermaLink="false">http://danny.damours.net/wordpress/?p=324</guid>
		<description><![CDATA[Video conferencing took another step with the first use of a virtual presence or &#8220;holographic&#8221; reporter on Election night on CNN.
Pulling off Virtual presence
The remote reporter, Jessica Yellin, was in Chicago&#8217;s Grant Park covering the scene as supporters waited for Barack Obama&#8217;s victory speech.Â  After stepping into a specially engineered booth or &#8220;tent&#8221; Jessica&#8217;s &#8220;presence&#8221; [...]]]></description>
			<content:encoded><![CDATA[<!-- google_ad_section_start --><p>Video conferencing took another step with the first use of a <a title="CNN Virtual presence reporter" href="http://www.cnn.com/video/#/video/politics/2008/11/04/blitzer.yellin.hologram.obama.cnn" target="_self">virtual presence or &#8220;holographic&#8221; reporter</a> on Election night on CNN.</p>
<h3>Pulling off Virtual presence</h3>
<p>The remote reporter, Jessica Yellin, was in Chicago&#8217;s Grant Park covering the scene as supporters waited for Barack Obama&#8217;s victory speech.Â  After stepping into a specially engineered booth or &#8220;tent&#8221; Jessica&#8217;s &#8220;presence&#8221; was apparently beamed to CNN&#8217;s New York studio for a one on one chat with Wolf Blitzer.</p>
<p>The special booth was apparently equiped with 44 cameras which were shooting the remote reporter from all angles (notably her feet seemed to be clipped out).Â  It appears that the stream of video images were then recomposed into a 3D model of the reporter which was then projected as a three-dimensional hologram in real time to studio in New York studio.</p>
<h3>Bringing it home</h3>
<p>I&#8217;m not sure what the perspective and experience was from either reporter&#8217;s perspective but as a viewer it came off as pretty convincing.Â  Now I guess we&#8217;ll need to upgrade out new HD video conferencing unit to holographic conferencing devices.Â  Can&#8217;t wait to see the budget for that upgrade.</p>
<p>More info at: <a title="USA Today - CNN hologram" href="http://www.usatoday.com/tech/products/2008-10-29-election-presidential-technology-cnn_N.htm" target="_self">USA Today</a></p>
 <img src="http://danny.damours.net/wordpress/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?view=1&post_id=324" width="1" height="1" style="display: none;" /><!-- google_ad_section_end --><img src="http://danny.damours.net/wordpress/?ak_action=api_record_view&id=324&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://danny.damours.net/wordpress/index.php/archive/virtual-presence-hologram-on-cnn/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Maemo 5 &#8211; Fremantle &#8211; New Features</title>
		<link>http://danny.damours.net/wordpress/index.php/archive/maemo-5-fremantle-new-features</link>
		<comments>http://danny.damours.net/wordpress/index.php/archive/maemo-5-fremantle-new-features#comments</comments>
		<pubDate>Fri, 31 Oct 2008 05:20:30 +0000</pubDate>
		<dc:creator>Danny D'Amours</dc:creator>
				<category><![CDATA[Nokia N900/N810/N800/770]]></category>
		<category><![CDATA[features]]></category>
		<category><![CDATA[fremantle]]></category>
		<category><![CDATA[internet tablet]]></category>
		<category><![CDATA[maemo 5]]></category>
		<category><![CDATA[n900]]></category>
		<category><![CDATA[nokia]]></category>
		<category><![CDATA[OMAP3]]></category>

		<guid isPermaLink="false">http://danny.damours.net/wordpress/?p=321</guid>
		<description><![CDATA[Some details are beginning to emerge about the next major release of Nokia's Maemo platform, Maemo 5, which is being codenamed Fremantle.  Find out more here.]]></description>
			<content:encoded><![CDATA[<!-- google_ad_section_start --><p>Some details are beginning to<a href="http://wiki.maemo.org/Task:Maemo_roadmap/Fremantle"> emerge</a> about the next major release of Nokia&#8217;s Maemo platform, Maemo 5, which is being codenamed Fremantle.Â  Although nothing is guaranteed until the bits ship, there appears to some fairly major new features coming with this release.</p>
<p>Among the new features</p>
<ul>
<li>HSPA / 3G support which will allow users to be always connected even when out of Wi-Fi range</li>
<li>OpenGL ES which is a fairly powerful <a title="OpenGL ES" href="http://www.khronos.org/opengles/" target="_self">subset of the full OpenGL specification</a> which has been designed explicitly for embedded systems</li>
<li>OMAP3 support in order to take advantage of Texas Instruments&#8217; latest processor designs and capabilities.</li>
<li>Hi Definition Camera support</li>
<li><a title="Wikipedia: A2DP" href="http://en.wikipedia.org/wiki/Bluetooth_profile#Advanced_Audio_Distribution_Profile_.28A2DP.29" target="_self">A2DP</a> (Advanced Audio Distribution Profile) and <a title="Wikipedia: AVRCP" href="http://en.wikipedia.org/wiki/Bluetooth_profile#Audio.2FVideo_Remote_Control_Profile_.28AVRCP.29" target="_self">AVRCP</a> (Audio/Video Remote Control Profile) for an improved Bluetooth interactions</li>
<li>Adoption of recent Linux technologies such as Upstart, gUPnP, PulseAudio and OHM management deamon</li>
</ul>
<p>In addition to a high level feature list, there is also a list of <a title="Fremantle SDK alpha packages" href="http://repository.maemo.org/stable/fremantle/diff-newer.html" target="_self">planned packages for the alpha version</a> of Maemo 5 &#8211; Fremantle.</p>
<h3>New Maemo, new tablets?</h3>
<p>Judging from the feature list, it does appear that a new model of Nokia Internet tablets will be released in conjunction with Maemo 5 (Nokia N900 perhaps?).</p>
<p>Judging from the OMAP3 support to be included in Maemo 5, it is likely that the new N series tablet will include a new TI OMAP3 processor.Â  Judging by Texas Instruments&#8217; site, the new OMAP3 line should offer some significant improvements in power and capabilities.Â  The OMAP3440 at the higher end of the processor line, embeds an Imagination Technologies&#8217; POWERVR SGX graphics core which supports OpenGL ES 2.0 in hardware.Â  The OMAP3440 also includes an IVA 2+ accelerator which enables MPEG4, WMV9, RealVideo, H262 and H264 encode and decode at 720 x 480 at 30 frames per second.Â  The OMAP can also support XGA (1024 x 768) resolution atÂ  24 bits of colour (16M colours).</p>
<p>Added to a new processor, the new tablets will likely have a high resolution camera, improved Bluetooth (A2DP and AVRCP) and 3G support.Â  I haven&#8217;t any other clues however to what other hardware changes might be coming down the line in the new tablet.</p>
 <img src="http://danny.damours.net/wordpress/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?view=1&post_id=321" width="1" height="1" style="display: none;" /><!-- google_ad_section_end --><img src="http://danny.damours.net/wordpress/?ak_action=api_record_view&id=321&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://danny.damours.net/wordpress/index.php/archive/maemo-5-fremantle-new-features/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Android is now available as open source</title>
		<link>http://danny.damours.net/wordpress/index.php/archive/android-is-now-available-as-open-source</link>
		<comments>http://danny.damours.net/wordpress/index.php/archive/android-is-now-available-as-open-source#comments</comments>
		<pubDate>Wed, 22 Oct 2008 19:19:04 +0000</pubDate>
		<dc:creator>Danny D'Amours</dc:creator>
				<category><![CDATA[Android]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[htc g1]]></category>
		<category><![CDATA[OHA]]></category>
		<category><![CDATA[open source]]></category>

		<guid isPermaLink="false">http://danny.damours.net/wordpress/index.php/archive/android-is-now-available-as-open-source</guid>
		<description><![CDATA[Google has finally open sourced their Android platform and SDK.  See what was released and what gotchas might still remain.]]></description>
			<content:encoded><![CDATA[<!-- google_ad_section_start --><h3>What is available?</h3>
<p>Google has <a title="Android now open sourced" href="http://source.android.com/posts/opensource" target="_self">released the entire codebase</a> for the Android SDK as the Android Open Source Project.Â  From the bootloader (a minimal reference version unfortunately) and runtimes to the end user applications such as email, calendar and the voice dialer are available <a title="Android download" href="http://source.android.com/download" target="_self">for download</a> and use.</p>
<p>Unfortunately there is still only one hardware device capable of running Android but the HTC G1 (currently only available from T-Mobile) has demonstrated some of the capabilities and some of the promise of the Android platform.</p>
<h3>Not completely open</h3>
<p>The bootloader will most likely be customized for various phone providers.Â  Some of the code will also be stored on the device ROM and will not be reprogrammable without reprogramming the ROM with some kind of jailbreak.Â  Some argue that because of this, some argue that Android <a title="Android devices are not open source" href="http://www.goebel.net/technews/2008/10/warning-android-devices-are-not-open.html" target="_self">is not truly open source</a>.Â  The underlying code is available and open source and I would argue that this is a huge step in the right direction when compared to previously closed mobile platforms.</p>
 <img src="http://danny.damours.net/wordpress/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?view=1&post_id=311" width="1" height="1" style="display: none;" /><!-- google_ad_section_end --><img src="http://danny.damours.net/wordpress/?ak_action=api_record_view&id=311&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://danny.damours.net/wordpress/index.php/archive/android-is-now-available-as-open-source/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Does New Brunswick Need More VCs?</title>
		<link>http://danny.damours.net/wordpress/index.php/archive/does-new-brunswick-need-more-vcs</link>
		<comments>http://danny.damours.net/wordpress/index.php/archive/does-new-brunswick-need-more-vcs#comments</comments>
		<pubDate>Fri, 03 Oct 2008 04:25:13 +0000</pubDate>
		<dc:creator>Danny D'Amours</dc:creator>
				<category><![CDATA[Atlantic Canada]]></category>
		<category><![CDATA[Business]]></category>
		<category><![CDATA[Tech]]></category>
		<category><![CDATA[angel financing]]></category>
		<category><![CDATA[funding]]></category>
		<category><![CDATA[investment]]></category>
		<category><![CDATA[New Brunswick]]></category>
		<category><![CDATA[startup]]></category>
		<category><![CDATA[technology]]></category>
		<category><![CDATA[venture capital]]></category>

		<guid isPermaLink="false">http://danny.damours.net/wordpress/?p=284</guid>
		<description><![CDATA[Silicon Alley Insider has a interesting post entitled &#8220;Does New York City Need More VCs?.&#8221;Â  In it they compared the venture capital situation in New York and in Silicon Valley.Â  New York appears to have much fewer and less visible VC investors in the technology markets.Â  In addition the article laments that the venture capital [...]]]></description>
			<content:encoded><![CDATA[<!-- google_ad_section_start --><p>Silicon Alley Insider has a interesting post entitled &#8220;<a href="http://www.alleyinsider.com/2008/8/does-new-york-city-need-more-vcs">Does New York City Need More VCs?</a>.&#8221;Â  In it they compared the venture capital situation in New York and in Silicon Valley.Â  New York appears to have much fewer and less visible VC investors in the technology markets.Â  In addition the article laments that the venture capital funds in New York are much more closed and less active in building a community and technology cluster.Â  For example in Silicon Valley, investment groups, angel investors and venture capitalists are present at start-up events and seem to have a more open door policy.Â  The resulting technology community draws in companies, investors and business founders and other technical staff from elsewhere around the world thanks to the ease with which start-ups can get access to investors.</p>
<h3>Does Atlantic Canada need more VCs?</h3>
<p>Broadening the argument of the need for more and more active VCs in New York, I would argue that Atlantic Canada could also use a good dose of investment companies.Â  Now I would not be able to argue that Atlantic Canada and especially New Brunswick as a province with a relatively small population and number of companies can support a large number of investment firms.Â  Certain government programs such as <a title="Atlantic Innovation Fund" href="http://www.acoa.ca/e/financial/aif/index.shtml" target="_self">AIF</a> and <a title="New Brunswick Innovation Fund" href="http://www.nbif.ca" target="_self">NBIF</a> do have avenues for funding start-ups but in most cases, I think that any additional business support will be relatively generic and not be tuned in to a company&#8217;s particular business and their field.</p>
<p>There are a few funds with <a title="VC in Atlantic Canada" href="http://www.acoa.ca/e/financial/venture_providers.shtml" target="_self">operations in Atlantic Canada</a> but I don&#8217;t see any IT specific funds.Â  Could they really give me insight on bringing a dot.com or technology company and product to market?Â  Could they do much more than give cash?Â  I have no doubt that some of the funding companies could be a great resource to have onside but I would think that great Silicon Valley firms could also provide valuable industry advice based on previous experience with technology markets.</p>
<h3>Not all IT is done in Silicon Valley</h3>
<p>It is worth making the case though that venture capitalists and fund managers should not simply stick to their comfort areas in the big cities and known hotspots.Â  As many IT professionals can tell you, not all IT activities happen in Silicon Valley.Â  There are many great ideas and entrepreneurs out there across North America but some won&#8217;t be able to reach their potential due to lack of funding.</p>
<p>Maybe if you want to succeed in IT, you really do need to move to Silicon Valley.</p>
<p>I Hope not&#8230;.</p>
 <img src="http://danny.damours.net/wordpress/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?view=1&post_id=284" width="1" height="1" style="display: none;" /><!-- google_ad_section_end --><img src="http://danny.damours.net/wordpress/?ak_action=api_record_view&id=284&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://danny.damours.net/wordpress/index.php/archive/does-new-brunswick-need-more-vcs/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Merging in Fredericton &#8211; Accreon acquires ISOMNI</title>
		<link>http://danny.damours.net/wordpress/index.php/archive/merging-in-fredericton-accreon-acquires-isomni</link>
		<comments>http://danny.damours.net/wordpress/index.php/archive/merging-in-fredericton-accreon-acquires-isomni#comments</comments>
		<pubDate>Thu, 02 Oct 2008 05:02:00 +0000</pubDate>
		<dc:creator>Danny D'Amours</dc:creator>
				<category><![CDATA[Business]]></category>
		<category><![CDATA[Fredericton]]></category>
		<category><![CDATA[Tech]]></category>
		<category><![CDATA[Accreon]]></category>
		<category><![CDATA[acquisition]]></category>
		<category><![CDATA[ISOMNI]]></category>
		<category><![CDATA[IT services]]></category>
		<category><![CDATA[New Brunswick]]></category>

		<guid isPermaLink="false">http://danny.damours.net/wordpress/?p=289</guid>
		<description><![CDATA[Two Fredericton IT firms have recently merged to create a powerful Atlantic Canadian provider of information technology and management services.Â  Accreon which has 65 employees is acquiring ISOMNI and its 25 employees for an undisclosed sum.Â  With this acquisition, Accreon becomes of the largest independent IT services companies in Atlantic Canada.
Accreon, itself created out of [...]]]></description>
			<content:encoded><![CDATA[<!-- google_ad_section_start --><p>Two Fredericton IT firms have <a title="Accreon acquires ISOMNI" href="http://www.accreon.com/index.php?option=com_content&amp;task=view&amp;id=175&amp;Itemid=242" target="_self">recently merged</a> to create a powerful Atlantic Canadian provider of information technology and management services.Â  <a title="Accreon" href="http://www.accreon.com" target="_self">Accreon</a> which has 65 employees is acquiring <a title="ISOMNI" href="http://www.isomni.com" target="_self">ISOMNI </a>and its 25 employees for an undisclosed sum.Â  With this acquisition, Accreon becomes of the largest independent IT services companies in Atlantic Canada.</p>
<p>Accreon, itself created out of a merger of three small companies, Evention Technologies Inc., AdvansysTMC and Redcliffe Group has also recently been named placed in the respectable position of 229 in the prestigious Branham 300 which is a listing of the top 250 Canadian IT companies (along with 25 multinationals and 25 &#8220;up and commers&#8221;).Â  Accreon joins other New Brunswick IT companies <a title="CARIS" href="http://www.caris.com/" target="_self">CARIS</a> at 143, <a title="Mariner Partners" href="http://www.marinerpartners.com/" target="_self">Mariner Partners</a> at 206 in the listing.</p>
<p>I am hoping to see some good growth out of Accreon.Â  Hopefully the acquisition of ISOMNI will give them the expertise and the size to land some larger clients and contract in the near future.</p>
<p>See also : <a href="http://dailygleaner.canadaeast.com/front/article/421348">Accreon grows with acquisition of ISOMNI</a> from the Daily Gleaner</p>
 <img src="http://danny.damours.net/wordpress/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?view=1&post_id=289" width="1" height="1" style="display: none;" /><!-- google_ad_section_end --><img src="http://danny.damours.net/wordpress/?ak_action=api_record_view&id=289&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://danny.damours.net/wordpress/index.php/archive/merging-in-fredericton-accreon-acquires-isomni/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Mobile Firefox &#8211; Fennec</title>
		<link>http://danny.damours.net/wordpress/index.php/archive/mobile-firefox-fennec</link>
		<comments>http://danny.damours.net/wordpress/index.php/archive/mobile-firefox-fennec#comments</comments>
		<pubDate>Wed, 03 Sep 2008 05:26:08 +0000</pubDate>
		<dc:creator>Danny D'Amours</dc:creator>
				<category><![CDATA[Nokia N900/N810/N800/770]]></category>
		<category><![CDATA[fennec]]></category>
		<category><![CDATA[Firefox]]></category>
		<category><![CDATA[mobile browser]]></category>
		<category><![CDATA[mozilla]]></category>
		<category><![CDATA[N810]]></category>
		<category><![CDATA[web browser]]></category>

		<guid isPermaLink="false">http://danny.damours.net/wordpress/?p=258</guid>
		<description><![CDATA[Mozilla developers have been working on building a version of Firefox specifically for mobile devices.Â  This involves not only fine tuning the Firefox web browser but adding new features and changing some of the default functionality in Firefox in order to make it more usable on mobile devices.
The problem with mobile devices
Mobile devices have been [...]]]></description>
			<content:encoded><![CDATA[<!-- google_ad_section_start --><p>Mozilla developers have been working on building a version of Firefox specifically for mobile devices.Â  This involves not only fine tuning the Firefox web browser but adding new features and changing some of the default functionality in Firefox in order to make it more usable on mobile devices.</p>
<h3>The problem with mobile devices</h3>
<p>Mobile devices have been notoriously difficult to write to due to memory and CPU constraints as well as very limited displays.Â  Luckily some of the constraints are being relaxed as mobile devices become more powerful.Â  Devices such as Nokia&#8217;s N810, Apple&#8217;s iPhone and the OQO palmtop give developers access to rich displays and acceptable CPU and memory limitations in order to write fully functional software.</p>
<h3>Why a whole new Firefox?</h3>
<p>As evidenced by its popularity, Firefox works great as a browser on the desktop.Â  In fact it works on mobile devices as well as Nokia has taken the Mozilla engine and created the MicroB browser which is included on the N810 and OS2008.</p>
<p>There are some advantages to tailoring a mobile version of Firefox however.Â  For example, due to some of the mobile compromises with regards to CPU and memory, there some cases where optimization should be performed differently in a mobile context versus a desktop context.Â  In fact <a title="Mozilla mobile performance" href="http://www.0xdeadbeef.com/weblog/?p=349" target="_self">performance optimizations</a> appear to be high on the list for Fennec.</p>
<p>Mobile browsing is also different in that a keyboard and mouse is not always the preferred (or even possible) interaction methods.Â  Activities that we often take for granted on a desktop such as <a title="iPhone needs cut and paste" href="http://www.intomobile.com/2008/07/22/apple-iphone-needs-cut-and-paste-functionality.html" target="_self">cut and paste</a> are not always easy or possible on mobile devices.Â  By providing alternative means to perform certain tasks that are difficult or cumbersome on mobile devices can greatly ease the burden of mobile browsing and enhance the experience greatly.</p>
<p>Mobile Firefox can also go beyond a port of desktop Firefox in order to take advantage of the characteristics of mobile devices.Â  Having integration with a devices phone capabilities or geolocation (GPS) capabilities could add interesting twists to browsing.Â  A user&#8217;s mobile device could also act as a master data repository for different desktop installs allowing someone to keep multiple desktop Firefox installs in synch.</p>
<h3>Still pre-alpha</h3>
<p>Fennec is still in pre-alpha stage with an alpha planned for September but in open source fashion, you can download and try milestone builds.<br />
I downloaded Milestone 7 in order to try it out on my Nokia N810.  The browser is definitely rougher around the edges than the built in N810 browser but I think that the developers have some good ideas and plans on how to take advantage of mobile browsing.</p>
<p>It will be interesting to see how Fennec develops in the future.</p>
<h3>More info</h3>
<p>For more info see:</p>
<p><a title="Mozilla wiki page on Fennec" href="https://wiki.mozilla.org/Fennec" target="_self">Mozilla&#8217;s wiki page on Fennec</a><br />
<a title="fennec m7" href="http://starkravingfinkle.org/blog/2008/08/fennec-m7/" target="_self">Mark Finkle Â» Fennec &#8211; M7</a><br />
<a title="Fennec Releases" href="https://wiki.mozilla.org/Mobile/Fennec/Releases" target="_self">Fennec installation instructions</a></p>
 <img src="http://danny.damours.net/wordpress/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?view=1&post_id=258" width="1" height="1" style="display: none;" /><!-- google_ad_section_end --><img src="http://danny.damours.net/wordpress/?ak_action=api_record_view&id=258&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://danny.damours.net/wordpress/index.php/archive/mobile-firefox-fennec/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Blip.fm &#8211; All those blipping DJs and their music&#8230;.</title>
		<link>http://danny.damours.net/wordpress/index.php/archive/blip-fm-all-those-blipping-djs-and-their-music</link>
		<comments>http://danny.damours.net/wordpress/index.php/archive/blip-fm-all-those-blipping-djs-and-their-music#comments</comments>
		<pubDate>Fri, 22 Aug 2008 06:03:36 +0000</pubDate>
		<dc:creator>Danny D'Amours</dc:creator>
				<category><![CDATA[Entertainment]]></category>
		<category><![CDATA[Tech]]></category>
		<category><![CDATA[blip]]></category>
		<category><![CDATA[blip.fm]]></category>
		<category><![CDATA[Discover]]></category>
		<category><![CDATA[mp3]]></category>
		<category><![CDATA[Music]]></category>
		<category><![CDATA[twitter]]></category>

		<guid isPermaLink="false">http://danny.damours.net/wordpress/?p=276</guid>
		<description><![CDATA[Are looking to listen to some new music or perhaps some of your old favourites?
Do you enjoy sharing your latest discovery with your buddies or perhaps reminisce over an &#8220;classic&#8221; tune?
Have you ever wondered if you were the only person in the world that still liked to listen to an obscure band like the Dead [...]]]></description>
			<content:encoded><![CDATA[<!-- google_ad_section_start --><p>Are looking to listen to some new music or perhaps some of your old favourites?</p>
<p>Do you enjoy sharing your latest discovery with your buddies or perhaps reminisce over an &#8220;classic&#8221; tune?</p>
<p>Have you ever wondered if you were the only person in the world that still liked to listen to an obscure band like the <a title="Dead Milkmen" href="http://www.deadmilkmen.com/" target="_self">Dead Milkmen</a>?</p>
<p><a title="Blip.fm" href="http://blip.fm" target="_self">Blip.fm</a> just might be for you&#8230;.</p>
<h3>Be your own DJ on Blip.fm</h3>
<p><a title="Blip.fm" href="http://blip.fm" target="_self">Blip.fm</a> allows you to search for songs and artists via a handy search box.Â  Once a song is chosen, a Flash based media player will play the chosen song for you and will allow you to &#8220;Blip&#8221; the song.Â  By blipping a song, a user must add a comment about the song (though some simply put a blank space).Â  Over time, the series of blips creates a music stream which is in effect a personalized playlist with a running commentary.</p>
<p>Blip.fm sources tracks from files stored in publicly accessible locations and indexed by sites such as <a title="Seeqpod : Playable search" href="http://en.wikipedia.org/wiki/SeeqPod" target="_self">Seeqpod</a> and <a title="Skreemr: MP3 search engine" href="http://skreemr.com/" target="_self">Skreemr</a> and so the songs which you play are available to others to listen to the same songs as well.Â  Blip also has an upload function which allows you to upload songs which you would like to (and are legally allowed to) share.</p>
<h3>Share and communicate</h3>
<p>In Twitter fashion it is possible to follow other users and see their running tracklist as well as let others view your songlist.Â  You can also reply to users entries by using the @username convention that Twitter uses.Â  In this fashion, you can have ongoing conversations, suggest new songs or just let somebody know how much you like (or perhaps dislike) their choices.</p>
<p>It is also possible to view the entire Blip.fm music stream which shows all the blips that users are currently listening to.  This can make for interesting viewing as you can see a very wide variety of music being blipped.  There are typically obscure artists and tracks and international music mixed in with the more mainstream choices blipped by users.</p>
<h3>Buying the blips</h3>
<p>Blip.fm makes it possible to buy the MP3 that are blipped through Amazon&#8217;s music store.Â  I assume that Blip gets a referral fee from Amazon when purchases are made.Â  Unlike the <a title="Squidoo" href="http://www.squidoo.com/" target="_self">Squidoo</a> business model, the &#8220;DJs&#8221; blipping the songs and in effect generating the blip.fm content, don&#8217;t get any compensation but the ability to discover and listen to new and old music is most likely reward enough to keep users coming back to the site.</p>
<h3>Be your own DJ</h3>
<p>Give it a shot and check out my playlist at <a title="Danny D'Amours playlist" href="http://blip.fm/ddamours" target="_self">http://blip.fm/ddamours</a>.Â  <strong>Warning</strong>: it is addictive.</p>
<p>You&#8217;ll probably be listening to songs that you haven&#8217;t heard or thought of in ages as well as discover some new songs that are bound to become <strong>your</strong> future &#8220;classics&#8221;.</p>
<p>Have fun!</p>
 <img src="http://danny.damours.net/wordpress/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?view=1&post_id=276" width="1" height="1" style="display: none;" /><!-- google_ad_section_end --><img src="http://danny.damours.net/wordpress/?ak_action=api_record_view&id=276&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://danny.damours.net/wordpress/index.php/archive/blip-fm-all-those-blipping-djs-and-their-music/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Instantiations releases WindowBuilder Pro 6.7</title>
		<link>http://danny.damours.net/wordpress/index.php/archive/instantiations-releases-windowbuilder-pro-67</link>
		<comments>http://danny.damours.net/wordpress/index.php/archive/instantiations-releases-windowbuilder-pro-67#comments</comments>
		<pubDate>Wed, 20 Aug 2008 06:09:03 +0000</pubDate>
		<dc:creator>Danny D'Amours</dc:creator>
				<category><![CDATA[Eclipse]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[GUI]]></category>
		<category><![CDATA[gwt designer]]></category>
		<category><![CDATA[Instantiations]]></category>
		<category><![CDATA[Swing]]></category>
		<category><![CDATA[swing designer]]></category>
		<category><![CDATA[swt designer]]></category>
		<category><![CDATA[windowbuilder]]></category>

		<guid isPermaLink="false">http://danny.damours.net/wordpress/?p=264</guid>
		<description><![CDATA[Shortly after the release of Eclipse 3.4, Instantiations released version 6.7.0 of their Eclipse based Java GUI design toolset WindowBuilder Pro.Â  Version 6.7.0 includes the following components:

Swing Designer 6.7
SWT Designer 6.7
GWT Designer 5.0 (despite the release notes claiming it contains 4.0.0)

New features
The most important feature of this release is that WindowBuilder Pro 6.7 now fully [...]]]></description>
			<content:encoded><![CDATA[<!-- google_ad_section_start --><p>Shortly after the release of Eclipse 3.4, Instantiations released version 6.7.0 of their Eclipse based Java GUI design toolset WindowBuilder Pro.Â  Version 6.7.0 includes the following components:</p>
<ul>
<li>Swing Designer 6.7</li>
<li>SWT Designer 6.7</li>
<li>GWT Designer 5.0 (despite the <a title="WindowBuilder 6.7.0 release notes" href="http://download.instantiations.com/DesignerDoc/integration/latest/docs/html/introduction/new_and_noteworthy_670.html" target="_self">release notes</a> claiming it contains 4.0.0)</li>
</ul>
<h3>New features</h3>
<p>The most important feature of this release is that WindowBuilder Pro 6.7 now fully supports Eclipse 3.4 (Ganymede).Â  This is critical in order to allow users to upgrade to the latest and greatest Eclipse version and be able to take advantage of the features that Ganymede brings.</p>
<p>One of the nice new features (at least for certain users) is that WindowBuilder Pro has been <a title="Instantiations WindowBuilder Ready for Rational" href="http://www.instantiations.com/press/release/080603.html" target="_self">validated for IBM Rational Software</a>.Â  This means that if you are a user of Rational Application Developer (RAD) that you should now be able to install and use Instantiations without any issues.Â  Although I don&#8217;t use RAD myself I can imagine that there are some developers who are glad to see this.</p>
<h3>SWT Designer</h3>
<p>Speaking of taking advantage of new Eclipse 3.4 features, the SWT Designer now has <a title="WindowBuilder Release Notes Data Bindings" href="http://download.instantiations.com/DesignerDoc/integration/latest/docs/html/introduction/new_and_noteworthy_670.html#DataBinding" target="_self">support for the new 3.4 data binding APIs</a> such as the TreeViewer input bindings as well as improved support for existing bindings.</p>
<h3>Swing Designer</h3>
<p>The Swing Designer portion of WindowBuilder hasn&#8217;t received too many updates in version 6.7 but there are couple of notable improvements.Â  JGoodies FormLayout (version 1.2.0) is now supported. Apparently, JFileChooser support has been added as well though I can&#8217;t find any reference beyond the <a title="WindowBuilder Release Notes Swing Support" href="http://download.instantiations.com/DesignerDoc/integration/latest/docs/html/introduction/new_and_noteworthy_670.html#Swing" target="_self">release notes</a> and I don&#8217;t see any apparent support in my installation.Â  Perhaps I&#8217;m missing something.</p>
<h3>GWT Designer</h3>
<p>The GWT Designer included in this release has made great improvements over previous versions.Â  Support for MyGWT and GWT-Ext has been improved with a palette now available for GWT-Ext now included.Â  GWT Designer also now supports Firefox 3 under Linux and Safari 3.1 under OSX.</p>
<p>In addition to these GWT Designer enhancements, there is a <a title="GWT Designer 5.1 beta" href="http://www.instantiations.com/forum/viewtopic.php?f=11&amp;t=2095" target="_self">version 5.1 of GWT Designer</a> is currently in beta with quite a few new features including full support for the <a title="Google Web Toolkit" href="http://code.google.com/webtoolkit/" target="_self">upcoming GWT 1.5 release</a>.</p>
<h3>My Take</h3>
<p>As I&#8217;ve <a title="WindowBuilder Pro" href="http://danny.damours.net/wordpress/index.php/archive/window-builder-pro-version-650-released" target="_self">stated previously</a>, WindowBuilder is the best tool out there for building Java, SWT or GWT GUIs.Â  Pre-existing GUI code can be modified by the tool and there is no additional untouchable sections created by the tool like other GUI programs.Â  This latest version improves support and has fixed some nagging bugs and so far appears to be a more refined and robust tool.Â  Good job Instantiations!</p>
<p>I&#8217;m disappointed that version 6.7 did not include any of the Swing Beans Binding (JSR-295)Â  or improved Swing Application Framework (JSR-296) support but it appears that support will be <a title="swing designer Binding support" href="http://www.instantiations.com/forum/viewtopic.php?f=4&amp;t=1550" target="_self">coming in future versions</a>.Â  Then again Sun has been VERY QUIET on these two specifications.Â  Hopefully they won&#8217;t be dead in the water.</p>
<h3>Additional Details</h3>
<p>Additional details concerning new features can be found at: <a href="http://download.instantiations.com/DesignerDoc/integration/latest/docs/html/introduction/new_and_noteworthy_670.html">Window Builder Documentation : New &amp; Noteworthy &#8211; v6.7.0</a>.</p>
<p>Trial version downloads of WindowBuilder can be found at: <a title="WindowBuilder downloads" href="http://www.instantiations.com/windowbuilder/pro/download.html?id=1" target="_self">http://www.instantiations.com/windowbuilder/pro/download.html?id=1</a></p>
 <img src="http://danny.damours.net/wordpress/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?view=1&post_id=264" width="1" height="1" style="display: none;" /><!-- google_ad_section_end --><img src="http://danny.damours.net/wordpress/?ak_action=api_record_view&id=264&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://danny.damours.net/wordpress/index.php/archive/instantiations-releases-windowbuilder-pro-67/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Updating a N810 to Diablo (OS2008 aka maemo 4.1)</title>
		<link>http://danny.damours.net/wordpress/index.php/archive/updating-n810-to-diablo-os2008-maemo-4-1</link>
		<comments>http://danny.damours.net/wordpress/index.php/archive/updating-n810-to-diablo-os2008-maemo-4-1#comments</comments>
		<pubDate>Fri, 15 Aug 2008 05:04:33 +0000</pubDate>
		<dc:creator>Danny D'Amours</dc:creator>
				<category><![CDATA[Nokia N900/N810/N800/770]]></category>
		<category><![CDATA[Maemo]]></category>
		<category><![CDATA[modest]]></category>
		<category><![CDATA[N810]]></category>
		<category><![CDATA[Nokia N810/N800/770]]></category>
		<category><![CDATA[os2008]]></category>

		<guid isPermaLink="false">http://danny.damours.net/wordpress/?p=251</guid>
		<description><![CDATA[Upgrading to Diablo
Although it has been out for a while, I just recently had the opportunity to update to the latest OS 2008 (4.2008.23-14) which is based on maemo 4.1 codenamed Diablo.
No more flash upgrades thanks to SSU
Maemo 4.1 introduces a new feature called Seamless Software Update (SSU) which drastically changes how operating system updates [...]]]></description>
			<content:encoded><![CDATA[<!-- google_ad_section_start --><h3>Upgrading to Diablo</h3>
<p>Although it has <a title="OS2008 feature update" href="http://maemo.org/news/announcements/view/os2008_feature_upgrade-reflash_your_tablet-for_the_last_time.html" target="_self">been out for a while</a>, I just recently had the opportunity to update to the latest OS 2008 (4.2008.23-14) which is based on maemo 4.1 codenamed Diablo.</p>
<h3>No more flash upgrades thanks to SSU</h3>
<p>Maemo 4.1 introduces a new feature called Seamless Software Update (SSU) which drastically changes how operating system updates will be performed in the future.Â  Previously when a new update was released, the N810 needed to re-flashed with the updated OS version.Â  This effectively completely wiped out the contents of the device and it was necessary for users to restore or reinstall previously installed applications.</p>
<p>Once maemo 4.1 is flashed onto an N810, SSU allows in place OS updates without having to re-flash.Â  Users also get a notification of possible updates on their home screen as well as in the application manager.Â  This is in contrast to previously where tablet users had to navigate through Nokia&#8217;s site to find OS updates.</p>
<p>By having this new update capability on the mobile devices, Nokia intends to release smaller, more focused updates on a more regular basis.Â  For example instead of waiting for major updates to several components in order to have a full OS release, it will be possible to Nokia to push a new browser update independently from other updates.Â  In fact, on August 11th, Nokia did just that and <a title="OS2008 4.2008.30 available" href="http://maemogeek.blogspot.com/2008/08/os-2008-4200830-available-ota.html" target="_self">released the first SSU update</a> which included updates for the web browser and the email client.</p>
<h3>Other OS2008 updates</h3>
<p>In addition to SSU, the latest OS 2008 update also includes a new email client based on the open source <a title="Modest for maemo email client" href="http://danny.damours.net/wordpress/index.php/archive/modest-new-maemo-email-client" target="_self">Modest and tinymail project</a>.Â  Although not fully featured as something as large as evolution, Modest appears to be a decent email client.Â  It has support for multiple accounts and built in support for some webmail sites.Â  Modest is also designed to be a compact and fast mail client even <a title="Linux.com: Maemo 4.1" href="http://www.linux.com/feature/141077" target="_self">reportedly being faster</a> than Gmail&#8217;s web interface.Â  I&#8217;ll have to dig in a bit deeper and use Modest a lot more before making any judgements on it.</p>
<h3>Update your tablet&#8217;s OS</h3>
<p>For instructions on updating your internet tablet see: <a title="http://wiki.maemo.org/Updating_the_tablet_firmware" href="http://wiki.maemo.org/Updating_the_tablet_firmware" target="_self">http://wiki.maemo.org/Updating_the_tablet_firmware</a></p>
 <img src="http://danny.damours.net/wordpress/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?view=1&post_id=251" width="1" height="1" style="display: none;" /><!-- google_ad_section_end --><img src="http://danny.damours.net/wordpress/?ak_action=api_record_view&id=251&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://danny.damours.net/wordpress/index.php/archive/updating-n810-to-diablo-os2008-maemo-4-1/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Do you think that your data is private?  Not if you travel across borders&#8230;</title>
		<link>http://danny.damours.net/wordpress/index.php/archive/seizure-of-laptops-and-data-at-border</link>
		<comments>http://danny.damours.net/wordpress/index.php/archive/seizure-of-laptops-and-data-at-border#comments</comments>
		<pubDate>Wed, 06 Aug 2008 05:57:50 +0000</pubDate>
		<dc:creator>Danny D'Amours</dc:creator>
				<category><![CDATA[Tech]]></category>
		<category><![CDATA[border security]]></category>
		<category><![CDATA[confidential]]></category>
		<category><![CDATA[data]]></category>
		<category><![CDATA[encryption]]></category>
		<category><![CDATA[homeland security]]></category>
		<category><![CDATA[laptop]]></category>
		<category><![CDATA[law]]></category>
		<category><![CDATA[privacy]]></category>

		<guid isPermaLink="false">http://danny.damours.net/wordpress/?p=243</guid>
		<description><![CDATA[Do you think that data on your computer or laptop is private?Â  Think again; especially if you travel to or from the United States.
The Power of Big Brother Homeland Security
Big Brother a.k.a. the US Department of Homeland Security has deemed that if you are crossing the border, they can pretty much do whatever they wish [...]]]></description>
			<content:encoded><![CDATA[<!-- google_ad_section_start --><p>Do you think that data on your computer or laptop is private?Â  Think again; especially if you travel to or from the United States.</p>
<h3>The Power of <del datetime="2008-08-06T01:45:36+00:00">Big Brother</del> Homeland Security</h3>
<p>Big Brother a.k.a. the US Department of Homeland Security has deemed that if you are crossing the border, they can <a title="CNet: Homeland security can seize laptops" href="http://news.cnet.com/8301-13578_3-10004646-38.html" target="_self">pretty much do whatever they wish</a> with your electronic equipment and any data that you might have on it.</p>
<p>According to the <a href="http://www.washingtonpost.com/wp-dyn/content/article/2008/08/01/AR2008080103030.html">washingtonpost.com</a>, the Dept. or Homeland Security&#8217;s <a title="Border search policy" href="http://www.cbp.gov/linkhandler/cgov/travel/admissability/search_authority.ctt/search_authority.pdf" target="_self">search policy</a> allows laptops or other electronic devices to be brought to an &#8220;off-site location for an unspecified period of time without any suspicion of wrongdoing&#8221;.Â  The search policies also specify that copies of the device&#8217;s content may be shared with other agencies and private entities for translation, decryption or &#8220;other reasons&#8221;.</p>
<p>Now I&#8217;m not generally a paranoid person but the policies appear to give security agents some pretty big freedoms which could be ripe for abuse.Â  Any person &#8220;without suspicion of wrongdoing&#8221; along with &#8220;private entities&#8221; for &#8220;other reasons&#8221; scare me.</p>
<h3>Examples of abuse</h3>
<p>For example, an executive of a company which is developing a revolutionary technology has his laptop seized at the border.Â  The contents of the laptop are found to contain information related to a new product or process which could threaten a large American company.Â  Under the search policies, it appears possible that border officials could share the data with the large American company (&#8220;a private entitity&#8221;) for assesment of the damage that this new product could have on the company (&#8220;other reasons&#8221;).</p>
<p>For example, the next time you enter the US with your laptop the border agent could seize and copy all of your photos, web browsing history (including any saved passwords), downloads, documents, financial and banking information and any logs of your activities.Â  Now this may or may not contain information that you deem to be sensitive but I certainly wouldn&#8217;t be comfortable letting strangers having full access to my data with seemingly little oversight.Â   Who knows perhaps they will send all of your email and IM conversations between yourself and your mistress to your wife back at home.Â  After all that is a &#8220;private entity&#8221; and the information would be sent for &#8220;other reasons&#8221;.</p>
<h3>How can you safeguard your data?</h3>
<p>Besides the obvious tactic of avoid travel to or from the United States or not bringing any electronic accessories along with you through customs, there are other measures which one can take to protect the privacy of your data.</p>
<h3>Encryption</h3>
<p>Encrypting your data is an option which can provide some security for your data.Â  Many programs such as PGP, FileVault and <a title="Truecrypt : Hard Drive encryption" href="http://www.truecrypt.org/" target="_self">TrueCrypt</a> allow users to encrypt files or even whole hard drives which makes it very difficult for people to access data without the proper passwords.ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â  Disc encryption however is not <a title="Disc encryption is no silver bullet" href="http://news.cnet.com/8301-1009_3-10003167-83.html" target="_self">completely safe</a>.Â  It is also true that officials might be able to force you to reveal your password although this is currently being <a title="Wikipedia: United States vs Boucher" href="http://en.wikipedia.org/wiki/United_States_v._Boucher" target="_self">challenged in court by Sebastien Boucher</a>.</p>
<h3>Travelling with &#8220;Blank devices&#8221;</h3>
<p>In fact, the Toronto law firm Blaney McMurtry has a policy which requires all of its lawyers to <a title="Globe and Mail: laptop privacy" href="http://www.theglobeandmail.com/servlet/story/RTGAM.20080318.wrsecurity19/BNStory/Technology/" target="_self">travel with blank laptops</a>.Â  This is in response to concerns that border officials could confiscate their laptops and gain access to sensitive legal and client documents.Â  They are also creating policies which would protect the data on their Blackberries as well.</p>
<p>CNet also has a useful guide to <a title="CNet: Customs proofing your laptop" href="http://news.cnet.com/8301-13578_3-9892897-38.html" target="_self">customs proofing your laptop</a>.</p>
<p><strong>UPDATE:</strong> It appears that some US lawmakers are considering <a title="Wired: electronic searches" href="http://news.wired.com/dynamic/stories/T/TEC_LAPTOP_SEARCHES?SITE=WIRE&amp;SECTION=HOME&amp;TEMPLATE=DEFAULT&amp;CTIME=2008-12-08-07-08-40 " target="_self">imposing some limitations</a> on unjustified electronic searches.</p>
 <img src="http://danny.damours.net/wordpress/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?view=1&post_id=243" width="1" height="1" style="display: none;" /><!-- google_ad_section_end --><img src="http://danny.damours.net/wordpress/?ak_action=api_record_view&id=243&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://danny.damours.net/wordpress/index.php/archive/seizure-of-laptops-and-data-at-border/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress 2.6 Released &#8211; New features and gotchas</title>
		<link>http://danny.damours.net/wordpress/index.php/archive/wordpress-26-released</link>
		<comments>http://danny.damours.net/wordpress/index.php/archive/wordpress-26-released#comments</comments>
		<pubDate>Thu, 24 Jul 2008 03:28:35 +0000</pubDate>
		<dc:creator>Danny D'Amours</dc:creator>
				<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[index.php]]></category>
		<category><![CDATA[log in]]></category>
		<category><![CDATA[new features]]></category>
		<category><![CDATA[permalinks]]></category>
		<category><![CDATA[Please Log In Again]]></category>
		<category><![CDATA[upgrade]]></category>
		<category><![CDATA[wordpress 2.6]]></category>

		<guid isPermaLink="false">http://danny.damours.net/wordpress/?p=233</guid>
		<description><![CDATA[WordPress 2.6 has been released!  See what new features WordPress 2.6 has in store and what issues to watch out for when upgrading.]]></description>
			<content:encoded><![CDATA[<!-- google_ad_section_start --><p>Almost a month ahead of schedule (how often do you hear that in the software world!),<a href="http://wordpress.org/development/2008/07/wordpress-26-tyner/"> WordPress 2.6 (codename Tyner) has been released</a>.</p>
<h3>Wordpress 2.6 New Features</h3>
<p>Some of the new features include:</p>
<ul>
<li>Tracking and diffs of previous edits of posts which allows authors to get full histories of posts and pages.Â  This could be really handy when multiple authors collaborate on posts.</li>
<li>Updated and improved Press It bookmarklets which had been unfortunately removed entirely from WordPress 2.5.Â  In addition to providing an easy to create a post about a web page at specific URL, the updated &#8216;Press It&#8217; bookmarklet will allow extract photos from web pages and even embed scripts for some videos such as YouTube videos.</li>
<li>Ability to perform a theme preview before activating a new theme on a blog</li>
<li>Google Gears support Wordpress</li>
<li>Security enhancements</li>
</ul>
<p>Below is a video demonstrating the latest new features in WordPress 2.6.</p>
<p><object width="640" height="385" data="http://v.wordpress.com/mARhRBcT/fmt_dvd" type="application/x-shockwave-flash"><param name="flashvars" value="blog_domain=http://wordpress.org/development/2008/07/wordpress-26/&amp;width=640&amp;height=385" /><param name="src" value="http://v.wordpress.com/mARhRBcT/fmt_dvd" /></object></p>
<h3>Problems upgrading WordPress blogs to 2.6</h3>
<p>When I upgraded my WordPress installs, I couldn&#8217;t log back into the blog.Â  After entering my username and password, I received the message: &#8220;<strong>Please log in again.</strong>&#8220;.Â  I ended up having to delete my blog&#8217;s cookies in my browser.Â  This appears to be due to the fact that WordPress 2.6 has changed <a title="SSL and Cookies in WordPress 2.6" href="http://boren.nu/archives/2008/07/14/ssl-and-cookies-in-wordpress-26/" target="_self">how cookies are handled</a> in order to make WP more secure.</p>
<p>Another issue which I encountered was that my permalinks were broken.Â  The home page would render fine but any of my posts would come up blank (though my sidebars still rendered properly).Â  Oddly, my <a title="Farms, Farming and Food" href="http://food.damours.net" target="_self">other blog</a> did not encounter this issue.Â  It turns out that Wordpress 2.6 has an <a title="WordPress: Permalink issue with index.php" href="http://wordpress.org/support/topic/189058" target="_self">issue with permalinks</a> which include index.php in them.Â  For some odd reason back in the WP 2.2 timeframe, including index.php was the only way in which I could get permalinks to work which is why it index.php is in my permalink structure.Â  Suggested fix 2 which is ensuring that the category and tag base are not empty seems to be working for me.</p>
<h3>Smooth sailing&#8230;</h3>
<p>With these two problems resolved however, everything appears to have upgraded properly and WordPress 2.6 seems to be humming along nicely.</p>
 <img src="http://danny.damours.net/wordpress/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?view=1&post_id=233" width="1" height="1" style="display: none;" /><!-- google_ad_section_end --><img src="http://danny.damours.net/wordpress/?ak_action=api_record_view&id=233&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://danny.damours.net/wordpress/index.php/archive/wordpress-26-released/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>New copyright laws proposed in Canada &#8211; Bill C-61</title>
		<link>http://danny.damours.net/wordpress/index.php/archive/new-copyright-laws-proposed-in-canada-bill-c-61</link>
		<comments>http://danny.damours.net/wordpress/index.php/archive/new-copyright-laws-proposed-in-canada-bill-c-61#comments</comments>
		<pubDate>Mon, 16 Jun 2008 04:55:30 +0000</pubDate>
		<dc:creator>Danny D'Amours</dc:creator>
				<category><![CDATA[Misc]]></category>
		<category><![CDATA[Tech]]></category>
		<category><![CDATA[c-61]]></category>
		<category><![CDATA[canada]]></category>
		<category><![CDATA[copyright]]></category>
		<category><![CDATA[dmca]]></category>
		<category><![CDATA[law]]></category>

		<guid isPermaLink="false">http://danny.damours.net/wordpress/?p=231</guid>
		<description><![CDATA[This week, Industry minister Jim Prentice introduced Bill C-61 which contains amendments to Canada&#8217;s Copyright Act with the intention of updating the current law to take into account the widespread adoption and use of new digital media such as iPods and and other portable digital media devices.
Format shifting to be made legal
One of the major [...]]]></description>
			<content:encoded><![CDATA[<!-- google_ad_section_start --><p>This week, Industry minister Jim Prentice introduced <a title="Bill C-61 - ammendments to the Copyright law" href="http://www2.parl.gc.ca/HousePublications/Publication.aspx?Docid=3570473&amp;file=4" target="_self">Bill C-61</a> which contains amendments to Canada&#8217;s Copyright Act with the intention of updating the current law to take into account the widespread adoption and use of new digital media such as iPods and and other portable digital media devices.</p>
<h3>Format shifting to be made legal</h3>
<p>One of the major headline grabbing items in the bill is the explicit permission to allow transfer of content (at least some content) to multiple devices such as portable music and video players or computers.Â  This amendment would legalize transferring the contents of a CD to your MP3 player or to your computer.Â  There are some restrictions such as only one copy per device is allowed, that no DRM was disabled or circumvented in the process.</p>
<p>It is interesting to note that the clauses permitting format shifting include, music or &#8220;a work or other subject-matter that is a photograph or is contained in a book, newspaper, periodical or videocassette&#8221;.Â  There is no mention of other formats such as DVDs nor other types of content such as online video or online photographs which if I understand correctly means that format shifting would remain illegal for these cases.</p>
<h3>Legality of time shifting</h3>
<p>Another reason for the &#8220;modernization&#8221; of Canada&#8217;s Copyright Act is to clarify the legality of time shifting which is the practice of recording a program in order to watch it at the user&#8217;s convenience.Â  In the U.S., time shifting has explicitly been legal since 1984 when the U.S. Supreme Court decision on the <a title="Wikipedia: Sony vs. Universal" href="http://en.wikipedia.org/wiki/Sony_v._Universal" target="_self">Sony vs. Universal case</a> was handed down.Â  In Canada, there is currently no mention in the Copyright act regarding the legality of time shifting.Â  Since users are effectively copying programs when using their VCR, computer or DVR, they are in violation of the Copyright Act.</p>
<p>If passed in its current form, Bill C-61 would explicitly allow time shifting which is great for consumers.Â  There are however several caveats with this new allowance.Â  It is not legal to keep recorded copies &#8220;longer than necessary in order to listen to or watch the program at a more convenient time&#8221;.Â  It would be illegal then to keep recorded copies of your favourite shows.Â  What the legal status of people&#8217;s existing collection of programs would be remains unclear.Â  This also means that if you want to have a copy of a show long term, you would be forced to buy it on DVD or online even if you recorded every episode on your VCR or DVR.Â  As I will discuss below, there are also DRM issues which could impact the use of time shifting.</p>
<h3>Canada&#8217;s version of the DMCA</h3>
<p>Although the amendments specifically allow consumers to copy legally obtained media onto various media devices for personal use, there are a lot of strings and conditions which have led many to label this Bill as <a title="Micheal Geist : Canada's DMCA" href="http://www.michaelgeist.ca/content/view/3025/125/">Canada&#8217;s DMCA</a> &#8211; a reference to the widely criticized <a title="Wikipedia: DMCA" href="http://en.wikipedia.org/wiki/DMCA" target="_self">United States&#8217; DMCA</a> (Digital Millenium Copyright Act).Â  In fact Michael Geist, a law professor a the University of Ottawa has pointed out that the Bill C-61 digital lock provisions are <a title="Micheal Geist : Canada's DMCA" href="http://www.michaelgeist.ca/content/view/3025/125/" target="_self">even more restrictive than the US DMCA</a>.</p>
<h3>DRM &#8211; making criminals out of consumers</h3>
<p>One of the proposed amendments specially prohibit the circumvention and disabling of any digital locks or digital rights management (DRM).Â  Since DRM is present on many CD, online downloads and almost all DVDs, it will effectively be illegal to make copies of these media onto portable players or for other purposes such as backups.Â  Today, it is quite common for people to copy or &#8220;rip&#8221; DVDs in order to have a backup copy as well as to enble the transfer of the content onto portable video devices.Â  Bill C-61 will now make this act illegal and designate a lot of people as criminals.</p>
<p>Making things even more confusing?</p>
<p>There still appears to be a fair bit of confusion over <a title="Search Engine: Copyright quiz" href="http://www.cbc.ca/searchengine/blog/2008/06/copyright_quiz_what_if_i.html" target="_self">legalities of certain activities</a> as well as the effect of Bill C-61 on people who currently have items which are currently legal but will no longer be legal if and when the Bill is adopted.</p>
<h3>Will C-61 pass?</h3>
<p>With the uproar regarding the introduction of this bill combined with the fact that federal conservatives are in a minority government means that this bill will probably not be passed without some modifications.Â  Hopefully the government will listen to the outcry and change some of the more onerous DMCA like clauses.</p>
 <img src="http://danny.damours.net/wordpress/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?view=1&post_id=231" width="1" height="1" style="display: none;" /><!-- google_ad_section_end --><img src="http://danny.damours.net/wordpress/?ak_action=api_record_view&id=231&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://danny.damours.net/wordpress/index.php/archive/new-copyright-laws-proposed-in-canada-bill-c-61/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Reversing Declining Computer Science Enrollments</title>
		<link>http://danny.damours.net/wordpress/index.php/archive/reversing-declining-computer-science-enrollments</link>
		<comments>http://danny.damours.net/wordpress/index.php/archive/reversing-declining-computer-science-enrollments#comments</comments>
		<pubDate>Fri, 23 May 2008 04:57:27 +0000</pubDate>
		<dc:creator>Danny D'Amours</dc:creator>
				<category><![CDATA[Tech]]></category>
		<category><![CDATA[computer science]]></category>
		<category><![CDATA[CS]]></category>
		<category><![CDATA[curriculum]]></category>
		<category><![CDATA[declining]]></category>
		<category><![CDATA[education]]></category>
		<category><![CDATA[enrollment]]></category>
		<category><![CDATA[high school]]></category>

		<guid isPermaLink="false">http://danny.damours.net/wordpress/?p=228</guid>
		<description><![CDATA[As many people inside and outside the academic community are aware, there is a steep decline in computer science enrollments in post-secondary institutions.Â  For many in the computer science field, including software companies such as Google, Sun and IBM this is a troubling trend.Â  If there are no CS students graduating, who will develop the [...]]]></description>
			<content:encoded><![CDATA[<!-- google_ad_section_start --><p>As many people inside and outside the academic community are aware, there is a <a title="Bullroarer: Is Computer Science Dying?" href="http://danny.damours.net/wordpress/index.php/archive/is-computer-science-dying-declining-enrollment-in-computer-science" target="_self">steep decline in computer science enrollments</a> in post-secondary institutions.Â  For many in the computer science field, including software companies such as Google, Sun and IBM this is a troubling trend.Â  If there are no CS students graduating, who will develop the next generation of software?Â  Is there anything that can be done in order to see this trend be reversed?</p>
<h3>How to increase CS enrollments and interest</h3>
<p>There are several approaches that can be taken to attempt to address the decline in computer science students.Â   Attempting to attract students to the field in high school and even elementary school is one approach.Â   By involving and interesting students early, it is possible to form a more positive image of what is involved in computer science and teach and show them why pursuing a degree in the field is worthwhile.</p>
<p>Other bloggers have also examined the issue of how interest high school students.  Cay Horstman has <a title="Is Computer Science the new Latin" href="http://weblogs.java.net/blog/cayhorstmann/archive/2008/04/is_computer_sci.html" target="_self">a look at declining CS enrollments</a> and suggests perhaps that we should look at enhancing high school courses or offering advanced placement (AP) courses to students.  Sonya Barry suggests involving industry professionals to <a title="What to do about CS education" href="http://weblogs.java.net/blog/sonyabarry/archive/2008/04/what_do_we_do_a_1.html" target="_self">act as volunteers</a> in order to support and enrich high school programs.  She also examines the issue of how to target and teach high school students in <a title="Sonya Barry - Once we have a room full of kids" href="http://weblogs.java.net/blog/sonyabarry/archive/2008/04/once_we_have_a_1.html" target="_self">Once we have a room full of kids, what should we teach them?</a>.</p>
<h3>Restructuring CS degrees</h3>
<p>Another approach which might attract some more students to computer science is to modify how CS degrees and courses are currently structured.</p>
<p>There are several CS specializations or different <a title="6 degrees of CS" href="http://compsci.ca/blog/6-degrees-of-computer-science/" target="_self">CS related degrees</a> that can be offered to students.Â  Some of the most common of these variations include software engineering, computer engineering and information systems.Â   Typically these specializations require a core set of CS courses along with several courses in the chosen area of the field.Â   By expanding these specialization options to areas such as HCI, bioinformatics or animation some students which were previously disinterested in a general core CS degree might become interested.</p>
<p>Some colleges and universities are taking this approach a step further and tailoring the core set of CS courses based on the wanted specialization.Â   Georgia Tech for example has introduced a <a title="Geogia Tech CS Threads" href="http://www.cc.gatech.edu/news/college-of-computing-replaces-cs-curriculum-with-threads" target="_self">threads approach</a> in which students pick two out of eight threads to follow.  These threads include options such as Computer Modeling, Computers and People and Computers and Media.  The student&#8217;s prerequisite core CS courses will then be determined based on the threads selected by the student.  In the words of Georgia Tech, this model eliminates the &#8220;one size fits all&#8221; CS curriculum.</p>
<p>Other universities are restructuring <a title="University of Waterloo - The new Scheme of things" href="http://compsci.ca/blog/computer-science-at-waterloo-the-new-scheme-of-things/" target="_self">how they teach CS</a> to ensure that courses concentrate on core CS fundamentals such as problem solving, data structures and algorithms as opposed to struggling to programming language syntax and other non fundamental issues.</p>
<h3>Will the students come back?</h3>
<p>There is no doubt that reversing declining computer science enrollments is a difficult task.  There are several additional factors which are not directly under control such as macroeconomic factors such as the job market, the valuation and hence accompanying salaries and prospects of CS graduates.Â   Despite tons of efforts in recruitment and attractions, if there are no stable well paying jobs for graduates, except for the hardcore passionate computer geek, students will simply not enroll.Â   There are signs however that things <a title="Computer enrollment rebounding" href="http://insidehighered.com/news/2008/03/05/compsci" target="_self">might be turning around</a>.</p>
 <img src="http://danny.damours.net/wordpress/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?view=1&post_id=228" width="1" height="1" style="display: none;" /><!-- google_ad_section_end --><img src="http://danny.damours.net/wordpress/?ak_action=api_record_view&id=228&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://danny.damours.net/wordpress/index.php/archive/reversing-declining-computer-science-enrollments/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Interesting Google Android apps</title>
		<link>http://danny.damours.net/wordpress/index.php/archive/interesting-google-android-apps</link>
		<comments>http://danny.damours.net/wordpress/index.php/archive/interesting-google-android-apps#comments</comments>
		<pubDate>Tue, 20 May 2008 04:31:30 +0000</pubDate>
		<dc:creator>Danny D'Amours</dc:creator>
				<category><![CDATA[Android]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Tech]]></category>
		<category><![CDATA[applications]]></category>
		<category><![CDATA[blackberry]]></category>
		<category><![CDATA[challenge]]></category>
		<category><![CDATA[iphone]]></category>
		<category><![CDATA[winners]]></category>

		<guid isPermaLink="false">http://danny.damours.net/wordpress/?p=226</guid>
		<description><![CDATA[Google's Android developer challenge has released its first 50 shortlisted applications.  Which ones are interesting and why?]]></description>
			<content:encoded><![CDATA[<!-- google_ad_section_start --><h3>Google&#8217;s Android Developer Challenge</h3>
<p>With the introduction of its Android mobile platform, Google announced the <a title="Android Developer Challenge" href="http://code.google.com/android/adc.html" target="_self">Android Developers Challenge</a> which has $10 million in prizes for great mobile applications built for Android.</p>
<h3>Phase 1 Round 1 winners</h3>
<p>The first phase of the challenge <a title="Android Developer Challenge - Round 1 results" href="http://android-developers.blogspot.com/2008/05/android-developer-challenge-round-i.html" target="_self">which was just completed</a>, resulted in 50 applications being shortlisted, the developers receiving $25000 and the chance to go on to the next round where up to $275000 will be up for grabs to the best applications.</p>
<p>It appears that Google has already received its money&#8217;s worth.  Before even a single phone or handset is built, Google managed to get a nice little roster of applications created.  The winning 50 applications are <a title="Android Challenge Phase 1 winners" href="http://code.google.com/android/images/adc1r1_deck.pdf" target="_blank">shown here </a>(PDF &#8211; 4 MB).  Although I can&#8217;t attest to the quality of the submissions, there appears to be some really interesting ideas in the list.  Silicon Alley Insider narrowed it down to their <a href="http://www.alleyinsider.com/2008/5/five_google_android_apps_we_love">favourite 5</a>.</p>
<p>One application that I was impressed with was AndoidScan which can recognized bar codes from books, CDs or DVDs and will fetch reviews and perform a pricing comparison with a dozen online stores.  If it works as advertised, it could end up being a really handy application.  As expected, a few applications are mobile social applications and few deal with sharing routes or quickly sharing pictures and other data while on the go.  All appear to have some potential.</p>
<h3>Android vs. iPhone vs. Blackberry</h3>
<p>Google is obviously trying to attack the chicken and egg problem of handsets and applications.  By providing a lineup of useful apps, handset providers will be more likely to make the plunge and create new Android or Open Handset Alliance based handsets.  Applications will also be the key battlefield in the competition between the Android platform and  the iPhone and Blackberry.  Google is hoping that by building a strong SDK and attracting developers to the relatively open platform that great applications will emerge which will raise the profile and popularity of Android.</p>
<p>Gotta love competition&#8230;.</p>
 <img src="http://danny.damours.net/wordpress/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?view=1&post_id=226" width="1" height="1" style="display: none;" /><!-- google_ad_section_end --><img src="http://danny.damours.net/wordpress/?ak_action=api_record_view&id=226&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://danny.damours.net/wordpress/index.php/archive/interesting-google-android-apps/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
<!-- WP Super Cache is installed but broken. The path to wp-cache-phase1.php in wp-content/advanced-cache.php must be fixed! -->