<?xml version="1.0" encoding="UTF-8" standalone="no"?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><rss xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" version="2.0"><channel><title>braz</title><description></description><managingEditor>noreply@blogger.com (Eoin Brazil)</managingEditor><pubDate>Sat, 5 Oct 2024 03:11:38 +0100</pubDate><generator>Blogger http://www.blogger.com</generator><openSearch:totalResults xmlns:openSearch="http://a9.com/-/spec/opensearchrss/1.0/">349</openSearch:totalResults><openSearch:startIndex xmlns:openSearch="http://a9.com/-/spec/opensearchrss/1.0/">1</openSearch:startIndex><openSearch:itemsPerPage xmlns:openSearch="http://a9.com/-/spec/opensearchrss/1.0/">25</openSearch:itemsPerPage><link>http://braz.blogspot.com/</link><language>en-us</language><item><title>A quiet day and some statistical fun</title><link>http://braz.blogspot.com/2010/12/quiet-day-and-some-statistical-fun.html</link><category>HSE</category><category>Irish Data Driven Journalism</category><category>R</category><category>theStory</category><author>noreply@blogger.com (Eoin Brazil)</author><pubDate>Fri, 24 Dec 2010 20:46:00 GMT</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-8507535.post-680225324463791017</guid><description>I recently enjoyed the slides from Peter Aldhous on "&lt;a href="http://www.peteraldhous.com/CAR/Aldhous_R_Users_Dec2010.pdf"&gt;&lt;i&gt;Data-Driven Journalism&lt;/i&gt;&lt;/a&gt;", he is the San Francisco bureau chief for the New Scientist magazine and knows a thing or three about this topic. It follows similar comments from &lt;a href="http://www.guardian.co.uk/media/2010/nov/22/data-analysis-tim-berners-lee"&gt;Tim Berners-Lee&lt;/a&gt; on the topic. It is becoming increasingly more popular to use tools like R to explore these datasets, take this &lt;a href="http://blog.diegovalle.net/2010/12/some-problems-with-mexican-mortality.html"&gt;Mexican mortality&lt;/a&gt; example for instance.&lt;br /&gt;&lt;br /&gt;On the Irish side, we are slowly getting places. It is more thanks to efforts by individuals such as Gavin Sheridan of &lt;a href="http://thestory.ie/"&gt;TheStory.IE&lt;/a&gt; that Freedom of Information (FOI) requests are being made to explore the dark areas of the public sector that could do with a little more clarity given the times we are now in.&lt;br /&gt;&lt;br /&gt;This spurred me to put together a short little R example (&lt;a href="https://github.com/braz/IrishCitizenDataJournalismExamples"&gt;Source code on GitHub&lt;/a&gt;) exploring just a fraction of this data for the Mid-West region.&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.flickr.com/photos/37854512@N00/5288897574/" title="MidWestHSEConsultantsExample by bluepelican, on Flickr"&gt;&lt;img src="http://farm6.static.flickr.com/5247/5288897574_0c800f71f6.jpg" width="500" height="309" alt="MidWestHSEConsultantsExample" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;On the flip side of this post, I'll raise my hand and say that my new job has been keeping me very busy indeed. However, if this kind of thing is something you would like to see or hear more about for a commercial opportunity then my team and I at the Irish Center for High End Computing can help. Take a look at the kinds of &lt;a href="http://www.ichec.ie/consultancy/analytics"&gt;data analytic&lt;/a&gt; services we offer and you can see I've spent even more time in R in the last year!</description><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" height="72" url="http://farm6.static.flickr.com/5247/5288897574_0c800f71f6_t.jpg" width="72"/><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total><enclosure length="5235858" type="application/pdf" url="http://www.peteraldhous.com/CAR/Aldhous_R_Users_Dec2010.pdf"/></item><item><title>R for Global Wind Wave / Wave Swell Forecasting</title><link>http://braz.blogspot.com/2009/12/r-for-global-wind-wave-wave-swell.html</link><category>GFS</category><category>netcdf</category><category>R</category><category>wave heights</category><category>wave maps</category><author>noreply@blogger.com (Eoin Brazil)</author><pubDate>Mon, 28 Dec 2009 00:40:00 GMT</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-8507535.post-5134393024513986771</guid><description>As a follow up to using freely available existing climate datasets, here's one that might be of interest to those surfers and sailors out there. It is similar approach to that used for &lt;a href="http://braz.blogspot.com/2009/12/r-for-global-climate-forecasting.html"&gt;the temperature forecasting&lt;/a&gt; so go read that post first, it will help.&lt;br /&gt;&lt;br /&gt;The free information from the U.S. NOAA/National Weather Service's National Centers for Environmental Prediction, in particular its &lt;a href="http://polar.ncep.noaa.gov/waves/index2.shtml"&gt;Environmental Modeling Center&lt;/a&gt; and its WaveWatch dataset. It is stored as a &lt;a href="http://www.cpc.noaa.gov/products/wesley/wgrib2/"&gt;GRIB2&lt;/a&gt; files and this needs to be pre-processed using wgrib2 (available on MacPorts) to the &lt;a href="http://www.unidata.ucar.edu/software/netcdf/"&gt;netcdf&lt;/a&gt; format. This stage is similar to the previous post.&lt;br /&gt;&lt;br /&gt;There were a few little glitches with this dataset that are immediately visible and the fact there is a big white patch in the Atlantic is due to the maximum height being stored as 9.999e+20. This normally won't be a problem but unfortunately the data also stores dry land with this value. A workaround would be to know or compute longitudes and latitude such that we could tell if a given position was over land or over sea prior to processing it. Unfortunately as this is a bit of a quick and dirty hack, I didn't have the time so here is the basic approach warts and all.&lt;br /&gt;&lt;br /&gt;&lt;blockquote&gt;# See &lt;a href="http://www.nco.ncep.noaa.gov/pmb/products/wave/nww3.t00z.grib.grib2.shtml"&gt;http://www.nco.ncep.noaa.gov/pmb/products/wave/nww3.t00z.grib.grib2.shtml&lt;/a&gt;&lt;br /&gt;# Data was from ftp ftpprd.ncep.noaa.gov dir: /pub/data/nccf/com/wave/prod/wave.20091227&lt;br /&gt;# wgrib2 was installed using macports&lt;br /&gt;# /opt/local/bin/wgrib2 -s nww3.t00z.grib.grib2 | grep "HTSGW:surface:an" | /opt/local/bin/wgrib2 -i nww3.t00z.grib.grib2 -netcdf WAVE.nc&lt;br /&gt;&lt;br /&gt;library(ncdf)&lt;br /&gt;waveFrac &lt;- open.ncdf("WAVE.nc")&lt;br /&gt;wave &lt;- get.var.ncdf(waveFrac, "HTSGW_surface")&lt;br /&gt;# Dirty hack to fix input model, look for another better solution&lt;br /&gt;wave[wave&gt;9.99999]&lt;- -1&lt;br /&gt;x &lt;- get.var.ncdf(waveFrac, "longitude")&lt;br /&gt;y &lt;- get.var.ncdf(waveFrac, "latitude")&lt;br /&gt;library(fields)&lt;br /&gt;rgb.palette &lt;- colorRampPalette(c("snow1","snow2","snow3","seagreen","orange","firebrick"), space = "rgb")&lt;br /&gt;image.plot(x,y,wave,col=rgb.palette(255),axes=F,main=as.expression(paste("Significant Height of Combined Wind Waves and Swell in Meters 2009-12-27", sep="")),legend.lab="Meters")&lt;br /&gt;# Add a rough outline for islands, countries, and continents&lt;br /&gt;contour(x,y,wave,add=TRUE,lwd=0.25,levels=0.2,drawlabels=FALSE,col="grey30")&lt;br /&gt;# Add the source of the file and ftp location&lt;br /&gt;text(130,-75,"Data source ftpprd.ncep.noaa.gov pub/data/nccf/com/wave/prod/wave.20091227")&lt;/blockquote&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.flickr.com/photos/37854512@N00/4219983723/" title="NWW3WindWaves2009122700UTC by bluepelican, on Flickr"&gt;&lt;img src="http://farm5.static.flickr.com/4038/4219983723_79650e4055.jpg" width="500" height="301" alt="NWW3WindWaves2009122700UTC" /&gt;&lt;/a&gt;</description><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" height="72" url="http://farm5.static.flickr.com/4038/4219983723_79650e4055_t.jpg" width="72"/><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total></item><item><title>R for Global Climate forecasting</title><link>http://braz.blogspot.com/2009/12/r-for-global-climate-forecasting.html</link><category>GFS</category><category>netcdf</category><category>R</category><category>weathermaps</category><author>noreply@blogger.com (Eoin Brazil)</author><pubDate>Tue, 22 Dec 2009 01:19:00 GMT</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-8507535.post-6016726519036426070</guid><description>Joe has a &lt;a href="http://joewheatley.net/ncep-global-forecast-system/"&gt;great post&lt;/a&gt; on using R for exploiting existing climate datasets to create some really nice weather maps. Using the free information from the U.S. National Centers for Environmental Prediction (NCEP) &lt;a href="http://www.nco.ncep.noaa.gov/pmb/products/gfs/"&gt;Global Forecast System (GFS)&lt;/a&gt;, he shows how R can be used to interpret &lt;a href="http://www.cpc.noaa.gov/products/wesley/wgrib2/"&gt;GRIB2&lt;/a&gt; files after they are pre-processed using wgrib2 (available on MacPorts) to the &lt;a href="http://www.unidata.ucar.edu/software/netcdf/"&gt;netcdf&lt;/a&gt; format.&lt;br /&gt;&lt;br /&gt;I've slightly modified the code from Joe but its pretty much as he wrote it.&lt;br /&gt;&lt;blockquote&gt;# ftp.ncep.noaa.gov pub/data/nccf/com/gfs/prod/gfs.2009121700&lt;br /&gt;# See http://www.nco.ncep.noaa.gov/pmb/products/gfs/gfs.t00z.sfluxgrbf00.grib2.shtml&lt;br /&gt;# eoin-brazils-macbook-pro:~ eoinbrazil$ cp gfs.t00z.sfluxgrbf03.grib2 temp2.grb&lt;br /&gt;# wgrib2 was installed using macports&lt;br /&gt;# /opt/local/bin/wgrib2 -s temp2.grb | grep ":LAND:" | /opt/local/bin/wgrib2 -i temp2.grb -netcdf LAND2.nc&lt;br /&gt;# /opt/local/bin/wgrib2 -s temp2.grb | grep ":TMP:2" | /opt/local/bin/wgrib2 -i temp2.grb -netcdf TEMP2.nc&lt;br /&gt;&lt;br /&gt;library(ncdf)&lt;br /&gt;landFrac2 &lt;- open.ncdf("LAND2.nc")&lt;br /&gt;land2 &lt;- get.var.ncdf(landFrac2, "LAND_surface")&lt;br /&gt;x &lt;- get.var.ncdf(landFrac2, "longitude")&lt;br /&gt;y &lt;- get.var.ncdf(landFrac2, "latitude")&lt;br /&gt;library(fields)&lt;br /&gt;rgb.palette &lt;- colorRampPalette(c("snow1","snow2","snow3","seagreen","orange","firebrick"), space = "rgb")&lt;br /&gt;tempFrac2 &lt;- open.ncdf("TEMP2.nc")&lt;br /&gt;temp2 &lt;- get.var.ncdf(tempFrac2, "TMP_2maboveground")&lt;br /&gt;newtemp2 &lt;- temp2-273.15 # Convert the kelvin records to celsius&lt;br /&gt;image.plot(x,y,newtemp2,col=rgb.palette(200),axes=F,main=as.expression(paste("GFS 24hr Average 2M Temperature 2009-12-21 00 UTC",sep="")),legend.lab="o C")&lt;br /&gt;contour(x,y,land2,add=TRUE,lwd=1,levels=0.99,drawlabels=FALSE,col="grey30") #add land outline&lt;br /&gt;text(120,-85,"Data source ftp.ncep.noaa.gov pub/data/nccf/com/gfs/prod/gfs.2009121700")&lt;br /&gt;&lt;/blockquote&gt;&lt;br /&gt;&lt;br /&gt;The image continues to show cold conditions in Europe, and the continuing heatwave in Australia.&lt;br /&gt;&lt;a href="http://www.flickr.com/photos/37854512@N00/4205107872/" title="GFS24hr2MTMP2009122100UTC by bluepelican, on Flickr"&gt;&lt;img src="http://farm3.static.flickr.com/2514/4205107872_85645c9e06.jpg" width="500" height="320" alt="GFS24hr2MTMP2009122100UTC" /&gt;&lt;/a&gt;</description><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" height="72" url="http://farm3.static.flickr.com/2514/4205107872_85645c9e06_t.jpg" width="72"/><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total></item><item><title>Following recent Infomaps with R trend - Visualizing Irish unemployment rates with a choropleth map</title><link>http://braz.blogspot.com/2009/11/following-recent-infomaps-with-r-trend.html</link><category>choropleth unemployment map</category><category>infomap</category><category>Ireland</category><category>R</category><category>unemployment visualization</category><author>noreply@blogger.com (Eoin Brazil)</author><pubDate>Thu, 19 Nov 2009 23:18:00 GMT</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-8507535.post-8998498826874825045</guid><description>Following on the recent trend of InfoMaps from &lt;a href="http://projects.flowingdata.com/america/unemployment/"&gt;Flowing Data&lt;/a&gt; and a call to R users to attempt their own examples. I saw this lovely German &lt;a href="http://ryouready.wordpress.com/2009/11/16/infomaps-using-r-visualizing-german-unemployment-rates-by-color-on-a-map/"&gt;visualization with R&lt;/a&gt; and decided it was time to do Ireland.&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.flickr.com/photos/37854512@N00/4118647336/" title="IrishUnemploymentOct08toOct09 by bluepelican, on Flickr"&gt;&lt;img src="http://farm3.static.flickr.com/2565/4118647336_e85bf8e49f.jpg" width="500" height="323" alt="IrishUnemploymentOct08toOct09" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;Looking at these images, I'm reminded of the lyrics of the song "&lt;i&gt;What a Difference A Day Made&lt;/i&gt;", the one that goes like&lt;br /&gt;&lt;blockquote&gt;What a difference a day made,&lt;br /&gt;Twenty-four little hours,&lt;br /&gt;Brought the sun and the flowers,&lt;br /&gt;Where there used to be rain...&lt;/blockquote&gt;</description><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" height="72" url="http://farm3.static.flickr.com/2565/4118647336_e85bf8e49f_t.jpg" width="72"/><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">4</thr:total></item><item><title>Playing with R to animate SBP / RedC polling data</title><link>http://braz.blogspot.com/2009/10/playing-with-r-to-animate-sbp-redc.html</link><category>political poll visualisation</category><author>noreply@blogger.com (Eoin Brazil)</author><pubDate>Sun, 4 Oct 2009 23:55:00 +0100</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-8507535.post-5856453354167369920</guid><description>Another quiet afternoon so I had a look at the excellent site, "&lt;i&gt;&lt;a href="http://zoonek2.free.fr/UNIX/48_R/03.html"&gt;From Data to Graphics&lt;/a&gt;&lt;/i&gt;" and came up with this little animation showing the last three years of Sunday Business Post polls results with the last general election results.&lt;br /&gt;&lt;br /&gt;&lt;a href="http://braz.nonado.net/SBPRedC06-09.gif" target="_blank"&gt;&lt;img src="http://braz.nonado.net/SBPRedC06-09.gif" border="0" alt="SBP/RedC Sep 06 to Sep 09" /&gt;&lt;/a</description><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total></item><item><title>Visualising Lisbon 2009 and 2008 by constituency</title><link>http://braz.blogspot.com/2009/10/visualising-lisbon-2009-and-2008-by.html</link><category>lisbon referendum</category><category>lisbon treaty 2009</category><category>political poll visualisation</category><author>noreply@blogger.com (Eoin Brazil)</author><pubDate>Sat, 3 Oct 2009 17:34:00 +0100</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-8507535.post-5088135870822957412</guid><description>The results are in. Lisbon 2 has been passed by Ireland. Voting results are available &lt;a href="http://www.irishelection.com/2009/10/results/"&gt;Irish Election&lt;/a&gt;, from &lt;a href="http://www.rte.ie/news/features/lisbontreaty/index.html"&gt;RTE&lt;/a&gt;, and the &lt;a href="http://www.irishtimes.com/indepth/lisbon2009/results/"&gt;IT&lt;/a&gt;. I've added a couple of visualisations using dot plots to help show where it all changed from last year.&lt;br /&gt;&lt;br /&gt;The 2009 Lisbon Referendum Ireland voting results by region and constituency.&lt;br /&gt;&lt;a title="Lisbon2009Results by bluepelican, on Flickr" href="http://www.flickr.com/photos/37854512@N00/3976767187/"&gt;&lt;img src="http://farm4.static.flickr.com/3490/3976767187_c9851059b7.jpg" alt="Lisbon2009Results" width="500" height="281" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;Here are the 2008 results for comparison.&lt;br /&gt;&lt;a href="http://www.flickr.com/photos/37854512@N00/3977526992/" title="Lisbon2008Results by bluepelican, on Flickr"&gt;&lt;img src="http://farm3.static.flickr.com/2499/3977526992_9f9abd2bf9.jpg" width="500" height="437" alt="Lisbon2008Results" /&gt;&lt;/a&gt;</description><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" height="72" url="http://farm4.static.flickr.com/3490/3976767187_c9851059b7_t.jpg" width="72"/><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total></item><item><title>Lisbon Red C Polling 2009 Dot Plots</title><link>http://braz.blogspot.com/2009/09/lisbon-red-c-polling-2009-dot-plots.html</link><category>lisbon referendum</category><category>lisbon treaty 2009</category><category>political poll visualisation</category><author>noreply@blogger.com (Eoin Brazil)</author><pubDate>Sun, 27 Sep 2009 18:13:00 +0100</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-8507535.post-7480369759030347241</guid><description>I've been playing around with R and &lt;a href="http://www.statmethods.net/graphs/dot.html"&gt;dot plots&lt;/a&gt;. Today's SBP poll from RedC was a prefect excuse to have some fun.&lt;br /&gt;&lt;br /&gt;&lt;div style="float: right; margin-left: 10px; margin-bottom: 10px;"&gt;&lt;a href="http://www.flickr.com/photos/37854512@N00/3958783049/" title="photo sharing"&gt;&lt;img src="http://farm3.static.flickr.com/2632/3958783049_68fc2b66dc_d.jpg" alt="" style="border: solid 2px #000000;" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;span style="font-size: 0.9em; margin-top: 0px;"&gt;&lt;a href="http://www.flickr.com/photos/37854512@N00/3958783049/"&gt;LisbonRedCPolling2009-IncludingDontKnows&lt;/a&gt;&lt;br /&gt;Originally uploaded by &lt;a href="http://www.flickr.com/people/37854512@N00/"&gt;bluepelican&lt;/a&gt;&lt;/span&gt;&lt;/div&gt;&lt;br clear="all" /&gt;&lt;br /&gt;&lt;br /&gt;&lt;div style="float: right; margin-left: 10px; margin-bottom: 10px;"&gt;&lt;a href="http://www.flickr.com/photos/37854512@N00/3958783053/" title="photo sharing"&gt;&lt;img src="http://farm3.static.flickr.com/2634/3958783053_7612462fc9.jpg" alt="" style="border: solid 2px #000000;" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;span style="font-size: 0.9em; margin-top: 0px;"&gt;&lt;a href="http://www.flickr.com/photos/37854512@N00/3958783053/"&gt;LisbonRedCPolling2009-ExcludingDontKnows&lt;/a&gt;&lt;br /&gt;Originally uploaded by &lt;a href="http://www.flickr.com/people/37854512@N00/"&gt;bluepelican&lt;/a&gt;&lt;/span&gt;&lt;/div&gt;&lt;br clear="all" /&gt;</description><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" height="72" url="http://farm3.static.flickr.com/2634/3958783053_7612462fc9_t.jpg" width="72"/><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total></item><item><title>Lisbon 2 Round up</title><link>http://braz.blogspot.com/2009/09/lisbon-2-round-up.html</link><category>lisbon referendum</category><category>lisbon treaty 2009</category><author>noreply@blogger.com (Eoin Brazil)</author><pubDate>Mon, 21 Sep 2009 15:14:00 +0100</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-8507535.post-7361004465642392779</guid><description>It's almost time for Lisbon 2 so to I've brushed up my readings to take the new changes into account and decided to post a few of the more interesting pieces I've found online.&lt;br /&gt;&lt;br /&gt;Elvis making his case against the treaty:&lt;br /&gt;&lt;object width="425" height="344"&gt;&lt;param name="movie" value="http://www.youtube.com/v/yLMfcoSCY08&amp;hl=en&amp;fs=1&amp;"&gt;&lt;/param&gt;&lt;param name="allowFullScreen" value="true"&gt;&lt;/param&gt;&lt;param name="allowscriptaccess" value="always"&gt;&lt;/param&gt;&lt;embed src="http://www.youtube.com/v/yLMfcoSCY08&amp;hl=en&amp;fs=1&amp;" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="344"&gt;&lt;/embed&gt;&lt;/object&gt;&lt;br /&gt;&lt;br /&gt;A very nice summary of the social side of the treaty, slightly pro but I guess it depends on how you view it.&lt;br /&gt;&lt;object width="560" height="340"&gt;&lt;param name="movie" value="http://www.youtube.com/v/MM_BNdlJihw&amp;hl=en&amp;fs=1&amp;"&gt;&lt;/param&gt;&lt;param name="allowFullScreen" value="true"&gt;&lt;/param&gt;&lt;param name="allowscriptaccess" value="always"&gt;&lt;/param&gt;&lt;embed src="http://www.youtube.com/v/MM_BNdlJihw&amp;hl=en&amp;fs=1&amp;" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="560" height="340"&gt;&lt;/embed&gt;&lt;/object&gt;&lt;br /&gt;&lt;br /&gt;Jim Corr and the New World Order.... oh and how it relates to the Lisbon treaty&lt;br /&gt;&lt;object width="425" height="344"&gt;&lt;param name="movie" value="http://www.youtube.com/v/mPfszpqq2o4&amp;hl=en&amp;fs=1&amp;"&gt;&lt;/param&gt;&lt;param name="allowFullScreen" value="true"&gt;&lt;/param&gt;&lt;param name="allowscriptaccess" value="always"&gt;&lt;/param&gt;&lt;embed src="http://www.youtube.com/v/mPfszpqq2o4&amp;hl=en&amp;fs=1&amp;" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="344"&gt;&lt;/embed&gt;&lt;/object&gt;&lt;br /&gt;&lt;br /&gt;Michael O'Leary - 5 Reasons to Vote Yes&lt;br /&gt;&lt;object width="425" height="344"&gt;&lt;param name="movie" value="http://www.youtube.com/v/6tMIKV842hE&amp;hl=en&amp;fs=1&amp;"&gt;&lt;/param&gt;&lt;param name="allowFullScreen" value="true"&gt;&lt;/param&gt;&lt;param name="allowscriptaccess" value="always"&gt;&lt;/param&gt;&lt;embed src="http://www.youtube.com/v/6tMIKV842hE&amp;hl=en&amp;fs=1&amp;" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="344"&gt;&lt;/embed&gt;&lt;/object&gt;&lt;br /&gt;&lt;br /&gt;The Forum for Europe has collected a number of debate transcripts that they held and printed them online.&lt;br /&gt;&lt;a href="http://www.forumoneurope.ie/index.asp?locID=508&amp;docID=1678"&gt;Defense, Foreign Policy and Neutrality&lt;/a&gt; Yes: Pat Cox No: Joe Noonan&lt;br /&gt;&lt;a href="http://www.forumoneurope.ie/index.asp?locID=508&amp;docID=1681"&gt;Ireland and Social Europe&lt;/a&gt; Yes: Ruari Quinn  No: Joe Higgins&lt;br /&gt;&lt;a href="http://www.forumoneurope.ie/index.asp?locID=508&amp;docID=1613"&gt;Institutional Arrangements&lt;/a&gt; Yes: David Byrne No: Susan George&lt;br /&gt;&lt;a href="http://www.forumoneurope.ie/index.asp?locID=508&amp;docID=1598"&gt;Economic Implications&lt;/a&gt; Yes: Peter Sutherland No: Mary-Lou McDonald.&lt;br /&gt;&lt;br /&gt;Neutral Sites with Information:&lt;br /&gt;&lt;a href="http://www.citizensinformation.ie/categories/government-in-ireland/european-government/eu-law/lisbon-treaty"&gt;Citizen's Information Service - Guide to Lisbon Treaty&lt;/a&gt;&lt;br /&gt;&lt;a href="www.lisbontreaty2009.ie"&gt;Referendum Commission&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;Guides to support the arguments&lt;br /&gt;YES: &lt;i&gt;&lt;a href="http://www.jasonomahony.ie/The_Improved_Spoofers_Guide_To_The_Lisbon_Treaty.pdf"&gt;The Improved Spoofers Guide to the Lisbon Treaty&lt;/a&gt;&lt;/i&gt;&lt;br /&gt;NO: &lt;i&gt;&lt;a href="http://www.euinfo.ie/uploads/file/LT2-hi-q.pdf"&gt;Europe of Freedom and Democracy (EFD) (including UKIP) Guide to the Lisbon Treaty&lt;/a&gt;&lt;/i&gt;&lt;br /&gt;&lt;br /&gt;I've listened again to many false arguments and blatant lies so I'm voting YES. The times are different now and it is even more critical to be part of the wider European community for so many reasons. Whilst I'd love to give the Government a bloody nose by voting No, it is sheer stupidity to think that way as a referendum is not a general election and won't cause any change to the government. I do believe Ireland needs a change of direction and government, voting YES is the first step in that process.</description><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">1</thr:total><enclosure length="4781285" type="application/pdf" url="http://www.jasonomahony.ie/The_Improved_Spoofers_Guide_To_The_Lisbon_Treaty.pdf"/></item><item><title>Limerick City Election Results since 90 including 09 first count</title><link>http://braz.blogspot.com/2009/06/limerick-city-election-results-since-90.html</link><category>limerick city elections</category><author>noreply@blogger.com (Eoin Brazil)</author><pubDate>Sat, 6 Jun 2009 17:40:00 +0100</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-8507535.post-1320099342664673081</guid><description>&lt;a href="http://www.johnbrowne.ie/wordpress/wp-content/uploads/2009/06/limerick-city_percentage.jpg"&gt;&lt;img src="http://www.johnbrowne.ie/wordpress/wp-content/uploads/2009/06/limerick-city_percentage.jpg" alt="Limerick City Election Trends since 1990 courtesy of John Browne" width="400" height="300" /&gt;&lt;/a&gt;&lt;br /&gt;Courtesy of &lt;a href="http://www.johnbrowne.ie"&gt;John Browne&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;These figures show a scary trend for FF and for the now deceased PDs. These figures are based on the tallies for the 2009 LE results and are subject to revision but the trend itself is quite interesting for a major urban centre. The second point is the sheer personal vote of Willie O'Dea if these figures reflect a `party' vote.&lt;br /&gt;&lt;br /&gt;** UPDATE 21:41 - New chart reflecting actual first count figures rather than tallies. **</description><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total></item><item><title>Votewatch.eu or What did MEP X, Y, or Z do ?</title><link>http://braz.blogspot.com/2009/05/votewatcheu-or-what-did-mep-x-y-or-z-do.html</link><category>attendance</category><category>EU parliament</category><category>MEPs</category><category>voting records</category><author>noreply@blogger.com (Eoin Brazil)</author><pubDate>Mon, 11 May 2009 17:24:00 +0100</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-8507535.post-3524094073087674089</guid><description>It's that time again with the European election nominations just closed that you might actually be interested in what your MEP has been up to for the last term. Want to check how they voted or how often they were in Brussel ? Thanks to &lt;a href="http://votewatch.eu"&gt;http://votewatch.eu&lt;/a&gt; you can.&lt;a name='more'&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;The project has been sponsored by the &lt;a href="http://www.epc.eu/"&gt;European Policy Centre&lt;/a&gt; with the aim of assisting the monitoring of MEPs. It provides details on the voting, attendance, party allegiances of MEPs. The search functionality of the site allows users to query an MEP's record based on their EU party / grouping, nationality, and particular national political party.&lt;br /&gt;&lt;br /&gt;So on to the sport as they say!&lt;br /&gt;&lt;br /&gt;In the `Motions for resolutions' category, which deals with motions put forward for voting on by the parliament. The top three are Brian Crowley (101), Eoin Ryan (91), and Colm Burke (45). The bottom three are Jim Higgins (1), Mairead McGuinness (5), and Marian Harkin (5).&lt;br /&gt;&lt;br /&gt;In the `Parliamentary questions' category, which details the questions asked by MEPs to the European Commission or to the Council of the European Union. The top three are Proinsias de Rossa (1067!), Jim Higgins (324), and Kathy Sinnott (213). The bottom three are Colm Bourke (41), Sean O Neachtain (104), and Eoin Ryan (105).&lt;br /&gt;&lt;br /&gt;Good to know who is working but lets get to the main event or the attendance figures. The top three are Brian Crowley (94.3%), Sean O Neachtain (93.29%), and Kathy Sinnott (92.98%). The bottom three in visiting the parliament are Eoin Ryan (83.22%), Mairead McGuinness (84.56%), and Proinsias de Rossa (85.32%).&lt;br /&gt;&lt;br /&gt;I'm sure that next weekend's papers will see a nice break down by the political correspondents looking in detail at the attendance and motions / questions categories.</description><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total></item><item><title>Arduino Mega and Prototype Shield Assembly</title><link>http://braz.blogspot.com/2009/04/arduino-mega-and-prototype-shield.html</link><category>arduino</category><category>arduino mega</category><category>arduino mega prototype shield</category><category>physical computing</category><category>prototype shield</category><author>noreply@blogger.com (Eoin Brazil)</author><pubDate>Mon, 20 Apr 2009 01:14:00 +0100</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-8507535.post-7750273415387740242</guid><description>I've had some Sunday afternoon fun and games with the assembly of a prototyping shield. It is the design from e-lioness and is for the new Arduino Mega board. The new Arduino Mega board is designed to wow, with 128 KB of Flash or program memory, 8KB of RAM, and 4 KB of EEPROM. The board has a massive 54 digital pins (14 of these offer PWM output), 16 analog io pins, 4 hardware serial ports, and I2C. It is compatible with most of the earlier shields designed for the standard Arduino. The firmware includes the now standard, auto-reset on upload, a pre-burned bootloader, and automatic power selection. It does need you to update your Arduino to at least Arduino version 0015 or later. Here is a little table comparing the latest hardware from the &lt;a href="http://www.arduino.cc"&gt;Arduino&lt;/a&gt; and a close mid capacity derivative from the RepRap project, the &lt;a href="http://sanguino.cc/"&gt;Sanguino&lt;/a&gt;.&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.flickr.com/photos/37854512@N00/3456923089/" title="ArduinoSanguinoComparison by bluepelican, on Flickr"&gt;&lt;img src="http://farm4.static.flickr.com/3544/3456923089_f48eac3f2d.jpg" width="500" height="389" alt="ArduinoSanguinoComparison" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;The Arduino Mega is a very sweet option for installations and sensor heavy projects.&lt;br /&gt;&lt;br /&gt;Here's the starting picture:&lt;br /&gt;&lt;a href="http://www.flickr.com/photos/37854512@N00/3457676478/" title="outofthebox by bluepelican, on Flickr"&gt;&lt;img src="http://farm4.static.flickr.com/3664/3457676478_55923c6995_m.jpg" width="240" height="180" alt="outofthebox" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;Here's how it ended up:&lt;br /&gt;&lt;a href="http://www.flickr.com/photos/37854512@N00/3456842999/" title="finished-topview by bluepelican, on Flickr"&gt;&lt;img src="http://farm4.static.flickr.com/3499/3456842999_b589948336_m.jpg" width="240" height="180" alt="finished-topview" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;The process is visually documented in my Flickr images and doesn't really need any more documentation. I would possibly check around to see if other prototyping shields have a better track layout for the digital pins as this turned out to be a little messy.&lt;br /&gt;&lt;br /&gt;An example of the fun you can have with the Arduino Mega is shown by Tom Igoe's post on ``&lt;i&gt;&lt;a href="http://www.tigoe.net/pcomp/code/category/arduinowiring/424"&gt;8×8 LED matrix control on an Arduino Mega&lt;/a&gt;&lt;/i&gt;''. He has a great example using it to play &lt;a href="http://www.tigoe.net/pcomp/code/category/Processing/454"&gt;Pong&lt;/a&gt;.</description><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" height="72" url="http://farm4.static.flickr.com/3544/3456923089_f48eac3f2d_t.jpg" width="72"/><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">3</thr:total></item><item><title>Sun, Sea, Sounds, and Arduino at SMC 2009</title><link>http://braz.blogspot.com/2009/03/sun-sea-sounds-and-arduino-at-smc-2009.html</link><category>arduino</category><category>environmental sounds</category><category>physical computing</category><category>porto</category><category>sid</category><category>smc</category><category>Sonic Interaction Design</category><category>summer school</category><author>noreply@blogger.com (Eoin Brazil)</author><pubDate>Tue, 31 Mar 2009 16:51:00 +0100</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-8507535.post-8473328829113465080</guid><description>&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiG1hX7NoMuLaFwMXJ4oADQYJlJxFk76Ymckcqu_uJ7Tni9LwPyts2Zblresk8X7v1e2RBwxEZYFfyaYq-ubFKAhwduUtRQAyyCLeV1qn3wAIKmpKfSaax6tW106cTbjCqIiEIbbg/s1600-h/2cor.jpg"&gt;&lt;img style="float:left; margin:0 10px 10px 0;cursor:pointer; cursor:hand;width: 200px; height: 122px;" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiG1hX7NoMuLaFwMXJ4oADQYJlJxFk76Ymckcqu_uJ7Tni9LwPyts2Zblresk8X7v1e2RBwxEZYFfyaYq-ubFKAhwduUtRQAyyCLeV1qn3wAIKmpKfSaax6tW106cTbjCqIiEIbbg/s200/2cor.jpg" border="0" alt=""id="BLOGGER_PHOTO_ID_5319381888893003218" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;If you're interested in learning about the sounds of Porto and physical computing then consider participating in the upcoming SMC Summer School on Interactions with Environmental Sounds. It is going to be held in &lt;a href="http://www.casadamusica.com/Default.aspx?langSite=eng"&gt;Casa da Música&lt;/a&gt;, Porto, Portugal from July 18-21. There is funding available from the COST Action ICO601 on &lt;a href="http://www.cost-sid.org/"&gt;Sonic Interaction Design&lt;/a&gt;, for third level students interested but the application deadline is approaching (24th of April). There is a whole range of interesting project proposals already online. Guest lecturers will be given by Marcelo Wanderley of McGill, Joel Chadabe of NYU (and EMF), and Xavier Serra from the Music Technology group in Barcelona. Tutors include Jean-Julien Aucouturier, Stephan Baumann, Bram de Jong, Luis Gustavo Martins, Rui Penha, Stefania Serafin, Federico Fontana and myself.&lt;br /&gt;&lt;br /&gt;Check out the &lt;a href="http://smcnetwork.org/summerschool/porto2009"&gt;Summer School website&lt;/a&gt; for details and application forms.</description><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" height="72" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiG1hX7NoMuLaFwMXJ4oADQYJlJxFk76Ymckcqu_uJ7Tni9LwPyts2Zblresk8X7v1e2RBwxEZYFfyaYq-ubFKAhwduUtRQAyyCLeV1qn3wAIKmpKfSaax6tW106cTbjCqIiEIbbg/s72-c/2cor.jpg" width="72"/><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total></item><item><title>CS4062 - Fourth Arduino Lecture</title><link>http://braz.blogspot.com/2009/03/cs4062-fourth-arduino-lecture.html</link><category>arduino</category><category>avr</category><category>digital media</category><category>interactive media</category><category>physical computing</category><category>Prototyping</category><author>noreply@blogger.com (Eoin Brazil)</author><pubDate>Wed, 18 Mar 2009 17:46:00 GMT</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-8507535.post-5106726940080445490</guid><description>CS4062 Masters in Interactive Media - Fourth Arduino Lecture - March 18th 2009 - University of Limerick. This lecture presents a short review and introduction to programming concepts relevant to Arduino. This was aimed at a digital media / music technology masters student audience.&lt;br /&gt;&lt;br /&gt;&lt;div style="width:425px;text-align:left" id="__ss_1164160"&gt;&lt;a style="font:14px Helvetica,Arial,Sans-serif;display:block;margin:12px 0 3px 0;text-decoration:underline;" href="http://www.slideshare.net/eoinbrazil/arduino-lecture-4-interactive-media-cs4062-semester-2-2009?type=presentation" title="Arduino Lecture 4 - Interactive Media CS4062 Semester 2 2009"&gt;Arduino Lecture 4 - Interactive Media CS4062 Semester 2 2009&lt;/a&gt;&lt;object style="margin:0px" width="425" height="355"&gt;&lt;param name="movie" value="http://static.slideshare.net/swf/ssplayer2.swf?doc=imediaprogramming09-090318124809-phpapp01&amp;stripped_title=arduino-lecture-4-interactive-media-cs4062-semester-2-2009" /&gt;&lt;param name="allowFullScreen" value="true"/&gt;&lt;param name="allowScriptAccess" value="always"/&gt;&lt;embed src="http://static.slideshare.net/swf/ssplayer2.swf?doc=imediaprogramming09-090318124809-phpapp01&amp;stripped_title=arduino-lecture-4-interactive-media-cs4062-semester-2-2009" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="355"&gt;&lt;/embed&gt;&lt;/object&gt;&lt;div style="font-size:11px;font-family:tahoma,arial;height:26px;padding-top:2px;"&gt;View more &lt;a style="text-decoration:underline;" href="http://www.slideshare.net/"&gt;presentations&lt;/a&gt; from &lt;a style="text-decoration:underline;" href="http://www.slideshare.net/eoinbrazil"&gt;eoinbrazil&lt;/a&gt;.&lt;/div&gt;&lt;/div&gt;</description><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total></item><item><title>CS4062 - First Arduino Tutorial - Talking to PureData and to Flash</title><link>http://braz.blogspot.com/2009/03/cs4062-first-arduino-tutorial-talking.html</link><category>arduino</category><category>avr</category><category>digital media</category><category>Flash</category><category>interactive media</category><category>physical computing</category><category>Prototyping</category><category>puredata</category><author>noreply@blogger.com (Eoin Brazil)</author><pubDate>Wed, 18 Mar 2009 17:34:00 GMT</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-8507535.post-3903713496798745283</guid><description>CS4062 Masters in Interactive Media - Tutorial Example 1 Arduino and PureData - March 18th 2009 - This is a simple worksheet example for a class tutorial on getting PureData and an Arduino to communicate. This was aimed at a digital media / music technology masters student audience.&lt;br /&gt;&lt;br /&gt;&lt;a title="View Tutorial Example 1 Arduino and PureData on Scribd" href="http://www.scribd.com/doc/13368221/Tutorial-Example-1-Arduino-and-PureData" style="margin: 12px auto 6px auto; font-family: Helvetica,Arial,Sans-serif; font-style: normal; font-variant: normal; font-weight: normal; font-size: 14px; line-height: normal; font-size-adjust: none; font-stretch: normal; -x-system-font: none; display: block; text-decoration: underline;"&gt;Tutorial Example 1 Arduino and PureData&lt;/a&gt; &lt;object codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,0,0" id="doc_79209694594344" name="doc_79209694594344" classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" align="middle" height="500" width="100%" rel="media:document" resource="http://d.scribd.com/ScribdViewer.swf?document_id=13368221&amp;access_key=key-1l0fo7l50232a2capn5m&amp;page=1&amp;version=1&amp;viewMode=" xmlns:media="http://search.yahoo.com/searchmonkey/media/" xmlns:dc="http://purl.org/dc/terms/" &gt;  &lt;param name="movie" value="http://d.scribd.com/ScribdViewer.swf?document_id=13368221&amp;access_key=key-1l0fo7l50232a2capn5m&amp;page=1&amp;version=1&amp;viewMode="&gt;   &lt;param name="quality" value="high"&gt;   &lt;param name="play" value="true"&gt;  &lt;param name="loop" value="true"&gt;   &lt;param name="scale" value="showall"&gt;  &lt;param name="wmode" value="opaque"&gt;   &lt;param name="devicefont" value="false"&gt;  &lt;param name="bgcolor" value="#ffffff"&gt;   &lt;param name="menu" value="true"&gt;  &lt;param name="allowFullScreen" value="true"&gt;   &lt;param name="allowScriptAccess" value="always"&gt;   &lt;param name="salign" value=""&gt;        &lt;embed src="http://d.scribd.com/ScribdViewer.swf?document_id=13368221&amp;access_key=key-1l0fo7l50232a2capn5m&amp;page=1&amp;version=1&amp;viewMode=" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" play="true" loop="true" scale="showall" wmode="opaque" devicefont="false" bgcolor="#ffffff" name="doc_79209694594344_object" menu="true" allowfullscreen="true" allowscriptaccess="always" salign="" type="application/x-shockwave-flash" align="middle"  height="500" width="100%"&gt;&lt;/embed&gt;             &lt;span rel="media:thumbnail" href="http://i.scribd.com/public/images/uploaded/12421784/aMaVmZmfq16mre0KoRYZ_thumbnail.jpeg"&gt;       &lt;span property="media:title"&gt;Tutorial Example 1 Arduino and PureData&lt;/span&gt;   &lt;span property="dc:creator"&gt;eoinbrazil&lt;/span&gt;        &lt;span property="dc:description"&gt;CS4062 Masters in Interactive Media - Tutorial Example 1 Arduino and PureData - March 18th 2009 - This is a simple worksheet example for a class tutorial on getting PureData and an Arduino to communicate. This was aimed at a digital media / music technology masters student audience.&lt;/span&gt;       &lt;span property="dc:type" content="Text"&gt;    &lt;/object&gt; &lt;div style="margin: 6px auto 3px auto; font-family: Helvetica,Arial,Sans-serif; font-style: normal; font-variant: normal; font-weight: normal; font-size: 12px; line-height: normal; font-size-adjust: none; font-stretch: normal; -x-system-font: none; display: block;"&gt;    &lt;a href="http://www.scribd.com/upload" style="text-decoration: underline;"&gt;Publish at Scribd&lt;/a&gt; or &lt;a href="http://www.scribd.com/browse" style="text-decoration: underline;"&gt;explore&lt;/a&gt; others:            &lt;a href="http://www.scribd.com/browse/Academic-Work/Notes" style="text-decoration: underline;"&gt;Notes&lt;/a&gt;              &lt;a href="http://www.scribd.com/browse/Academic-Work/" style="text-decoration: underline;"&gt;Academic Work&lt;/a&gt;                  &lt;a href="http://www.scribd.com/tag/interactive%20media" style="text-decoration: underline;"&gt;interactive media&lt;/a&gt;              &lt;a href="http://www.scribd.com/tag/puredata" style="text-decoration: underline;"&gt;puredata&lt;/a&gt;       &lt;/div&gt; &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;CS4062 Masters in Interactive Media - Tutorial Example 2 Arduino and Flash - March 18th 2009 - This is a simple worksheet example for a class tutorial on getting Flash and an Arduino to communicate. This was aimed at a digital media / music technology masters student audience.&lt;br /&gt;&lt;br /&gt;&lt;a title="View Tutorial Example 2 Arduino and Flash on Scribd" href="http://www.scribd.com/doc/13370685/Tutorial-Example-2-Arduino-and-Flash" style="margin: 12px auto 6px auto; font-family: Helvetica,Arial,Sans-serif; font-style: normal; font-variant: normal; font-weight: normal; font-size: 14px; line-height: normal; font-size-adjust: none; font-stretch: normal; -x-system-font: none; display: block; text-decoration: underline;"&gt;Tutorial Example 2 Arduino and Flash&lt;/a&gt; &lt;object codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,0,0" id="doc_959093161637713" name="doc_959093161637713" classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" align="middle" height="500" width="100%" rel="media:document" resource="http://d.scribd.com/ScribdViewer.swf?document_id=13370685&amp;access_key=key-1sh0902sriyop2i3uirv&amp;page=1&amp;version=1&amp;viewMode=" xmlns:media="http://search.yahoo.com/searchmonkey/media/" xmlns:dc="http://purl.org/dc/terms/" &gt;  &lt;param name="movie" value="http://d.scribd.com/ScribdViewer.swf?document_id=13370685&amp;access_key=key-1sh0902sriyop2i3uirv&amp;page=1&amp;version=1&amp;viewMode="&gt;   &lt;param name="quality" value="high"&gt;   &lt;param name="play" value="true"&gt;  &lt;param name="loop" value="true"&gt;   &lt;param name="scale" value="showall"&gt;  &lt;param name="wmode" value="opaque"&gt;   &lt;param name="devicefont" value="false"&gt;  &lt;param name="bgcolor" value="#ffffff"&gt;   &lt;param name="menu" value="true"&gt;  &lt;param name="allowFullScreen" value="true"&gt;   &lt;param name="allowScriptAccess" value="always"&gt;   &lt;param name="salign" value=""&gt;        &lt;embed src="http://d.scribd.com/ScribdViewer.swf?document_id=13370685&amp;access_key=key-1sh0902sriyop2i3uirv&amp;page=1&amp;version=1&amp;viewMode=" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" play="true" loop="true" scale="showall" wmode="opaque" devicefont="false" bgcolor="#ffffff" name="doc_959093161637713_object" menu="true" allowfullscreen="true" allowscriptaccess="always" salign="" type="application/x-shockwave-flash" align="middle"  height="500" width="100%"&gt;&lt;/embed&gt;             &lt;span rel="media:thumbnail" href="http://i.scribd.com/public/images/uploaded/12650150/eVjh4jkyxYw5VuIe5iK_thumbnail.jpeg"&gt;       &lt;span property="media:title"&gt;Tutorial Example 2 Arduino and Flash&lt;/span&gt;   &lt;span property="dc:creator"&gt;eoinbrazil&lt;/span&gt;        &lt;span property="dc:description"&gt;CS4062 Masters in Interactive Media - Tutorial Example 2 Arduino and Flash - March 18th 2009 - This is a simple worksheet example for a class tutorial on getting Flash and an Arduino to communicate. This was aimed at a digital media / music technology masters student audience.&lt;/span&gt;       &lt;span property="dc:type" content="Text"&gt;    &lt;/object&gt; &lt;div style="margin: 6px auto 3px auto; font-family: Helvetica,Arial,Sans-serif; font-style: normal; font-variant: normal; font-weight: normal; font-size: 12px; line-height: normal; font-size-adjust: none; font-stretch: normal; -x-system-font: none; display: block;"&gt;    &lt;a href="http://www.scribd.com/upload" style="text-decoration: underline;"&gt;Publish at Scribd&lt;/a&gt; or &lt;a href="http://www.scribd.com/browse" style="text-decoration: underline;"&gt;explore&lt;/a&gt; others:            &lt;a href="http://www.scribd.com/browse/Academic-Work/Notes" style="text-decoration: underline;"&gt;Notes&lt;/a&gt;              &lt;a href="http://www.scribd.com/browse/Academic-Work/" style="text-decoration: underline;"&gt;Academic Work&lt;/a&gt;                  &lt;a href="http://www.scribd.com/tag/interactive%20media" style="text-decoration: underline;"&gt;interactive media&lt;/a&gt;              &lt;a href="http://www.scribd.com/tag/digital%20media" style="text-decoration: underline;"&gt;digital media&lt;/a&gt;       &lt;/div&gt;</description><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total><enclosure length="216385" type="application/x-shockwave-flash" url="http://d.scribd.com/ScribdViewer.swf?document_id=13368221&amp;access_key=key-1l0fo7l50232a2capn5m&amp;page=1&amp;version=1&amp;viewMode="/></item><item><title>CS4062 - Third Arduino Lecture</title><link>http://braz.blogspot.com/2009/03/cs4062-third-arduino-lecture.html</link><category>arduino</category><category>avr</category><category>digital media</category><category>interactive media</category><category>music technology</category><category>ul</category><author>noreply@blogger.com (Eoin Brazil)</author><pubDate>Mon, 16 Mar 2009 10:54:00 GMT</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-8507535.post-4578911320953201995</guid><description>CS4062 Masters in Interactive Media - Third Arduino Lecture - March 11th 2009 - University of Limerick. This lecture presents an introduction to motors, LEDs and Arduino with examples. This was aimed at a digital media / music technology masters student audience.&lt;br /&gt;&lt;br /&gt;&lt;div style="width:425px;text-align:left" id="__ss_1150653"&gt;&lt;a style="font:14px Helvetica,Arial,Sans-serif;display:block;margin:12px 0 3px 0;text-decoration:underline;" href="http://www.slideshare.net/eoinbrazil/arduino-lecture-3-interactive-media-cs4062-semester-2-2009?type=powerpoint" title="Arduino Lecture 3 - Interactive Media CS4062 Semester 2 2009"&gt;Arduino Lecture 3 - Interactive Media CS4062 Semester 2 2009&lt;/a&gt;&lt;object style="margin:0px" width="425" height="355"&gt;&lt;param name="movie" value="http://static.slideshare.net/swf/ssplayer2.swf?doc=imediamotors101-09nonotes-090316062942-phpapp01&amp;stripped_title=arduino-lecture-3-interactive-media-cs4062-semester-2-2009" /&gt;&lt;param name="allowFullScreen" value="true"/&gt;&lt;param name="allowScriptAccess" value="always"/&gt;&lt;embed src="http://static.slideshare.net/swf/ssplayer2.swf?doc=imediamotors101-09nonotes-090316062942-phpapp01&amp;stripped_title=arduino-lecture-3-interactive-media-cs4062-semester-2-2009" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="355"&gt;&lt;/embed&gt;&lt;/object&gt;&lt;div style="font-size:11px;font-family:tahoma,arial;height:26px;padding-top:2px;"&gt;View more &lt;a style="text-decoration:underline;" href="http://www.slideshare.net/"&gt;presentations&lt;/a&gt; from &lt;a style="text-decoration:underline;" href="http://www.slideshare.net/eoinbrazil"&gt;eoinbrazil&lt;/a&gt;.&lt;/div&gt;&lt;/div&gt;&lt;br /&gt;&lt;br /&gt;The slides with notes are available &lt;a href="http://www.scribd.com/doc/13306267/Arduino-Lecture-3-Interactive-Media-CS4062-Semester-2-2009"&gt;here&lt;/a&gt;.</description><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total></item><item><title>CS4062 - Second Arduino Lecture</title><link>http://braz.blogspot.com/2009/03/cs4062-second-arduino-lecture.html</link><category>arduino</category><category>avr</category><category>digital media</category><category>interactive media</category><category>music technology</category><category>ul</category><author>noreply@blogger.com (Eoin Brazil)</author><pubDate>Fri, 6 Mar 2009 14:07:00 GMT</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-8507535.post-746781143771284885</guid><description>CS4062 Masters in Interactive Media - Second Arduino Lecture - March 6th 2009 - University of Limerick. This lecture presents an introduction to communications and Arduino with examples. This was aimed at a digital media / music technology masters student audience.&lt;br /&gt;&lt;br /&gt;&lt;div style="width:425px;text-align:left" id="__ss_1110291"&gt;&lt;a style="font:14px Helvetica,Arial,Sans-serif;display:block;margin:12px 0 3px 0;text-decoration:underline;" href="http://www.slideshare.net/eoinbrazil/arduino-lecture-2-interactive-media-cs4062-semester-2-2009?type=powerpoint" title="Arduino Lecture 2 - Interactive Media CS4062 Semester 2 2009"&gt;Arduino Lecture 2 - Interactive Media CS4062 Semester 2 2009&lt;/a&gt;&lt;object style="margin:0px" width="425" height="355"&gt;&lt;param name="movie" value="http://static.slideshare.net/swf/ssplayer2.swf?doc=imediacommunications101-09-090306075023-phpapp02&amp;stripped_title=arduino-lecture-2-interactive-media-cs4062-semester-2-2009" /&gt;&lt;param name="allowFullScreen" value="true"/&gt;&lt;param name="allowScriptAccess" value="always"/&gt;&lt;embed src="http://static.slideshare.net/swf/ssplayer2.swf?doc=imediacommunications101-09-090306075023-phpapp02&amp;stripped_title=arduino-lecture-2-interactive-media-cs4062-semester-2-2009" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="355"&gt;&lt;/embed&gt;&lt;/object&gt;&lt;div style="font-size:11px;font-family:tahoma,arial;height:26px;padding-top:2px;"&gt;View more &lt;a style="text-decoration:underline;" href="http://www.slideshare.net/"&gt;presentations&lt;/a&gt; from &lt;a style="text-decoration:underline;" href="http://www.slideshare.net/eoinbrazil"&gt;eoinbrazil&lt;/a&gt;. (tags: &lt;a style="text-decoration:underline;" href="http://slideshare.net/tag/avr"&gt;avr&lt;/a&gt; &lt;a style="text-decoration:underline;" href="http://slideshare.net/tag/prototyping"&gt;prototyping&lt;/a&gt;)&lt;/div&gt;&lt;/div&gt;&lt;br /&gt;&lt;br /&gt;The slides with notes are available &lt;a href="http://www.scribd.com/doc/13051644/Arduino-Lecture-2-Interactive-Media-CS4062-Semester-2-2009"&gt;here&lt;/a&gt;.</description><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total></item><item><title>CS4062 - First Arduino Lecture</title><link>http://braz.blogspot.com/2009/03/cs4062-first-arduino-lecture.html</link><category>arduino</category><category>avr</category><category>digital media</category><category>interactive media</category><category>music technology</category><category>ul</category><author>noreply@blogger.com (Eoin Brazil)</author><pubDate>Thu, 5 Mar 2009 11:25:00 GMT</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-8507535.post-4746369728277821862</guid><description>CS4062 Masters in Interactive Media - First Arduino Lecture - March 4th 2009 - University of Limerick. This lecture presents an introduction to the Arduino with examples. This was aimed at a digital media / music technology masters student audience.&lt;br /&gt;&lt;br /&gt;&lt;div style="width:425px;text-align:left" id="__ss_324223"&gt;&lt;a style="font:14px Helvetica,Arial,Sans-serif;display:block;margin:12px 0 3px 0;text-decoration:underline;" href="http://www.slideshare.net/eoinbrazil/imediaarduino08?type=powerpoint" title="Arduino Lecture 1 - Introducing the Arduino"&gt;Arduino Lecture 1 - Introducing the Arduino&lt;/a&gt;&lt;object style="margin:0px" width="425" height="355"&gt;&lt;param name="movie" value="http://static.slideshare.net/swf/ssplayer2.swf?doc=imediaarduino08-1206641278880936-5&amp;stripped_title=imediaarduino08" /&gt;&lt;param name="allowFullScreen" value="true"/&gt;&lt;param name="allowScriptAccess" value="always"/&gt;&lt;embed src="http://static.slideshare.net/swf/ssplayer2.swf?doc=imediaarduino08-1206641278880936-5&amp;stripped_title=imediaarduino08" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="355"&gt;&lt;/embed&gt;&lt;/object&gt;&lt;div style="font-size:11px;font-family:tahoma,arial;height:26px;padding-top:2px;"&gt;View more &lt;a style="text-decoration:underline;" href="http://www.slideshare.net/"&gt;presentations&lt;/a&gt; from &lt;a style="text-decoration:underline;" href="http://www.slideshare.net/eoinbrazil"&gt;eoinbrazil&lt;/a&gt;. (tags: &lt;a style="text-decoration:underline;" href="http://slideshare.net/tag/avr"&gt;avr&lt;/a&gt; &lt;a style="text-decoration:underline;" href="http://slideshare.net/tag/physical-computing"&gt;physical computing&lt;/a&gt;)&lt;/div&gt;&lt;/div&gt;&lt;br /&gt;&lt;br /&gt;The slides with notes are available &lt;a href="http://www.scribd.com/doc/13011756/Arduino-Lecture-1-Interactive-Media-CS4062-Semester-2-2009"&gt;here&lt;/a&gt;.</description><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total></item><item><title>Germans wise up to e-voting</title><link>http://braz.blogspot.com/2009/03/germans-wise-up-to-e-voting.html</link><category>e-voting</category><category>germany</category><category>nedap</category><author>noreply@blogger.com (Eoin Brazil)</author><pubDate>Tue, 3 Mar 2009 21:10:00 GMT</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-8507535.post-6033138675813196104</guid><description>&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://www.flickr.com/photos/fabnie/2893881805/sizes/t/"&gt;&lt;img style="float:left; margin:0 10px 10px 0;cursor:pointer; cursor:hand;width: 100px; height: 67px;" src="http://farm4.static.flickr.com/3111/2893881805_70bdf3ebe1_t.jpg" border="0" alt="Flickr Picture by fabnie of Nedap Voting Machine" /&gt;&lt;/a&gt;&lt;br /&gt;Germany has gone back to the paper ballot today with a decision by the German Federal Constitutional Court to immediately cease the use of electronic voting machines, in particular the Nedap ESD1 and ESD2. The Court said its decision was based on the evidence that the current technology had defects and was difficult to control. The devices were felt to contradict the principle of public elections with vote transparency as their defects make it possible to lose secrecy and control over the counting of the votes. The case was brought based on the 2005 Bundestag election in Karlsruhe, however the court ruled on this aspect stating that they were no hints of errors and left the results of this election stand.&lt;br /&gt;&lt;br /&gt;The case was brought forward by a father and son team. Joachim Wiesner, a retired policital scientist and his son, Ulrich Wiesner, a software developer. An expert witness against e-voting was Professor Wolfgang Lawer from Bonn. He spoke to the court and stated his concerns about a ``&lt;i&gt;a vacuum of control after the act of voting&lt;/i&gt;'' and the misplaced ``&lt;i&gt;blind faith&lt;/i&gt;'' that the electorate had for these machines. He felt this threatened free and open elections where counts could be seem by all and were less easily manipulated.&lt;br /&gt;&lt;br /&gt;Germany first used electronic voting in 1999 with differing acceptance by states. The last election using this technology was held in a local election for Brandenburg in September 2008. There are currently 39 of 299 election districts using this type of technology, in particular the states of Brandenburg, Hesse, Nordrhine-Westphalia, Rhineland-Pfalz and Saxony-Anhalt.&lt;br /&gt;&lt;br /&gt;Experts pointed out that whilst software modification could be discovered afterwards, hardware modifications to the actual device were much more difficult to trace. This type of hardware manipulation was demonstrated by the Chaos Computer Club who modified the innards of an Nedap machine in approximately one minute.&lt;br /&gt;&lt;br /&gt;&lt;object width="425" height="344"&gt;&lt;param name="movie" value="http://www.youtube.com/v/rtiqwAWu-DU&amp;hl=en&amp;fs=1"&gt;&lt;/param&gt;&lt;param name="allowFullScreen" value="true"&gt;&lt;/param&gt;&lt;param name="allowscriptaccess" value="always"&gt;&lt;/param&gt;&lt;embed src="http://www.youtube.com/v/rtiqwAWu-DU&amp;hl=en&amp;fs=1" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="344"&gt;&lt;/embed&gt;&lt;/object&gt;&lt;br /&gt;&lt;br /&gt;This ruling has not completely banned e-voting. Andreas Voaykule, vice president for the Federal Constitutional Court clarified the ruling stating that ``&lt;i&gt;the tenor of the decision could lead people to the conclusion that the court was hostile towards the technology and had misgivings about the challenges and opportunities of the digital age&lt;/i&gt;''. The use of other voting machines is possible and he also pointed out that the court has not banned the possibilities of internet voting. The presiding judge, Justice Rudolf Mellinghoff, did ask about the option of a vote verified trail using a printed ballot. This resulted in an agreement between Nedap and the parliament (Bundestag), in principle to offer this option as one mechanism with a parallel computer and paper count for elections. This may be one possibility for the re-introduction of modified Nedap machines in the future. Professor Wolfgang Lower remarked on the paper option, ``&lt;i&gt;We must ask where is the advantage of the computer as part of the election in this case?&lt;/i&gt;'' referred to the idea of having separate and parallel paper and computer counts. (Editing Note: My German is not bad so I think this is a fairly accurate translation, however I do stand open to corrections).</description><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" height="72" url="http://farm4.static.flickr.com/3111/2893881805_70bdf3ebe1_t.jpg" width="72"/><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total></item><item><title>iPhone Developer University Program</title><link>http://braz.blogspot.com/2009/02/iphone-developer-university-program.html</link><author>noreply@blogger.com (Eoin Brazil)</author><pubDate>Fri, 20 Feb 2009 19:35:00 GMT</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-8507535.post-6416922446613223700</guid><description>&lt;div style="float: right; margin-left: 10px; margin-bottom: 10px;"&gt;&lt;a href="http://www.flickr.com/photos/37854512@N00/3295902338/" title="photo sharing"&gt;&lt;img src="http://farm4.static.flickr.com/3218/3295902338_baa0c28b2d_m.jpg" alt="" style="border: solid 2px #000000;" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;span style="font-size: 0.9em; margin-top: 0px;"&gt;&lt;a href="http://www.flickr.com/photos/37854512@N00/3295902338/"&gt;iPhone Developer University Program&lt;/a&gt;&lt;br /&gt;Originally uploaded by &lt;a href="http://www.flickr.com/people/37854512@N00/"&gt;bluepelican&lt;/a&gt;&lt;/span&gt;&lt;/div&gt;The Computer Science department, thanks to Mikael's efforts has officially joined the iPhone Developer &lt;a href="http://developer.apple.com/iphone/program/university.html"&gt;University program&lt;/a&gt;. It is a free program designed for third level education institutions who are introducing development courses for iPhone or iPod touch applications. It will allow up to 200 students, provide group management, and allow publication of the applications to the AppStore. This has also been done in collaboration with the Technology Transfer Office in UL so thanks are also due to Paul D for his help.&lt;br /&gt;&lt;br /&gt;As they say, keep watching - there is more in the pipeline but you'll have to wait and see.&lt;br clear="all" /&gt;</description><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" height="72" url="http://farm4.static.flickr.com/3218/3295902338_baa0c28b2d_t.jpg" width="72"/><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total></item><item><title>Random Paris Pictures</title><link>http://braz.blogspot.com/2009/02/random-paris-pictures.html</link><category>paris</category><author>noreply@blogger.com (Eoin Brazil)</author><pubDate>Thu, 5 Feb 2009 15:50:00 GMT</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-8507535.post-5273413408721016357</guid><description>Mixed weather here in Paris but here are a couple of photos I took earlier, more to follow.&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.flickr.com/photos/37854512@N00/3256004686/" title="Igor Stravinsky Place With Snow by bluepelican, on Flickr"&gt;&lt;img src="http://farm4.static.flickr.com/3524/3256004686_6f75c87177_m.jpg" width="240" height="180" alt="Igor Stravinsky Place With Snow" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.flickr.com/photos/37854512@N00/3255174245/" title="Pantheon At Night by bluepelican, on Flickr"&gt;&lt;img src="http://farm4.static.flickr.com/3431/3255174245_eec2a26ef0_m.jpg" width="240" height="180" alt="Pantheon At Night" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.flickr.com/photos/37854512@N00/3256007898/" title="Centre Pompidou Courtyard by bluepelican, on Flickr"&gt;&lt;img src="http://farm4.static.flickr.com/3510/3256007898_ee8a9bc7e8_m.jpg" width="240" height="180" alt="Centre Pompidou Courtyard" /&gt;&lt;/a&gt;</description><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" height="72" url="http://farm4.static.flickr.com/3524/3256004686_6f75c87177_t.jpg" width="72"/><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total></item><item><title>Backup and Failure</title><link>http://braz.blogspot.com/2009/01/backup-and-failure.html</link><category>Backup and Recovery</category><category>Disaster</category><category>JournalSpace</category><author>noreply@blogger.com (Eoin Brazil)</author><pubDate>Sun, 4 Jan 2009 18:01:00 GMT</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-8507535.post-5992676382233537777</guid><description>&lt;a href="http://journalspace.com/this_is_the_way_the_world_ends/not_with_a_bang_but_a_whimper.html"&gt;JournalSpace&lt;/a&gt; closed down a couple of days ago over a serious oversight with regard to their backup policy (read more &lt;a href="http://www.blogherald.com/2009/01/02/journalspace-blogging-platform-dies-why-you-must-keep-your-own-backups/"&gt;here&lt;/a&gt;). The story seems to resolve around their use of a RAID array as their only backup. It failed completely and overwrote six years of bloggers data. They did keep backups of the code for the system but bizarrely overlooked the database content which was the images, comments, and posts that made up user's blogs. It prompted me to made a backup of my blog here, I doubt Google are going away today or tomorrow but who knows. I've always tried to keep update with my backups using &lt;a href="http://www.shirt-pocket.com/SuperDuper/SuperDuperDescription.html"&gt;SuperDuper&lt;/a&gt; (with an external HDD) and &lt;a href="http://www.jungledisk.com/"&gt;JungleDisk&lt;/a&gt; (it uses remote disk space on Amazon's S3). I remember reading "&lt;i&gt;&lt;a href="http://www.amazon.com/Disaster-Recovery-Planning-Preparing-Unthinkable/dp/0130462829/"&gt;Disaster Recovery Planning&lt;/a&gt;&lt;/i&gt;" a few years ago and really seeing how serious you need to be about these things when in business, if after that storm, disgruntled employee, or other unforeseen event you have got be able to start from scratch. It doesn't cost alot to keep backups, reading "&lt;i&gt;&lt;a href="http://www.amazon.com/Backup-Recovery-Inexpensive-Solutions-Systems/dp/0596102461"&gt;Backup and Recovery&lt;/a&gt;&lt;/i&gt;" shows the numerous open source options out there. I pay a little extra for simplicity and ease of use but the lesson from JournalSpace is at the very least, keep regular backups on different servers or media, preferably off-site and simulate an disaster with actual recovery phase.</description><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total></item><item><title>Looking around at the end of the year</title><link>http://braz.blogspot.com/2008/12/looking-around-at-end-of-year.html</link><author>noreply@blogger.com (Eoin Brazil)</author><pubDate>Wed, 24 Dec 2008 12:59:00 GMT</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-8507535.post-5716035844307936806</guid><description>Well its a funny old Christmas this year with ups and downs in the economy. For a laugh or cynical look at the current situation, you could listen to &lt;a href="http://en.wikipedia.org/wiki/Joseph_O'Connor"&gt;Joseph O'Connor&lt;/a&gt; and his &lt;a href="http://richie.idc.ul.ie/eoin/public_html/rte-drivetime-clip/JosephOConnorChristmasRadioDiary.mp3"&gt;radio diary&lt;/a&gt; from yesterday's Drivetime on RTE Radio One, it goes nicely with &lt;a href="http://www.irishtimes.com/newspaper/features/2008/1224/1229728518325.html"&gt;Frank Nally's&lt;/a&gt; column in the IT today.&lt;br /&gt;&lt;br /&gt;On brighter news, 50% service has been returned to the Shannon-Heathrow route so maybe there are some minor Christmas presents. We'll ignore the loss of revenue to the region of the last number of months and the fact its only a partial return of the service and take it, however I'm sure the local Government politicans will do better in the New Year as its full service return or they're not fighting the case in my book.&lt;br /&gt;&lt;a href="http://www.flickr.com/photos/37854512@N00/1656056331/" title="kid_with_banner.jpg by bluepelican, on Flickr"&gt;&lt;img src="http://farm3.static.flickr.com/2266/1656056331_13ad50d22b_m.jpg" width="240" height="160" alt="kid_with_banner.jpg" /&gt;&lt;/a&gt; Hat tip to John and Nev for the SOS photos.&lt;br /&gt;&lt;a href="http://flickr.com/photos/neville-gawley/3057429516/" title="Limerick 2008 Christmas Tree by Neville Gawley, on Flickr"&gt;&lt;img src="http://farm4.static.flickr.com/3221/3057429516_c4c3c427f8_m.jpg" width="240" height="160" alt="Limerick_2008_Christmas_Tree.jpg" /&gt;&lt;/a&gt; Hat tip to &lt;a href="http://flickr.com/photos/neville-gawley/"&gt;Nev&lt;/a&gt; for the photo.&lt;br /&gt;&lt;br /&gt;On a more worrying note it looks increasingly more likely that Dell will be phased down in a fashion to minimise the company's repayment of Government grants. This isn't particularly great news and it looks like this abandoned factory in Raheen may soon have more company.&lt;br /&gt;&lt;a href="http://flickr.com/photos/slinky2000/2329350871/" title="Abandoned Factory Limerick Raheen by slinky2000, on Flickr"&gt;&lt;img src="http://farm3.static.flickr.com/2346/2329350871_43cf239bdc_m.jpg" width="240" height="160" alt="Abandoned_Factory_Limerick_Raheen.jpg" /&gt;&lt;/a&gt; Hat tip to &lt;a href="http://flickr.com/photos/slinky2000/"&gt;slinky2000&lt;/a&gt; for the photo.&lt;br /&gt;&lt;br /&gt;It looks like the private sector will feel the pain in the New Year and one wonders with the ERSI report will that happen in the public sector, it should (as I've &lt;a href="http://www.irishelection.com/10/civil-service-performance-scheme-pay-rises-for-all/"&gt;said before&lt;/a&gt;) but the lack of authority shown by the current Government doesn't inspire much hope in this area. All I can hope is that maybe some of the sagely advice given by more optimistic people such as &lt;a href="http://www.irishtimes.com/newspaper/opinion/2008/1223/1229728473108.html"&gt;Elaine&lt;/a&gt; will be taken and perhaps we'll have a brighter 2009.</description><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" height="72" url="http://farm3.static.flickr.com/2266/1656056331_13ad50d22b_t.jpg" width="72"/><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total></item><item><title>Rte fun and games - who runs that bank?</title><link>http://braz.blogspot.com/2008/11/rte-fun-and-games-who-runs-that-bank.html</link><category>Brian Goggin</category><category>Eugene Sheehy</category><category>Rte</category><author>noreply@blogger.com (Eoin Brazil)</author><pubDate>Fri, 28 Nov 2008 23:46:00 GMT</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-8507535.post-905834768480554838</guid><description>&lt;div style="float: right; margin-left: 10px; margin-bottom: 10px;"&gt;&lt;a href="http://www.flickr.com/photos/37854512@N00/3066165389/" title="photo sharing"&gt;&lt;img src="http://farm4.static.flickr.com/3246/3066165389_d3b4380834_m.jpg" alt="" style="border: solid 2px #000000;" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;span style="font-size: 0.9em; margin-top: 0px;"&gt;&lt;a href="http://www.flickr.com/photos/37854512@N00/3066165389/"&gt;rtefunandgames&lt;/a&gt;&lt;br /&gt;Originally uploaded by &lt;a href="http://www.flickr.com/people/37854512@N00/"&gt;bluepelican&lt;/a&gt;&lt;/span&gt;&lt;/div&gt;Rte were obviously having fun with names today as they messed up the names for the Six One news and then inverted them for the Nine news. I'm wondering if this is yet another sign of the declining standards of our national broadcaster, given the sad sad piece of TV that was &lt;a href="http://www.rte.ie/news/2008/1127/primetime.html"&gt;Prime Time&lt;/a&gt; last night and the very slanted rumour mongering about Declan Ganley (&lt;a href="http://dansullivan.blogspot.com/2008/11/prime-time-turns-its-lens-on-declan.html"&gt;Dan has this in more detail&lt;/a&gt;), one has got to wonder what exactly is our license money paying for ?&lt;br clear="all" /&gt;</description><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" height="72" url="http://farm4.static.flickr.com/3246/3066165389_d3b4380834_t.jpg" width="72"/><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">2</thr:total></item><item><title>Votes lost - no its not America rather Finland</title><link>http://braz.blogspot.com/2008/11/votes-lost-no-its-not-america-rather.html</link><category>e-voting</category><category>lost vosts</category><author>noreply@blogger.com (Eoin Brazil)</author><pubDate>Wed, 5 Nov 2008 23:58:00 GMT</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-8507535.post-3351783331099960771</guid><description>Just an update on the current Finnish e-voting farce where 232 votes were lost due to `usability' issues with the voting machines, this Finnish EFF (see their &lt;a href="http://translate.google.com/translate?u=http%3A%2F%2Fwww.effi.org%2Fjulkaisut%2Ftiedotteet%2Flehdistotiedote-2008-10-28.html&amp;hl=en&amp;ie=UTF-8&amp;sl=fi&amp;tl=en"&gt;statement&lt;/a&gt;). This might seem pretty small but this was only a pilot in three small areas and actually accounted for 2% of the electoral register. The problem happened when after a voter had inserted their smart card to verify their identity, selected their candidate by typing his/her number and pressing okay, then a verification screen was shown and some voters did not press the okay on this screen but removed their smart cards which caused the ballots to be lost. The instructions on the machine said that the only way to cancel a vote was by clicking the cancel button and then removing their smart card, this of course didn't help matters. So a hit tip to the both the &lt;a href="http://www.effi.org/"&gt;EFFi&lt;/a&gt; in Finland and to the &lt;a href="http://www.edri.org/"&gt;EDRI&lt;/a&gt; for pointing this out. If you're interested in digital civil rights in Europe, I'd recommend subscribing to the &lt;a href="http://mailman.edri.org/cgi-bin/mailman/listinfo/edri-news"&gt;EDRI-gram newsletter&lt;/a&gt; and checking out its &lt;a href="http://www.edri.org/edrigram"&gt;archive&lt;/a&gt;.</description><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total></item><item><title>Obama's speech</title><link>http://braz.blogspot.com/2008/11/obamas-speech.html</link><category>us presidential acceptance speech</category><author>noreply@blogger.com (Eoin Brazil)</author><pubDate>Wed, 5 Nov 2008 11:41:00 GMT</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-8507535.post-4839304922461782278</guid><description>In case you had to work today or just fell asleep on the counch in the early morning hours, here's a &lt;a href="http://www-tc.pbs.org/newshour/rss/media/2008/11/04/20081104_obamaspeech.mp3"&gt;link&lt;/a&gt; to President-Elect Obama's &lt;a href="http://www-tc.pbs.org/newshour/rss/media/2008/11/04/20081104_obamaspeech.mp3"&gt;acceptance speech&lt;/a&gt;. I'm really happy to see the change in the US, it'll still be a bit of a battle for him to get all his policies past the Senate given the current results leave open the potential for many fillibusters but it is definitely a new dawn for America. Who'd have thought that they'd elect a black man to sit in the Oval office, it is really a day that shows the American dream is possible for one and all. Ireland will have to wait a few more months to see if the taxing of overseas American companies (FDI) will be taxed according to his earlier plans but today its a happy day for the world as America has shown democracy in action.</description><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total></item></channel></rss>