<?xml version="1.0" encoding="UTF-8"?><!-- generator="WordPress/2.9.2" -->
<rss version="0.92">
<channel>
	<title>Blogue de Guillaume DALLAIRE&#039;s Blog</title>
	<link>http://gdallaire.net/blog</link>
	<description>Some of my interests and more...</description>
	<lastBuildDate>Mon, 29 Mar 2010 12:31:18 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	
	<item>
		<title>Sans fil au CÉGEP de Chicoutimi sous Ubuntu</title>
		<description><![CDATA[Voici la procédure pour configurer un ordinateur sous Ubuntu (9.10) pour utiliser le réseau wifi du CÉGEP de Chicoutimi:
Allez chercher votre certificat en vous connectant sur : http://sf.cegep-chiccoutimi.qc.ca (téléchargez votre certificat dans un fichier local)

Votre assistant réseau devrait détecter le réseau &#8220;cchic&#8221;, allez modifier les propriétés:

C&#8217;est un de mes étudiants, Mathieu Gaudreault, qui avec plusieurs [...]]]></description>
		<link>http://gdallaire.net/blog/?p=144</link>
			</item>
	<item>
		<title>Really basic chat client using JMS</title>
		<description><![CDATA[Here is a simple example of a chat client using JMS. I wrote it to show to my students how to use JMS. It implements 3 commands : /exit, /nick and /join. By default, it connects to the topic &#8220;chat.public&#8221;, entering &#8220;/join newRoom&#8221; switches the client to the &#8220;chat.newRoom&#8221; topic.
I used ActiveMQ as JMS provider. [...]]]></description>
		<link>http://gdallaire.net/blog/?p=122</link>
			</item>
	<item>
		<title>Nouveau laptop Studio XPS 1340</title>
		<description><![CDATA[Cette semaine j&#8217;ai changé d&#8217;ordinateur portable pour un Dell Studio XPS 1340 (écran 13&#8243; (bon ratio portabilité/ergonomie d&#8217;utilisation), Core 2 Duo 2.53GHz, 4GB DDR3 RAM, HD@7.2k RPM) : Voici un extrait de dmidecode:
System Information
        Manufacturer: Dell Inc.
        Product Name: Studio XPS [...]]]></description>
		<link>http://gdallaire.net/blog/?p=114</link>
			</item>
	<item>
		<title>Nouveau site web pour AliConseil</title>
		<description><![CDATA[Je viens de refaire une beauté au site web de l&#8217;entreprise de consultation alimentaire de ma conjointe : http://aliconseil.com
C&#8217;est pour moi une autre occasion d&#8217;aiguiser mes talents en SEO.
]]></description>
		<link>http://gdallaire.net/blog/?p=109</link>
			</item>
	<item>
		<title>Easy geocoding with Google Maps using python</title>
		<description><![CDATA[For a project, I had to resolve street address into geographic coordinates (geocode), here is a minimal piece of code using the Google Maps API Services :
import urllib
import json

def geocode(addr, api_key=''):
  url = "http://maps.google.com/maps/geo?q=%s&#38;output=json&#38;api_key=%s" % (urllib.quote(addr), urllib.quote(api_key))
  data = urllib.urlopen(url).read()
  return json.loads(data)['Placemark'][0]['Point']['coordinates']

data = geocode("1600 Amphitheatre Parkway Mountain View, CA 94043")
print "lat:%s long:%s" [...]]]></description>
		<link>http://gdallaire.net/blog/?p=98</link>
			</item>
	<item>
		<title>Monitoring electricity usage : Part 2</title>
		<description><![CDATA[Recently I found other ways (see my previous post) to monitor my house&#8217;s electricity usage:

http://www.theenergydetective.com
http://www.diykyoto.com/uk/wattson/about

They use current transformer clamps instead of reading the power meter&#8217;s output. I prefer this design mainly because you get instant reading (ok the power meter gives a relatively fast reading but I want &#60; second reading) and it allows you [...]]]></description>
		<link>http://gdallaire.net/blog/?p=92</link>
			</item>
	<item>
		<title>Real time monitoring of your power meter now easy</title>
		<description><![CDATA[
Black and Decker introduced a rebranded version of &#8220;the Powercost Monitor&#8221; from Blue Line Innovations:  The &#8220;Power Monitor&#8220;.
The idea behind this device is to help you monitor your power consumption by installing an unit that reads your meter and transmits the information to the base station inside of your house.
An important feature is missing though [...]]]></description>
		<link>http://gdallaire.net/blog/?p=80</link>
			</item>
	<item>
		<title>RAID configuration types now easy to understand</title>
		<description><![CDATA[just click here lol
]]></description>
		<link>http://gdallaire.net/blog/?p=77</link>
			</item>
	<item>
		<title>RS485 Arduino Network</title>
		<description><![CDATA[Recently I started wondering about the fact that most of my MCU based projects use a RS232 serial port to exchange data between my &#8220;base&#8221; computer and every modules. Since the number of serial ports is limited (normally 2) on a normal PC, this is a problem.
After some reading, I decided to try a RS485 [...]]]></description>
		<link>http://gdallaire.net/blog/?p=39</link>
			</item>
	<item>
		<title>Python</title>
		<description><![CDATA[The Python language is present in my life since about 1 year now. It&#8217;s hard to express how good it has been for me but this cartoon is a good example of &#8220;a picture is worth a thousand words&#8221;.  Here are some other good ones about Python too:

Electric Skateboard
New Pet

]]></description>
		<link>http://gdallaire.net/blog/?p=44</link>
			</item>
</channel>
</rss>
