<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Neil Grogan</title><link>/</link><description>Recent content on Neil Grogan</description><generator>Hugo</generator><language>en-us</language><lastBuildDate>Fri, 29 Aug 2025 00:00:00 +0000</lastBuildDate><atom:link href="/index.xml" rel="self" type="application/rss+xml"/><item><title>Kubernetes and Nix Cluster</title><link>/k8s-nix-cluster/</link><pubDate>Fri, 29 Aug 2025 00:00:00 +0000</pubDate><guid>/k8s-nix-cluster/</guid><description>&lt;p&gt;About this time last year, I purchased 3 mini computers with the aim of making a &lt;a href="https://kubernetes.io/"&gt;Kubernetes&lt;/a&gt; cluster. I followed an excellent youtube video: &lt;a href="https://youtu.be/2yplBzPCghA?si=1Fq1Fx0PSvXP8krE"&gt;This homelab setup is my favorite one yet - Dreams of Autonomy&lt;/a&gt; (&lt;a href="https://github.com/dreamsofautonomy/homelab"&gt;Github Repository&lt;/a&gt;) which described the machines to buy (Beelink EQ 13 Mini), how to upgrade the &lt;abbr title="Solid State Disk"&gt;SSD&lt;/abbr&gt; and &lt;abbr title="Random Access Memory"&gt;RAM&lt;/abbr&gt;, how to provision them with &lt;a href="https://nixos.org"&gt;NixOS&lt;/a&gt;, setup &lt;a href="https://k3s.io"&gt;K3S&lt;/a&gt;, and connect using &lt;a href="https://kubectl.docs.kubernetes.io/guides/"&gt;kubectl&lt;/a&gt; to manage the cluster. You will also have to modify your router&amp;rsquo;s &lt;abbr title="Dynamic Host Configuration Protocol"&gt;DHCP&lt;/abbr&gt; settings so you can give the cluster static &lt;abbr title="Internet Protocol"&gt;IP&lt;/abbr&gt; addresses.&lt;/p&gt;</description></item><item><title>Picade</title><link>/picade/</link><pubDate>Sun, 19 Jan 2025 00:00:00 +0000</pubDate><guid>/picade/</guid><description>&lt;p&gt;Picade is an arcade machine you build yourself which uses a raspberry pi as the brains. It is available from &lt;a href="https://shop.pimoroni.com/products/picade"&gt;Pimoroni&lt;/a&gt;.&lt;/p&gt;</description></item><item><title>20 Years of this Blog</title><link>/20-years/</link><pubDate>Thu, 24 Oct 2024 00:00:00 +0000</pubDate><guid>/20-years/</guid><description>&lt;p&gt;Today marks &lt;a href="./dueyfinster"&gt;20 years since I first blogged&lt;/a&gt;. I wanted to give a
little context to that post.&lt;/p&gt;</description></item><item><title>Framework 13 AMD</title><link>/framework13/</link><pubDate>Sat, 12 Oct 2024 22:52:53 +0100</pubDate><guid>/framework13/</guid><description>&lt;p&gt;I recently bought a &lt;a href="https://frame.work"&gt;Framework 13&lt;/a&gt; laptop as a personal
machine. If you are not aware - Framework makes build-it-yourself laptops. I
wanted to review different parts of the process and give an overview of how it&amp;rsquo;s
been from ordering to delivery.&lt;/p&gt;</description></item><item><title>HomeAssistant Yellow Review</title><link>/ha-yellow-review/</link><pubDate>Sun, 21 Apr 2024 00:00:00 +0000</pubDate><guid>/ha-yellow-review/</guid><description>&lt;p&gt;For Christmas as a gift to myself I bought a HomeAssistant Yellow. If you&amp;rsquo;re not
familiar with HomeAssistant - it&amp;rsquo;s a one-stop-shop to control all your smart
lights, plugs, sensors and anything else in your smart home. HomeAssistant is
the software part and as it&amp;rsquo;s open source you can freely install it on any
computer you have. In fact many people install HomeAssistant on a Raspberry Pi.&lt;/p&gt;
&lt;p&gt;HomeAssistant Yellow is their own custom hardware with a built in chip for
Zigbee (and now Threads) protocol, along with Bluetooth, WiFi and audio out. It
takes a Raspberry Pi compute module 4 as its &amp;ldquo;brains&amp;rdquo;. This technically means it
should - emphasis on &lt;em&gt;should&lt;/em&gt; be upgradeable if a Raspberry Pi compute module 5
that is compatible with CM4 socket is produced.&lt;/p&gt;</description></item><item><title>Convert Bank Transactions XLS to CSV in Python</title><link>/bank-xls-csv/</link><pubDate>Fri, 25 Nov 2022 00:00:00 +0000</pubDate><guid>/bank-xls-csv/</guid><description>&lt;p&gt;I&amp;rsquo;ve written previously on importing transactions to hledger/&lt;a href="./ledger"&gt;ledger&lt;/a&gt; from
&lt;a href="./kbc-tx-js"&gt;KBC&lt;/a&gt; bank in JavaScript and &lt;a href="./bank-tx-py"&gt;PTSB&lt;/a&gt; bank in Python. I took different
approaches to each:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;For KBC, you needed to log in and run Javascript which scrape the transaction
table and download it formatted as CSV&lt;/li&gt;
&lt;li&gt;For PTSB, the script automatted logging in, get the transaction table and save
locally as CSV&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Both approaches are valid - but suffer from the same issues: any change the bank
makes to it website needs to be updated in the code. The KBC/JavaScript approach
was a bit more robust in that it would just search for rows on a website and
download as CSV.&lt;/p&gt;</description></item><item><title>Linux, Freesat and Saorview</title><link>/linux-freesat-saorview/</link><pubDate>Thu, 01 Sep 2022 00:00:00 +0000</pubDate><guid>/linux-freesat-saorview/</guid><description>&lt;p&gt;I recently replaced a rusty satellite dish and faulty LNB (it has been in use in
the house I moved in to for 10+ years I&amp;rsquo;d guess) and decided to try install one
myself. Here in Ireland, the two main broadcast methods of receiving TV are
satellite (&lt;a href="https://www.freesat.co.uk/"&gt;Freesat&lt;/a&gt; / &lt;a href="https://www.sky.com/ie/"&gt;Sky&lt;/a&gt;) and terrestrial aerial (&lt;a href="https://www.saorview.ie/"&gt;Saorview&lt;/a&gt;).&lt;/p&gt;
&lt;p&gt;An issue I have one larger sitting room TV and one small living room TV. I
couldn&amp;rsquo;t get both to be Samsung (out of stock on smallest sizes - which seem to
be going out of fashion). So both TVs had very different methods of switching
between satellite and aerial connections. I&amp;rsquo;m not sure if it is a hardware
limitation (they make switching tuners slow to hide this), a licensing issue
(broadcasters pay to be on the &lt;a href="https://www.freesat.co.uk/"&gt;Freesat&lt;/a&gt; EPG for example) or a software issue
(seems least likely). The fact multiple TV brands (in my case Phillips/Samsung)
make it this clunky - makes me think it&amp;rsquo;s a licensing issue. I wanted to solve
this by using an external box and having one mental model for navigating
broadcast TV.&lt;/p&gt;</description></item><item><title>Ubiquiti Unifi with Sonos on a separate VLAN</title><link>/ubnt-sonos/</link><pubDate>Fri, 22 May 2020 00:00:00 +0000</pubDate><guid>/ubnt-sonos/</guid><description>&lt;p&gt;
&lt;strong&gt;Update 2023&lt;/strong&gt;: &lt;span style="text-decoration: underline;"&gt;these instructions are &lt;strong&gt;out-of-date&lt;/strong&gt; for the latest Unifi controller software versions&lt;/span&gt;. It&amp;#39;s preserved here as written for those who still have older versions. This post uses a file called &lt;code class="verbatim"&gt;gateway.config.json&lt;/code&gt; and &lt;a href="https://help.ui.com/hc/en-us/articles/215458888-UniFi-USG-Advanced-Configuration-Using-config-gateway-json"&gt;Unifi now say&lt;/a&gt;:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;This article is not applicable to the UniFi Dream Machine models, because all configurations are already available in the UniFi Network user interface.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;
So I take that to mean use of this file is deprecated and it should be possible to do this via the administration webpage.&lt;/p&gt;</description></item><item><title>Ubuntu 20.04 Vagrant with Packer</title><link>/vagrant-ubuntu-fossa/</link><pubDate>Sat, 02 May 2020 00:00:00 +0000</pubDate><guid>/vagrant-ubuntu-fossa/</guid><description>&lt;p&gt;Ubuntu have recently released the new &lt;a href="http://cdimage.ubuntu.com/ubuntu/releases/focal/release/"&gt;20.04 LTS codenamed &amp;ldquo;Focal
Fossa&amp;rdquo;&lt;/a&gt;. I&amp;rsquo;d also recently seen a tool that piqued my interest, Hashicorp
&lt;a href="https://packer.io"&gt;Packer&lt;/a&gt;. Packer builds machine images that can be deployed to a cloud or as a
virtual machine, or just even a plain disk image. You can even generate many
images at once, really simplfying deployment. Very handy if you wanted to create
virtual machines for a cluster for example, with a similar but slightly
different configuration.&lt;/p&gt;</description></item><item><title>Ubiquiti Home Network</title><link>/ubnt/</link><pubDate>Sun, 10 Nov 2019 00:00:00 +0000</pubDate><guid>/ubnt/</guid><description>&lt;p&gt;Over the summer, I upgraded my home network to Ubiquiti gear. Ubiquiti do
business Wifi, all the way up to covering stadiums. I first heard about them
from &lt;a href="https://www.troyhunt.com/ubiquiti-all-the-things-how-i-finally-fixed-my-dodgy-wifi/"&gt;Troy Hunt&lt;/a&gt; and then again from &lt;a href="https://marco.org"&gt;Marco Arment&lt;/a&gt; on &lt;a href="https://atp.fm"&gt;Accidental
Tech Podcast&lt;/a&gt;. Ubiquiti are popular in prosumer space - for people serious
about good &lt;a href="https://en.wikipedia.org/wiki/Wi-Fi"&gt;Wifi&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;So far it&amp;rsquo;s been an excellent experience and I&amp;rsquo;d highly recommend it. After
setting it up (there is a few moving pieces) it has been running without any
intervention from me. Being a professional product, it&amp;rsquo;s not just a home router
(with inbuilt wifi), there is a few more pieces you need to buy:&lt;/p&gt;</description></item><item><title>Scraping Transaction Data from KBC Bank</title><link>/kbc-tx-js/</link><pubDate>Mon, 13 May 2019 00:00:00 +0000</pubDate><guid>/kbc-tx-js/</guid><description>&lt;p&gt;In a previous post, I mentioned &lt;a href="./bank-tx-py"&gt;importing transactions&lt;/a&gt; using
&lt;a href="./ledger"&gt;ledger&lt;/a&gt;/&lt;a href="https://hledger.org/"&gt;hledger&lt;/a&gt; and plain text accounting. As my former bank &lt;a href="https://www.permanenttsb.ie/"&gt;PTSB&lt;/a&gt;
recently raised their fees, I decided to move to &lt;a href="https://www.kbc.ie/"&gt;KBC&lt;/a&gt;. I was excited to see,
as part of the open payments directive, they have a nice &lt;a href="https://www.kbc.ie/psd2-developer-portal/home"&gt;developer
portal&lt;/a&gt;. I reached out to KBC&amp;rsquo;s dev team, but alas they are only accepting
registered companies, who meet stringent criteria. They told me they hope to
open it up soon to end users, I live in hope!&lt;/p&gt;</description></item><item><title>Using IPv6 with Docker Compose on Ubuntu Server</title><link>/docker-compose-ipv6/</link><pubDate>Fri, 08 Feb 2019 00:00:00 +0000</pubDate><guid>/docker-compose-ipv6/</guid><description>&lt;p&gt;I recently started using &lt;a href="https://pi-hole.net/"&gt;PiHole&lt;/a&gt; to block ads on my home network. As the name
suggests, you install it on a &lt;a href="https://raspberrypi.org/"&gt;raspberry pi&lt;/a&gt;. I left it in situ for about a month,
until I decided I wanted to swap out the pi, but keep PiHole.&lt;/p&gt;
&lt;p&gt;The natural solution to this, is to use a docker container. Rather helpfully,
there is a publicly available &lt;a href="https://github.com/pi-hole/docker-pi-hole"&gt;docker build of PiHole&lt;/a&gt;. Simple,
right? Well my home network is also IPv6, thus the &lt;a href="https://en.wikipedia.org/wiki/Domain_Name_System"&gt;DNS&lt;/a&gt; on the raspberrypi
should be also. The problem is, &lt;a href="https://docs.docker.com/v17.09/engine/userguide/networking/default_network/ipv6/"&gt;Docker has support for IPv6&lt;/a&gt;, but it&amp;rsquo;s
not very straightforward with &lt;a href="https://docs.docker.com/compose/"&gt;Docker Compose&lt;/a&gt;.&lt;/p&gt;</description></item><item><title>Learning Org Mode</title><link>/org-mode/</link><pubDate>Sun, 20 May 2018 00:00:00 +0000</pubDate><guid>/org-mode/</guid><description>&lt;p&gt;
Since hearing about &lt;a href="https://orgmode.org"&gt;org-mode&lt;/a&gt; on the web many years ago, I always meant to give it a spin. I only ever found &lt;del&gt;one&lt;/del&gt; two problems:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Time - Life eh?&lt;/li&gt;
&lt;li&gt;It&amp;#39;s a mode of &lt;a href="https://www.gnu.org/software/emacs/"&gt;Emacs&lt;/a&gt; for which I&amp;#39;d also have to learn (again time)&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;So I recently set about solving both shortcomings, as painful as it was to dismiss all the effort I put in to my &lt;a href="https://www.vim.org"&gt;vim&lt;/a&gt; &lt;a href="https://en.wikipedia.org/wiki/Muscle_memory"&gt;muscle memory&lt;/a&gt; over the years. The tough part usually is finding good documentation that is both easy to read and follow.&lt;/p&gt;</description></item><item><title>Favourite Podcasts</title><link>/fave-podcasts/</link><pubDate>Thu, 01 Feb 2018 00:00:00 +0000</pubDate><guid>/fave-podcasts/</guid><description>&lt;p&gt;Over the last while I&amp;rsquo;ve been collecting wonderful podcast episodes from the
hundreds of hours I&amp;rsquo;ve listened to. I&amp;rsquo;ve even workshopped some of my favourites
with colleagues and friends (they all approve!). Luckily a neat service called
&lt;a href="https://huffduffer.com/"&gt;HuffDuffer&lt;/a&gt; allows you to create a personalised feed
from episodes spanning any podcast you see fit. All you need is a direct link to
the MP3 or indeed any format audio file.&lt;/p&gt;
&lt;p&gt;So here it is, my favourite episodes spanning many podcasts. Mostly I love good
stories, with unexpected twists. I suppose you could simplify that to &amp;ldquo;Surprise
and Delight&amp;rdquo;. Be prepared to be entertained, surprised and delighted&amp;hellip;&lt;/p&gt;</description></item><item><title>Python 3 In-Memory Zip File</title><link>/py-bin-zip/</link><pubDate>Sun, 14 Jan 2018 00:00:00 +0000</pubDate><guid>/py-bin-zip/</guid><description>&lt;p&gt;
In Python, &lt;a href="https://docs.python.org/3/library/io.html#io.BytesIO"&gt;BytesIO&lt;/a&gt; is the way to store binary data in memory. Most examples you’ll see using zip files in memory is to store string data and indeed the most common example you’ll find online from the &lt;a href="https://docs.python.org/3/library/zipfile.html"&gt;zipfile&lt;/a&gt; module is &lt;code&gt;zipfile.writestr(file_name, &amp;#34;Text Data&amp;#34;)&lt;/code&gt;. But what if you want to store binary data of a PDF or Excel Spreadsheet that’s also in memory? You could use &lt;code&gt;zipfile.write()&lt;/code&gt; (designed to take binary data) but then you can’t specify a filename (since our in-memory file was never written to a location on disk). The reason for this is simple: for a web request or for a test case, you shouldn’t need to store any files on disk.&lt;/p&gt;</description></item><item><title>The year of self hosting</title><link>/self-host/</link><pubDate>Wed, 03 Jan 2018 00:00:00 +0000</pubDate><guid>/self-host/</guid><description>&lt;p&gt;Over the last month or so, I’ve come to embrace my home server setup and how
powerful it can be. Here I have this small little
&lt;a href="https://en.wikipedia.org/wiki/Next_Unit_of_Computing"&gt;Intel NUC Server&lt;/a&gt;, for
which I promised myself I would do lots of cool and interesting things with.&lt;/p&gt;
&lt;p&gt;The first thing I’ve hosted is &lt;a href="https://www.plex.tv"&gt;Plex&lt;/a&gt;. I’ve used
&lt;a href="https://docs.docker.com/compose/"&gt;Docker Compose&lt;/a&gt; to bring up a Plex Docker
container, with:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://www.filebot.net/"&gt;Filebot&lt;/a&gt; (to tag video files)&lt;/li&gt;
&lt;li&gt;&lt;a href="http://beets.io/"&gt;Beets&lt;/a&gt; (to tag audio files)&lt;/li&gt;
&lt;li&gt;&lt;a href="https://transmissionbt.com/"&gt;Transmission&lt;/a&gt; (to download files)&lt;/li&gt;
&lt;li&gt;&lt;a href="https://hub.docker.com/r/almir/webhook/"&gt;Webhook&lt;/a&gt; (receives incoming web
requests)&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;The way it works is this:&lt;/p&gt;</description></item><item><title>Scraping Data from your Bank in Python</title><link>/bank-tx-py/</link><pubDate>Wed, 12 Jul 2017 00:00:00 +0000</pubDate><guid>/bank-tx-py/</guid><description>&lt;p&gt;As part of my previous posts, I talked about &lt;a href="./ledger"&gt;ledger&lt;/a&gt; and plain text
accounting. The only part missing is that you need a method to import
transactions from your bank. For this I have been doing this by hand, bi-weekly.
I would have to do the following:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Log in to online banking&lt;/li&gt;
&lt;li&gt;Go to the transactions page&lt;/li&gt;
&lt;li&gt;Select the date range for transactions I needed (double check last date of
transaction in ledger at this point)&lt;/li&gt;
&lt;li&gt;Download the &lt;a href="https://en.wikipedia.org/wiki/Microsoft_Excel"&gt;Microsoft Excel&lt;/a&gt; format file that wasn&amp;rsquo;t in the proper format&lt;/li&gt;
&lt;li&gt;Convert this Excel file into a CSV file that matched my import format (watch
the dates, is it YYYY-MM-DD or DD/MM/YYYY?)&lt;/li&gt;
&lt;li&gt;Finally import the CSV file into ledger&lt;/li&gt;
&lt;li&gt;Check the balance matches between my online banking and ledger&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;&lt;em&gt;Sounds like a lot of work right?&lt;/em&gt;&lt;/p&gt;</description></item><item><title>Slack Bots for Work</title><link>/slack-bot/</link><pubDate>Thu, 16 Feb 2017 00:00:00 +0000</pubDate><guid>/slack-bot/</guid><description>&lt;p&gt;In a previous post, I mentioned how I get notified of the &lt;a href="./rest-menu"&gt;restaurant
menu&lt;/a&gt; via a Ruby script. Recently I&amp;rsquo;ve moved to a totally different
product area and the main communication channel we use is &lt;a href="https://www.slack.com"&gt;Slack&lt;/a&gt;. Naturally
enough, I ported the Ruby code I wrote, and it now posts the menu every day to
our Slack channel.&lt;/p&gt;
&lt;p&gt;This also got me thinking of what other information would be handy to have. I
scouted around for ideas and came up with an obvious one: reminder of the bus
times to and from the office. So here&amp;rsquo;s my bus times notification slack bot:&lt;/p&gt;</description></item><item><title>Run Command on SSH Login</title><link>/ssh-login-cmd/</link><pubDate>Wed, 30 Nov 2016 00:00:00 +0000</pubDate><guid>/ssh-login-cmd/</guid><description>&lt;p&gt;Do you need to run a command on SSH login? There are a lot of solutions on the
web for this, but most of them are very complex. I stumbled across this easy
method of using the &lt;code&gt;authorized_keys&lt;/code&gt; file, simply add &lt;code&gt;command=&amp;quot;ls -l&amp;quot;&lt;/code&gt;
(replacing &lt;code&gt;ls -l&lt;/code&gt; with something a bit more useful like &lt;code&gt;tmux&lt;/code&gt; or &lt;code&gt;screen&lt;/code&gt;) in
front of the key fingerprint. This also means you can have different commands
for different keys if you choose.&lt;/p&gt;</description></item><item><title>iOS Shells, Prompt vs. Mosh</title><link>/mosh/</link><pubDate>Tue, 15 Nov 2016 00:00:00 +0000</pubDate><guid>/mosh/</guid><description>&lt;p&gt;I&amp;rsquo;m a big fan of the shell and the productivity it brings, you can have a text
editor, command to run a server and more within easy reach. I use a shell at
work, at home and on the go. On the go could be using my iPad or iPhone. One of
the first SSH clients on iOS was iSSH, which I used many years ago. After this,
Panic released a professional class application called &lt;a href="https://panic.com/prompt/"&gt;Prompt&lt;/a&gt;. Prompt is
what I&amp;rsquo;ve happily used for the last few years, but the 10 minute background
process limit is a constant pain. Just a quick switch away for a few minutes,
and you have to reconnect. That&amp;rsquo;s fine once or twice, but when it happens many
times it seriously slows your productivity.&lt;/p&gt;</description></item><item><title>Plain Text Accounting</title><link>/ledger/</link><pubDate>Mon, 10 Oct 2016 00:00:00 +0000</pubDate><guid>/ledger/</guid><description>&lt;p&gt;For the last few years, I&amp;rsquo;ve always wanted to budget properly and see where my
money was going. But like all habits that are good for you, looking after your
finances takes time, care and attention. I started off by researching the market
for budgeting software. A lot of the prepackged software out there was very
US-centric, including Quicken, Microsoft Money and
&lt;a href="https://www.mint.com"&gt;Mint.com&lt;/a&gt;. I eventually settled on and bought a license
for &lt;a href="https://www.ynab.com"&gt;You Need a Budget&lt;/a&gt;, because: it had a budgeting
methodology, very good Euro support and was cross platform with
&lt;a href="https://en.wikipedia.org/wiki/Adobe_AIR"&gt;Adobe Air&lt;/a&gt;. YNAB lasted me well for a
few years, with its pretty graphs and ease of expense entry. I even liked their
much pared-down companion iOS app at the time.&lt;/p&gt;</description></item><item><title>Newsfast MSc Project in UCD</title><link>/newsfast/</link><pubDate>Wed, 07 Sep 2016 00:00:00 +0000</pubDate><guid>/newsfast/</guid><description>&lt;p&gt;As part of my masters degree in University College Dublin, we undertook a group
project which focused on building a technology product. I&amp;rsquo;m very proud about how
we ran the project, so I&amp;rsquo;d like to give an overview of it here! The product is a
technology news application, which personalised your news feed based on your
interests. I like to think of it as Facebook meets Techmeme meets your favourite
RSS news feeds!&lt;/p&gt;</description></item><item><title>Automatic Newsletter Cleanup in Gmail</title><link>/gmail-newsletter-filter/</link><pubDate>Fri, 19 Aug 2016 00:00:00 +0000</pubDate><guid>/gmail-newsletter-filter/</guid><description>&lt;p&gt;If you haven&amp;rsquo;t tried &lt;a href="https://developers.google.com/apps-script/"&gt;Google Apps Script&lt;/a&gt;, I found a really nifty use for it:
&lt;em&gt;smart filtering&lt;/em&gt; for email. Wait, shouldn&amp;rsquo;t I just use Gmails&amp;rsquo; built-in
filters? As it turns out you can&amp;rsquo;t - my filter needs to act on email that
matched that filter &lt;em&gt;in the past&lt;/em&gt;. So in other words: a filter can only act on
email it actually &amp;ldquo;filters&amp;rdquo;, which kinda makes sense! I&amp;rsquo;m a big fan of
automation (and email is ripe for automation), as you can see from &lt;a href="./outlook"&gt;my post on
meetings in Outlook&lt;/a&gt;.&lt;/p&gt;</description></item><item><title>iPad Pro Review</title><link>/ipadpro/</link><pubDate>Wed, 13 Jul 2016 00:00:00 +0000</pubDate><guid>/ipadpro/</guid><description>&lt;p&gt;After some thought initially on a new laptop, I decided to spring for an iPad
Pro 12.9&amp;quot;. So far I am really glad I did, the computer comes with me everywhere.
I bring it to work, to visit family, on trips and everywhere in between.&lt;/p&gt;
&lt;p&gt;It&amp;rsquo;s the ultimate work computer in many ways, always with you, light enough and
comfortable enough for real work™. The keyboard shortcuts in iOS have improved
massively from iOS 8 to iOS 9 to the point of actually being useful and the
split screen view is actually rather nice to use (I never &amp;ldquo;got&amp;rdquo; it on a Mac).&lt;/p&gt;</description></item><item><title>Remote: Office Not Required</title><link>/remote-book/</link><pubDate>Sun, 01 May 2016 00:00:00 +0000</pubDate><guid>/remote-book/</guid><description>&lt;p&gt;I recently read &lt;a href="http://www.amazon.co.uk/Remote-Required-David-Heinemeier-Hansson/dp/0091954673"&gt;Remote: Office Not Required&lt;/a&gt; by David Heinemeier-Hansson
(who created Ruby on Rails) and Jason Fried (who co-founded 37 Signals with
Heinemeier-Hansson). This book is really a case study in why the future of work
will be remote, of which the book did convince me (but I would say, I already
believed).&lt;/p&gt;
&lt;p&gt;&lt;img src="./img/16/remote-book.jpg" alt=""&gt;&lt;/p&gt;
&lt;p&gt;The book is really structured to convince those who do not believe in the
premise of the title. It talks about many successful companies who have
transformed themselves to work remotely fully and large corporations who save
lots of money on office space (IBM, being one example).&lt;/p&gt;</description></item><item><title>Mechanical Keyboards</title><link>/mech-kb/</link><pubDate>Fri, 15 Apr 2016 00:00:00 +0000</pubDate><guid>/mech-kb/</guid><description>&lt;p&gt;Early last year, I purchased two &lt;a href="http://codekeyboards.com"&gt;Code Keyboards&lt;/a&gt; (one for work and one for
home). The Code Keyboards are designed by &lt;a href="http://blog.codinghorror.com"&gt;Jeff Atwood&lt;/a&gt; (who founded &lt;a href="http://stackoverflow.com"&gt;Stack
Overflow&lt;/a&gt;). Mechanical keyboards are “old style” in that the switches are
from an era where everything was mechanical, unlike today where everything is
glass. So mechanical keyboards have ardent fans and people who don’t really care
for them.&lt;/p&gt;
&lt;p&gt;&lt;img src="./img/16/code_kb.jpg" alt=""&gt;&lt;/p&gt;
&lt;p&gt;I did a lot of research before I purchased, talking to various people in work
who are very knowledgeable about mechanical keyboards (The best community for
advice, discussion and group buys is &lt;a href="https://www.reddit.com/r/mechanicalkeyboards"&gt;/r/mechanicalkeyboards&lt;/a&gt; on reddit.).
The variety of hardware and opinions is positively mind melting. If you are
doing your own research, you should definitely come across &lt;a href="http://cherryswitches.com"&gt;Cherry switches&lt;/a&gt;
(a very established German brand). Switches are what sit between your key that
you see (with the letter printed on top) and the electronic board that converts
the key press to a signal the computer can understand.&lt;/p&gt;</description></item><item><title>Ulysses App</title><link>/ulysses-app/</link><pubDate>Fri, 01 Apr 2016 00:00:00 +0000</pubDate><guid>/ulysses-app/</guid><description>&lt;p&gt;I recently purchased
&lt;a href="https://geo.itunes.apple.com/ie/app/ulysses-mobile/id950335311?mt=8&amp;amp;uo=4&amp;amp;at=1001l4PJ"&gt;Ulysses Mobile&lt;/a&gt;
after a
&lt;a href="https://www.macstories.net/reviews/review-ulysses-2-5-for-ipad-and-now-iphone/"&gt;recommendation from Macstories&lt;/a&gt;.
My first impression was how expensive it was priced and what really makes a
&lt;em&gt;premium writing application&lt;/em&gt;?&lt;/p&gt;
&lt;p&gt;Needless to say, I&amp;rsquo;m not a huge writer. But I do have a real fondness for plain
text (it will survive the apocalypse) and by extension,
&lt;a href="https://daringfireball.net/projects/markdown/"&gt;Markdown by John Gruber.&lt;/a&gt; The
problem for Ulysses is this: there&amp;rsquo;s lots of really great Markdown applications
for iOS, two of which I have written about: Editorial (my favourite) and Byword
(not so keen on this app).&lt;/p&gt;</description></item><item><title>Roost Laptop Stand</title><link>/roost-stand/</link><pubDate>Tue, 15 Mar 2016 00:00:00 +0000</pubDate><guid>/roost-stand/</guid><description>&lt;p&gt;I backed the Roost laptop stand on &lt;a href="http://www.kickstarter.org"&gt;Kickstarter&lt;/a&gt;,
which already had a successful run in their first Kickstarter campaign. I&amp;rsquo;ve
been delighted with the result so far, it lives up to the promises of being
super light but yet durable and strong. Here&amp;rsquo;s a photo of it:&lt;/p&gt;
&lt;p&gt;&lt;img src="./img/16/roost.png" alt="Roost Laptop stand holding a macbook" title="Roost Stand"&gt;&lt;/p&gt;
&lt;p&gt;It came with a really nice case which holds the Roost underneath and has pockets
for a portable keyboard (I use a
&lt;a href="http://www.logitech.com/en-us/product/illuminated-keyboard-for-mac-ipad-iphone"&gt;Logitech K811&lt;/a&gt;)
and mouse (I use a
&lt;a href="http://www.logitech.com/en-us/product/marathon-mouse-m705"&gt;Logitech Marathon M705&lt;/a&gt;).
It works great for a really comfortable and ergonomic desk wherever you may
travel (or set up to work). Highly recommended!&lt;/p&gt;</description></item><item><title>Maintainable Software Book</title><link>/maintain-soft-book/</link><pubDate>Tue, 01 Mar 2016 00:00:00 +0000</pubDate><guid>/maintain-soft-book/</guid><description>&lt;p&gt;I recently read O&amp;rsquo;Reilly
&lt;a href="http://www.amazon.co.uk/Building-Mantainable-Software-Guidelines-Future-Proof/dp/1491953527/"&gt;Building Maintainable Software&lt;/a&gt;
(Java Edition). It provides good insight as to what to look for to create
maintainability in enterpise software systems.&lt;/p&gt;
&lt;h2 id="10-suggestions-the-book-provides"&gt;10 suggestions the book provides:&lt;/h2&gt;
&lt;ol&gt;
&lt;li&gt;Write shorter units&lt;/li&gt;
&lt;li&gt;Write simpler units (measured in
&lt;a href="https://en.wikipedia.org/wiki/Cyclomatic_complexity"&gt;Cyclomatic Complexity&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Write code once only&lt;/li&gt;
&lt;li&gt;Keep interfaces very small&lt;/li&gt;
&lt;li&gt;Seperate code in to modules&lt;/li&gt;
&lt;li&gt;Couple modules loosely&lt;/li&gt;
&lt;li&gt;Keep modules evenly sized&lt;/li&gt;
&lt;li&gt;Keep codebase small (and look for ways to right-size)&lt;/li&gt;
&lt;li&gt;Automate development pipeline and your tests&lt;/li&gt;
&lt;li&gt;Write clean code and refactor as you go&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;Overall I thought the book was very well laid out, easy to read and easy to
understand. I&amp;rsquo;d recommend it to anyone new to software development, but most of
the tips contained within the book should be very familiar to the seasoned
developer.&lt;/p&gt;</description></item><item><title>Dashing Dashboards</title><link>/dashing/</link><pubDate>Mon, 15 Feb 2016 00:00:00 +0000</pubDate><guid>/dashing/</guid><description>&lt;p&gt;In the last year and a half, I set up a &lt;a href="http://ruby.org"&gt;Ruby&lt;/a&gt; based
&lt;a href="http://dashing.io"&gt;Dashing dashboard&lt;/a&gt; for my team and others in our product
area. Here&amp;rsquo;s what a sample Dashing dashboard looks like:&lt;/p&gt;
&lt;p&gt;&lt;img src="./img/16/dashing.jpg" alt="Dashing Sample Dashboard"&gt;&lt;/p&gt;
&lt;p&gt;It&amp;rsquo;s been a huge success, but it was tough to gain traction along the way. Here
I&amp;rsquo;ll summarise what I&amp;rsquo;ve learned (in no particular order):&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Don&amp;rsquo;t do dashboards for managers, do them for teams&lt;/li&gt;
&lt;li&gt;Use big text, have the minimum information as required&lt;/li&gt;
&lt;li&gt;Use colours (preferably like the traffic light system) to focus attention&lt;/li&gt;
&lt;li&gt;Link in all critical systems to daily work&lt;/li&gt;
&lt;li&gt;Make it a one stop shop and faster then all other methods of getting this
information&lt;/li&gt;
&lt;li&gt;Reuse the work of others (steal with pride)&lt;/li&gt;
&lt;li&gt;Don&amp;rsquo;t bother with graphs&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;em&gt;Below I outline the reasons for each point:&lt;/em&gt;&lt;/p&gt;</description></item><item><title>Fill hours worked in SAP Netweaver Automatically</title><link>/autohours/</link><pubDate>Mon, 01 Feb 2016 00:00:00 +0000</pubDate><guid>/autohours/</guid><description>&lt;p&gt;Continuing the theme of automation, one of the most repetitive tasks if you work
for a big company is timesheets. So I set out to rectify this by scripting it!&lt;/p&gt;
&lt;p&gt;Start with you configuration, I named mine &lt;code&gt;hours.ini&lt;/code&gt;:&lt;/p&gt;
&lt;div class="highlight"&gt;&lt;pre tabindex="0" style="color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;"&gt;&lt;code class="language-python" data-lang="python"&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;[DEFAULT]
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;url &lt;span style="color:#f92672"&gt;=&lt;/span&gt; FILL_ME_IN
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;username &lt;span style="color:#f92672"&gt;=&lt;/span&gt; FILL_ME_IN
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;password &lt;span style="color:#f92672"&gt;=&lt;/span&gt; FILL_ME_IN
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;p&gt;then we need the magic of &lt;a href="http://www.seleniumhq.org/"&gt;Selenium&lt;/a&gt; to do the heavy
lifting, so we install it:&lt;/p&gt;
&lt;div class="highlight"&gt;&lt;pre tabindex="0" style="color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;"&gt;&lt;code class="language-bash" data-lang="bash"&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;$ pip3 install selenium
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;p&gt;I called this script, unsurprisingly &lt;code&gt;hours.py&lt;/code&gt;:&lt;/p&gt;</description></item><item><title>Automated 'Push' Restaurant menu</title><link>/rest-menu/</link><pubDate>Sun, 10 Jan 2016 00:00:00 +0000</pubDate><guid>/rest-menu/</guid><description>&lt;p&gt;I love trying to automate the world, it just feels like magic some of the time!
I also really enjoy information coming to me, instead of having to seek it. As
we are still only in 2016, we have no world killing Artificial Intelligence
(yet). So we have to start small, ease the first world problems! So I decided to
make my workplaces&amp;rsquo; restaurant menu come to me!&lt;/p&gt;
&lt;p&gt;I decided to write it in Ruby and use push notifications, rather than email or
SMS. It uses a web automation framework called
&lt;a href="http://www.seleniumhq.org/"&gt;Selenium&lt;/a&gt;, which is available in many languages,
including Javascript, Python, Java and obviously Ruby!&lt;/p&gt;</description></item><item><title>Adventures with Docker</title><link>/docker/</link><pubDate>Sat, 02 Jan 2016 00:00:00 +0000</pubDate><guid>/docker/</guid><description>&lt;p&gt;I&amp;rsquo;m a huge fan of &lt;a href="http://www.docker.com"&gt;Docker&lt;/a&gt; ever since I started to use
it, approximately a year after it was started. It&amp;rsquo;s one of those technologies
where when you start to use it, you immediately know it&amp;rsquo;s going to be a sea
change in how things are done in the industry. It&amp;rsquo;s definitely going to be more
impactful then
&lt;a href="https://en.m.wikipedia.org/wiki/Virtual_machine"&gt;Virtual Machines&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;We&amp;rsquo;ve used Docker to great effect where I work. We&amp;rsquo;re building a huge system
called Ericsson Network Manager, which will manage the networks of the future.
As such, it&amp;rsquo;s a hugely complex problem to compartmentalise parts of the product,
to be able to just use the part that you work directly on.&lt;/p&gt;</description></item><item><title>Deliveries App</title><link>/deliveries-app/</link><pubDate>Tue, 01 Dec 2015 00:00:00 +0000</pubDate><guid>/deliveries-app/</guid><description>&lt;p&gt;&lt;a href="https://geo.itunes.apple.com/ie/app/deliveries-a-package-tracker/id290986013?mt=8&amp;amp;uo=4&amp;amp;at=1001l4PJ"&gt;Deliveries&lt;/a&gt;
helps you track packages from major shopping (Amazon, Apple) as well as nearly
every major package distribution company like DHL, UPS and FedEx. I&amp;rsquo;ve used the
app for years and it&amp;rsquo;s really impressed me.&lt;/p&gt;
&lt;p&gt;It can sync via iCloud or the Junecloud cloud service by the makers of the app,
Junecloud (not confusing at all, hey!). It started on the Mac as a simple
dashboard widget (for those of you who remember those, rarely used these days),
but it&amp;rsquo;s since grown to have
&lt;a href="https://geo.itunes.apple.com/ie/app/deliveries-a-package-tracker/id924726344?mt=12&amp;amp;uo=4&amp;amp;at=1001l4PJ"&gt;its own Mac app also&lt;/a&gt;.
Considering many people will have a lot of packages coming from everywhere this
Christmas, it&amp;rsquo;s definitely a really useful app to have!&lt;/p&gt;</description></item><item><title>Adventures with React</title><link>/react/</link><pubDate>Thu, 22 Oct 2015 00:00:00 +0000</pubDate><guid>/react/</guid><description>&lt;p&gt;Recently I&amp;rsquo;d seen a post on &lt;a href="https://news.ycombinator.com/item?id=10499683"&gt;Hacker News&lt;/a&gt; about a &lt;a href="https://reactforbeginners.com/"&gt;course for the React
JavaScript Framework&lt;/a&gt;. I haven&amp;rsquo;t done much with JavaScript, apart from a
course in work, which was focused on the language itself and &lt;a href="http://jquery.com/"&gt;jQuery&lt;/a&gt;.
&lt;a href="https://facebook.github.io/react/"&gt;React&lt;/a&gt; is a front end framework, which allows you to build reusable
components (and generate them with data.)&lt;/p&gt;
&lt;p&gt;The only real experience I have is writing an application (using
&lt;a href="http://nodejs.org/"&gt;Node.js&lt;/a&gt;) for &lt;a href="./ucd"&gt;my MSc course&lt;/a&gt; which was an &lt;a href="http://www.w3schools.com/ajax/default.asp"&gt;AJAX&lt;/a&gt; application for
interacting with &lt;a href="https://en.wikipedia.org/wiki/Amazon_SimpleDB"&gt;Amazon SimpleDB&lt;/a&gt;. It was fun to write and weird that I
could use the same language from the front-end to the back-end.&lt;/p&gt;</description></item><item><title>Automatically Decline and Delete or Accept and Delete Outlook 2010 Meetings</title><link>/outlook/</link><pubDate>Tue, 06 Oct 2015 00:00:00 +0000</pubDate><guid>/outlook/</guid><description>&lt;p&gt;You can follow the
&lt;a href="https://web.archive.org/web/20151016112956/http://blogs.technet.com/b/sharepoint_republic/archive/2011/12/09/outlook-rule-to-auto-accept-or-auto-decline-meeting-invites.aspx"&gt;Microsoft TechNet guide to add VisualBasic code in Outlook rules&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;You can just replace the code they give with this:&lt;/p&gt;
&lt;div class="highlight"&gt;&lt;pre tabindex="0" style="color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;"&gt;&lt;code class="language-vb" data-lang="vb"&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;&lt;span style="color:#66d9ef"&gt;Sub&lt;/span&gt; &lt;span style="color:#a6e22e"&gt;AutoDeclineMeetings&lt;/span&gt;(oRequest &lt;span style="color:#f92672"&gt;As&lt;/span&gt; MeetingItem)
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;&lt;span style="color:#75715e"&gt;&amp;#39; If its not a meeting, we don&amp;#39;t process
&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;&lt;span style="color:#75715e"&gt;&lt;/span&gt;&lt;span style="color:#66d9ef"&gt;If&lt;/span&gt; oRequest.MessageClass &lt;span style="color:#f92672"&gt;&amp;lt;&amp;gt;&lt;/span&gt; &lt;span style="color:#e6db74"&gt;&amp;#34;IPM.Schedule.Meeting.Request&amp;#34;&lt;/span&gt; &lt;span style="color:#66d9ef"&gt;Then&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt; &lt;span style="color:#66d9ef"&gt;Exit&lt;/span&gt; &lt;span style="color:#66d9ef"&gt;Sub&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;&lt;span style="color:#a6e22e"&gt;End&lt;/span&gt; &lt;span style="color:#66d9ef"&gt;If&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;&lt;span style="color:#75715e"&gt;&amp;#39; Get the appointment in the meeting
&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;&lt;span style="color:#75715e"&gt;&lt;/span&gt;&lt;span style="color:#66d9ef"&gt;Dim&lt;/span&gt; oAppt &lt;span style="color:#f92672"&gt;As&lt;/span&gt; AppointmentItem
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;&lt;span style="color:#66d9ef"&gt;Set&lt;/span&gt; oAppt &lt;span style="color:#f92672"&gt;=&lt;/span&gt; oRequest.GetAssociatedAppointment(&lt;span style="color:#66d9ef"&gt;True&lt;/span&gt;)
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;&lt;span style="color:#75715e"&gt;&amp;#39; Send a decline response
&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;&lt;span style="color:#75715e"&gt;&lt;/span&gt;&lt;span style="color:#66d9ef"&gt;Dim&lt;/span&gt; oResponse
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt; &lt;span style="color:#66d9ef"&gt;Set&lt;/span&gt; oResponse &lt;span style="color:#f92672"&gt;=&lt;/span&gt; oAppt.Respond(olMeetingDeclined, &lt;span style="color:#66d9ef"&gt;True&lt;/span&gt;)
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt; oResponse.Send
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;&lt;span style="color:#75715e"&gt;&amp;#39; Lastly, delete the message
&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;&lt;span style="color:#75715e"&gt;&lt;/span&gt;oRequest.Delete
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;&lt;span style="color:#66d9ef"&gt;End&lt;/span&gt; &lt;span style="color:#66d9ef"&gt;Sub&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;&lt;span style="color:#66d9ef"&gt;Sub&lt;/span&gt; &lt;span style="color:#a6e22e"&gt;AutoAcceptMeetings&lt;/span&gt;(oRequest &lt;span style="color:#f92672"&gt;As&lt;/span&gt; MeetingItem)
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;&lt;span style="color:#75715e"&gt;&amp;#39; If its not a meeting, we don&amp;#39;t process
&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;&lt;span style="color:#75715e"&gt;&lt;/span&gt;&lt;span style="color:#66d9ef"&gt;If&lt;/span&gt; oRequest.MessageClass &lt;span style="color:#f92672"&gt;&amp;lt;&amp;gt;&lt;/span&gt; &lt;span style="color:#e6db74"&gt;&amp;#34;IPM.Schedule.Meeting.Request&amp;#34;&lt;/span&gt; &lt;span style="color:#66d9ef"&gt;Then&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt; &lt;span style="color:#66d9ef"&gt;Exit&lt;/span&gt; &lt;span style="color:#66d9ef"&gt;Sub&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;&lt;span style="color:#a6e22e"&gt;End&lt;/span&gt; &lt;span style="color:#66d9ef"&gt;If&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;&lt;span style="color:#75715e"&gt;&amp;#39; Get the appointment in the meeting
&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;&lt;span style="color:#75715e"&gt;&lt;/span&gt;&lt;span style="color:#66d9ef"&gt;Dim&lt;/span&gt; oAppt &lt;span style="color:#f92672"&gt;As&lt;/span&gt; AppointmentItem
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;&lt;span style="color:#66d9ef"&gt;Set&lt;/span&gt; oAppt &lt;span style="color:#f92672"&gt;=&lt;/span&gt; oRequest.GetAssociatedAppointment(&lt;span style="color:#66d9ef"&gt;True&lt;/span&gt;)
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;&lt;span style="color:#75715e"&gt;&amp;#39; Send an accept response
&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;&lt;span style="color:#75715e"&gt;&lt;/span&gt;&lt;span style="color:#66d9ef"&gt;Dim&lt;/span&gt; oResponse
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt; &lt;span style="color:#66d9ef"&gt;Set&lt;/span&gt; oResponse &lt;span style="color:#f92672"&gt;=&lt;/span&gt; oAppt.Respond(olMeetingAccepted, &lt;span style="color:#66d9ef"&gt;True&lt;/span&gt;)
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt; oResponse.Send
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;&lt;span style="color:#75715e"&gt;&amp;#39; Lastly, (optionally) delete the message
&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;&lt;span style="color:#75715e"&gt;&amp;#39;oRequest.Delete
&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;&lt;span style="color:#75715e"&gt;&lt;/span&gt;&lt;span style="color:#66d9ef"&gt;End&lt;/span&gt; &lt;span style="color:#66d9ef"&gt;Sub&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;p&gt;For anything else you may want to do with the meeting, check the
&lt;a href="https://docs.microsoft.com/en-us/previous-versions/office/dn320338(v=office.15)"&gt;Outlook Visual Basic Developer Docs&lt;/a&gt;.&lt;/p&gt;</description></item><item><title>Editorial App</title><link>/editorial-app/</link><pubDate>Thu, 10 Sep 2015 00:00:00 +0000</pubDate><guid>/editorial-app/</guid><description>&lt;p&gt;&lt;a href="https://itunes.apple.com/ie/app/editorial/id673907758?mt=8&amp;amp;uo=4&amp;amp;at=1001l4PJ" title="editorial"&gt;Editorial&lt;/a&gt;
is an iPhone and iPad plain text editor that&amp;rsquo;s great for markdown&lt;sup id="fnref:1"&gt;&lt;a href="#fn:1" class="footnote-ref" role="doc-noteref"&gt;1&lt;/a&gt;&lt;/sup&gt;. It also
has some nifty automation workflows, in which you can use Python scripts. These
can search the web, scrape data, transform text and much more…&lt;/p&gt;
&lt;p&gt;I pretty much wrote this blog post (and many more) in Editorial. It&amp;rsquo;s much
better then the competition for markdown in particular.
&lt;a href="https://itunes.apple.com/ie/app/byword/id482063361?mt=8&amp;amp;uo=4&amp;amp;at=1001l4PJ" title="byword"&gt;Byword&lt;/a&gt;
is an obvious competitor, which I really can&amp;rsquo;t recommend (nothing inherently
wrong with Byword, just doesn&amp;rsquo;t suit me).
&lt;a href="http://www.macstories.net/reviews/editorial-1-2-brings-powerful-new-text-editing-features-more-ios-automation/"&gt;MacStories has an in -depth Editorial review&lt;/a&gt;,
which is well worth a long read.&lt;/p&gt;</description></item><item><title>Go Bag(s)</title><link>/gobag/</link><pubDate>Tue, 01 Sep 2015 00:00:00 +0000</pubDate><guid>/gobag/</guid><description>&lt;p&gt;I follow Casey Liss&amp;rsquo; blog and recently he had a great post about a &lt;a href="http://www.caseyliss.com/2015/8/9/go-pack"&gt;technology
&amp;ldquo;go pack&amp;rdquo;&lt;/a&gt;. Lifehacker has written about &lt;a href="http://lifehacker.com/5903929/put-together-a-killer-go-bag-this-weekend"&gt;this&lt;/a&gt; &lt;a href="http://lifehacker.com/the-tech-commuters-go-bag-1279587407"&gt;over&lt;/a&gt;
&lt;a href="http://lifehacker.com/the-tech-essentials-daily-bag-1723128314"&gt;the&lt;/a&gt; &lt;a href="http://lifehacker.com/the-geek-essentials-bag-1441875871"&gt;years&lt;/a&gt;, and the Wirecutter has a great article &lt;a href="https://ngrogan.com/holiday-gadgets"&gt;I shared here
on this very blog&lt;/a&gt;. Also Casey linked to a great post by &lt;a href="http://katiefloyd.com/blog/creating-a-tech-go-bag"&gt;Katie
Floyd&lt;/a&gt; on Twitter:&lt;/p&gt;
&lt;p&gt;&lt;a href="https://twitter.com/KatieFloyd/status/630707145999314946"&gt;https://twitter.com/KatieFloyd/status/630707145999314946&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;I finally took the hint / inspiration from all these posts, and I decided time
was right to put together my own &amp;ldquo;go bag&amp;rdquo;. Here&amp;rsquo;s a picture of my tech go bag:&lt;/p&gt;</description></item><item><title>Services I pay for</title><link>/services/</link><pubDate>Wed, 26 Aug 2015 00:00:00 +0000</pubDate><guid>/services/</guid><description>&lt;p&gt;In alphabetical order:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="http://www.amazon.com/?tag=neigrossio-20"&gt;Amazon.com&lt;/a&gt; / &lt;a href="http://www.amazon.co.uk/?tag=neigrossit06-21"&gt;Amazon.co.uk&lt;/a&gt; - usually buy electronics here!&lt;/li&gt;
&lt;li&gt;Apple&amp;rsquo;s &lt;a href="https://linkmaker.itunes.apple.com/ie/?at=1001l4PJ"&gt;App Store&lt;/a&gt; - I use iOS &amp;amp; Mac heavily, buy a lot of apps!&lt;/li&gt;
&lt;li&gt;&lt;a href="https://db.tt/fOnHqD6"&gt;Dropbox&lt;/a&gt; - sync files across computers&lt;/li&gt;
&lt;li&gt;&lt;a href="https://www.evernote.com/referral/Registration.action?sig=e4bb3e64130d79f13d5c57d6acbc9ee4&amp;amp;uid=3107073"&gt;Evernote&lt;/a&gt; - I store a lot of notes here.&lt;/li&gt;
&lt;li&gt;&lt;a href="http://www.fastmail.com/?STKI=14732385"&gt;Fastmail&lt;/a&gt; - My email, contacts, calendars&lt;/li&gt;
&lt;li&gt;&lt;a href="https://hover.com/NZK6v5yX"&gt;Hover&lt;/a&gt; - great place for domain names (like this one).&lt;/li&gt;
&lt;li&gt;&lt;a href="https://lastpass.com/f?513396"&gt;Lastpass&lt;/a&gt; - excellent password manager&lt;/li&gt;
&lt;li&gt;&lt;a href="http://www.newsblur.com"&gt;Newsblur&lt;/a&gt; - Personalized RSS for news junkies&lt;/li&gt;
&lt;li&gt;&lt;a href="https://pinboard.in"&gt;Pinboard&lt;/a&gt; - stores all my bookmarks (also archives the sites)&lt;/li&gt;
&lt;li&gt;&lt;a href="https://trello.com/neilgrogan/recommend"&gt;Trello&lt;/a&gt; - I&amp;rsquo;m planning a holiday via Trello&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;small&gt;Some of these are referral links, I stand to get extra credit on these
services if you use it.&lt;/small&gt;&lt;/p&gt;</description></item><item><title>Apple Watch Stand</title><link>/watch-stand/</link><pubDate>Sun, 23 Aug 2015 00:00:00 +0000</pubDate><guid>/watch-stand/</guid><description>&lt;p&gt;&lt;a href="https://www.youtube.com/watch?v=-e1DiEegB_c"&gt;https://www.youtube.com/watch?v=-e1DiEegB_c&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;h/t;
&lt;a href="https://www.reddit.com/r/apple/comments/3hygaj/i_put_together_a_really_lazy_and_nice_diy_apple/"&gt;reddit&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;update:&lt;/strong&gt; I tried this myself, but I&amp;rsquo;ve obviously no talent for these things:&lt;/p&gt;
&lt;p&gt;&lt;img src="./public/img/15/watchclip.jpeg" alt=" Apple watch stand using clip"&gt;&lt;/p&gt;</description></item><item><title>Soulver App</title><link>/soulver-app/</link><pubDate>Mon, 17 Nov 2014 00:00:00 +0000</pubDate><guid>/soulver-app/</guid><description>&lt;p&gt;My favourite text number crunching app on iOS bar none is &lt;a href="http://www.acqualia.com/soulver/"&gt;Soulver&lt;/a&gt;. What
makes it the best?&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Fast to load&lt;/li&gt;
&lt;li&gt;Simple user interface that gets out of the way&lt;/li&gt;
&lt;li&gt;Contextual Keyboards (my favourite is the currency keyboard)&lt;/li&gt;
&lt;li&gt;Can reuse calculations from previous lines (and name calculations).&lt;/li&gt;
&lt;li&gt;iCloud sync&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;a href="http://www.acqualia.com/soulver/"&gt;Soulver&lt;/a&gt; is great for when a spreadsheet is just to heavy. I use it a lot for
it currency conversion, makes it easy to have multiple line items in different
currencies (say GBP &amp;amp; USD) and get a total in one (EUR). Also for splitting the
bills at a resturant, each line could be a food item (so if two desserts cost
the same, you can see quickly and only add lines relevant for each participant).&lt;/p&gt;</description></item><item><title>Drafts App</title><link>/drafts-app/</link><pubDate>Sun, 16 Nov 2014 00:00:00 +0000</pubDate><guid>/drafts-app/</guid><description>&lt;p&gt;My favourite text capture app on iOS bar none is &lt;a href="http://agiletortoise.com/drafts/"&gt;Drafts&lt;/a&gt; by Agile Tortoise.
What makes it the best?&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;No fluff, loads fast&lt;/li&gt;
&lt;li&gt;Simple user interface that gets out of the way&lt;/li&gt;
&lt;li&gt;Extensible actions (which you can add to from their &lt;a href="http://drafts4-actions.agiletortoise.com"&gt;directory&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;iCloud sync&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;I&amp;rsquo;ve tried a lot of other apps like &lt;a href="http://bywordapp.com/"&gt;Byword&lt;/a&gt; (Not worth the money I think),
Apples&amp;rsquo; built-in Notes app, &lt;a href="http://www.textasticapp.com/"&gt;Textastic&lt;/a&gt; and so on. None felt as efficient or
as flexible as Drafts. With Drafts, I can trust my text can be anywhere I need
it to be.&lt;/p&gt;</description></item><item><title>De'Longhi Magnifica ESAM4200 Bean to Cup</title><link>/coffee-machine/</link><pubDate>Thu, 13 Nov 2014 00:00:00 +0000</pubDate><guid>/coffee-machine/</guid><description>&lt;p&gt;I&amp;rsquo;ve had this &lt;a href="https://www.amazon.co.uk/gp/product/B001EOMZ5E/ref=oh_aui_detailpage_o07_s00?ie=UTF8&amp;amp;psc=1"&gt;DeLonghi&lt;/a&gt; machine for a year and a half now, and I possibly am
slightly a little in love. It was the best rated coffee machine (at time of
purchase) on Amazon and it doesn&amp;rsquo;t dissapoint. For the purpose, it&amp;rsquo;s wonderful:&lt;/p&gt;
&lt;p&gt;Make great coffee fast, without a mess.&lt;/p&gt;
&lt;p&gt;If you&amp;rsquo;re looking for more, I would have a look at the more expensive models.
When I shopped around at the time, I read that the internals of this machine are
just as good as the ones that DeLonghi sells that are twice as expensive. Mostly
the price difference comes down to the &amp;ldquo;extraneous&amp;rdquo; features. Where this machine
falls down is in a few areas:&lt;/p&gt;</description></item><item><title>Mac Mini Server</title><link>/macmini/</link><pubDate>Wed, 12 Nov 2014 00:00:00 +0000</pubDate><guid>/macmini/</guid><description>&lt;p&gt;I recently purchased a Mac Mini Server, for this site to run on. It&amp;rsquo;s hosted on
my home broadband connection, but it&amp;rsquo;s just really for small time side-projects
like this site. Also it&amp;rsquo;s a way to play around with Docker, VirtualBox, Node.js
and all those other fun technologies I don&amp;rsquo;t get time for.&lt;/p&gt;
&lt;p&gt;I don&amp;rsquo;t really plan to post links, but maybe I&amp;rsquo;ll review things or cover things
I&amp;rsquo;ve bought.&lt;/p&gt;</description></item><item><title>All Music Radio</title><link>/181fm/</link><pubDate>Thu, 09 Oct 2014 00:00:00 +0000</pubDate><guid>/181fm/</guid><description>&lt;p&gt;On holidays in Lithuania recently I was eating in a restaurant and noticed the
music was all in English. It&amp;rsquo;s not the first time I&amp;rsquo;ve noticed a non English
speaking country playing all English songs in bars, restaurants and taxis.
Rather what was unusual was the very few ads and the fact it was an American
station.&lt;/p&gt;
&lt;p&gt;I&amp;rsquo;m no fan of ads, and am a huge fan of audio in general - be it spoken word or
music. I&amp;rsquo;m a Spotify subscriber, but I also get bored if my own playlists fairly
quickly. Spotify Radio isn&amp;rsquo;t the solution and I can&amp;rsquo;t access Pandora easily
outside the US. 181 fm has a huge choice of stations (although I need a
Smiths/Cure type of station) and plays few ads. It takes a little time to try
out feeds they have, and some songs are on heavy rotation like regular music
radio but it&amp;rsquo;s a nice service. Give it a try&lt;/p&gt;</description></item><item><title>Going on Holidays? Check these Gadgets</title><link>/holiday-gadgets/</link><pubDate>Sat, 13 Sep 2014 00:00:00 +0000</pubDate><guid>/holiday-gadgets/</guid><description>&lt;p&gt;I&amp;rsquo;m a big Wirecutter fan and they don&amp;rsquo;t disappoint with this travel guide.&lt;/p&gt;</description></item><item><title>Math can help you outsmart the MTA</title><link>/math-mta/</link><pubDate>Fri, 12 Sep 2014 00:00:00 +0000</pubDate><guid>/math-mta/</guid><description>&lt;p&gt;I heard a behavioural economist on the radio this morning, he was talking about
rising house prices in Dublin and the tricks the industry uses to get you to
overpay. Turns out you can mitigate these tricks with a bit of knowledge, as
this proves:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;But now, with some simple math, you can fight back!&lt;/p&gt;
&lt;p&gt;First, let’s see how the MTA tricks you out of your money earlier than you
might want to release it to them.&lt;/p&gt;</description></item><item><title>Bell Curve is Wrong</title><link>/bell-curve/</link><pubDate>Thu, 11 Sep 2014 00:00:00 +0000</pubDate><guid>/bell-curve/</guid><description>&lt;p&gt;Interesting study here: apparently performance of people in a company is never
related to a bell curve, but is more like a ski slope. So the majority of people
are carried by the few in terms of performance. What I really want to know is
pay for these people like a ski slope? Cause I bet it ain&amp;rsquo;t.&lt;/p&gt;</description></item><item><title>iPhone 6 and Apple Watch</title><link>/apple-annouces-iphone6-watch/</link><pubDate>Wed, 10 Sep 2014 00:00:00 +0000</pubDate><guid>/apple-annouces-iphone6-watch/</guid><description>&lt;p&gt;Interesting announcements yesterday by Apple, finally releasing an iWatch. A lot
of the talk on tech sites was reminiscent of the famous CMDR Taco (of Slashdot)
line: &amp;ldquo;Less space then a nomad. Lame.&amp;rdquo;&lt;/p&gt;
&lt;p&gt;I happened to own a Nomad shortly after that famous quote was made. So we can
see, quoting Steve Jobs &amp;ldquo;[They] have no taste&amp;rdquo; is applicable to me! I just don&amp;rsquo;t
get the watch yet. As a permanent contact wearer, I&amp;rsquo;m waiting for Google Glass
in a contact lens! What I do predict however is: motor accidents due to Apple
Watch updates and laws banning staring at the thing.&lt;/p&gt;</description></item><item><title>Full Stack Web Application with Node.js Tutorial</title><link>/web-app-nodejs-tutorial/</link><pubDate>Mon, 31 Mar 2014 00:00:00 +0000</pubDate><guid>/web-app-nodejs-tutorial/</guid><description>&lt;p&gt;I&amp;rsquo;ve followed this tutorial personally, not using Mongo as the database at
first. It&amp;rsquo;s clear and to the point and provides just what you need to know to
get started. Highly recommended.&lt;/p&gt;</description></item><item><title>CSThesis: Create Professional looking thesis</title><link>/csthesis/</link><pubDate>Fri, 10 Jan 2014 00:00:00 +0000</pubDate><guid>/csthesis/</guid><description>&lt;p&gt;As part of my undergradute thesis, I found a template (for LyX) to ease the pain
of formatting a thesis in LaTeX. Making it look just right to me was very
important. If your are writing a thesis, perhaps you feel the same way? If so,
read on&amp;hellip;&lt;/p&gt;
&lt;p&gt;While doing my first undergraduate thesis in Computer Science, I found a
template used for a Computer Science thesis in NUI Maynooth (a university in
Ireland). What attracted me was simple: it was battle tested and easily
customisable. That was 2011 and since then I&amp;rsquo;d pretty much forgotten about it.&lt;/p&gt;</description></item><item><title>Why GNU Grep is fast</title><link>/grep-fast/</link><pubDate>Tue, 10 Dec 2013 00:00:00 +0000</pubDate><guid>/grep-fast/</guid><description>&lt;p&gt;Worth a read for those wishing to optimise programs that process a lot of data.
It proves that less really is more&amp;hellip;&lt;/p&gt;
&lt;p&gt;Money quote:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;The key to making programs fast is to make them do practically nothing.&lt;/p&gt;&lt;/blockquote&gt;</description></item><item><title>Fish Shell for Ubuntu and OS X</title><link>/fish-shell/</link><pubDate>Sun, 08 Dec 2013 00:00:00 +0000</pubDate><guid>/fish-shell/</guid><description>&lt;p&gt;A great guide to get up to speed with Fish shell. What is Fish? It&amp;rsquo;s a shell
written from the ground up to be more easily understandable the the traditional
shells (bash, tcsh). I don&amp;rsquo;t know yet if I&amp;rsquo;ll switch (anything you can do in
Fish can be made to work in Bash). It&amp;rsquo;s an interesting concept and I&amp;rsquo;ll try it
for a while&amp;hellip;&lt;/p&gt;</description></item><item><title>MSc in Computer Science at UCD</title><link>/ucd/</link><pubDate>Sun, 01 Sep 2013 00:00:00 +0000</pubDate><guid>/ucd/</guid><description>&lt;p&gt;I&amp;rsquo;ve recently decided to further my education by applying for a Masters in
Computer Science at &lt;a href="http://www.ucd.ie"&gt;University College Dublin&lt;/a&gt;. It&amp;rsquo;s very different from a
traditional masters course in that it is very much focused on industry, the term
the University uses is &amp;ldquo;&lt;a href="http://www.csi.ucd.ie/content/msc-computer-science-negotiated-learning"&gt;Negotiated Learning&lt;/a&gt;&amp;rdquo;. It was a colleague of
mine that introduced me to it, I was not even aware that there was what I would
call &amp;rsquo;non-strict masters&amp;rsquo; (that is not a set-in-stone syllabus/research
direction).&lt;/p&gt;</description></item><item><title>Quickly navigate your filesystem</title><link>/navigate-fs/</link><pubDate>Tue, 20 Aug 2013 00:00:00 +0000</pubDate><guid>/navigate-fs/</guid><description>&lt;p&gt;The article is a great tip for those who spend a good chunk of the working day
on the command line. I made some adjustments to Bash completion code to get it
to work on Mac OS X:&lt;/p&gt;
&lt;p&gt;Original:&lt;/p&gt;
&lt;div class="highlight"&gt;&lt;pre tabindex="0" style="color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;"&gt;&lt;code class="language-bash" data-lang="bash"&gt;&lt;span style="display:flex;"&gt;&lt;span&gt; &lt;span style="color:#ae81ff"&gt;\_&lt;/span&gt;completemarks&lt;span style="color:#f92672"&gt;()&lt;/span&gt; &lt;span style="color:#f92672"&gt;{&lt;/span&gt; local
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;curw&lt;span style="color:#f92672"&gt;=&lt;/span&gt;&lt;span style="color:#e6db74"&gt;${&lt;/span&gt;COMP_WORDS[COMP_CWORD]&lt;span style="color:#e6db74"&gt;}&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt; local wordlist&lt;span style="color:#f92672"&gt;=&lt;/span&gt;&lt;span style="color:#66d9ef"&gt;$(&lt;/span&gt;find
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;$MARKPATH -type l -printf &lt;span style="color:#e6db74"&gt;&amp;#34;%f\n&amp;#34;&lt;/span&gt;&lt;span style="color:#66d9ef"&gt;)&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt; COMPREPLY&lt;span style="color:#f92672"&gt;=(&lt;/span&gt;&lt;span style="color:#66d9ef"&gt;$(&lt;/span&gt;compgen -W
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;&lt;span style="color:#e6db74"&gt;&amp;#39;${wordlist[@]}&amp;#39;&lt;/span&gt; -- &lt;span style="color:#e6db74"&gt;&amp;#34;&lt;/span&gt;$curw&lt;span style="color:#e6db74"&gt;&amp;#34;&lt;/span&gt;&lt;span style="color:#66d9ef"&gt;)&lt;/span&gt;&lt;span style="color:#f92672"&gt;)&lt;/span&gt; &lt;span style="color:#66d9ef"&gt;return&lt;/span&gt; &lt;span style="color:#ae81ff"&gt;0&lt;/span&gt; &lt;span style="color:#f92672"&gt;}&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;complete -F &lt;span style="color:#ae81ff"&gt;\_&lt;/span&gt;completemarks jump unmark &lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;
&lt;p&gt;My modified version (tested on Mac OS X and Ubuntu):&lt;/p&gt;</description></item><item><title>Visit to CERN</title><link>/cern/</link><pubDate>Sat, 03 Aug 2013 00:00:00 +0000</pubDate><guid>/cern/</guid><description>&lt;p&gt;I am currently in Switzerland on a business trip. In between work, I managed to
get some time over the Swiss national holiday to visit the
&lt;acronym title="European Nuclear Research Centre"&gt;CERN&lt;/acronym&gt;. &lt;a href="http://home.web.cern.ch/"&gt;CERN&lt;/a&gt; is
world famous for the invention of &lt;acronym title="World Wide Web"&gt;WWW&lt;/acronym&gt;
and of course most recently, the almost certainty that the &lt;a href="https://en.wikipedia.org/wiki/Higgs_boson"&gt;Higgs Boson&lt;/a&gt;
(&lt;acronym title="also known as"&gt;aka&lt;/acronym&gt;. &amp;ldquo;The God Particle&amp;rdquo;) - the
particle that gives energy mass - exists.&lt;/p&gt;
&lt;p&gt;The CERN tour is completely free and highly recommended. I visited the &lt;a href="http://atlas.ch/"&gt;Atlas
experiment&lt;/a&gt; with a colleague (who just so happened to have a Phd. in
Physics) and questions were encouraged at every turn. What impressed me the most
was the fact that there was no stupid questions. You can be a Phd weilding
Physicist or a child and each question was handled the same by the staff. The
guide (an active researcher at CERN) even expressed disappointment at the Higgs:&lt;/p&gt;</description></item><item><title>SSH Config Aliases</title><link>/ssh-config/</link><pubDate>Thu, 20 Jun 2013 00:00:00 +0000</pubDate><guid>/ssh-config/</guid><description>&lt;p&gt;If your like me and you deal with a lot of servers for development or test and
do it from a Unix machine, I&amp;rsquo;ve got a really handy tip: SSH hostname pattern
matching.&lt;/p&gt;
&lt;p&gt;Say I&amp;rsquo;ve got a SSH config file like this (at &lt;code&gt;~/.ssh/config&lt;/code&gt; ):&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;host s*
 HostName atrcu%h.example.com
 User example1
 Port 22
host b*
 HostName atrcx%h.example.com
 User example2
 Port 22
host ??*
 HostName atvts%h.example.com
 User example5
 Port 2205
&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;The ssh man page explains this really well:&lt;/p&gt;</description></item><item><title>Custom Colourful Bash Prompt</title><link>/colour-bash/</link><pubDate>Fri, 10 May 2013 00:00:00 +0000</pubDate><guid>/colour-bash/</guid><description>&lt;p&gt;Bash, a command line shell is one of the most used pieces of software in my
daily work. I like scripting repetitive actions to save a lot time (it brings me
great joy!). One of the simplest and easiest customisations is to add a bit of
colour to your otherwise boring bash prompt (otherwise known as $PS1):&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;[ngrogan@localhost:~]$
&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;can be turned in to this:&lt;/p&gt;
&lt;img src="./files/2013/05/ColourBashPrompt.png" alt="My Custom Colour Bash Prompt"&gt;
&lt;p&gt;The thing about Bash is the colour codes to achieve this can look archaic:&lt;/p&gt;</description></item><item><title>Document it Please</title><link>/doc-it-please/</link><pubDate>Mon, 22 Apr 2013 00:00:00 +0000</pubDate><guid>/doc-it-please/</guid><description>&lt;p&gt;Very good technical documentation skills are a must for any Software Engineer -
to explain how a system works in detail forces you to think about the flaws
present within the design. &amp;ldquo;Bad smells&amp;rdquo; of documentation often can be a sign of
weaknesses on your product. Is this section too verbose or did we make it too
complex for the customer? Should we explain ancillary parts of our system
(either operating system components or other applications?) within our
documentation besides the inherent risks (out-of-date documentation)?&lt;/p&gt;</description></item><item><title>Tor Talks</title><link>/tor/</link><pubDate>Sat, 09 Mar 2013 00:00:00 +0000</pubDate><guid>/tor/</guid><description>&lt;p&gt;If you haven&amp;rsquo;t heard of Tor, it is alternative internet - one with privay in
mind. I&amp;rsquo;ve recently started to watch a lot of technical talks online. The two
main guys behind Tor are some of the best speakers I&amp;rsquo;ve seen. They describe in
great detail how open source works and the myriad of open source projects around
Tor in this talk:&lt;/p&gt;
&lt;iframe width="560" height="315" src="http://www.youtube.com/embed/bmj2w9HPPaE" frameborder="0" allowfullscreen&gt;&lt;/iframe&gt;
&lt;p&gt;and in an older talk they describe how countries have tried to censor Tor and
how they have combatted some censorship (interesting for the technical measures
deployed):&lt;/p&gt;</description></item><item><title>Stitcher is (audio) podcasts done right</title><link>/stitcher/</link><pubDate>Tue, 22 Jan 2013 00:00:00 +0000</pubDate><guid>/stitcher/</guid><description>&lt;p&gt;Just a quick post about a great application I&amp;rsquo;ve seen mentioned by
&lt;a href="http://geekbeat.tv/" rel="nofollow"&gt;Cali Lewis&lt;/a&gt;:
&lt;a href="http://www.stitcher.com/"&gt;Stitcher&lt;/a&gt;. If your a talk radio fan like
me, you&amp;rsquo;ll really appreciate this app! Ever since I switched from an iPhone 4 to
a Galaxy S3 and stopped using Apple&amp;rsquo;s Podcast application it has been
frustrating to keep up to date with podcasts.&lt;/p&gt;
&lt;p&gt;I&amp;rsquo;ve used BeyondPod on Android (which I&amp;rsquo;ve praised before - excellent Google
Reader integration). I then tried to search for a third party podcast
application on the iPad that would synchronise with Google Reader. First there
were none, then some (like Feedler and Instacast) but all have been
bitterly disappointing with Google Reader integration. Instacast could
import OPML (after a messy bundling of feeds in Google Reader) and Feedler could
read the feeds (but not handle the video and audio contained within
the feed item properly). To be honest I&amp;rsquo;d given up hope, I said to myself I&amp;rsquo;d
chalk it up to fate and just buy a Nexus tablet when the iPad 2 was no longer
serviceable. But - happily - I was wrong and had been looking in the wrong
places&amp;hellip;&lt;/p&gt;</description></item><item><title>First Experiences with an ARM Chromebook</title><link>/first-experiences-with-arm-chromebook/</link><pubDate>Sat, 08 Dec 2012 00:00:00 +0000</pubDate><guid>/first-experiences-with-arm-chromebook/</guid><description>&lt;p&gt;I  recently bought a
&lt;a href="http://www.amazon.com/gp/product/B009LL9VDG/ref=as_li_qf_sp_asin_tl?ie=UTF8&amp;amp;camp=1789&amp;amp;creative=9325&amp;amp;creativeASIN=B009LL9VDG&amp;amp;linkCode=as2&amp;amp;tag=duefinsblo-20"&gt;Samsung
Chromebook (Wi-Fi, 11.6-Inch)&lt;/a&gt;. I am fascinated by living tied to the web,
indeed my honours computer science thesis deals with this in relation to mobile
applications (and hybrid half-app/ half-website). Spurred on by the excellent
reviews this Chromebook has gotten (&amp;quot;&lt;i&gt;It&amp;rsquo;s $1,000 worth of design made with
$100 worth of materials&lt;/i&gt;&amp;quot; -
&lt;a href="http://www.theverge.com/2012/10/24/3549368/samsung-chromebook-review-series-3"&gt;The
Verge&lt;/a&gt; and &amp;ldquo;&lt;i&gt;You simply won&amp;rsquo;t find a netbook this nice for that little
money.&lt;/i&gt;&amp;rdquo; -
&lt;a href="http://www.engadget.com/2012/11/07/samsung-chromebook-review-2012/"&gt;Engadget&lt;/a&gt;).&lt;br /&gt;&lt;/p&gt;</description></item><item><title>Chrome vs. Internet Explorer Audience</title><link>/chrome-vs-internet-explorer-audience/</link><pubDate>Tue, 30 Oct 2012 00:00:00 +0000</pubDate><guid>/chrome-vs-internet-explorer-audience/</guid><description>&lt;p&gt;Lately both Google and Microsoft have been advertising their respective browsers
on British Television (received in Ireland by the vast majority of the
population). It&amp;rsquo;s interesting the different approach each company is taking.&lt;/p&gt;
&lt;p&gt;Chrome ad:&lt;/p&gt;
&lt;iframe allowfullscreen="allowfullscreen" frameborder="0" height="315" src="http://www.youtube.com/embed/E0qDrRJT4zE" width="560"&gt;&lt;/iframe&gt;
&lt;p&gt;To me the Chrome ad is very family oriented, stressing the utility of the web
and the ease of reaching people and staying in touch. No surprise they
didn&amp;rsquo;t feature Facebook, which is what the vast majority use to keep in
touch.&lt;br /&gt;&lt;/p&gt;</description></item><item><title>Grab the Popcorn!</title><link>/grab-popcorn/</link><pubDate>Tue, 02 Oct 2012 00:00:00 +0000</pubDate><guid>/grab-popcorn/</guid><description>&lt;p&gt;Fresh from the &amp;ldquo;interesting but pointless facts&amp;rdquo; desk comes this little kernel
(I apologise!) of truth:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;In 2002, the British Film Institute depicted popcorn as &amp;ldquo;the most profitable
substance on the planet, more than heroin, more than plutonium&amp;rdquo;. Typically,
the popcorn we eat costs less to produce than the very container it comes
in. -
&lt;a href="http://www.afoodieworld.com/en/features/all-features/articles/popcorn.html"&gt;Foodie
World&lt;/a&gt;&lt;/p&gt;&lt;/blockquote&gt;
&lt;p&gt;Further research indicates that isn&amp;rsquo;t quite true - antimatter is the most
expensive substance in the world. But for a common, everyday item, it&amp;rsquo;s very
expensive indeed. There&amp;rsquo;s a lot less risk in production then Heroin and a lot
bigger market the Plutonium, for instance.&lt;br /&gt;&lt;/p&gt;</description></item><item><title>Tonsillectomy</title><link>/tonsillectomy/</link><pubDate>Sun, 09 Sep 2012 00:00:00 +0000</pubDate><guid>/tonsillectomy/</guid><description>&lt;p&gt;I&amp;rsquo;ve recently undergone a tonsillectomy - the process of removing the lymph node
tissue hanging idly at the back of your throat. I know I write mainly technology
articles, but I thought a departure was warranted from the usual faire.&lt;/p&gt;
&lt;p&gt;My main takeaway from having it done is twofold: it&amp;rsquo;s not as bad as you think
and it&amp;rsquo;s as bad as you think. They seem like contradictory statements, so I&amp;rsquo;ll
need to explain myself right? Okay.&lt;/p&gt;</description></item><item><title>The Linux Desktop has a place</title><link>/the-linux-desktop-has-place/</link><pubDate>Thu, 30 Aug 2012 00:00:00 +0000</pubDate><guid>/the-linux-desktop-has-place/</guid><description>&lt;p&gt;I&amp;rsquo;ve seen an article by Miguel de Icaza, a great developer oft criticised for
his love of Microsoft technologies on Linux. His &lt;a href="http://tirania.org/blog/archive/2012/Aug-29.html"&gt;latest piece&lt;/a&gt; is about his love
for Mac OS X as a desktop and how he used to feel guilty about it (given his very
impressive open source credentials).&lt;/p&gt;
&lt;p&gt;I used to feel the same also. Android even as a platform more closely follows my
ideals, yet I am exclusively an avid iOS user at this point. But as I&amp;rsquo;ve learned
more, the importance of pragmatism is clear. I use my personal iOS devices for
countless hours a day and I really just want them to work. I want them to work
in the way they were designed to do: quickly check email, browse the web, make
calls, check messages and so forth.&lt;/p&gt;</description></item><item><title>Review of Steve Jobs Biography</title><link>/review-of-steve-jobs-biography/</link><pubDate>Mon, 13 Aug 2012 00:00:00 +0000</pubDate><guid>/review-of-steve-jobs-biography/</guid><description>&lt;p&gt;I recently finished reading Steve Jobs, the biography by Walter Isaacson. I
can&amp;rsquo;t add much more then the extensive coverage that it has recieved in the
press to date. Instead I paraphrase really badly a friend of mine, Noel Hudson:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;All that book thought me was dropping acid and treating people really badly
works as a life strategy.&lt;/p&gt;&lt;/blockquote&gt;
&lt;p&gt;While that&amp;rsquo;s not entirely true it is a humourous look at the books tone. It has
a grain of truth, Walter Issacson really focuses on the warts and all
representation of Steve Jobs. He defines him very much in terms of how other
people percieved him, whether that should have been the mainstay of the book is
up for debate. Overall it&amp;rsquo;s a good book, what I liked most is the history
lessons of the creation of the mac and how the Disney/Pixar relationship went
down before the merger. I also felt Walter Issacson left it hanging at the end
and that he knows much more that he can&amp;rsquo;t publish due to Apple&amp;rsquo;s corporate
strategy being tied to Jobs so much (like the comment he made about cracking the
UI for a TV).&lt;/p&gt;</description></item><item><title>What's in your dock?</title><link>/whats-in-your-dock/</link><pubDate>Mon, 23 Jul 2012 00:00:00 +0000</pubDate><guid>/whats-in-your-dock/</guid><description>&lt;p&gt;I recently read an article that posed the question &amp;ldquo;&lt;a href="http://nerdgap.com/does-your-dock-reflect-your-priorities/"&gt;Does your dock reflect your
priorities?&lt;/a&gt;&amp;rdquo; - which is an interesting question. Further breaking that idea down
leads to:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;What apps do I need the most?&lt;/li&gt;
&lt;li&gt;What apps should be next (or be higher priority)?&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="iphone-dock"&gt;iPhone dock&lt;/h3&gt;
&lt;img src="./files/2012/07/iphone.png" alt="iPhone homescreen" /&gt;
&lt;ul&gt;
&lt;li&gt;&lt;em&gt;Phone app&lt;/em&gt;: pretty self explanatory&lt;/li&gt;
&lt;li&gt;&lt;em&gt;Safari&lt;/em&gt;: Still the best mobile browser I think (though if Google ever gets
going on a proper Chrome browser for Android that may change)&lt;/li&gt;
&lt;li&gt;&lt;em&gt;Tweetbot&lt;/em&gt;: I like Twitter the most of the social networks and tweetbot is the
Swiss army knife if twitter clients&lt;/li&gt;
&lt;li&gt;&lt;em&gt;Music&lt;/em&gt; (aka. iPod app) : I use my iPhone in my car and sometimes at work to
listen to music&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="ipad-dock"&gt;iPad dock&lt;/h3&gt;
&lt;img src="./files/2012/07/ipad.png" alt="iPhone homescreen" /&gt;
&lt;ul&gt;
&lt;li&gt;&lt;em&gt;Safari&lt;/em&gt;: Safari on iPad is not as good as the iPhone version - it can be more
full featured I think!&lt;/li&gt;
&lt;li&gt;&lt;em&gt;Mail app&lt;/em&gt;: E-mail on the iPad is one of the most popular uses, it&amp;rsquo;s got just
the right amount of screen real-estate to do it justice&lt;/li&gt;
&lt;li&gt;&lt;em&gt;Photography folder&lt;/em&gt;: I don&amp;rsquo;t know why I mistook myself as being interested in
photography, but here&amp;rsquo;s a folder I almost never use (bar camera app)&lt;/li&gt;
&lt;li&gt;&lt;em&gt;Music&lt;/em&gt;: I like it uses the screen real-estate better then the iPhone version
and it&amp;rsquo;s much nicer to browse music on&lt;/li&gt;
&lt;li&gt;&lt;em&gt;Tweetbot&lt;/em&gt;: Tweetbot for iPad is the best Twitter client for iPad hands down
(on the iPhone it&amp;rsquo;s more contested) and sync with Tweetmarker makes it much
easier moving between iPhone and iPad versions.&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="final-thoughts"&gt;Final thoughts&lt;/h3&gt;
&lt;p&gt;I guess I&amp;rsquo;ve learned I make pretty bad use of the dock on both devices.
&lt;a href="http://www.evernote.com"&gt;Evernote&lt;/a&gt; or &lt;a href="http://www.lastpass.com"&gt;Lastpass&lt;/a&gt; should probably be in the dock on either device -
probably with a feed reader as a close run after that (Reeder or Mr. Reader).
These apps feature on either home screen as you can see from the screenshots
above. Food for thought I guess!&lt;/p&gt;</description></item><item><title>Programming is hard</title><link>/programming-is-hard/</link><pubDate>Mon, 07 May 2012 00:00:00 +0000</pubDate><guid>/programming-is-hard/</guid><description>&lt;p&gt;A great
&lt;a href="http://writing.bryanwoods4e.com/1-poor-poor-child"&gt;essay on why programming is hard&lt;/a&gt;:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;It&amp;rsquo;s harder than you think. Right now you&amp;rsquo;re probably underestimating the
amount of frustration and discomfort you&amp;rsquo;re about to experience, without
realizing that by doing so you&amp;rsquo;re creating all sorts of subtle barriers to
obtaining a deep understanding of programming.&lt;/p&gt;&lt;/blockquote&gt;
&lt;h4 id="language-does-matter"&gt;Language does matter&lt;/h4&gt;
&lt;p&gt;I find this part extremely true: my first language is Java. Every programming
language I&amp;rsquo;ve tried since has been through comparing it to Java. I&amp;rsquo;ve had
criticism of each different language based on my assumptions. Scripting
languages being prone to bad coding because they are not strictly typed, having
to do tedious work with languages that require memory management (my time is too
valuable!).&lt;/p&gt;</description></item><item><title>Notepad++: A Great Windows Editor</title><link>/notepad-a-great-windows-editor/</link><pubDate>Tue, 01 May 2012 00:00:00 +0000</pubDate><guid>/notepad-a-great-windows-editor/</guid><description>&lt;p&gt;I spend a lot of my day in heavy development tools such as Eclipse&lt;sup id="fnref:1"&gt;&lt;a href="#fn:1" class="footnote-ref" role="doc-noteref"&gt;1&lt;/a&gt;&lt;/sup&gt;, but
often for editing simple XML I just want a quick tool to make fast changes. If I
use the CLI (or Linux) it&amp;rsquo;ll be &lt;a href="http://www.vim.org"&gt;Vim&lt;/a&gt;, if I&amp;rsquo;m on Mac it&amp;rsquo;ll
be &lt;a href="http://macromates.com/"&gt;Textmate&lt;/a&gt; but on Windows it&amp;rsquo;s
&lt;a href="http://notepad-plus-plus.org/"&gt;Notepad++&lt;/a&gt;. I haven&amp;rsquo;t found an editor on Windows
as clean as Notepad++ (if you use a tool professionally, you get to know it&amp;rsquo;s
quirks pretty fast) for editing text of any kind.&lt;/p&gt;</description></item><item><title>Record your terminal session</title><link>/record-your-terminal-session/</link><pubDate>Sun, 29 Apr 2012 00:00:00 +0000</pubDate><guid>/record-your-terminal-session/</guid><description>&lt;p&gt;As I&amp;rsquo;ve mentioned before&lt;sup id="fnref:1"&gt;&lt;a href="#fn:1" class="footnote-ref" role="doc-noteref"&gt;1&lt;/a&gt;&lt;/sup&gt;, I regularly watch technology podcasts and I&amp;rsquo;ve had
a subscription to sites like
&lt;a href="http://www.lynda.com" title="Lynda Training Videos"&gt;Lynda.com&lt;/a&gt;. Between those and
Youtube, I&amp;rsquo;ve watched an awful lot of technology how-to videos and 90% of them
are quite poor in terms of editing, sound and being coherent/properly scripted.
Sometimes though it&amp;rsquo;s a joy to genuinely learn something new in a short, concise
and to the point video.&lt;/p&gt;
&lt;iframe src="http://revision3.com/html5player-v12777?external=true&amp;width=555&amp;height=312" width="555" height="312" frameborder="0" allowFullScreen="allowfullscreen" &gt;&lt;/iframe&gt;
&lt;p&gt;This haktip is right up there with being among the best: short, concise, to the
point and about a utility that will be super-useful to me. In work I&amp;rsquo;m in an
agile software development team and I spend a lot of time on the command line. I
&lt;strong&gt;like&lt;/strong&gt; the command line, but many don&amp;rsquo;t (personal preference I guess). As part
of being agile, we produce a lot of video demos to stakeholders. Increasingly
though the demos we produce are just as useful for the team - you can&amp;rsquo;t be every
team member at once and this provides huge visibility to the team of progress.
Our software is a Unix product, but we develop on Windows - so Camtasia is
usually used - which is fine for GUI demos. This handy utility will be great to
demo CLI stuff we do.&lt;/p&gt;</description></item><item><title>Ikea in the TV Business?</title><link>/ikea-in-the-tv-business/</link><pubDate>Fri, 27 Apr 2012 00:00:00 +0000</pubDate><guid>/ikea-in-the-tv-business/</guid><description>&lt;p&gt;Ikea the TV Business? Who would have forseen the day. After looking at their
video I must say I can see the reasons quite clearly: TV&amp;rsquo;s look awkward in
almost everyones home. They don&amp;rsquo;t fit in our units, the cables are in awkward
positions and you can never find the remote&lt;sup id="fnref:1"&gt;&lt;a href="#fn:1" class="footnote-ref" role="doc-noteref"&gt;1&lt;/a&gt;&lt;/sup&gt;. I&amp;rsquo;m a fan of all things cheap
and Ikea I must confess, so I&amp;rsquo;ll be watching this development with great
interest!&lt;/p&gt;</description></item><item><title>The @ACR884 Tech Slot #005</title><link>/the-acr884-tech-slot-005/</link><pubDate>Mon, 19 Mar 2012 00:00:00 +0000</pubDate><guid>/the-acr884-tech-slot-005/</guid><description>&lt;p&gt;Our fifth slot on &lt;a href="http://athlonecommunityradio.ie/" title="Athlone Community Radio"&gt;Athlone Community Radio&lt;/a&gt;. Aired the third Monday in March
2012 on ACR 88.4FM in Athlone, Co. Westmeath, Ireland.&lt;/p&gt;
&lt;h4 id="topics-covered"&gt;Topics Covered:&lt;/h4&gt;
&lt;ul&gt;
&lt;li&gt;iPad 3 Launch&lt;/li&gt;
&lt;li&gt;Netflix vs. Lovefilm&lt;/li&gt;
&lt;li&gt;Online TV: RTE Player, AERtv, 3Player, Filmon&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;In this episode Patrick and Neil discuss the most popular streaming video on the
market and the launch of the iPad 3.&lt;/p&gt;
&lt;h4 id="subscribe"&gt;Subscribe:&lt;/h4&gt;
&lt;p&gt;&lt;a href="http://itunes.apple.com/ie/podcast//id494862406" target="_blank"&gt;&lt;img title="iTunes Podcast Button" src="http://dueyfinster.files.wordpress.com/2012/01/itunes_podcast.gif?w=80&amp;amp;h=15" alt="Subscribe to ACR884 Tech Slot in iTunes!" width="80" height="15" /&gt;&lt;/a&gt;  
&lt;br /&gt;
&lt;a href="http://feeds.feedburner.com/acr884tech" target="_blank"&gt;&lt;img src="http://dueyfinster.files.wordpress.com/2012/01/podcast_rss_button.gif?w=627" alt="" /&gt;&lt;/a&gt;&lt;/p&gt;</description></item><item><title>The @ACR884 Tech Slot #004</title><link>/acr884-tech-slot-004/</link><pubDate>Mon, 20 Feb 2012 00:00:00 +0000</pubDate><guid>/acr884-tech-slot-004/</guid><description>&lt;p&gt;Our fourth slot
on &lt;a title="Athlone Community Radio" href="http://athlonecommunityradio.ie/" target="_blank"&gt;Athlone
Community Radio&lt;/a&gt;. Aired the third Monday in January 2012 on ACR 88.4FM in
Athlone, Co. Westmeath, Ireland.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Topics Covered:&lt;/strong&gt;&lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;TuneIn Radio App&lt;/li&gt;
	&lt;li&gt;Path App&lt;/li&gt;
	&lt;li&gt;Twitter App&lt;/li&gt;
	&lt;li&gt;Facebook App&lt;/li&gt;
&lt;/ul&gt;
In this episode Patrick and Neil discuss the most popular apps on the market, across all major platforms.
&lt;p&gt;&lt;strong&gt;Subscribe:&lt;/strong&gt;
&lt;a href="http://itunes.apple.com/ie/podcast//id494862406" target="_blank"&gt;&lt;img title="iTunes Podcast Button" src="http://dueyfinster.files.wordpress.com/2012/01/itunes_podcast.gif?w=80&amp;amp;h=15" alt="Subscribe to ACR884 Tech Slot in iTunes!" width="80" height="15" /&gt;&lt;/a&gt;  &lt;a href="http://feeds.feedburner.com/acr884tech" target="_blank"&gt;&lt;img src="http://dueyfinster.files.wordpress.com/2012/01/podcast_rss_button.gif?w=627" alt="" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;&lt;/strong&gt;&lt;strong&gt;Download Link: &lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="http://neil.grogan.ie/2012/02/20/acr884-tech-slot-004/21st-feb-2012-tech-slot/" rel="attachment wp-att-2174"&gt;21st
Feb 2012 - Tech Slot&lt;/a&gt;&lt;/p&gt;</description></item><item><title>The Best Cookbook</title><link>/the-best-cookbook/</link><pubDate>Sat, 04 Feb 2012 00:00:00 +0000</pubDate><guid>/the-best-cookbook/</guid><description>&lt;p&gt;I&amp;rsquo;ve only recently started cooking meals from scratch and it&amp;rsquo;s a worthwhile
experience! By my side is an awesome cookbook produced by the Health Service
Executive (HSE) and Money Advice and Budgeting Service (MABS).&lt;/p&gt;
&lt;img src="./files/2012/02/101squaremeals.png" alt="101 Square Meals"&gt;
&lt;p&gt;It&amp;rsquo;s generally all healthy food and every recipe indicates cost and portion
size. It even has meals for one, meals for weaning babies, desserts, you name
it! So what&amp;rsquo;s the cost of this fabulous book? I got it for free. They produce
very limited quantities however, but it&amp;rsquo;s worth contacting MABS to see if you
can get your hands on a copy.&lt;/p&gt;</description></item><item><title>Very Simple Java Twitter Bot (Twitter4J)</title><link>/very-simple-java-twitter-bot-twitter4j/</link><pubDate>Wed, 01 Feb 2012 00:00:00 +0000</pubDate><guid>/very-simple-java-twitter-bot-twitter4j/</guid><description>&lt;p&gt;Below is code for the start of a Twitter bot I am going to build in Java. It&amp;rsquo;s
the most basic way of getting Oauth working (with any account, not just your
developer account) and it shows your timeline and can update your status -
that&amp;rsquo;s it for now. The neat thing is it uses Java&amp;rsquo;s awesome serialisation, so
you only should have to authorise your twitter account once!&lt;/p&gt;
&lt;h3 id="what-you-will-need"&gt;What you will need:&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Twitter4j Libraries&lt;/li&gt;
&lt;li&gt;Oauth Consumer and Secret Key off twitter&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;That is it!&lt;/strong&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;script src="https://gist.github.com/2469810.js"&gt; &lt;/script&gt;
&lt;h3 id="what-the-code-does"&gt;What the code does:&lt;/h3&gt;
&lt;ol&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Once only:&lt;/strong&gt;&lt;/p&gt;</description></item><item><title>Irish SOPA Law: An Overview</title><link>/irish-sopa-law-an-overview/</link><pubDate>Wed, 25 Jan 2012 00:00:00 +0000</pubDate><guid>/irish-sopa-law-an-overview/</guid><description>&lt;p&gt;&lt;img src="./files/2012/01/sopa.jpg" alt="Irish SOPA Illustration"&gt;&lt;/p&gt;</description></item><item><title>Is 4K the new 3D? - The Networked Society Blog</title><link>/is-4k-the-new-3d-the-networked-society-blog/</link><pubDate>Mon, 23 Jan 2012 00:00:00 +0000</pubDate><guid>/is-4k-the-new-3d-the-networked-society-blog/</guid><description>&lt;p&gt;I&amp;rsquo;d love to own a 4K screen, the more lifelike the images the better it&amp;rsquo;ll be
for movies. I&amp;rsquo;d imagine filesizes are 4x as large as HD also, which will be an
issue that might kill off optical storage (and require better broadband). It&amp;rsquo;s a
shame the author tried to compare it to 3D (which objectively is still a flop)
but he mentions the issues in that technology (namely: field of vision).&lt;/p&gt;</description></item><item><title>Nuke support in UK hits record high</title><link>/nuke-support-in-uk-hits-record-high/</link><pubDate>Sat, 21 Jan 2012 00:00:00 +0000</pubDate><guid>/nuke-support-in-uk-hits-record-high/</guid><description>&lt;p&gt;If only we had such sense here in Ireland, we can&amp;rsquo;t meet our commitments and it
will hurt the economy in the long run not to go nuclear. The ESB has said
&amp;ldquo;sometime in the 2030&amp;rsquo;s we will need to look at it&amp;rdquo; - why not look at it now?
These projects take 10-15 years at least to implement properly.&lt;/p&gt;</description></item><item><title>What Really Happened Aboard Air France 447</title><link>/air-france-447/</link><pubDate>Wed, 18 Jan 2012 00:00:00 +0000</pubDate><guid>/air-france-447/</guid><description>&lt;p&gt;Incredibly well-written article. Just shows the power of human misunderstanding
and lack of clear judgement.&lt;/p&gt;</description></item><item><title>Why Are Android Smartphones Bigger Than the iPhone?</title><link>/why-are-android-smartphones-bigger-than-the-iphone/</link><pubDate>Wed, 18 Jan 2012 00:00:00 +0000</pubDate><guid>/why-are-android-smartphones-bigger-than-the-iphone/</guid><description>&lt;p&gt;&lt;strong&gt;&lt;em&gt;tl;dr&lt;/em&gt;&lt;/strong&gt; It&amp;rsquo;s because LTE chipsets are very large and power hungry right now.&lt;/p&gt;</description></item><item><title>@ACR884 Tech Slot #003 – eReaders</title><link>/acr884-tech-slot-003/</link><pubDate>Mon, 16 Jan 2012 00:00:00 +0000</pubDate><guid>/acr884-tech-slot-003/</guid><description>&lt;p&gt;Our third slot on
&lt;a title="Athlone Community Radio" href="http://athlonecommunityradio.ie/" target="_blank"&gt;Athlone
Community Radio&lt;/a&gt;. Aired the third Monday in January 2012 on ACR 88.4FM in
Athlone, Co. Westmeath, Ireland.&lt;/p&gt;
&lt;h4 id="topics-covered"&gt;Topics Covered:&lt;/h4&gt;
&lt;ul&gt;
&lt;li&gt;Kindle&lt;/li&gt;
&lt;li&gt;Sony eReader&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;In this episode Patrick and Neil discuss the main players in the eBook market,
as well as what eBooks are and the advanatages and disadvantages.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Subscribe:&lt;/strong&gt;
&lt;a href="//itunes.apple.com/ie/podcast//id494862406" target="_blank"&gt;&lt;img title="iTunes Podcast Button" src="http://dueyfinster.files.wordpress.com/2012/01/itunes_podcast.gif" alt="Subscribe to ACR884 Tech Slot in iTunes!" width="80" height="15" /&gt;&lt;/a&gt; 
&lt;a href="http://feeds.feedburner.com/acr884tech" target="_blank"&gt;&lt;img src="http://dueyfinster.files.wordpress.com/2012/01/podcast_rss_button.gif" alt="" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;audio controls="controls"&gt;
 &lt;source src="http://dueyfinster.files.wordpress.com/2012/01/technologyslot16-01-12.mp3" type="audio/mp3" /&gt;
 Your browser does not support the audio tag.
&lt;/audio&gt;
&lt;p&gt;&lt;strong&gt;Download Link:
&lt;a href="http://dueyfinster.files.wordpress.com/2012/01/technologyslot16-01-12.mp3"&gt;TechnologySlot16-01-12&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;</description></item><item><title>@ACR884 Tech Slot #001 - Phones</title><link>/acr884-ep001/</link><pubDate>Thu, 12 Jan 2012 00:00:00 +0000</pubDate><guid>/acr884-ep001/</guid><description>&lt;p&gt;The very first slot on
&lt;a title="Athlone Community Radio" href="http://athlonecommunityradio.ie/" target="_blank"&gt;Athlone
Community Radio&lt;/a&gt;. Aired November 2011 on ACR 88.4FM in Athlone, Co.
Westmeath, Ireland.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Topics Covered:&lt;/strong&gt;&lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;iPhone 4S&lt;/li&gt;
	&lt;li&gt;Samsung Galaxy S&lt;/li&gt;
	&lt;li&gt;Discussion of Windows Phone 7&lt;/li&gt;
&lt;/ul&gt;
&lt;strong&gt;Hosts:&lt;/strong&gt; &lt;em&gt;Patrick Russell &amp;amp; Neil Grogan&lt;/em&gt;
&lt;p&gt;&lt;strong&gt;Subscribe:&lt;/strong&gt;
&lt;a href="//itunes.apple.com/ie/podcast//id494862406" target="_blank"&gt;&lt;img class="alignnone size-full wp-image-2104" title="iTunes Podcast Button" src="http://dueyfinster.files.wordpress.com/2012/01/itunes_podcast.gif" alt="Subscribe to ACR884 Tech Slot in iTunes!" width="80" height="15" /&gt;&lt;/a&gt; 
&lt;audio controls="controls"&gt;&lt;/p&gt;
 &lt;source src="http://dueyfinster.files.wordpress.com/2011/11/technologyslot17-11-11.mp3" type="audio/mp3" /&gt;
 Your browser does not support the audio tag.
&lt;/audio&gt;
&lt;p&gt;&lt;strong&gt;Download Link:&lt;/strong&gt;
&lt;a href="http://dueyfinster.files.wordpress.com/2011/11/technologyslot17-11-11.mp3"&gt;Episode
1 - ACR 88.4 Technology Show&lt;/a&gt;&lt;/p&gt;</description></item><item><title>@ACR884 Tech Slot #002 - Tablets</title><link>/acr884-tech-slot-002-tablets/</link><pubDate>Thu, 12 Jan 2012 00:00:00 +0000</pubDate><guid>/acr884-tech-slot-002-tablets/</guid><description>&lt;ul&gt;
	&lt;li&gt;iPad&lt;/li&gt;
	&lt;li&gt;Motorola Xoom&lt;/li&gt;
	&lt;li&gt;HP Slate&lt;/li&gt;
	&lt;li&gt;Android tablet apps&lt;/li&gt;
	&lt;li&gt;iOs tablet apps&lt;/li&gt;
&lt;/ul&gt;
In this episode Patrick and Neil discuss the main players in the tablet market as well as Neils top Android and iOs tablet apps.
&lt;p&gt;&lt;strong&gt;Subscribe:&lt;/strong&gt;
&lt;a href="//itunes.apple.com/ie/podcast//id494862406" target="_blank"&gt;&lt;img title="iTunes Podcast Button" src="http://dueyfinster.files.wordpress.com/2012/01/itunes_podcast.gif" alt="Subscribe to ACR884 Tech Slot in iTunes!" width="80" height="15" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;audio controls="controls"&gt;
 &lt;source src="http://dueyfinster.files.wordpress.com/2012/01/technologydec1911.mp3" type="audio/mp3" /&gt;
 Your browser does not support the audio tag.
&lt;/audio&gt;
&lt;p&gt;&lt;strong&gt;&lt;/strong&gt;&lt;strong&gt;Download Link:
&lt;a href="http://dueyfinster.files.wordpress.com/2012/01/technologydec1911.mp3"&gt;Technology
Slot Dec 19 11&lt;/a&gt; &lt;/strong&gt;&lt;/p&gt;</description></item><item><title>Don't get a Kindle</title><link>/dont-get-a-kindle/</link><pubDate>Sat, 03 Dec 2011 00:00:00 +0000</pubDate><guid>/dont-get-a-kindle/</guid><description>&lt;p&gt;The headline is misleading - I actually love my Kindle. I have read several
books I otherwise would have not read. What I don&amp;rsquo;t get is why otherwise
well-healed and technology literate folk dismiss the Kindle out-of-hand. The
most common reason? It&amp;rsquo;s not dead-tree paper. &lt;em&gt;You can&amp;rsquo;t hold it&lt;/em&gt;.
&lt;em&gt;You can&amp;rsquo;t feel it&lt;/em&gt;. Yet the biggest thing they dismiss is me. It&amp;rsquo;s
personal. I have an eye condition which means I wear hard plastic contacts all
day long - my eyes get very tired, very easily.&lt;/p&gt;</description></item><item><title>All About Platforms</title><link>/all-about-platforms/</link><pubDate>Sat, 26 Nov 2011 00:00:00 +0000</pubDate><guid>/all-about-platforms/</guid><description>&lt;p&gt;If your passion is in technology, you often sigh with the marketing buzzwords
used in sales. &lt;em&gt;Cloud Computing&lt;/em&gt; doesn&amp;rsquo;t actually mean anything specific
(or could mean a lot of things). It&amp;rsquo;s that a lot of things to a lot of people
who makes it useful as a term, an  ideology, a way of explaining why
&lt;em&gt;you-oh-so-need-to-do-this-now&lt;/em&gt;. Cloud computing for me is a platform
description. I think of the myriad of hosting companies who offer a platform to
build your service atop.&lt;/p&gt;</description></item><item><title>Hollywood Tech</title><link>/hollywood-tech/</link><pubDate>Tue, 22 Nov 2011 00:00:00 +0000</pubDate><guid>/hollywood-tech/</guid><description>&lt;p&gt;I always enjoy watching shows like CSI for the over-the-top depiction of current
technology. They obviously have people in know, it&amp;rsquo;s not like the script writers
of major shows cannot get someone to consult them on technology (or maybe they
don&amp;rsquo;t - &lt;em&gt;sometimes I do wonder&lt;/em&gt;).&lt;/p&gt;
&lt;p&gt;The video below is about IRC (Internet Relay Chat). They are correct it&amp;rsquo;s
primitive (it&amp;rsquo;s all text) and hackers do actually use it (groups like
Anonymous), but you can&amp;rsquo;t track someone to their living room using just an IP
address!! The montage about the boats trying to explain how IRC works is
off-the-wall insane crazy. &lt;strong&gt;WHY?!?&lt;/strong&gt;, alas:&lt;/p&gt;</description></item><item><title>Faster with Arch</title><link>/faster-with-arch/</link><pubDate>Sat, 19 Nov 2011 00:00:00 +0000</pubDate><guid>/faster-with-arch/</guid><description>&lt;p&gt;I have recently switched my main desktop over to Arch Linux. If you have never
heard about Arch Linux, it is a &amp;ldquo;&lt;em&gt;roll your own&lt;/em&gt;&amp;rdquo; Linux distribution.
This basically means from start to finish, the whole process is custom. Whether
your system has a Graphical User Interface (GUI) or sound is totally up to you.&lt;/p&gt;
&lt;p&gt;I switched from Ubuntu Linux, which is very much built for new people to Linux.
I have been using Ubuntu since it&amp;rsquo;s release in 2004 (as old as this blog
incidentally). I have found it slowly moving away from my power user needs from
the release of the KDE 4.0 desktop up to the recently introduced Unity desktop
for Ubuntu. Don&amp;rsquo;t get me wrong I love the whizz-bang effects of the snazzier
distributions (like Ubuntu) and have used it to show people the power of Linux
(and how really groundbreaking Compiz effects were at the time, ~2005). It&amp;rsquo;s sad
Compiz hasn&amp;rsquo;t got the kudos but since both Windows and OS X have copied from
Compiz, some more usability has been gained.&lt;/p&gt;</description></item><item><title>Website Improvements</title><link>/site-improv/</link><pubDate>Tue, 01 Nov 2011 00:00:00 +0000</pubDate><guid>/site-improv/</guid><description>&lt;p&gt;I haven&amp;rsquo;t been posting much lately because I have been working hard to improve
the experience of visiting this website. You may ask &lt;em&gt;what does that mean?&lt;/em&gt; -
well it is simple. I love going to websites that are uncluttered, provide useful
information and are to the point. It&amp;rsquo;s also small things like having a really
fast page load time. So here&amp;rsquo;s a flavour of some of what I have been working on
lately&amp;hellip;&lt;/p&gt;</description></item><item><title>Reflection on 9-11</title><link>/nerf-war/</link><pubDate>Mon, 12 Sep 2011 00:00:00 +0000</pubDate><guid>/nerf-war/</guid><description>&lt;p&gt;It&amp;rsquo;s been 10 years since the anniversary of 9/11 and much of the world has
changed a lot in that period. We&amp;rsquo;ve had full body scanners at airports,
marshalls on flights, bombs hidden in toner cartridges and two wars. I reflected
on this and remembered two really good articles I&amp;rsquo;ll share here on the topic.
Hopefully we&amp;rsquo;ve changed for the better.&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;Yesterday I finally wrote something that&amp;rsquo;s been bothering me for about ten
years: The fact that Al Qaeda can&amp;rsquo;t be as big and bad as it&amp;rsquo;s made out to be,
because its whole design violates every rule of guerrilla organisation. It&amp;rsquo;s
like a counter intelligence officer&amp;rsquo;s dream, the Al Qaeda plan to bring
guerrillas from all over the world, introduce them to each other, and exchange
funds, material and ideas.&lt;/p&gt;</description></item><item><title>Review of the Motorola Xoom Wifi</title><link>/review-of-motorola-xoom-wifi/</link><pubDate>Sat, 27 Aug 2011 00:00:00 +0000</pubDate><guid>/review-of-motorola-xoom-wifi/</guid><description>&lt;p&gt;I recently bought the wifi version of the Motorola Xoom. I did not get the 3G
version to keep costs down (no second carrier subscription in addition to
smartphone I own). Here&amp;rsquo;s my review, let it be noted I&amp;rsquo;ve been an iOS user since
version 2 (iPhone 3G) and although I have used devices from Android 1.6 and up -
I&amp;rsquo;ve never &amp;rsquo;lived&amp;rsquo; with them.&lt;/p&gt;
&lt;figure&gt;
&lt;a href="./files/2011/08/Mot_Xoom_Wiki_jeh.jpg" title="Motorola Xoom"&gt;&lt;img src="./files/2011/08/Mot_Xoom_Wiki_jeh.jpg" alt="Motorola Xoom Tablet" /&gt;&lt;/a&gt;
&lt;figcaption&gt;Motorola Xoom&lt;/figcaption&gt;
&lt;/figure&gt;
&lt;h2 id="aesthetics--design"&gt;Aesthetics &amp;amp; Design&lt;/h2&gt;
&lt;p&gt;First of all the design is very well executed. It looks and feels like a premium
tablet should (should that be iPad competitor?). The ports are a clear winner
and still are over any other tablet. I haven&amp;rsquo;t got the video dock yet, but I
ampositiveit&amp;rsquo;ll be a great addition to my big HDTV. The only gripe really is
that it doesn&amp;rsquo;t charge through usb, which I believe is because it has two
batteries. It charges through supplied plug insanely fast! It lasts all day and
then some with heavy use also. I haven&amp;rsquo;t left the thing alone long enough to
test the standby time, but I am sure it&amp;rsquo;s good also. The 10.1&amp;quot; screen feels like
the &amp;lsquo;right&amp;rsquo; size for a tablet and I&amp;rsquo;ll besurprisedif more tablets don&amp;rsquo;t end up
adopting a screen size closer to the Xoom&amp;rsquo;s. The heft is a bit much, I would
like it to be a small bit lighter - but nearly all tablets with proper glass
screens will be heavy.&lt;/p&gt;</description></item><item><title>Plantronics .655 USB Headset Review</title><link>/usb-headset-review/</link><pubDate>Tue, 16 Aug 2011 00:00:00 +0000</pubDate><guid>/usb-headset-review/</guid><description>&lt;p&gt;I got a Plantronics .655 USB Headset mainly for the ability to do VOIP well.
Those of you who come here often know &lt;a href="http://neil.grogan.ie/2011/03/review.html"&gt;I reviewed Sennheiser HD595
before&lt;/a&gt;, which is a headset built for the quality of reproduction (I use
that one for music).&lt;/p&gt;
&lt;p&gt;There&amp;rsquo;s not much you can say about a VOIP headset, so I am going to keep this
short! The Plantronics .655 USB isn&amp;rsquo;t the most comfortable headset and the usb
connection seemed like a plus as I&amp;rsquo;d never owned a USB headset. The mic quality
is a lot better with the USB connection (though I am guessing 90% is down to the
fact it&amp;rsquo;s directional and pointed at your mouth), but the sound won&amp;rsquo;t be.&lt;/p&gt;</description></item><item><title>Tech Video Podcasts Worth Watching</title><link>/tech-video-podcasts-worth-watching/</link><pubDate>Wed, 13 Jul 2011 00:00:00 +0000</pubDate><guid>/tech-video-podcasts-worth-watching/</guid><description>&lt;p&gt;I try to listen to as many &lt;strike&gt;podcasts&lt;/strike&gt; (&lt;em&gt;netcasts?&lt;/em&gt;) as I can.
They fall in to two categories: Irish radio and technology. Luckily, there is so
much competition in this space it&amp;rsquo;s hard to pick the best - so quality is high!&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;&lt;strong&gt;Tech News Today (TNT)&lt;/strong&gt; by the TWiT Network&lt;/li&gt;
&lt;/ol&gt;
&lt;iframe width="560" height="315" src="http://www.youtube.com/embed/ZiOI7GbVhoY" frameborder="0" allowfullscreen="allowfullscreen"&gt;&lt;/iframe&gt;
&lt;blockquote&gt;
&lt;p&gt;Regular and fills you right up to the minute with the latest tech news. Can
replace RSS of many blogs (HUGE time saver) since lively debate of tech topics
is the order of the day.&lt;/p&gt;</description></item><item><title>The Paradox of Choice</title><link>/paradox-of-choice/</link><pubDate>Thu, 30 Jun 2011 00:00:00 +0000</pubDate><guid>/paradox-of-choice/</guid><description>&lt;p&gt;From one of the best TED talks I&amp;rsquo;ve seen:&lt;/p&gt;
&lt;p&gt;&lt;object width="480" height="390"&gt;&lt;param name="movie" value="http://www.youtube-nocookie.com/v/VO6XEQIsCoM?version=3&amp;amp;hl=en_US&amp;amp;rel=0"&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-nocookie.com/v/VO6XEQIsCoM?version=3&amp;amp;hl=en_US&amp;amp;rel=0" type="application/x-shockwave-flash" width="480" height="390" allowscriptaccess="always" allowfullscreen="true"&gt;&lt;/embed&gt;&lt;/object&gt;&lt;/p&gt;
&lt;p&gt;I love the story about the jeans. I feel like that every time I buy shoes.
Scary.&lt;/p&gt;</description></item><item><title>Accidental Sea - When Humans Disappear</title><link>/accidental-sea-when-humans-disappear/</link><pubDate>Wed, 29 Jun 2011 00:00:00 +0000</pubDate><guid>/accidental-sea-when-humans-disappear/</guid><description>&lt;p&gt;&lt;object width="640" height="390"&gt;&lt;param name="movie" value="http://www.youtube-nocookie.com/v/otIU6Py4K_A?version=3&amp;amp;hl=en_US&amp;amp;rel=0"&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-nocookie.com/v/otIU6Py4K_A?version=3&amp;amp;hl=en_US&amp;amp;rel=0" type="application/x-shockwave-flash" width="500" height="390" allowscriptaccess="always" allowfullscreen="true"&gt;&lt;/embed&gt;&lt;/object&gt;&lt;/p&gt;
&lt;p&gt;I&amp;rsquo;ve always wondered what would happen when we are gone - an inevitability
judging by every known animal becoming extinct at some stage. Creepy but very
interesting&amp;hellip;&lt;/p&gt;</description></item><item><title>Software Engineering Job</title><link>/software-engineering-job/</link><pubDate>Mon, 13 Jun 2011 00:00:00 +0000</pubDate><guid>/software-engineering-job/</guid><description>&lt;p&gt;I had been applying for jobs since I started my last year in college and I am
delighted to say even before I completed my final year, I have gained full time
employment. I would say it is luck, but my family thinks it&amp;rsquo;s down to a lot of
hard work and good grades! Either way, it&amp;rsquo;s a great feeling in probably the most
competitive jobs market (for potential employees) in years.&lt;/p&gt;</description></item><item><title>Inter-railing around Europe</title><link>/inter-railing-around-europe/</link><pubDate>Thu, 02 Jun 2011 00:00:00 +0000</pubDate><guid>/inter-railing-around-europe/</guid><description>&lt;p&gt;As you read this, I have already embarked on an inter-railing trip around
Europe. Some of the cities in the itinerary:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Amsterdam&lt;/li&gt;
&lt;li&gt;Cologne&lt;/li&gt;
&lt;li&gt;Nürburgring (Rock Am Ring festival)&lt;/li&gt;
&lt;li&gt;Prague&lt;/li&gt;
&lt;li&gt;Bratislava&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;I&amp;rsquo;ll definitely post up some pictures when I get back. I planned this trip with
a few classmates to coincide with the completion of our four year honours degree
in Computer Science.&lt;/p&gt;</description></item><item><title>Final Year of Honours Degree, Complete</title><link>/final-year-of-honours-degree-complete/</link><pubDate>Wed, 25 May 2011 00:00:00 +0000</pubDate><guid>/final-year-of-honours-degree-complete/</guid><description>&lt;p&gt;It has been a whirlwind four years, but this day marks the cessation of my
full-time education for my honours degree. It is an overwhelming feeling of
relief, joy, sadness and all of the emotions you feel when leaving an
institution that has been a huge part of my life, if only for four short years.&lt;/p&gt;
&lt;center&gt;&lt;a href="https://picasaweb.google.com/102276623719467794879/BloggerPictures?authkey=Gv1sRgCMSGwsXrra72MQ#5604530193920577826"&gt;&lt;img border="0" height="296" src="http://lh6.ggpht.com/_Wq0iRacWX8o/TcdKhG2WUSI/AAAAAAAAAoo/TOqP7IlgyYg/s400/0.jpg" style="margin-bottom: 5px; margin-left: 5px; margin-right: 5px; margin-top: 5px;" width="400" /&gt;&lt;/a&gt;
&lt;/center&gt;
&lt;p&gt;The best part of my course has been without doubt, the friends for life I have
made. I include everyone in my class in this, but some friends have been truly
the best anyone could wish for. I dedicate this post to wishing all my
classmates the very best in whatever they chose to do and hopefully we&amp;rsquo;ll all
keep in touch!&lt;/p&gt;</description></item><item><title>Mobile Carrier Charges</title><link>/mobile-carrier-charges/</link><pubDate>Thu, 19 May 2011 00:00:00 +0000</pubDate><guid>/mobile-carrier-charges/</guid><description>&lt;p&gt;This is an old box which contained a Nokia phone from a now defunct Esat
Digifone. Irish Businessman &lt;a href="http://en.wikipedia.org/wiki/Denis_O%27Brien"&gt;Denis O&amp;rsquo;Brien&lt;/a&gt; started it and sold it to BT
and made a fortune (and after got &lt;a href="http://en.wikipedia.org/wiki/Moriarty_Tribunal#Esat_Digifone"&gt;embroiled in a tribunal on accusations of
impropriety&lt;/a&gt;). It is now called &lt;a href="http://en.wikipedia.org/wiki/O2_%28Ireland%29"&gt;O2&lt;/a&gt;.I thought we got ripped
off now with call charges now, how nostalgia can prove one wrong:&lt;/p&gt;
&lt;p&gt;&lt;a href="http://farm6.static.flickr.com/5241/5269146304_9dc92e7f2e.jpg" title="I thought mobile phone carriers are rip offs now #blastfromthepast"&gt;&lt;img src="./files/2011/05/esat.jpg" alt="Esat Digifone Box"/&gt;&lt;/a&gt;&lt;/p&gt;</description></item><item><title>Waterfall</title><link>/waterfall/</link><pubDate>Sat, 14 May 2011 00:00:00 +0000</pubDate><guid>/waterfall/</guid><description>&lt;p&gt;&lt;a href="http://farm6.static.flickr.com/5136/5458554591_81e0af2293.jpg" title="Waterfall by dueyfinster"&gt;&lt;img src="./files/2011/05/waterfall.jpg" alt="Waterfall by dueyfinster"/&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Took this picture while out walking my dogs. It was taken not far from Leixlip
Louisa Bridge Railway Station, not far from Leixlip, Co. Kildare. It was taken
with an iPhone 4 and edited in Instagram.&lt;/p&gt;</description></item><item><title>Cleaning your PS3's fans?</title><link>/cleaning-your-ps3s-fans/</link><pubDate>Wed, 11 May 2011 00:00:00 +0000</pubDate><guid>/cleaning-your-ps3s-fans/</guid><description>&lt;p&gt;Below is a neat trick to clean out your Playstation 3&amp;rsquo;s fans if they become a
bit noisy. Before I have used a can of compressed air, but this method is really
neat and definitely lowered the fan sound emanating from my PS3.&lt;/p&gt;
&lt;object class="BLOGGER-youtube-video" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0" data-thumbnail-src="http://1.gvt0.com/vi/JhU4_Rm0GQU/0.jpg" height="266" width="320"&gt;
	&lt;param name="movie" value="http://www.youtube.com/v/JhU4_Rm0GQU&amp;fs=1&amp;source=uds" /&gt;
	&lt;param name="bgcolor" value="#FFFFFF" /&gt;
&lt;pre&gt;&lt;code&gt;&amp;lt;embed width=&amp;quot;320&amp;quot; height=&amp;quot;266&amp;quot; src=&amp;quot;http://www.youtube.com/v/JhU4_Rm0GQU&amp;amp;fs=1&amp;amp;source=uds&amp;quot; type=&amp;quot;application/x-shockwave-flash&amp;quot;&amp;gt;
&amp;lt;/embed&amp;gt;
&lt;/code&gt;&lt;/pre&gt;
&lt;/object&gt;
&lt;p&gt;Thanks goes to my former classmate Alan Smith for alerting me to this, &lt;em&gt;Thanks
Al&lt;/em&gt;!&lt;/p&gt;</description></item><item><title>GeoCampus</title><link>/geocampus/</link><pubDate>Mon, 09 May 2011 00:00:00 +0000</pubDate><guid>/geocampus/</guid><description>&lt;p&gt;For my final year project, I have done a web application on the concept of
replacing traditional web applications. I picked an area I was deeply interested
in, smart phones. I am an avid iPhone user and I have bought Android phones
also, they are great devices I can&amp;rsquo;t imagine not having now that they are here.
As part of my thesis I touched on the old way to develop apps, using Symbian C++
or J2ME and we&amp;rsquo;ve come a long, long way since then.&lt;br /&gt;&lt;br /&gt;For those
interested, I will publish copy of my thesis after November 2011. I won&amp;rsquo;t
publish it here just yet, as the examiners have yet to pour over the contents
and grade it.&lt;/p&gt;</description></item><item><title>Sennheiser HD595 Review</title><link>/senn-review/</link><pubDate>Sat, 05 Mar 2011 00:00:00 +0000</pubDate><guid>/senn-review/</guid><description>&lt;p&gt;During last summer I purchased a set of Sennheiser HD595&amp;rsquo;s - a great product for
Audiophiles. I have to say for someone who constantly listens to a lot of
music - good headphones like these are a must. They are expensive for sure, but
Sennheiser do seem to have a great durability and solid build quality. This is
my first set of such high quality headphones, so bear that in mind - I can&amp;rsquo;t
speak for other manufacturers in this space.&lt;/p&gt;</description></item><item><title>iPhone 4 Review</title><link>/iphone4-review/</link><pubDate>Fri, 18 Feb 2011 00:00:00 +0000</pubDate><guid>/iphone4-review/</guid><description>&lt;p&gt;I purchased the iPhone 4 shortly after its release in Summer 2010. I have
obviously been so quick to review this device, the iPhone 5 is upon us! My
philosophy for reviewing items is you &lt;strong&gt;have to live with them&lt;/strong&gt;. Well boy have
I lived with my iPhone 4! As I write this on it, I do marvel at how good the
hardware is. I&amp;rsquo;ve dropped this extremely expensive device on occasions &lt;i&gt;too
numerous to count&lt;/i&gt;, so luckily it is designed well.&lt;/p&gt;</description></item><item><title>Thoughts on IPv6</title><link>/thoughts-on-ipv6/</link><pubDate>Wed, 09 Feb 2011 00:00:00 +0000</pubDate><guid>/thoughts-on-ipv6/</guid><description>&lt;p&gt;A multitude of websites have been reporting the impending doom of ipv4
exhaustion, which is going to happen soon. All the top level address&amp;rsquo; will be
gone, but the regional registries will still have stocks of address&amp;rsquo; in to 2011.
As a user of ipv6, I thought I could share sone thoughts/insights on the events
ahead&amp;hellip;&lt;/p&gt;
&lt;p&gt;Below is a very good video which one of my favourite tech shows, &lt;a href="http://hak5.org/"&gt;Hak5&lt;/a&gt; made
with an IPv6 Consultant, Joe Klein.&lt;/p&gt;</description></item><item><title>Output Percentage of File (Bash code)</title><link>/output-percentage-of-file-bash-code/</link><pubDate>Sat, 05 Feb 2011 00:00:00 +0000</pubDate><guid>/output-percentage-of-file-bash-code/</guid><description>&lt;p&gt;I wrote this script recently for a friend in a job who needed to output a
certain percentage of a log file, but no more and no less. This was in Linux
using bash, so I had a go at writing a solution, which you see below. Posting
this up in case it&amp;rsquo;s useful to anyone else!&lt;/p&gt;
&lt;div class="highlight"&gt;&lt;pre tabindex="0" style="color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;"&gt;&lt;code class="language-bash" data-lang="bash"&gt;&lt;span style="display:flex;"&gt;&lt;span&gt; &lt;span style="color:#75715e"&gt;# !/bin/sh # Public Domain, by Neil Grogan 2010 # Script&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;to output last 30% of file by lines
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt; OLDFILE&lt;span style="color:#f92672"&gt;=&lt;/span&gt;&amp;amp;quot;oldlog.txt&amp;amp;quot;
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt; NEWFILE&lt;span style="color:#f92672"&gt;=&lt;/span&gt;&lt;span style="color:#e6db74"&gt;&amp;#34;newlog.txt&amp;#34;&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt; PERCENT&lt;span style="color:#f92672"&gt;=&lt;/span&gt;0.7
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt; &lt;span style="color:#75715e"&gt;#Use wc to count lines&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt; LINES&lt;span style="color:#f92672"&gt;=&lt;/span&gt;&lt;span style="color:#66d9ef"&gt;$(&lt;/span&gt;wc -l $OLDFILE | awk &lt;span style="color:#e6db74"&gt;&amp;#39;{ print $1}&amp;#39;&lt;/span&gt;&lt;span style="color:#66d9ef"&gt;)&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt; &lt;span style="color:#75715e"&gt;#Linespercent = 2 decimal places, lines by percent, round to whole&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt; LINESPERCENT&lt;span style="color:#f92672"&gt;=&lt;/span&gt;&lt;span style="color:#66d9ef"&gt;$(&lt;/span&gt;echo &lt;span style="color:#e6db74"&gt;&amp;#34;scale=2; &lt;/span&gt;$LINES&lt;span style="color:#e6db74"&gt;*&lt;/span&gt;$PERCENT&lt;span style="color:#e6db74"&gt;&amp;#34;&lt;/span&gt; | bc | xargs printf &lt;span style="color:#e6db74"&gt;&amp;#34;%1.0f&amp;#34;&lt;/span&gt; &lt;span style="color:#66d9ef"&gt;)&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt; &lt;span style="color:#75715e"&gt;# Use tail to get last 30% and output, can use tail -s with sleep time to have it run on sched.&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt; tail -n $LINESPERCENT $OLDFILE &amp;gt;&amp;gt; $NEWFILE&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;</description></item><item><title>Blogging like a H4x0r</title><link>/blogging-like-h4x0r/</link><pubDate>Mon, 31 Jan 2011 00:00:00 +0000</pubDate><guid>/blogging-like-h4x0r/</guid><description>&lt;p&gt;Apologies to those visiting my site recently because:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;It hasn&amp;rsquo;t been updated recently&lt;/li&gt;
&lt;li&gt;I have been changing hosts with it&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Let me explain both of these! I have been searching for a good blogging engine
ever since I have started blogging. I have yet to find the perfect one :) Some
have come close in completeness (&lt;a href="http://wordpress.org/"&gt;WordPress&lt;/a&gt;) or price and ease of use
(blogger), but none has been all-encompassing. I messed around with a blogging
engine called &lt;a href="http://github.com/mojombo/jekyll"&gt;Jekyll&lt;/a&gt; about a year and a half ago, but I never ended up
deploying it. I had my website most recently on Google Sites, and the ease of
use was pretty good, but themes-wise it was pretty frustrating, also they force
an ugly footer on all pages, yuck.&lt;/p&gt;</description></item><item><title>My Top Chrome Extensions</title><link>/my-top-chrome-extensions/</link><pubDate>Mon, 22 Nov 2010 00:00:00 +0000</pubDate><guid>/my-top-chrome-extensions/</guid><description>&lt;p&gt;Below I present some very useful extensions I use while using Google Chrome, in
no particular order.&lt;/p&gt;
&lt;p&gt;&lt;img src="http://4.bp.blogspot.com/_Wq0iRacWX8o/TOpquOK6RLI/AAAAAAAAAlE/oGVd0x63zCc/s200/20001.png" alt="image"&gt;&lt;strong&gt;&lt;a href="https://chrome.google.com/extensions/detail/gighmmpiobklfepjocnamgkkbiglidom"&gt;Adblock&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Blocks ads just like Firefox extension and makes the web less junky to look
at. You can whitelist good ads, and an argument could be had your harming
websites revenue stream, but a lot of nasty tricks such as spyware, malware
have used ads as a vector to spread. Not least the dishonesty some sites use
in splitting up articles in to 10 pages to pump ad revenue.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;a href="http://1.bp.blogspot.com/_Wq0iRacWX8o/TOpsbEDdBMI/AAAAAAAAAlI/4yyhlRHjWN0/s1600/1001.png"&gt;&lt;img src="http://1.bp.blogspot.com/_Wq0iRacWX8o/TOpsbEDdBMI/AAAAAAAAAlI/4yyhlRHjWN0/s200/1001.png" alt="image"&gt;&lt;/a&gt;
&lt;strong&gt;&lt;a href="https://chrome.google.com/extensions/detail/flcpelgcagfhfoegekianiofphddckof"&gt;KB SSL Enforcer&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;</description></item><item><title>First Video Blog!</title><link>/first-video-blog/</link><pubDate>Fri, 29 Oct 2010 00:00:00 +0000</pubDate><guid>/first-video-blog/</guid><description>&lt;p&gt;Below is my first attempt at video blogging. If I get used to it it may be
easier to explain my point of view or give reviews! I have liked hiding behind
words up until this point, so this is a new venture with my iPhone 4.&lt;/p&gt;
&lt;p&gt;&lt;a href="http://www.youtube.com/watch?v=PlC6hdErtkA"&gt;&lt;img src="http://img.youtube.com/vi/PlC6hdErtkA/0.jpg" alt="image"&gt;YouTube Video&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Please don&amp;rsquo;t be too harsh on me!&lt;br&gt;
Location:&lt;a href="http://maps.google.com/maps?q=Dublin,%20Ireland&amp;amp;z=10"&gt;Dublin, Ireland&lt;/a&gt;&lt;/p&gt;</description></item><item><title>iPad Evolution?</title><link>/ipad-evolution/</link><pubDate>Tue, 26 Oct 2010 00:00:00 +0000</pubDate><guid>/ipad-evolution/</guid><description>&lt;p&gt;Since Apple released an iPad there have been various competitors announced, so
it got me thinking what would it take for me to buy one? I haven&amp;rsquo;t bought the
first generation iPad because the lack of a camera on a device so obviously good
for fullscreen video calls has baffled me. I guess they have to store up some
ideas since they need a new hardware iteration every year, Apple&amp;rsquo;s revenue model
depends on that vital hardware refresh cycle.&lt;/p&gt;</description></item><item><title>Alternative Interpretation of the Prodigy</title><link>/alternative-interpretation-of-prodigy/</link><pubDate>Fri, 01 Oct 2010 00:00:00 +0000</pubDate><guid>/alternative-interpretation-of-prodigy/</guid><description>&lt;p&gt;So I was listening to some music, thinking about the announcement today on Anglo
Irish Bank that we have 32% national debt and my generation will be expected to
pay that. Kind of depressing if you ask me, but no one does, ’cause the media
has got that one all wrapped up. So I asked myself, is their anything new we can
learn, while I was listening to the &lt;em&gt;Prodigy&lt;/em&gt; classic� &lt;em&gt;Breathe&lt;/em&gt;. So I came to
the realisation there can&amp;rsquo;t be anything added, or can there?&lt;/p&gt;</description></item><item><title>Garmin Zumo 660 Motorcycle GPS</title><link>/motorcycle-gps/</link><pubDate>Wed, 04 Aug 2010 00:00:00 +0000</pubDate><guid>/motorcycle-gps/</guid><description>&lt;p&gt;It&amp;rsquo;s been over a week since I received my Garmin Zumo 660 Motorcycle GPS unit. I
thought I&amp;rsquo;d give it a run-down for potential buyers on my experience for the
first week. Firstly I should mention, I&amp;rsquo;ve never owned another Garmin unit, and
had two mobile GPS&amp;rsquo; units before (one being Nokia N800 with Bluetooth external
GPS and other Apple iPhone 3G). The reason I bring this up is that a lot of the
reviews I&amp;rsquo;ve seen written compare it to it&amp;rsquo;s predecessor, Zumo 550, which
obviously I can&amp;rsquo;t do.&lt;/p&gt;</description></item><item><title>BSc in Computing</title><link>/bsc-in-computing/</link><pubDate>Sun, 20 Jun 2010 00:00:00 +0000</pubDate><guid>/bsc-in-computing/</guid><description>&lt;p&gt;Wow&amp;hellip; what a weird feeling, I have a degree under my belt. Three years, many
friends and a lot of hard work later! The degree itself was based on my father&amp;rsquo;s
business Grogan Burner Services, and trying to solve a real world problem of
using Excel spreadsheets. We used &lt;a href="http://www.python.org"&gt;Python&lt;/a&gt;, &lt;a href="http://code.google.com/appengine/"&gt;Google App Engine&lt;/a&gt; and a lot of
Javascript to create a modern, sleek &lt;a href="http://en.wikipedia.org/wiki/Customer_relationship_management"&gt;Customer Relationship Management&lt;/a&gt;
system. All the code is open source, under &lt;a href="http://www.gnu.org/licenses/gpl-3.0.html"&gt;GPLv3&lt;/a&gt;. Our thesis, including code
is available below for those interested. We got top honours for the submission
in &lt;a href="http://www.itb.ie/"&gt;ITB&lt;/a&gt;.&lt;/p&gt;</description></item><item><title>Haiku: Open Source BeOS clone</title><link>/haiku-open-source-beos-clone/</link><pubDate>Sun, 06 Jun 2010 00:00:00 +0000</pubDate><guid>/haiku-open-source-beos-clone/</guid><description>&lt;p&gt;I usually listen to podcasts on the excellent Twit.tv network and it goes
without saying &lt;a href="http://www.twit.tv/floss"&gt;Floss Weekly&lt;/a&gt; is one of my favourites.
&lt;a href="http://www.twit.tv/floss120"&gt;A recent episode&lt;/a&gt; covered
&lt;a href="http://www.haiku-os.org/"&gt;Haiku&lt;/a&gt; - an open source operating system based on the
design of the old BeOS. What&amp;rsquo;s very interesting about
&lt;a href="http://en.wikipedia.org/wiki/BeOS"&gt;BeOS&lt;/a&gt; is the design, an integrated all in
one operating system - and the fact Apple almost purchased it. That&amp;rsquo;s amazing to
me, literally in one fell swoop, if Apple had of offered the 200 million Be
Systems wanted, there would be no NextStep into Apple and by extension - Steve
Jobs. It&amp;rsquo;s especially poignant since Apple just surpassed Microsoft to become
the second most valuable American company.&lt;/p&gt;</description></item><item><title>WebM promises Open Web Video</title><link>/webm-promises-open-web-video/</link><pubDate>Sun, 30 May 2010 00:00:00 +0000</pubDate><guid>/webm-promises-open-web-video/</guid><description>&lt;p&gt;I&amp;rsquo;ve written &lt;a href="./2008/12/firefox-and-opera-lead-web-video-way.html"&gt;about my desire for open web video before&lt;/a&gt;, and now it
looks as if it&amp;rsquo;s finally going to happen. Lead by Google&amp;rsquo;s acquisition of &lt;a href="http://www.on2.com/"&gt;On2
technologies&lt;/a&gt;, the &lt;a href="http://en.wikipedia.org/wiki/VP8"&gt;VP8&lt;/a&gt; codec has been renamed as &amp;ldquo;&lt;a href="http://www.webmproject.org/"&gt;WebM&lt;/a&gt;&amp;rdquo; and open
sourced. &lt;a href="http://en.wikipedia.org/wiki/Vorbis"&gt;Vorbis&lt;/a&gt; will be the audio. &lt;a href="http://en.wikipedia.org/wiki/Matroska"&gt;Matroska&lt;/a&gt; the container for the new
format. An Open Source developer for x264 does a &lt;a href="http://x264dev.multimedia.cx/?p=377"&gt;great teardown of the format
vs. h.264 here&lt;/a&gt;. The patent minefield stateside is still not clear by
any means, but with a strong backer like Google, it&amp;rsquo;s probably the best
protection your going to get. Announcements, including links to nightlies, dev
and beta channel browsers with WebM support are below:&amp;lt;&lt;/p&gt;</description></item><item><title>Honda Bros Motorcycle</title><link>/honda-bros-motorcycle/</link><pubDate>Mon, 24 May 2010 00:00:00 +0000</pubDate><guid>/honda-bros-motorcycle/</guid><description>&lt;p&gt;I recently purchased - known as a
&lt;a href="http://books.google.com/books?id=O_YDAAAAMBAJ&amp;amp;pg=PT23"&gt;cult motorbike&lt;/a&gt; - a
Honda BROS (known in the US as a HawkGT). It is a 400cc V-Twin 1991 model, with
33BHP / 24.6Kw out of the factory. That put&amp;rsquo;s it under the legal limit for a
learner motorcycle in the A category of license in Ireland. I&amp;rsquo;ve been
progressing through bikes, slowly gaining confidence and experience. I posted
about my &lt;a href="./2008/09/yamaha-yq-aerox-best-moped-ever.html"&gt;Yamaha YQ50&lt;/a&gt;, My
&lt;a href="./2009/12/yamaha-majesty-400c-review.html"&gt;Yamaha YP125 (Majesty)&lt;/a&gt; and now it&amp;rsquo;s
a Honda BROS&amp;rsquo; turn!&lt;/p&gt;</description></item><item><title>A Bit of Bau</title><link>/bit-of-bau/</link><pubDate>Mon, 03 May 2010 00:00:00 +0000</pubDate><guid>/bit-of-bau/</guid><description>&lt;p&gt;This is a 3rd Graphics project we presented as a group for Computer Science. I&amp;rsquo;d
like to thank Mark and James, my team members, for all their hard work! The
subject of Bauhaus was previously discussed in my graphical representation of a
3D chess set. The music is courtesy of Jamendo, and is free ;) Enjoy it the
video!&lt;/p&gt;
&lt;p&gt;&lt;object height="385" width="480"&gt;&lt;param name="movie" value="http://www.youtube.com/v/Yc8aefsbbHY&amp;hl=en_US&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/Yc8aefsbbHY&amp;hl=en_US&amp;fs=1&amp;" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="480" height="385"&gt;&lt;/embed&gt;&lt;/object&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Update:&lt;/strong&gt; Also noticed &lt;a href="http://bark4mark.com/2010/04/3d-graphics-project-2/" title="Link no longer works unfortunately"&gt;Mark has a nice post on it also&lt;/a&gt;&lt;/p&gt;</description></item><item><title>Donating to Charity</title><link>/donating-to-charity/</link><pubDate>Thu, 01 Apr 2010 00:00:00 +0000</pubDate><guid>/donating-to-charity/</guid><description>&lt;p&gt;I&amp;rsquo;ve been meaning to write this blog post for a while, probably since 2006.
(Almost) everyone that I know of donates to charity on a regular enough basis.
I&amp;rsquo;m a college student so I don&amp;rsquo;t donate as much as I should. But it really
annoys me how the &amp;ldquo;main&amp;rdquo; charities run a campaign of guilt and spend
&lt;strong&gt;millions&lt;/strong&gt; on it. I&amp;rsquo;ve donated money to all of these charities, the third
world aid charities. All of them spend far too much on paying people commission
and advertising. One that I can think of off hand is asking people who donated
more than €250 to sign a form and send it back.&lt;/p&gt;</description></item><item><title>Computer Graphics: Bauhaus Chess Design</title><link>/computer-graphics-bauhaus-chess-design/</link><pubDate>Wed, 17 Mar 2010 00:00:00 +0000</pubDate><guid>/computer-graphics-bauhaus-chess-design/</guid><description>&lt;p&gt;One of our projects this semester is to make a Bauhaus Chess set in a program
called 3DS Max (created by Autodesk). 3DS Max is a modeling and animation tool
built specifically for creating 3D representations and models. Being a lover of
Open Source, when we we’re told although Blender was considered, it fell a bit
short for some reason, so we had to use 3DS Max.&lt;/p&gt;
&lt;p&gt;3DS Max is not bad to use, some of the tools are nice if your not an arty type
(like me) and prefer more technical and structured things. Some of the effects
(like glass and water) give a really nice effect to add to the model your
designing. Also as part of the project we had to have an accompanying website,
which you can view at &lt;a href="http://bark4mark.com/bauhaus"&gt;bark4mark.com/bauhaus&lt;/a&gt;&lt;/p&gt;</description></item><item><title>Interview - Being a Woman in Computer Science</title><link>/interview-being-woman-in-computer/</link><pubDate>Tue, 09 Mar 2010 00:00:00 +0000</pubDate><guid>/interview-being-woman-in-computer/</guid><description>&lt;p&gt;One topic that rarely gets coverage that I&amp;rsquo;ve seen is how women get along in
male dominated environments, such as Computer Science. For me it has never
mattered someone&amp;rsquo;s gender - I love using, tweaking and learning about computers
and if you share that interest - the more, the better! It has been shown very
young children are conditioned from a very young age by gender rules - shown by
Prof. Robert Winston in Child of Our Time programme. So I&amp;rsquo;ve often wondered in a
very skewed ratio of males to females (as generally there are more females than
males in society) would affect a Woman&amp;rsquo;s choice of even considering Computer
Science, since so few actually do. So I set about asking our class
representative, &lt;strong&gt;&lt;em&gt;Lauren Butler&lt;/em&gt;&lt;/strong&gt;, her thoughts on Computers, doing Computer
Science and being an authority figure in a male dominated class-room, my
questions and her answers follow:&lt;/p&gt;</description></item><item><title>Technology New Years Resolutions</title><link>/technology-new-years-resolutions/</link><pubDate>Mon, 04 Jan 2010 00:00:00 +0000</pubDate><guid>/technology-new-years-resolutions/</guid><description>&lt;p&gt;Some people make new years resolutions about eating healthier, exercising more
etc. I find that boring, who doesn&amp;rsquo;t want to be healthier? So I am making a list
of technology resolutions:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Learn &lt;a href="http://en.wikipedia.org/wiki/C_(programming_language)"&gt;C&lt;/a&gt; in
&lt;a href="http://developer.apple.com/tools/xcode/"&gt;XCode&lt;/a&gt; on a
&lt;a href="http://www.apple.com/getamac/"&gt;Mac&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Make an awesome
&lt;a href="http://en.wikipedia.org/wiki/Customer_relationship_management"&gt;CRM&lt;/a&gt; program
for &lt;a href="http://www.itb.ie/StudyatITB/bn104.html"&gt;College degree&lt;/a&gt;
(&lt;a href="http://www.python.org/"&gt;Python&lt;/a&gt;,
&lt;a href="http://code.google.com/appengine/"&gt;Google App Engine&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Learn &lt;a href="http://www.vim.org/"&gt;Vim&lt;/a&gt; and
&lt;a href="http://www.gnu.org/software/emacs/"&gt;Emacs&lt;/a&gt; bindings, using them for code&lt;/li&gt;
&lt;li&gt;Learn to use &lt;a href="http://git-scm.com/"&gt;Git&lt;/a&gt;, possibly
&lt;a href="http://mercurial.selenic.com/"&gt;mercurial&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Learn some &lt;a href="http://en.wikipedia.org/wiki/Objective-C"&gt;Obj-C&lt;/a&gt; with
&lt;a href="http://developer.apple.com/cocoa/"&gt;Cocoa&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Learn some &lt;a href="http://en.wikipedia.org/wiki/C++"&gt;C++&lt;/a&gt; with
&lt;a href="http://qt.nokia.com/products"&gt;Qt&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Learn
&lt;a href="http://www.blogger.com/goog_1262610794764"&gt;Python +&lt;/a&gt;&lt;a href="http://www.blogger.com/goog_1262610794764"&gt;Tcl&lt;/a&gt;&lt;a href="http://www.blogger.com/goog_1262610794764"&gt;/&lt;/a&gt;&lt;a href="http://wiki.python.org/moin/TkInter"&gt;tk&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Learn more about the &lt;a href="http://kerneltrap.org/node/5214"&gt;design of Linux kernel&lt;/a&gt;
and study some of it&amp;rsquo;s code&lt;/li&gt;
&lt;li&gt;Do Sysadmin stuff on my server on &lt;a href="http://www.linode.com/"&gt;Linode&lt;/a&gt;; like
&lt;a href="http://www.blogger.com/goog_1262610794776"&gt;setting up&lt;/a&gt;&lt;a href="http://www.blogger.com/goog_1262610794776"&gt;Sendmail&lt;/a&gt;&lt;a href="http://www.blogger.com/goog_1262610794776"&gt;,&lt;/a&gt;&lt;a href="http://www.blogger.com/goog_1262610794776"&gt;IRC&lt;/a&gt;&lt;a href="http://library.linode.com/"&gt;Servers and other stuff&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;If I have time, investigate &lt;a href="http://cakephp.org/"&gt;CakePHP&lt;/a&gt;,
&lt;a href="http://www.djangoproject.com/"&gt;Django&lt;/a&gt;, maybe
&lt;a href="http://www.ruby-lang.org/"&gt;Ruby&lt;/a&gt; (&lt;a href="http://rubyonrails.org/"&gt;on Rails&lt;/a&gt;?) and
it&amp;rsquo;s ilk&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;That should keep me busy besides college and working! I didn&amp;rsquo;t include any
security stuff, as we&amp;rsquo;re doing best practice for my honours degree next year. If
anyone has any of their own, I&amp;rsquo;d love to see, or any resources to help me
complete my list ^-^ Happy 2010!&lt;/p&gt;</description></item><item><title>Dogs chew things?</title><link>/dogs-chew-things/</link><pubDate>Sun, 03 Jan 2010 00:00:00 +0000</pubDate><guid>/dogs-chew-things/</guid><description>&lt;p&gt;Lesson learned: never leave a expensive. Take these pictures I shot after the
dog attacked my motorcycle! I still love dogs as pets, they are man&amp;rsquo;s best
friend and just like best friends they can screw up. The only thing I am most
upset about now is the dog can&amp;rsquo;t pay for the repairs&amp;hellip; Forgive and forget
Fritzie? Thats a girl&amp;hellip;&lt;/p&gt;
&lt;p&gt;P.S. If anyone knows anyone thats in the seat repairing business, let me know! I
can find almost any other part for my Yamaha YP125 other than a seat, grrrr&lt;/p&gt;</description></item><item><title>Best KDE/Linux?</title><link>/best-kdelinux/</link><pubDate>Sat, 12 Dec 2009 00:00:00 +0000</pubDate><guid>/best-kdelinux/</guid><description>&lt;p&gt;&lt;a href="http://www.tuxradar.com/content/get-best-kde-linux-distro"&gt;&lt;/a&gt;&lt;a href="http://posterous.com/getfile/files.posterous.com/dueyfinster/nhcpemhIhaknDbFnGmyDrygFCmfgwJfwsfBiEbAdJcEzAGazExymJgjbkHIn/media_httpwwwtuxradarcomfilesLXF126roundslackware02jpg_lEmerdfCueGgscx.jpg.scaled1000.jpg"&gt;&lt;img src="http://posterous.com/getfile/files.posterous.com/dueyfinster/nhcpemhIhaknDbFnGmyDrygFCmfgwJfwsfBiEbAdJcEzAGazExymJgjbkHIn/media_httpwwwtuxradarcomfilesLXF126roundslackware02jpg_lEmerdfCueGgscx.jpg.scaled500.jpg" alt="image"&gt;&lt;/a&gt;
via &lt;a href="http://www.tuxradar.com/content/get-best-kde-linux-distro"&gt;tuxradar.com&lt;/a&gt;
For me it&amp;rsquo;s definitely Kubuntu, but I can see why they choose OpenSuSe. May I
just mention the virtual machine builder system is awesome, pay attention
Mr.Shuttleworth! Although PPA builds come a close second for useful online
tools&amp;hellip;&lt;/p&gt;</description></item><item><title>Why Should I Care What Color the Bikeshed Is?</title><link>/why-should-i-care-what-color-bikeshed/</link><pubDate>Mon, 07 Dec 2009 00:00:00 +0000</pubDate><guid>/why-should-i-care-what-color-bikeshed/</guid><description>&lt;p&gt;&amp;ldquo;The really, really short answer is that you should not. The somewhat longer
answer is that just because you are capable of building a bikeshed does not mean
you should stop others from building one just because you do not like the color
they plan to paint it. This is a metaphor indicating that you need not argue
about every little feature just because you know enough to do so. Some people
have commented that the amount of noise generated by a change is inversely
proportional to the complexity of the change.&amp;rdquo;&lt;/p&gt;</description></item><item><title>Pulp Fiction theme</title><link>/pulp-fiction-theme/</link><pubDate>Fri, 04 Dec 2009 00:00:00 +0000</pubDate><guid>/pulp-fiction-theme/</guid><description>&lt;p&gt;When I found this, I had to share it:&lt;/p&gt;</description></item><item><title>Cheesy Intel Ad</title><link>/cheesy-intel-ad/</link><pubDate>Wed, 02 Dec 2009 00:00:00 +0000</pubDate><guid>/cheesy-intel-ad/</guid><description/></item><item><title>Yamaha Majesty 400c Review</title><link>/yamaha-majesty-400c-review/</link><pubDate>Tue, 01 Dec 2009 00:00:00 +0000</pubDate><guid>/yamaha-majesty-400c-review/</guid><description>&lt;p&gt;I own a Majesty 125cc 2002. The video below is the updated (and more powerful)
model:&lt;/p&gt;
&lt;p&gt;(Some of the) New features:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;2x the amount of space&lt;/li&gt;
&lt;li&gt;Parking break (for hills! Think handbrake if your a car driver)&lt;/li&gt;
&lt;li&gt;Liquid-cooled 400cc&lt;/li&gt;
&lt;li&gt;ABS brakes&lt;/li&gt;
&lt;li&gt;Dual Halogen Headlights&lt;/li&gt;
&lt;li&gt;Larger rear lights&lt;/li&gt;
&lt;li&gt;Csr-like oversize dials on dash&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;It looks good, good, good. I haven&amp;rsquo;t looked at price, but my last two bikes are
Yamaha and I&amp;rsquo;ve had little trouble with them. I like the bigger bikes that have
loads of built in storage (panniers look a bit unnatural) and a bike that&amp;rsquo;s
confident in itself to not have to show off it&amp;rsquo;s braun but rather it&amp;rsquo;s brains
with good safety and road handling ;)&lt;/p&gt;</description></item><item><title>Sony Subsidises Supercomputers for the US Military?</title><link>/sony-subsidises-supercomputers-for-us/</link><pubDate>Mon, 30 Nov 2009 00:00:00 +0000</pubDate><guid>/sony-subsidises-supercomputers-for-us/</guid><description>&lt;p&gt;Ars has a great article about how Sony through the Playstation 3&amp;rsquo;s awesome power
(can&amp;rsquo;t you tell which of this generations consoles I own?) and subsidy (based on
recoup of selling games and hardware - a model pioneered with the PS1)&lt;/p&gt;
&lt;blockquote&gt;
&lt;blockquote&gt;
&lt;p&gt;With respect to cell processors, a single 1U server configured with two
3.2GHz cell processors can cost up to $8K while two Sony PS3s cost
approximately $600. Though a single 3.2 GHz cell processor can deliver over
200 GFLOPS, whereas the Sony PS3 configuration delivers approximately 150
GFLOPS, the approximately tenfold cost difference per GFLOP makes the Sony
PS3 the only viable technology for HPC applications.&lt;/p&gt;</description></item><item><title>Nuclear Power Debates... why not in Ireland?</title><link>/nuclear-power-debates-why-not-in/</link><pubDate>Sat, 28 Nov 2009 00:00:00 +0000</pubDate><guid>/nuclear-power-debates-why-not-in/</guid><description>&lt;p&gt;Some really informative stuff on Slashdot regarding nuclear power:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;by &lt;a href="http://slashdot.org/~david.given"&gt;david.given (6740)&lt;/a&gt;&lt;br&gt;
France generates pretty much all of its electricity from nuclear, with
reprocessing, using pressurised water reactors. Not only do they have a number
of handy engineering benefits such as isolating the water loop through the
reactor from the water loop through the turbines, but they also have a
particularly useful safety feature in that they&amp;rsquo;re self-regulating &amp;mdash;
temperature goes up, power output goes down. France has an excellent safety
record; I can find only one major incident, which was a coolant spill in 2008.
They even do their own waste reprocessing into plutonium, which is then reused
to generate more power. Unaccountably, terrorists don&amp;rsquo;t seem to have stolen
any of it.&lt;/p&gt;</description></item><item><title>Is a Mac Pro overpriced?</title><link>/is-mac-pro-overpriced/</link><pubDate>Tue, 24 Nov 2009 00:00:00 +0000</pubDate><guid>/is-mac-pro-overpriced/</guid><description>&lt;p&gt;&lt;a href="http://gizmodo.com/5411073/why-its-gotten-straight-stupid-to-buy-a-mac-pro"&gt;Gizmodo seem to think so&lt;/a&gt;:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;The $2,500 Mac Pro, desperately in need of a refresh, gives you a 2.66GHz
Quad-Core Xeon (essentially an i7), 3GB of RAM (triple channel, but
seriously?), 640GB hard drive (again, seriously?) and a nominal graphics card.
Spend $800 more and you&amp;rsquo;ll get a another processor and 3GB more RAM.&lt;/p&gt;
&lt;p&gt;The $2200, 27-inch iMac obviously includes a screen, plus you get a 2.8GHz
Quad-Core (i7), 1TB drive, 4GB of RAM and a nominal graphics card.&lt;/p&gt;</description></item><item><title>3G Coverage in Ireland</title><link>/3g-coverage-in-ireland/</link><pubDate>Mon, 20 Apr 2009 00:00:00 +0000</pubDate><guid>/3g-coverage-in-ireland/</guid><description>&lt;p&gt;I recently used Twitter to post about my journey on public transport from
Kilkenny to Dublin. For people outside of Ireland the total Journey distance was
about 90 miles.&lt;/p&gt;
&lt;p&gt;I used only my iPhone on the O2 network and close to 50% of the time it seemed
like I had 3G. This was on a train moving at speed, and YouTube played very well
with little to no stutter. It did drop to Edge the other half of the time, with
about 30% of time I still got speeds web browsing was acceptable on. So in
summary: 80% of the time it was possible to surf the web.&lt;/p&gt;</description></item><item><title>iPhone 3G Review</title><link>/iphone-3g-review/</link><pubDate>Thu, 09 Apr 2009 00:00:00 +0000</pubDate><guid>/iphone-3g-review/</guid><description>&lt;p&gt;I recently got an iPhone 3G and away from all that Apple mania; I thought I
would give an honest review. This is framed in the mindset of all the past Nokia
devices (which I have posted about here also) which I have owned.&lt;/p&gt;
&lt;p&gt;Okay so where to start? Well I think a good place would be what I could have
bought instead. Strange place for a review; but its good to see what is out
there and what I was looking at beforehand.&lt;/p&gt;</description></item><item><title>Eircom Responds...</title><link>/eircom-responds/</link><pubDate>Thu, 26 Mar 2009 00:00:00 +0000</pubDate><guid>/eircom-responds/</guid><description>&lt;blockquote&gt;
&lt;p&gt;Dear,&lt;br&gt;
[My Name]&lt;/p&gt;
&lt;p&gt;eircom has not agreed to block any Internet sites from being accessed by&lt;br&gt;
end-users. As part of the settlement of the above proceedings, it was&lt;br&gt;
agreed that eircom would not oppose an application by the Plaintiffs to&lt;br&gt;
seek to have eircom block access to the Pirate Bay website. The Music&lt;br&gt;
Industry will still have to establish, in the normal way that there is&lt;br&gt;
an appropriate basis for the relief which they seek from the Court.&lt;br&gt;
eircom is not supporting or consenting to the application. The&lt;br&gt;
settlement makes no provision for any site other than the Pirate Bay&lt;br&gt;
website.&lt;/p&gt;</description></item><item><title>Love letter to IRMA's Solicitor</title><link>/love-letter-to-irmas-solicitor/</link><pubDate>Sat, 07 Mar 2009 00:00:00 +0000</pubDate><guid>/love-letter-to-irmas-solicitor/</guid><description>&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;This post is a continuation on the previous one. IRMA is the Irish Music
Rights Organisation which represents the big four record companies and their
bottom line: never the artist. They have recently tried to regulate the
Internet and have forced the biggest Irish ISP: Eircom; to use the three
strikes rule and boot people off the Internet&amp;hellip; No Judge, no Jury, no
evidence of a crime.. Just an IP address and a sanction which you cannot
contest.&lt;/p&gt;</description></item><item><title>This post is censored by IRMA</title><link>/this-post-is-censored-by-irma/</link><pubDate>Sat, 07 Mar 2009 00:00:00 +0000</pubDate><guid>/this-post-is-censored-by-irma/</guid><description>&lt;p&gt;I always hoped for better for Ireland; but it seems the thieving hand of
&amp;ldquo;rights&amp;rdquo; organizations which pretend to represent the artist have struck gold.
Being able to cajole and bribe the largest Irish Internet Service Provider
(ISP) - Eircom; has worked only too well. Although Eircom has said it will only
obey by having a court order - it has agreed never to oppose these - which makes
it complicit in the act of censorship. My Letter to Our ISP, Eircom, IRMA, EFF:&lt;/p&gt;</description></item><item><title>Linux Desktop Environments?</title><link>/linux-desktop-environments/</link><pubDate>Mon, 26 Jan 2009 00:00:00 +0000</pubDate><guid>/linux-desktop-environments/</guid><description>&lt;p&gt;What are Desktop Environments? Wikipedia defines it as:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;In graphical computing, a &lt;strong&gt;desktop environment&lt;/strong&gt; (&lt;strong&gt;DE&lt;/strong&gt;) commonly refers to
a style of
&lt;a href="http://en.wikipedia.org/wiki/Graphical_user_interface" title="Graphical user interface"&gt;graphical user interface&lt;/a&gt;
&amp;hellip;&amp;hellip; A desktop environment typically consists of
&lt;a href="http://en.wikipedia.org/wiki/Icon_(computing)" title="Icon (computing)"&gt;icons&lt;/a&gt;,
&lt;a href="http://en.wikipedia.org/wiki/Window_(computing)" title="Window (computing)"&gt;windows&lt;/a&gt;,
&lt;a href="http://en.wikipedia.org/wiki/Toolbar" title="Toolbar"&gt;toolbars&lt;/a&gt;,
&lt;a href="http://en.wikipedia.org/wiki/Directory_(file_systems)" title="Directory (file systems)"&gt;folders&lt;/a&gt;,
&lt;a href="http://en.wikipedia.org/wiki/Computer_wallpaper" title="Computer wallpaper"&gt;wallpapers&lt;/a&gt;,
and
&lt;a href="http://en.wikipedia.org/wiki/Widget_engine" title="Widget engine"&gt;desktop widgets&lt;/a&gt;.
(See
&lt;a href="http://en.wikipedia.org/wiki/WIMP_(computing)" title="WIMP (computing)"&gt;WIMP&lt;/a&gt;.)&lt;/p&gt;&lt;/blockquote&gt;
&lt;p&gt;I would add a &lt;a href="http://en.wikipedia.org/wiki/File_manager"&gt;file manager&lt;/a&gt; and
&lt;a href="http://en.wikipedia.org/wiki/Web_browser"&gt;browser&lt;/a&gt; to this list also! Let&amp;rsquo;s
look at the two most popular consumer Operating Systems (in three variants) and
their Desktop Environments:&lt;/p&gt;</description></item><item><title>Ubuntu in four years</title><link>/ubuntu-in-four-years/</link><pubDate>Wed, 21 Jan 2009 00:00:00 +0000</pubDate><guid>/ubuntu-in-four-years/</guid><description>&lt;p&gt;Last year was me celebrating four years of using the best operating system out
there: &lt;a href="http://kernel.org/"&gt;Linux&lt;/a&gt; and the best distro &lt;a href="http://www.ubuntu.com/"&gt;Ubuntu&lt;/a&gt;. Ubuntu was my first foray in to
Linux; and I haven&amp;rsquo;t left it since; although I have tried all the other major
distros. I started with the first version of Ubuntu; Warthy Warthog:&lt;/p&gt;
&lt;p&gt;&lt;img src="http://upload.wikimedia.org/wikipedia/en/thumb/d/d0/Ubuntu-desktop-2-410-20080706.png/180px-Ubuntu-desktop-2-410-20080706.png" alt="Warthy Warthog"&gt;&lt;/p&gt;
&lt;p&gt;Warthy had a text only installer and it took me quite a while to not only get
used to the idea of this strange operating system; but the fear of leaving
Windows-land where all that power usage knowledge would mean nothing. It meant
nothing in terms of the registry and other superficial stuff; but the more I
used Ubuntu and Linux the more I liked it. In fact in 2005 I ditched my XP
installation altogether. I noticed there wasn&amp;rsquo;t an Irish Ubuntu users group; so
I mailed one of the few people (around 5 I guess) that were around Mark
Shuttleworth to set it up and get a website going. It was an ill-advised effort
since I was too busy with examinations really to take it on; so I gave it up
soon after. But it is still going today, people are still involved.&lt;/p&gt;</description></item><item><title>KDE 4.2 Beta 2</title><link>/beta-2/</link><pubDate>Sun, 04 Jan 2009 00:00:00 +0000</pubDate><guid>/beta-2/</guid><description>&lt;p&gt;Recently I downloaded the &lt;a href="http://www.kubuntu.org/"&gt;Kubuntu&lt;/a&gt; packages of the new
&lt;a href="http://www.kde.org/"&gt;KDE&lt;/a&gt; 4.2 beta 2. For those of you who don&amp;rsquo;t know; KDE is
the &lt;a href="http://www.kde.org/"&gt;K Desktop Environment&lt;/a&gt;; which includes a window
manager (&lt;a href="http://en.wikipedia.org/wiki/Kwin"&gt;KWin&lt;/a&gt;), common desktop
applications, its own menu
(&lt;a href="http://home.kde.org/~binner/kickoff/sneak_preview.html"&gt;Kickoff&lt;/a&gt;), browser
(&lt;a href="http://www.konqueror.org/"&gt;Konqueror&lt;/a&gt;), file manager
(&lt;a href="http://en.wikipedia.org/wiki/Dolphin_(software)"&gt;dolphin&lt;/a&gt;) etc. Basically it
is the most popular desktop environment on Linux next to
&lt;a href="http://en.wikipedia.org/wiki/GNOME"&gt;Gnome&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;&lt;img src="http://kde.org/announcements/announce_4.2-beta1/desktop_thumb.png" alt="image"&gt;
*KDE 4.2 Beta 2 with Kickoff Menu visible&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;**What is so special about KDE? **&lt;br&gt;
The philosophy of KDE is the advanced configuration it allows through its
&lt;a href="http://en.wikipedia.org/wiki/GUI"&gt;Graphical User Interface&lt;/a&gt; (GUI), this is
versus &lt;a href="http://www.gnome.org/"&gt;Gnome&lt;/a&gt; which chooses sane defaults and leaves
configuration in hard to reach places and out-of-sight. This isn&amp;rsquo;t to say KDE
doesn&amp;rsquo;t choose sane defaults; it does and is very user-friendly. KDE has
always been the more Windows-like of the major desktop environments and this
hasn&amp;rsquo;t really changed in KDE 4.X series. KDE is available in popular
distributions of Linux such as Kubuntu, &lt;a href="http://www.mandriva.com/"&gt;Mandriva&lt;/a&gt;,
&lt;a href="http://www.opensuse.org/en/"&gt;OpenSuse&lt;/a&gt;. The special part about 4.X series is
that for the first time for any Linux desktop environment; it is fully
cross-platform, easily installs and works on Microsoft Windows and Apple Mac
OS X.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;a href="http://kde.org/announcements/announce_4.2-beta2/panel.png"&gt;&lt;img src="http://kde.org/announcements/announce_4.2-beta2/panel_thumb.png" alt="image"&gt;&lt;/a&gt;
&lt;em&gt;KDE 4.2 Panel; with KOrganizer calendar open&lt;/em&gt;&lt;/p&gt;</description></item><item><title>Firefox and Opera lead the web video way</title><link>/firefox-and-opera-lead-web-video-way/</link><pubDate>Tue, 09 Dec 2008 00:00:00 +0000</pubDate><guid>/firefox-and-opera-lead-web-video-way/</guid><description>&lt;p&gt;I downloaded
&lt;a href="http://www.mozilla.com/en-US/firefox/all-beta.html"&gt;Firefox 3.1 beta 2&lt;/a&gt; (after
trialling other development snapshots over the last few months) to see
&lt;a href="http://en.wikipedia.org/wiki/Ogg_Theora"&gt;Ogg Theora&lt;/a&gt; video support is coming on
really well. &lt;a href="http://www.opera.com/"&gt;Opera&lt;/a&gt;, as well as
&lt;a href="http://www.mozilla.org/"&gt;Mozilla&lt;/a&gt; has committed to including this royalty-free
video codec for web use. This is really good news;
&lt;a href="http://dev.opera.com/articles/view/a-call-for-video-on-the-web-opera-vid/"&gt;as one Opera Developer said:&lt;/a&gt;&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;Something however is still not quite there about web video. The video
solutions mentioned above are proprietary closed solutions that rely on
plugins to display in a web page - what we need to make video a first-class
web citizen is an easy, open solution to integrate video into web pages, and
native support for video in browsers.&lt;/p&gt;</description></item><item><title>Profiling Firefox Extensions I have installed</title><link>/profiling-firefox-extensions-i-have/</link><pubDate>Sat, 29 Nov 2008 00:00:00 +0000</pubDate><guid>/profiling-firefox-extensions-i-have/</guid><description>&lt;ul&gt;
&lt;li&gt;My Current Firefox Extensions: A-Z*&lt;br&gt;
&lt;a href="./img/08/74.png"&gt;&lt;img src="./img/08/74.png" alt="image"&gt;&lt;/a&gt;&lt;a href="https://addons.mozilla.org/en-US/firefox/addon/1865"&gt;Adblock Plus&lt;/a&gt;; because
ads are for people that don&amp;rsquo;t know how to avoid them! Not only do they stop
your banwidth from being wasted; they make a ton of websites more usuable. It
takes care of Flash Ads as well as static ones; using a filter that is
constantly updated. So even if some of the webs more devious and sneaky
advertisers try to circumvent it; AdBlock can have a fix to everyone online
within hours. It is definately my favourite extension! I don&amp;rsquo;t block certain
ads like Google, Yahoo, Microsoft (the ones with decent reputations) as that
is how the people behind really good websites I frequent make a living. But
for all the rest trying to do pop-ups and pop-unders; I am sorry your days are
numbered! (Some people higly recommend
&lt;a href="https://addons.mozilla.org/en-US/firefox/addon/433"&gt;flashblock&lt;/a&gt; but I haven&amp;rsquo;t
had a need to use it with AdBlock Plus yet).&lt;br&gt;
&lt;a href="./img/08/943948800.png"&gt;&lt;img src="./img/08/943948800.png" alt="image"&gt;&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;a href="https://addons.mozilla.org/en-US/firefox/addon/743"&gt;CustomizeGoogle&lt;/a&gt; adds neat
tricks to Google services such as always using a secure connection to Gmail;
links to other search engines, page histories, Favicons to search and streaming
results pages. Comes in handy once in a while; but I don&amp;rsquo;t use it daily.&lt;/p&gt;</description></item><item><title>Research proves video games lack harm</title><link>/research-proves-video-games-lack-harm/</link><pubDate>Thu, 27 Nov 2008 00:00:00 +0000</pubDate><guid>/research-proves-video-games-lack-harm/</guid><description>&lt;p&gt;&lt;a href="http://upload.wikimedia.org/wikipedia/en/thumb/a/a0/Gtalogowhite.svg/200px-Gtalogowhite.svg.png"&gt;&lt;img src="http://upload.wikimedia.org/wikipedia/en/thumb/a/a0/Gtalogowhite.svg/200px-Gtalogowhite.svg.png" alt="image"&gt;&lt;/a&gt;I
am not a big gamer; I primarily love systems and how they work. I do own a
&lt;a href="http://en.wikipedia.org/wiki/PlayStation_3"&gt;PS3&lt;/a&gt;
(&lt;a href="http://en.wikipedia.org/wiki/PlayStation_3_hardware"&gt;amazing hardware&lt;/a&gt; I might
add) and I prefer &lt;a href="http://en.wikipedia.org/wiki/First-person_shooter"&gt;FPS&lt;/a&gt; and
generally devious natured video games (like the
&lt;a href="http://en.wikipedia.org/wiki/Grand_Theft_Auto_(series)"&gt;GTA&lt;/a&gt; franchise). Does
that make me a bad person who wants to kill people? Of course not; nothing could
be further from the truth. But some people stick their fingers in their ears and
shout &amp;ldquo;LA LA LA
&lt;a href="http://en.wikipedia.org/wiki/Columbine_High_School_massacre"&gt;Columbine&lt;/a&gt; LALALA
Terrorists LALALA Violent Video Games!&amp;rdquo;. They say it is destructive to childrens
young precious minds. The
&amp;ldquo;&lt;a href="http://en.wikipedia.org/wiki/For_The_Children_(politics)"&gt;Think of The Children&lt;/a&gt;&amp;rdquo;
argument always disgusted me; its like shouting Fire in a packed room when their
is no danger: it is false, just to garner attention and a sickening twisted
version of the facts. Are violent video games harmful to kids? &lt;em&gt;Probably&lt;/em&gt;; I
wouldn&amp;rsquo;t advocate giving them access since they; just like movies are
&lt;a href="http://en.wikipedia.org/wiki/Pan_European_Game_Information"&gt;&lt;strong&gt;clearly rated for Adults&lt;/strong&gt;&lt;/a&gt;. *&lt;/p&gt;</description></item><item><title>SSH Guide</title><link>/ssh-guide/</link><pubDate>Mon, 17 Nov 2008 00:00:00 +0000</pubDate><guid>/ssh-guide/</guid><description>&lt;h2 id="note-this-guide-was-written-for-use-by-my-computer-science-class"&gt;**Note: This Guide was written for use by my Computer Science class&lt;/h2&gt;
&lt;p&gt;on Linux (and Mac OS X where noted). I haven&amp;rsquo;t used SSH on Windows; but
hopefully someone can make sure this guide works also on Windows by noting
differences). SSH comes with nearly all Linux distros and all Mac OS X
releases.&lt;br&gt;
**&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;OS Specific Colours: Linux - Mac OS X - Windows&lt;/strong&gt;&lt;br&gt;
**&lt;br&gt;
**&lt;br&gt;
**&lt;a href="http://downloads.sourceforge.net/sshwindows/setupssh381-20040709.zip?modtime=1089331200&amp;amp;big_mirror=0"&gt;Download SSH For Windows&lt;/a&gt;&lt;br&gt;
**&lt;/p&gt;</description></item><item><title>Web Multimedia Project 1</title><link>/web-multimedia-project-1/</link><pubDate>Sun, 16 Nov 2008 00:00:00 +0000</pubDate><guid>/web-multimedia-project-1/</guid><description>&lt;p&gt;As part of Computer Science you do a couple of general modules which are general
in nature about computing; but I think that just reflects the broad use of IT in
every part of society today. As things go digital or are created digitally;
understanding of this concept is vital; that is where Web Multimedia comes in.
For my first project of this second year; I had to do a movie made of stills
with custom sound effects. Restrictions on sources of images and sounds (very
high percentage had to be self made). Here it is:&lt;/p&gt;</description></item><item><title>Gmail Video Chat</title><link>/gmail-video-chat/</link><pubDate>Thu, 13 Nov 2008 00:00:00 +0000</pubDate><guid>/gmail-video-chat/</guid><description>&lt;p&gt;&lt;a href="http://3.bp.blogspot.com/_JE4qNpFW6Yk/SRkwSMYD_aI/AAAAAAAAAJ8/gsDJdA4WBgY/s1600/video_chat.png"&gt;&lt;img src="http://3.bp.blogspot.com/_JE4qNpFW6Yk/SRkwSMYD_aI/AAAAAAAAAJ8/gsDJdA4WBgY/s200/video_chat.png" alt="image"&gt;&lt;/a&gt;
I am an avid &lt;a href="http://mail.google.com/"&gt;Gmail&lt;/a&gt; user through Google Apps. I use
the calender, chat, code, sites, pages, docs the whole lot. One of my friends
even jokes &amp;ldquo;You should just work at Google Marketing&amp;rdquo;. Yes I like most of
Google&amp;rsquo;s products; but I am a products guy; I use whats good, cheap and fast
(pick two). Google has the cheap down due to ad-revenue; for the moment anyways
in the current financial turmoil.&lt;/p&gt;</description></item><item><title>Innovation Right Here - Dept. of Education is Wrong</title><link>/innovation-right-here-dept-of-education/</link><pubDate>Wed, 12 Nov 2008 00:00:00 +0000</pubDate><guid>/innovation-right-here-dept-of-education/</guid><description>&lt;p&gt;I usually get both of Ireland&amp;rsquo;s daily national papers to my email inbox every
morning. I think it&amp;rsquo;s very important to catch up on the latest news; as I think
you are more informed and have conversation pieces to talk to people (for those
awkward silences where &amp;ldquo;Ye the weather is terrible&amp;rdquo; just won&amp;rsquo;t do). So I was
highly informed when I read this piece:
&lt;a href="http://www.independent.ie/education/latest-news/dcu-head-hits-out-at-outofdate-okeeffe-1532789.html?from=dailynews"&gt;DCU head hits out at &amp;lsquo;out-of-date&amp;rsquo; O&amp;rsquo;Keeffe&lt;/a&gt;.&lt;/p&gt;</description></item><item><title>Domo Arigato, Mr.Roboto</title><link>/domo-arigato-mr-roboto/</link><pubDate>Sat, 25 Oct 2008 00:00:00 +0000</pubDate><guid>/domo-arigato-mr-roboto/</guid><description>&lt;p&gt;Seriously: what an awesome song. Every Geek should love it! It&amp;rsquo;s got the famous
line &amp;ldquo;My heart is human, my blood is boiling, my brain IBM&amp;rdquo;. If this is not in
every Geeks top ten songs; then I resign! I even listen to it as I type this!
Anyways enough sounding like a DJ who just got his
&lt;a href="http://en.wikipedia.org/wiki/Payola"&gt;Payola&lt;/a&gt; check off the
&lt;a href="http://en.wikipedia.org/wiki/Recording_Industry_Association_of_America"&gt;RIAA&lt;/a&gt;;
I&amp;rsquo;ll just post the free video so y&amp;rsquo;all can watch&amp;hellip;. :&lt;/p&gt;</description></item><item><title>Hurling - Four in a row?</title><link>/hurling-four-in-row/</link><pubDate>Sun, 19 Oct 2008 00:00:00 +0000</pubDate><guid>/hurling-four-in-row/</guid><description>&lt;p&gt;One cannot help but be amazed at Kilkenny; true masters of the Irish Gaelic
Sport of hurling. I mean as my previous posts mention I have moved to Kilkenny;
and rural South Kilkenny at that. They live and breath Hurling down here: it&amp;rsquo;s
literally a way of life. That is why they are so good; no mystery here folks:
its is literally bred into children in schools and everyone plays it. More
people playing means even though Kilkenny is only around 100,000 people it still
has a large amount of people to pick from and they get the best training which
equals the best results.&lt;/p&gt;</description></item><item><title>Geek Thug - "I Had to Beat Up a Girl"</title><link>/geek-thug-i-had-to-beat-up-girl/</link><pubDate>Thu, 25 Sep 2008 00:00:00 +0000</pubDate><guid>/geek-thug-i-had-to-beat-up-girl/</guid><description>&lt;p&gt;I just read one of the most informative and insightful blog posts of my entire
life. Half serious a guy takes a look back at when he had to beat up a Girl.
Weird stuff!&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;Yes, you read that right, I had to beat up a girl … not a woman. She was
asking for it and she deserved it.&lt;/p&gt;
&lt;p&gt;&lt;a href="http://www.geekthug.com/?p=18445"&gt;I Had to Beat Up a Girl&lt;/a&gt;&lt;/p&gt;&lt;/blockquote&gt;</description></item><item><title>Yamaha YQ Aerox - best moped ever?</title><link>/yamaha-yq-aerox-best-moped-ever/</link><pubDate>Wed, 17 Sep 2008 00:00:00 +0000</pubDate><guid>/yamaha-yq-aerox-best-moped-ever/</guid><description>&lt;p&gt;Well I think so! Got one there 2 months ago and forgot to write a blog post
about it. I got a &amp;lsquo;01 model for a bargain price I believe; but this theory has
yet to be tested (I&amp;rsquo;ll wait for a year to be up). As I mentioned before in
previous posts my parent&amp;rsquo;s house is now in a remote location with no train/buses
anywhere nearby. So transport was essential! At this time also there was a major
crack down on learner drivers not being accompanied by a fully licensed driver
(of two years). So by the time I&amp;rsquo;d saved the money for the car; got 10 lessons
and convinced anyone I knew with over two years full driving experience to
accompany me; even to work - was just to much hassle - hence the moped which has
no such onerous requirements. In fact only one it does really have is that you
can&amp;rsquo;t have passengers - I won&amp;rsquo;t be carrying anyone anyways - so I am not too
bothered. Anyhoo take a look at the photos I took when I got it. I have done it
up since then: new tyres, resprayed exhaust, full service; new mirrors; repaired
exhaust; flushed out radiator and put in proper coolant just to name a few. So
it sounds allot better and drives better than ever!&lt;/p&gt;</description></item><item><title>Wordpress 2.6</title><link>/wordpress-26/</link><pubDate>Wed, 10 Sep 2008 00:00:00 +0000</pubDate><guid>/wordpress-26/</guid><description>&lt;p&gt;Open Source star of the blogging world&amp;hellip;&lt;/p&gt;</description></item><item><title>Summer - One Month On.....</title><link>/summer-one-month-on/</link><pubDate>Sun, 29 Jun 2008 00:00:00 +0000</pubDate><guid>/summer-one-month-on/</guid><description>&lt;p&gt;Well one month in Summer 2008! Summer has been okay so far; I&amp;rsquo;ve had nothing
much to report hence lack of Tech posts. Sure the iPhone 3G looks good,
Google/Yahoo/Microsoft spats interesting but after a while it become a bit
circular and repetitive.&lt;/p&gt;
&lt;p&gt;I&amp;rsquo;ve recently started working at the UK&amp;rsquo;s leading retailer for touring/car/bike
and accessories; as well as a move to the south east of Ireland; that much
further to the capital: Dublin. It&amp;rsquo;s Ireland&amp;rsquo;s smallest city and home to
Ireland&amp;rsquo;s very first Parliament about 400 years ago: Kilkenny. It&amp;rsquo;s steeped in
culture and it&amp;rsquo;s the only city in Ireland to rival Dublin&amp;rsquo;s culture, nightlife
and restaurants and hold it&amp;rsquo;s own.&lt;/p&gt;</description></item><item><title>I've decided - I'm decidedly middle class</title><link>/ive-decided-im-decidedly-middle-class/</link><pubDate>Wed, 14 May 2008 00:00:00 +0000</pubDate><guid>/ive-decided-im-decidedly-middle-class/</guid><description>&lt;p&gt;I had a trip in to the faire capital city of Ireland today: Dublin. Okay I&amp;rsquo;ll
get this out of the way: I had a Frappacino in Starbucks and I&amp;rsquo;m a student; so
not too poor of a student ;)&lt;/p&gt;
&lt;p&gt;But I saw the inside of Brown Thomas for the first time. I don&amp;rsquo;t shop for
fashion at all: but what I found was the kind of vulgarity and fake-ness I&amp;rsquo;d
expect of London or New York; not Dublin. To paraphrase Bono: &amp;ldquo;In America if you
have your mansion on a hill people look up to you and think &amp;lsquo;I want to be like
him and afford a house like that one day&amp;rsquo;; if you have the same mansion in
Ireland people say &amp;rsquo;look at the fucken eejit on the hill with that house; thinks
he&amp;rsquo;s god or sumthen&amp;rsquo;&amp;rdquo; and that to me was always an endearing part of Irish
culture; people around you being the great leveller if you thought you were the
bomb. Inside BT (Brown Thomas) was all the names you&amp;rsquo;d expect; all the major
names more at home in Paris, London or New York. I confronted my friend who was
showing me round about my opinions (in my usual polite manner: just say it). To
my surprise he agreed 110%. Yes he said: for the people who buy this stuff can
tell who else is wearing it; and I think he meant that by this logic movers and
shakers also wore all the brands to look the part. Soon after he told me he was
also learning Golf because he knew it would be a great benefit for his future
career: &amp;ldquo;All important people also play golf&amp;rdquo; he assured me.&lt;/p&gt;</description></item><item><title>Will Google Buy Skype?</title><link>/will-google-buy-skype/</link><pubDate>Wed, 09 Apr 2008 00:00:00 +0000</pubDate><guid>/will-google-buy-skype/</guid><description>&lt;p&gt;It&amp;rsquo;s been all over the tech news world lately; apparently
&lt;a href="http://www.google.ie/"&gt;Google&lt;/a&gt; is muling over taking Skype off of Ebay&amp;rsquo;s hands.
Ebay has already written down the value of
&lt;a href="http://en.wikipedia.org/wiki/Skype"&gt;Skype&lt;/a&gt; as a large loss on their purchase
price of $2.6 billion in stock and cash. But
w&lt;a href="http://about.skype.com/online.png"&gt;&lt;img src="http://about.skype.com/online.png" alt="image"&gt;&lt;/a&gt;ould
Skype&amp;rsquo;s G-branded future be any better?&lt;/p&gt;
&lt;p&gt;I think it would be. Skype is a strong international brand for voice calls,
instant messaging and video calls; but of course it competes directly with
Google Talk. Skype as a company has made a lot of mistakes; but they actually
produces some of the best technology for p2p VOIP out there in the marketplace.
Skype is particularly strong in redundancy, cost of network operation (since
it&amp;rsquo;s p2p every user carries&amp;rsquo; each others traffic; most people have no idea of
this fact) and routing around the most draconian network admins out their
through their routers.&lt;/p&gt;</description></item><item><title>Letter to EU Commissioner on 95 Year Copyright Extension [Updated]</title><link>/year/</link><pubDate>Sat, 16 Feb 2008 00:00:00 +0000</pubDate><guid>/year/</guid><description>&lt;p&gt;I recently read a Slashdot article
&amp;ldquo;&lt;a href="http://slashdot.org/article.pl?sid=08/02/14/1626228"&gt;EU Commissioner proposes 95 year copyright&lt;/a&gt;&amp;rdquo;.
I am a staunch supporter of the European project; or at least the ideals it is
based on to create a peaceful, demcratic union of countries with a common
background and share similiar goals. Intrigued by the article I read it only to
find out that a local man who used to represent my area was responsible. I had
to write to him to ask how he lost his mind&amp;hellip;.&lt;/p&gt;</description></item><item><title>Why I think Amarok rocks....</title><link>/why-i-think-amarock-rocks/</link><pubDate>Thu, 14 Feb 2008 00:00:00 +0000</pubDate><guid>/why-i-think-amarock-rocks/</guid><description>&lt;p&gt;I just purchased an
&lt;a href="http://49100.spreadshirt.net/en/DE/Shop/Article/Index/article/Amarok-Hoodie-Navy-1117657"&gt;Amarok hoodie&lt;/a&gt;
and&lt;a href="http://49100.spreadshirt.net/en/DE/Shop/Article/Index/article/Amarok-Classic-Sports-Tee-1094948"&gt;t-shirt&lt;/a&gt;;
and I couldn&amp;rsquo;t be happier supporting one of my favourite open source projects!
What makes it so good? Have you ever heard of Amarok? Chances are if your an OS
X or Windows user; you haven&amp;rsquo;t. All this is about to change! The amarok team are
busy porting it from it&amp;rsquo;s UNIX underpinnings to Windows and OS X.&lt;br&gt;
&lt;a href="http://amarok.kde.org/features"&gt;&lt;br&gt;
Whats to like about Amarok then?&lt;/a&gt;&lt;a href="http://rokymotion.pwsp.net/promowiki/images/1/18/Amarok_Features-covers.png"&gt;&lt;img src="http://rokymotion.pwsp.net/promowiki/images/1/18/Amarok_Features-covers.png" alt="image"&gt;&lt;/a&gt;&lt;br&gt;
also is cool phonetically: am a rock!&lt;/p&gt;</description></item><item><title>A few days with A Nokia N810</title><link>/few-days-with-nokia-n810/</link><pubDate>Sun, 13 Jan 2008 00:00:00 +0000</pubDate><guid>/few-days-with-nokia-n810/</guid><description>&lt;p&gt;&lt;a href="./img/08/HPIM0193.JPG"&gt;&lt;img src="./img/08/HPIM0193.JPG" alt="image"&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="./tablet-to-hit-shops-soon"&gt;I last discussed the Nokia N810 Internet Tablet in October&lt;/a&gt;;
when details were only starting to filter out. It wasn&amp;rsquo;t expected for Nokia to
introduce an upgrade to the
&lt;a href="./nokia-n800"&gt;N800 Internet Tablet (which I also reviewed here)&lt;/a&gt; so soon. I
certainly don&amp;rsquo;t envy the position of a small team getting the hardware and
software for a mini-computer right in such a short space of time. But needless
to say the N810 feels right; in fact it feels more right than the N770 which I
thought had the best design of all (be it functionality not so much style). The
N810 has bags of style; in a flashy brand-new-car sort of way; it looks
expensive and I believe Nokia plays to this in their pricing.&lt;/p&gt;</description></item><item><title>Apple Mac OS X: the most popular Desktop Unix?</title><link>/apple-mac-os-x-most-popular-desktop/</link><pubDate>Sun, 21 Oct 2007 00:00:00 +0000</pubDate><guid>/apple-mac-os-x-most-popular-desktop/</guid><description>&lt;p&gt;Apple does it again: explosive growth in the computer market, no doubt in part
to its
&lt;a href="http://www.apple.com/macbook/macbook.html"&gt;Macbook&lt;/a&gt;/&lt;a href="http://www.apple.com/macbookpro/"&gt;Macbook Pro&lt;/a&gt;
line of laptops. As &lt;a href="http://arstechnica.com/"&gt;Ars Technica&lt;/a&gt; points out:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;As
&lt;a href="http://arstechnica.com/journals/apple.ars/2007/07/19/apple-poised-to-become-number-three-pc-maker-in-us"&gt;predicted last quarter&lt;/a&gt;,
however, Apple broke its tie for third place with Gateway by shipping 1.33
million units and growing by a whopping 37.2 percent (double that of any other
US vendor) from third quarter 2006 to claim 8.1 percent of the US market for
the quarter. These numbers also continue the company&amp;rsquo;s trend of steadily
gaining market share
&lt;a href="http://arstechnica.com/journals/apple.ars/2007/03/02/7296"&gt;every two quarters&lt;/a&gt;
for at least the past year.&lt;/p&gt;</description></item><item><title>Nokia N810 Tablet to hit the shops soon...</title><link>/tablet-to-hit-shops-soon/</link><pubDate>Sun, 21 Oct 2007 00:00:00 +0000</pubDate><guid>/tablet-to-hit-shops-soon/</guid><description>&lt;p&gt;Nokia have announced an upgrade to the N800 Internet tablet, called the N810. I
suspect its called that because it is more of an incremental upgrade than a
total visual refresh it was going from an Nokia 770 to N800. Here it is:&lt;/p&gt;
&lt;p&gt;&lt;a href="./img/07/n810gps.jpg"&gt;&lt;img src="./img/07/n810gps.jpg" alt="image"&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;(Picture Courtesy:
&lt;a href="http://www.internettablettalk.com/2007/10/17/the-nokia-n810-internet-tablet/"&gt;Internet Tablet Talk&lt;/a&gt;)&lt;/p&gt;
&lt;p&gt;It sports a nice new hardware keyboard; inbuilt GPS (For satellite mapping) and
OS 2008 (an upgrade to the operating system it runs). The N800 will also benefit
from OS 2008, which will include GoogleTalk, Skype, Mozilla browser, among the
usual such as its email client, media player, file manager, control panel,
assorted games and an image/PDF viewer. The one feature it will emit is an
inbuilt FM Radio, which was axed to make the N810 a smaller tablet. It still
retains the best screen size for web browsing, bluetooth connectivity, and of
course Wifi which is central to the tablets existance! No word on what easter
eggs are included if any; on the N800 it was a radio and the N770 it was the
microphone.
&lt;a href="http://www.engadget.com/2007/10/17/nokia-n810-hands-on/"&gt;Engadget has a great writeup on it&lt;/a&gt;,
choc-a-bloc full of high resolution photos with size comparisons to Apples
iPhone.&lt;/p&gt;</description></item><item><title>Linux and Patents: Just Patently Wrong</title><link>/linux-and-patents-just-patently-wrong/</link><pubDate>Fri, 12 Oct 2007 00:00:00 +0000</pubDate><guid>/linux-and-patents-just-patently-wrong/</guid><description>&lt;p&gt;So I read the news
&lt;a href="http://www.theregister.co.uk/2007/10/12/novell_red_hat_linux_patent_sued/"&gt;Novell and Red Hat are being sued for patent infringement&lt;/a&gt;.
This is all about multiple workspaces that can hold various graphical user
elements, a Xerox Parc patent which dates to the early 1990&amp;rsquo;s. Xerox Palo Alto
Research center invented the graphical user interface in the 1980&amp;rsquo;s, only to
been, licensed and used by Steve Jobs in Mac OS Classic. Now IP Innovation, a
submarine patent troll, who make no products and bought the patent want their
payday. The logical step is to go after the biggest infringer to set a precedent
for your patent, and then make your way to all the smaller companies who
infringe. Well logically of course that would be Apple or Microsoft. Apple has
already paid them a reported 20 million dollars, and well no-one knows what
Microsoft has done, but this fish is smelly. From the Register Article:&lt;/p&gt;</description></item><item><title>Planning the Computer Build</title><link>/planning-computer-build/</link><pubDate>Tue, 09 Oct 2007 00:00:00 +0000</pubDate><guid>/planning-computer-build/</guid><description>&lt;p&gt;Planning to build a computer can be fun also. Researching parts, making sure
they work well together (if they are on Manufacturers QVL). Making a list of all
the parts you need is the beginning of the purchasing, assembly and then seeing
your machine in action! Lots of guides online help with the planning stage; but
nearly all are advice and tips. How do you know which is biased? Are the
benchmarks relevant to what you are building your machine for? Probably not most
of the time. If you&amp;rsquo;re not a hardcore gamer like myself, your machine can
mid-range and cheaper than a pre-built solution, saving you money. I am using my
machine as a long term investment: I plan to have it long into the future and
just replace components. I think that could save me at least €3000 over ten
years (two €1,500 machines every 5 years, not beyond possibility) if not more. I
can also re-use perfectly good parts when my other machines have departed to
that big waste recycling plant in the sky.&lt;/p&gt;</description></item><item><title>Computer Systems - Dismantling PC's is fun!</title><link>/computer-systems-dismantling-pcs-is-fun/</link><pubDate>Thu, 27 Sep 2007 00:00:00 +0000</pubDate><guid>/computer-systems-dismantling-pcs-is-fun/</guid><description>&lt;p&gt;I found a new pastime: dismantling pc&amp;rsquo;s. It my not sound like great fun, but its
a challenge to do it right and make sure you don&amp;rsquo;t break your pc at the end of
it all. Nothing feels of so much relief when you see the BIOS boot up again
after ripping everything you can out and cramming it all back in. It stands to
you in developing problem solving skills, which of course employers love. It is
so much more visual than any theory, plus it is what the majority of people
like: physical objects like Lego going together. I am writing this on a computer
I stripped everything out of at the moment: a Dell 3100c, a Celeron D machine I
bought in August of last year. Today I dismantled a very old Optiplex PIII, and
the difference between the machines is marked, even though there are only a few
years between them. I have included some photos below to show the inside
internals:&lt;/p&gt;</description></item><item><title>Apple - Play Nice....</title><link>/apple-play-nice/</link><pubDate>Sat, 15 Sep 2007 00:00:00 +0000</pubDate><guid>/apple-play-nice/</guid><description>&lt;p&gt;&lt;a href="./img/07/AppleLogo.jpg"&gt;&lt;img src="./img/07/AppleLogo.jpg" alt="image"&gt;&lt;/a&gt;&lt;br&gt;
Is the much beloved Apple the new Microsoft? First there was IBM, the big all
crushing corporate machine that was humbled by the next big giant in the form of
Microsoft, so it seems Apple&amp;rsquo;s turn is long overdue. The next few weeks are
crucial to this crossroads in which Apple finds itself: It owes a HUGE amount to
the BSD (an open source Unix clone) which is the foundation for not just OS X,
but the iPhone and now the iPod Touch. Basically without the kernel that runs
these fantastic devices, Apple would still be up shit creek without a paddle.
Granted the iPod would have been a huge success probably still, but OS X&amp;rsquo;s core
is the foundation for the real money making Apple will do over the next few
years, a point that is not lost on Mr. Jobs as the company intelligently markets
different segments to different markets of which I have first hand experience
of: Go to the Apple site for education and they extol the brilliance of a
Macbook and make they deal sweeter by throwing in an iPod Nano. But if you go to
a link I was provided in a college advert; they bring to a page pointing out key
areas a mac can make a difference. I picked Computer Science naturally, and the
site extolled the virtues of Open Source, a Unix base and programming tools like
Xcode.&lt;/p&gt;</description></item><item><title>Comp Sci - An Interview with Stanford's Undegraduate Professor</title><link>/comp-sci-interview-with-stanfords/</link><pubDate>Fri, 07 Sep 2007 00:00:00 +0000</pubDate><guid>/comp-sci-interview-with-stanfords/</guid><description>&lt;p&gt;This is the guy who runs Stanford University Undergraduate programme. He talks
about the future of computer science:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Computer Science will evolve more than most other subjects as it expands into
other areas, especially Biology and other areas people don&amp;rsquo;t normally
associate with it&lt;/li&gt;
&lt;li&gt;Industry ties with Colleges are going to be very important&lt;/li&gt;
&lt;li&gt;Computer Science with Law is the next big area&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Thanks to
&lt;a href="http://scobleizer.com/2007/08/31/google-sun-yahoo-hp-cisco-and/"&gt;Robert Scoble for doing the interview&lt;/a&gt;.&lt;/p&gt;</description></item><item><title>Review of the Official Ubuntu Book, Second Edition (2007)</title><link>/review-of-official-ubuntu-book-second/</link><pubDate>Tue, 04 Sep 2007 00:00:00 +0000</pubDate><guid>/review-of-official-ubuntu-book-second/</guid><description>&lt;p&gt;&lt;a href="http://ec1.images-amazon.com/images/I/51tftxZawYL._SS500_.jpg"&gt;&lt;img src="http://ec1.images-amazon.com/images/I/51tftxZawYL._SS500_.jpg" alt="image"&gt;&lt;/a&gt;The
Ubuntu Book (2nd Edition) is a nicely put together book for dealing with the
Linux operating system in a number of clearly laid out and well presented
chapters. Chapters are as follows:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Introducing Ubuntu&lt;/li&gt;
&lt;li&gt;Installing Ubuntu&lt;/li&gt;
&lt;li&gt;Using Ubuntu on the Desktop&lt;/li&gt;
&lt;li&gt;Advanced Usage and Managing Ubuntu&lt;/li&gt;
&lt;li&gt;Ubuntu Server&lt;/li&gt;
&lt;li&gt;Support / Typical Problems&lt;/li&gt;
&lt;li&gt;Using Kubuntu&lt;/li&gt;
&lt;li&gt;Ubuntu Community&lt;/li&gt;
&lt;li&gt;Ubuntu-Related Projects&lt;/li&gt;
&lt;li&gt;Using Edubuntu&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;This book is a very complete introduction and contains suprising elements
related to finding out and joining the community of users - which you will not
find in other Ubuntu Books (such as O&amp;rsquo;Reilly&amp;rsquo;s Ubuntu Hacks) which make it a
unique and worthwhile addition to any Ubuntu users personal library. It is most
helpful to new users to Ubuntu, which sections on installing and help with
problems that could be faced. Having said that, it falls short on the amount of
truly unique information that it contains - most of the books contents can be
found on the web. What you are paying for is a well-laid out, well written
account of the Ubuntu-sphere and all that goes along with it.&lt;/p&gt;</description></item><item><title>Institute of Technology, Blanchardstown</title><link>/institute-of-technology-blanchardstown/</link><pubDate>Sat, 01 Sep 2007 00:00:00 +0000</pubDate><guid>/institute-of-technology-blanchardstown/</guid><description>&lt;p&gt;&lt;a href="http://www.itb.ie/site/Images/newitbbanner760x95.jpg"&gt;&lt;img src="http://www.itb.ie/site/Images/newitbbanner760x95.jpg" alt="image"&gt;&lt;/a&gt;I
have got a place in a 4 year
&lt;a href="http://www.itb.ie/site/courses/bn104.htm"&gt;Bachelor of Science (Honours) in Computing&lt;/a&gt;,
or more commonly known as Computer Science (or comp sci as I am lazy and like to
abbreviate). This means I might be blogging slightly less sometimes, but it
should be a hell of a lot more interesting and I promise to keep my posts not
too technical as I have up to this point.&lt;/p&gt;
&lt;p&gt;I would like to thank you all for subscribing and I hope you&amp;rsquo;ll enjoy what is to
come in the future!!&lt;/p&gt;</description></item><item><title>Microsoft settles with Eolas over Internet Explorer</title><link>/microsoft-settles-with-eolas-over/</link><pubDate>Fri, 31 Aug 2007 00:00:00 +0000</pubDate><guid>/microsoft-settles-with-eolas-over/</guid><description>&lt;p&gt;&lt;a href="http://www.cbi.cnptia.embrapa.br/xmeeting/include/img/microsoft-logo.jpg"&gt;&lt;img src="http://www.cbi.cnptia.embrapa.br/xmeeting/include/img/microsoft-logo.jpg" alt="image"&gt;&lt;/a&gt;&lt;br&gt;
&lt;a href="http://www.siliconrepublic.com/news/news.nv?storyid=single9119"&gt;Microsoft has settled with Eolas&lt;/a&gt;
over a number of patents regarding browser plugins which chicago based Eolas
filed patents for in 1998. A jury in Chicago then found Microsoft guilty of
infringing on Eolas’ patents and was told to pay $521m US Dollars in &amp;lsquo;damages&amp;rsquo;.
That ruling was overturned and a fresh trial ordered which was due to start very
soon, but it seems Microsoft has decided to pay out:&lt;/p&gt;</description></item><item><title>Gutsy coming along, Update to Dell Windows Refund..</title><link>/gutsy-coming-along-update-to-dell/</link><pubDate>Wed, 29 Aug 2007 00:00:00 +0000</pubDate><guid>/gutsy-coming-along-update-to-dell/</guid><description>&lt;p&gt;&lt;a href="http://www.ubuntu.com/themes/ubuntu07/images/ubuntulogo.png"&gt;&lt;img src="http://www.ubuntu.com/themes/ubuntu07/images/ubuntulogo.png" alt="image"&gt;&lt;/a&gt;&lt;br&gt;
I
just tried Herd 5 of Gutsy Gibbon, a beta release which will be Ubuntu 07.10
released in October. Obviously it is still early stages and a lot of things
aren&amp;rsquo;t working quite as they should, but it looks very promising. Here&amp;rsquo;s some
new stuff which should hit the final release:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Compiz Fusion - Pretty Graphics that leave you in awe&amp;hellip;&lt;/li&gt;
&lt;li&gt;Bullet Proof X - Making sure you&amp;rsquo;ll never see a terminal prompt not of your
own choosing, basically the graphics server should be &amp;lsquo;bulletproof&amp;rsquo;&lt;/li&gt;
&lt;li&gt;Appearance Manager - Making it easier to change yourbuntu&amp;rsquo;s look and feel&lt;/li&gt;
&lt;li&gt;Better Driver Support - More of those restricted drivers to make sure you can
see your screen and use your wifi card&lt;/li&gt;
&lt;li&gt;Simplified Codecs install - It will now be painless, install
ubuntu-restrictedcodecs (or kubuntu-restricted codecs) and you can see Youtube
in all its glory, play a dvd, watch that porno WMV file (just kidding but I
think thats all WMV is used for) and other such niceties of the propreitry
world we have to put up with&lt;/li&gt;
&lt;li&gt;Firefox Codecs Plugin - Firefox will be hooked up to the package manager and
prompt to install Flash/Java if you haven&amp;rsquo;t got it already, much the same way
it prompts to get a codec when you throw a file at it that it cannot play in
the movie player. The free software Gnash replacement for Flash will come as
standard and can play Youtube Vids.&lt;/li&gt;
&lt;li&gt;Dual Screen Glory - If your like me you have a nice and small portable laptop,
but that screen just won&amp;rsquo;t do all of the time, thats why I personally have a
19&amp;quot; to plug my 13&amp;quot; MacBook into. With Gutsy I should be able to plug and play
over DVI.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;These are just some of the features that are being worked on for the final
release. Probably not all of them on the list will get into Gutsy final, but
lets hope they do! Gutsy+1 (slated for release April 2008) has been announced as
&amp;ldquo;Hardy Hereon&amp;rdquo; and should be a long term release (5 years server and 3 years
desktop updates and
patches).&lt;a href="http://blog.kir.com/archives/dell_logo2.jpg"&gt;&lt;img src="http://blog.kir.com/archives/dell_logo2.jpg" alt="image"&gt;&lt;/a&gt;&lt;/p&gt;</description></item><item><title>Dell refunds me for Windows!</title><link>/dell-refunds-me-for-windows/</link><pubDate>Tue, 21 Aug 2007 00:00:00 +0000</pubDate><guid>/dell-refunds-me-for-windows/</guid><description>&lt;p&gt;As many of you know I am a &lt;a href="http://www.ubuntu.com/"&gt;Linux&lt;/a&gt; and
&lt;a href="http://www.apple.com/mac"&gt;Mac&lt;/a&gt;
&lt;a href="http://www.google.ie/search?q=define:aficionado&amp;amp;ie=utf-8&amp;amp;oe=utf-8&amp;amp;=t&amp;amp;=com.ubuntu:en-US:official&amp;amp;=firefox-a"&gt;aficionado&lt;/a&gt;.
For my Linux machines, all of them are &lt;a href="http://www.dell.com/open"&gt;Dell&lt;/a&gt;. I have
been always pleased with Dells prices, how their machines work with Linux, their
customer service and the fact they are made in Limerick, Ireland (I am from
Ireland). I politely emailed Dell (well got up on my high horse), heres my first
mail:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;I would like a refund of Windows XP since I am installing Ubuntu Linux on the
computer when I get it. When I turn on the computer I am going to decline the
EULA, and I am within my rights to request this refund (as part of Irish
consumer laws). This also applies in Britian, see here: (
&lt;a href="http://news.bbc.co.uk/1/hi/technology/6144782.stm"&gt;http://news.bbc.co.uk/1/hi/technology/6144782.stm&lt;/a&gt;
)&lt;/p&gt;</description></item><item><title>Have you got viruses or spyware? Here's my tips!</title><link>/have-you-got-viruses-or-spyware-heres/</link><pubDate>Thu, 16 Aug 2007 00:00:00 +0000</pubDate><guid>/have-you-got-viruses-or-spyware-heres/</guid><description>&lt;p&gt;I come into contact everyday with people asking how to fix their machines due to
the inevitable spyware and viruses found on a Windows machine. Lately I have
been switching people to &lt;a href="http://www.ubuntu.com/"&gt;Ubuntu&lt;/a&gt;, and even getting them
to buy machines to install it on (&lt;a href="http://www.dell.com/open"&gt;Dell&lt;/a&gt;). But I
understand and have no zealotry for Linux when it comes to fixing peoples&amp;rsquo; real
world problems. I always mention &lt;a href="http://www.ubuntu.com/"&gt;Ubuntu&lt;/a&gt; as a matter of
course, and also &lt;a href="http://www.apple.com/mac"&gt;Macs&lt;/a&gt;. I follow up peoples Ubuntu
installs with friendly emails explaining the free help open to them, but also as
common (probably moreso) are my emailed tips to people guiding them how to fix
there Windows XP computer. So I&amp;rsquo;ll list the steps here which are generic and
should help anyone out their with such problems; this is not a miracle cure and
I fix these problems on a case by case basis, so expect better perfromance, but
not a new computer!!&lt;/p&gt;</description></item><item><title>Seven financial reasons not to use Windows</title><link>/seven-financial-reasons-not-to-use/</link><pubDate>Mon, 06 Aug 2007 00:00:00 +0000</pubDate><guid>/seven-financial-reasons-not-to-use/</guid><description>&lt;p&gt;&lt;a href="http://img516.imageshack.us/my.php?image=windowslogo2oy4.jpg"&gt;&lt;img src="http://img516.imageshack.us/img516/8713/windowslogo2oy4.jpg" alt="image"&gt;&lt;/a&gt;&lt;br&gt;
I
recently read a very insightful article on 7 factors every company should
seriously consider about Microsoft Windows, here they are summarised:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;
&lt;p&gt;Licensing Costs&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;Everyone in the IT industry today knows that proprietary operating systems
and the applications that run on them will cost you a lot of money on
licensing fees. According to a recent Forrester study, U.S. companies
overall are expected to spend $100 billion on software maintenance in 2007.&lt;/p&gt;</description></item><item><title>HP to Follow Dell into Open Source? and Ubuntu Home Server</title><link>/hp-to-follow-dell-into-open-source/</link><pubDate>Sun, 08 Jul 2007 00:00:00 +0000</pubDate><guid>/hp-to-follow-dell-into-open-source/</guid><description>&lt;p&gt;HP it seems is responding to Dell&amp;rsquo;s initiative to sell Ubuntu on their
computers. With the Ubuntu Dells reportedly selling very well and Dell rolling
out the program worldwide, this hasn&amp;rsquo;t escaped the notice of the world&amp;rsquo;s number
one computer manufacturer - HP. This is speculation from blogs that has been
going on for months since Dell started to offer Ubuntu. The Direct to Dell Blog
states:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;This
&lt;a href="http://tomdryer.com/blog/index.php/2007/07/03/is-hp-going-to-start-offering-ubuntu/"&gt;recent post from Tom Dryer&lt;/a&gt;
caught my eye a couple of days ago, and thought I&amp;rsquo;d comment on it here. If the
rumors about HP offering Ubuntu are true, we&amp;rsquo;re glad to see other vendors join
us in support of Ubuntu and open source. We welcome HP and other system
vendors that want to join in this initiative.&lt;/p&gt;</description></item><item><title>Windows Vista Security - Better than Linux?</title><link>/windows-vista-security-better-than/</link><pubDate>Tue, 03 Jul 2007 00:00:00 +0000</pubDate><guid>/windows-vista-security-better-than/</guid><description>&lt;p&gt;After reading a
&lt;a href="http://blogs.csoonline.com/node/218"&gt;nice article written by Jeff Jones&lt;/a&gt;, a
security researcher for Microsoft. He says
&lt;a href="http://blogs.csoonline.com/exactly_how_biased_am_i"&gt;he isn&amp;rsquo;t biased&lt;/a&gt;, saying he
worked over 75% of his career outside Microsoft, using Slackware Linux, Unix, HP
Unix etc. He claims Windows Vista has less security holes than popular versions
of Linux, such as Ubuntu (he also compares Red Hat, Novell, Mac OS X). First let
me say why his facts are distorted, and why he knows his facts are distorted.
His facts do raise an issue of slow patching of vulnerabilities across the
software Industry, but Linux performs the best consistently because anyone can
audit the code. Here&amp;rsquo;s why his comparisons are uneven:&lt;/p&gt;</description></item><item><title>Threats to Democracy</title><link>/threats-to-democracy/</link><pubDate>Tue, 26 Jun 2007 00:00:00 +0000</pubDate><guid>/threats-to-democracy/</guid><description>&lt;p&gt;After reading about
&lt;a href="http://uk.reuters.com/article/entertainmentNews/idUKL253889920070625?feedType=RSS&amp;amp;rpc=451&amp;amp;sp=true"&gt;Tom Cruise being banned from filming at certain German military sites because of his belief in Scientology&lt;/a&gt;,
I was a bit outraged at first, despite my abhorrence of their beliefs, which I
think are crazy and nonsensical.&lt;/p&gt;
&lt;p&gt;&lt;a href="./img/07/Image:Scientology_warning_leaflet.jpg"&gt;&lt;img src="./img/07/Scientology_warning_leaflet.jpg" alt="image"&gt;&lt;/a&gt;&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;Germany has barred the makers of a movie about a plot to kill Adolf Hitler
from filming at German military sites because its star Tom Cruise is a
Scientologist, the Defence Ministry said on Monday. Cruise, also one of the
film&amp;rsquo;s producers, is a member of the Church of Scientology which the German
government does not recognise as a church. Berlin says it masquerades as a
religion to make money, a charge Scientology leaders reject.&lt;/p&gt;</description></item><item><title>Leopard - Worth the wait?</title><link>/leopard-worth-wait/</link><pubDate>Sat, 16 Jun 2007 00:00:00 +0000</pubDate><guid>/leopard-worth-wait/</guid><description>&lt;p&gt;If you haven&amp;rsquo;t heard of Apple&amp;rsquo;s latest Operating system, have a look at
Wikipedia Article on
&lt;a href="http://en.wikipedia.org/wiki/Mac_OS_X_v10.5"&gt;Mac OS X Leopard&lt;/a&gt;. Here are some
of the features:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;&lt;a href="http://en.wikipedia.org/wiki/Time_Machine_(software)" title="Time Machine (software)"&gt;Time Machine&lt;/a&gt;&lt;/strong&gt;:
an automated backup utility which allows the user to restore files that have
been deleted or replaced by another version of a file.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a href="http://en.wikipedia.org/wiki/Front_Row" title="Front Row"&gt;Front Row&lt;/a&gt;&lt;/strong&gt; currently
only available with the purchase of a new Mac, but will be included with
Leopard. It has been reworked to closely resemble the interface used by the
Apple TV.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a href="http://en.wikipedia.org/wiki/Photo_Booth" title="Photo Booth"&gt;Photo Booth&lt;/a&gt;&lt;/strong&gt;,
currently only available with the purchase of a new Mac, but will be included
with Leopard.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a href="http://en.wikipedia.org/wiki/Spaces_(software)" title="Spaces (software)"&gt;Spaces&lt;/a&gt;&lt;/strong&gt;:
an implementation of
&amp;ldquo;&lt;a href="http://en.wikipedia.org/wiki/Virtual_desktop" title="Virtual desktop"&gt;virtual desktops&lt;/a&gt;&amp;rdquo;
(individually called &amp;ldquo;spaces&amp;rdquo;), allowing users to have multiple desktops per
user and be able to place certain applications and windows in a desktop. Users
can organize certain Spaces for certain applications (i.e., one for
work-related tasks and one for entertainment) and switch between them.
&lt;a href="http://en.wikipedia.org/wiki/Expos%C3%A9_(Mac_OS_X)" title="Exposé (Mac OS X)"&gt;Exposé&lt;/a&gt;
will work inside Spaces, allowing the user to see at a glance all desktops on
one
screen.&lt;a href="http://en.wikipedia.org/wiki/Mac_OS_X_v10.5#_note-Expos.C3.A9InSpaces"&gt;[9]&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a href="http://en.wikipedia.org/wiki/Spotlight_(software)" title="Spotlight (software)"&gt;Spotlight&lt;/a&gt;&lt;/strong&gt;
incorporates additional search capabilities such as
&lt;a href="http://en.wikipedia.org/wiki/Boolean_operators" title="Boolean operators"&gt;Boolean operators&lt;/a&gt;,
as well as the ability to search other computers (with
&lt;a href="http://en.wikipedia.org/wiki/Permissions" title="Permissions"&gt;permissions&lt;/a&gt;).&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Redesigned
&lt;a href="http://en.wikipedia.org/wiki/Macintosh_Finder" title="Macintosh Finder"&gt;Finder&lt;/a&gt;&lt;/strong&gt;:
a redesigned Finder based on
&lt;a href="http://en.wikipedia.org/wiki/ITunes" title="ITunes"&gt;iTunes&lt;/a&gt; 7.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;New Desktop&lt;/strong&gt;: a redesigned desktop, which is comprised of a redesigned 3-D
dock which uses a new feature called &lt;strong&gt;Stacks&lt;/strong&gt;, as well as a new menu-bar
which adapts itself to the desktop so menu-bar text is easily readable.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a href="http://en.wikipedia.org/wiki/Quick_Look" title="Quick Look"&gt;Quick Look&lt;/a&gt;&lt;/strong&gt; This
allows documents to be viewed without actually opening them in an external
application.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Universal access&lt;/strong&gt;: significant improvements to applications including
&lt;a href="http://en.wikipedia.org/wiki/VoiceOver" title="VoiceOver"&gt;VoiceOver&lt;/a&gt;, along with
increased support for
&lt;a href="http://en.wikipedia.org/wiki/Braille" title="Braille"&gt;Braille&lt;/a&gt;,
&lt;a href="http://en.wikipedia.org/wiki/Closed_captioning" title="Closed captioning"&gt;closed captioning&lt;/a&gt;
and a new
&lt;a href="http://en.wikipedia.org/wiki/Text-to-speech" title="Text-to-speech"&gt;text-to-speech&lt;/a&gt;
engine.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Enhancements to
&lt;a href="http://en.wikipedia.org/wiki/Mail_(application)" title="Mail (application)"&gt;Mail&lt;/a&gt;&lt;/strong&gt;
including the additions of RSS feeds, Stationery, Notes, and to-dos. To-dos
use a system-wide service that is available to all applications.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a href="http://en.wikipedia.org/wiki/Dashboard_(software)" title="Dashboard (software)"&gt;Dashboard&lt;/a&gt;
enhancements&lt;/strong&gt;, including
&lt;a href="http://en.wikipedia.org/wiki/Webclip" title="Webclip"&gt;Webclip&lt;/a&gt;, a feature that
allows users to turn a part of any web page into a live Dashboard widget, and
&lt;a href="http://en.wikipedia.org/wiki/Dashcode" title="Dashcode"&gt;Dashcode&lt;/a&gt; to help
developers code
&lt;a href="http://en.wikipedia.org/wiki/Widgets" title="Widgets"&gt;widgets&lt;/a&gt;.&lt;a href="http://en.wikipedia.org/wiki/Mac_OS_X_v10.5#_note-8"&gt;[14]&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a href="http://en.wikipedia.org/wiki/IChat" title="IChat"&gt;iChat&lt;/a&gt; enhancements&lt;/strong&gt;,
including multiple logins, animated icons, and tabbed chats, similar to
features present in
&lt;a href="http://en.wikipedia.org/wiki/Pidgin_(software)" title="Pidgin (software)"&gt;Pidgin&lt;/a&gt;,
&lt;a href="http://en.wikipedia.org/wiki/Adium" title="Adium"&gt;Adium&lt;/a&gt; and the iChat plugin
&lt;a href="http://en.wikipedia.org/wiki/Chax" title="Chax"&gt;Chax&lt;/a&gt;;
&lt;a href="http://en.wikipedia.org/wiki/IChat" title="IChat"&gt;iChat Theater&lt;/a&gt;, allowing users to
incorporate images from
&lt;a href="http://en.wikipedia.org/wiki/IPhoto" title="IPhoto"&gt;iPhoto&lt;/a&gt;, presentations from
&lt;a href="http://en.wikipedia.org/wiki/Keynote_(software)" title="Keynote (software)"&gt;Keynote&lt;/a&gt;,
and videos from
&lt;a href="http://en.wikipedia.org/wiki/QuickTime" title="QuickTime"&gt;QuickTime&lt;/a&gt; into chats;
and Backdrops, which are similar to
&lt;a href="http://en.wikipedia.org/wiki/Chroma_key" title="Chroma key"&gt;chroma keys&lt;/a&gt;, but use a
real-time difference matte technique which does not require a green or blue
screen. iChat will also implement desktop sharing, a feature previously
available with
&lt;a href="http://en.wikipedia.org/wiki/Apple_Remote_Desktop" title="Apple Remote Desktop"&gt;Apple Remote Desktop&lt;/a&gt;.&lt;a href="http://en.wikipedia.org/wiki/Mac_OS_X_v10.5#_note-9"&gt;[15]&lt;/a&gt;&lt;a href="http://en.wikipedia.org/wiki/Mac_OS_X_v10.5#_note-10"&gt;[16]&lt;/a&gt;&lt;a href="http://en.wikipedia.org/wiki/Mac_OS_X_v10.5#_note-11"&gt;[17]&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Enhancements to
&lt;a href="http://en.wikipedia.org/wiki/Parental_controls" title="Parental controls"&gt;Parental controls&lt;/a&gt;
include the ability to place restrictions on use of the Internet and to set
parental controls from anywhere using remote setup.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a href="http://en.wikipedia.org/wiki/ICal" title="ICal"&gt;iCal&lt;/a&gt;&lt;/strong&gt; calendar sharing and
group scheduling.&lt;/li&gt;
&lt;li&gt;Leopard will also include the software assistant known as
&lt;a href="http://en.wikipedia.org/wiki/Boot_Camp" title="Boot Camp"&gt;Boot Camp&lt;/a&gt;, which has
been available as a
&lt;a href="http://en.wikipedia.org/wiki/Software_release_cycle#Beta" title="Software release cycle"&gt;beta release&lt;/a&gt;
download for Mac OS X v10.4 from Apple&amp;rsquo;s website since
&lt;a href="http://en.wikipedia.org/wiki/April_5" title="April 5"&gt;April 5&lt;/a&gt;,
&lt;a href="http://en.wikipedia.org/wiki/2006" title="2006"&gt;2006&lt;/a&gt;.This assists the installation
of &lt;a href="http://en.wikipedia.org/wiki/Windows_XP" title="Windows XP"&gt;Windows XP&lt;/a&gt; or
&lt;a href="http://en.wikipedia.org/wiki/Windows_Vista" title="Windows Vista"&gt;Windows Vista&lt;/a&gt; to
a separate partition (or separate internal drive) on Intel-based Macs.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a href="http://en.wikipedia.org/wiki/Apple_menu" title="Apple menu"&gt;Menu Bar&lt;/a&gt;&lt;/strong&gt; The new
menu bar is now transparent and is no longer rounded like all previous Mac OS
versions.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a href="http://en.wikipedia.org/wiki/Safari_(web_browser)" title="Safari (web browser)"&gt;Safari&lt;/a&gt;&lt;/strong&gt;
3.0 will be included.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;While some seem to be not impressed by Leopard, it is by all accounts an OS
upgrade, with every major application recieving attention. To me I am overjoyed
the finder is getting a revamp, though I am not certain following iTunes layout
is such a good idea. I think this is Steve Jobs (CEO. Apple Inc) idea to
&amp;ldquo;switch&amp;rdquo; windows people since they already use iTunes, although I am not sure it
is the right path. I choose Mac OS X because its unique, it has a fresh take on
how a user interacts with a computer, moreso than Linux (which adopts tried and
true in the case of Gnome and KDE), and certainly Windows which has only tweaked
the look since Windows 95: its the same concept. The fanning out of dock icons,
and grouping them won&amp;rsquo;t be used by the vast majority of users: its the same
reason they don&amp;rsquo;t use &amp;ldquo;smart&amp;rdquo; folders: its a feature that has little in the way
of wide appeal. I know the same can be said of the dashboard, and I personally
will most likely end up buying and using fanning out and collections in Leopard,
but my experience of novices is that they are afraid of the unknown.&lt;/p&gt;</description></item><item><title>HP Photosmart R927 Review</title><link>/hp-photosmart-r927/</link><pubDate>Thu, 14 Jun 2007 00:00:00 +0000</pubDate><guid>/hp-photosmart-r927/</guid><description>&lt;p&gt;I just bought a HP Photosmart R927, an 8 Megapixel camera from Hewlett-Packard.
While I had seen and briefly used one before, I was excited again upon using my
own one (as all tech people are [read: geeks]). First of all don&amp;rsquo;t confuse me as
anyway into photography: I&amp;rsquo;m not and far from it. I had a criteria in mind when I
purchased and this was it:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Must work under any OS (Windows [a given], Mac and Linux [latter two I only use])&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Every camera I have come across mounts as a disc drive [think looking at
files on a cd or your local computer], but there is also PTP or &amp;ldquo;Picture
Transfer Protocol&amp;rdquo; in other words it doesn&amp;rsquo;t appear as picture files, rather PTP
triggers your computer to open your camera in your photo application. I was
unsure if this PTP would work under Mac or Linux, since I had only briefly seen
it as an option in &lt;a href="http://www.digikam.org/"&gt;digiKam&lt;/a&gt;. It turns out on Mac there
is &lt;a href="http://www.apple.com/macosx/features/imagecapture/"&gt;Image Capture&lt;/a&gt;, and
Ubuntu (My Linux distribution of choice) it automatically detects it and asks to
import photos into&lt;a href="http://f-spot.org/"&gt;F-Spot&lt;/a&gt;.&lt;/p&gt;</description></item><item><title>Bill Gates lists Vista 'innovations'</title><link>/bill-gates-lists-vista/</link><pubDate>Tue, 29 May 2007 00:00:00 +0000</pubDate><guid>/bill-gates-lists-vista/</guid><description>&lt;p&gt;Hard to believe really, Mr.Gates lists Windows Vista &amp;lsquo;innovations&amp;rsquo;. Now Apple
has been shipping everything he mentions since 2005, and I have tried Vista, it
doesn&amp;rsquo;t even surpass Apples&amp;rsquo; attempt at the software (which should be his aim).
Some things have been around for years, but it&amp;rsquo;s how well your software can do
it is the key. Personally I wouldn&amp;rsquo;t tout features that another competitor does
better, but thats just me. It seems irresponsible and unbelieveable the head of
a public company can say and get away with this - not knowing the competition
that is. I wouldn&amp;rsquo;t trust my money to anyone who does not keep up with the
latest and greatest trends in the industry.&lt;/p&gt;</description></item><item><title>Dell Sells Ubuntu 7.04</title><link>/dell-sells-ubuntu-704/</link><pubDate>Sat, 26 May 2007 00:00:00 +0000</pubDate><guid>/dell-sells-ubuntu-704/</guid><description>&lt;p&gt;Dell Computers has started selling Ubuntu Linux 7.04 on consumer machines in the
United States. This can only be good news, as a supporter of Linux since late
2004/early 2005 I am fully behind this initiative to put Linux as a choice in
front of people who buy computers. They are testing the market at the moment
which explains why they are shipping stock drivers with the hardware, and no
multimedia codecs (which is unfortunate, but understandable that this deal was
done in 60 days). I think this is quite an achievement for Canonical and Mark
Shuttleworth (Ubuntu Founder), as they get to do the traditional Linux business
model: you pay for support, and if you don&amp;rsquo;t need it, you don&amp;rsquo;t buy it. This
could confuse some people in the shorter term, but long term its a winner: Dell
does what it does best (Hardware) and Software is left to Ubuntu&amp;rsquo;s parent
company Canonical. This is opposed to Microsoft getting Dell to provide support
for both hardware and software, sometimes a messy business in which the consumer
does not know which to turn to and can often be left out in the cold. I hope
Dell extends this to Europe and 6the rest of the world soon, and makes a decent
stab at promoting a free software desktop. Dell list advantages in one of their
videos:&lt;/p&gt;</description></item><item><title>Update on RTE and the Creative Commons</title><link>/update-on-rte-and-creative-commons/</link><pubDate>Thu, 17 May 2007 00:00:00 +0000</pubDate><guid>/update-on-rte-and-creative-commons/</guid><description>&lt;p&gt;Unbeknownst to me, with
&lt;a href="http://www.dueyfinster.com/2007/05/irish-elections-creative-commons.html" title="RTE, Irish Elections &amp;amp; Creative Commons"&gt;my quick thinking on the positive developments regarding CBS releasing democratic debates&lt;/a&gt;
under a permissive license in the United States has caused
&lt;a href="http://www.ferguscassidy.ie/2007/05/08/one-for-everyone-in-the-audience/"&gt;quite&lt;/a&gt;
a &lt;a href="http://www.cearta.ie/2007/05/speech-just-wants-to-be-free/"&gt;few&lt;/a&gt;
&lt;a href="http://www.mulley.net/2007/05/08/first-come-the-parodies/"&gt;Irish&lt;/a&gt;
&lt;a href="http://www.irishelection.com/05/web-roundup-day-10/"&gt;bloggers&lt;/a&gt; to echo my call
on RTE&amp;rsquo;s stance on releasing the Irish Election 2007 debates. If you agree we
should be allowed to download, remix and share the debates while giving RTE
credit for production, please:&lt;/p&gt;
&lt;p&gt;&lt;a href="http://www.petitiononline.com/Speech/petition.html" title="RTE Creative Commons Petition"&gt;Sign the Petition!&lt;/a&gt;&lt;/p&gt;</description></item><item><title>Irish Elections and Creative Commons</title><link>/irish-elections-creative-commons/</link><pubDate>Sun, 06 May 2007 00:00:00 +0000</pubDate><guid>/irish-elections-creative-commons/</guid><description>&lt;p&gt;This is the text of an email I sent to RTE. In America, CNN Television network
is allowing the copying, remixing and free use of presidential debates as long
as they are given credit, I believe RTE should follow its lead and extend to
other programs:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;&lt;em&gt;First of all, sorry this isn&amp;rsquo;t to the right department, I couldn&amp;rsquo;t find the
right one. The technical department which runs the website would make likely
be able to deal with and respond to this issue.&lt;/em&gt;&lt;/p&gt;</description></item><item><title>Kerataconus and Me</title><link>/kerataconus-me/</link><pubDate>Sun, 06 May 2007 00:00:00 +0000</pubDate><guid>/kerataconus-me/</guid><description>&lt;p&gt;&lt;img src="http://upload.wikimedia.org/wikipedia/en/f/f3/KC-lens.jpg" alt="image"&gt;Well this is
not a technology related post, but I get asked about it alot and people have
sketchy details about what it is (ie. they know my vision is messed up).
&lt;strong&gt;Keratoconus&lt;/strong&gt; (from Greek: &lt;em&gt;kerato-&lt;/em&gt; horn, cornea; and &lt;em&gt;konos&lt;/em&gt; cone), is a
degenerative non-inflammatory disorder of the eye in which structural changes
within the cornea cause it to thin and change to a more conical shape than its
normal gradual curve. In plain English, light bends in a distorted way to make
vision ghosted, blurry and less sharp. Glasses cannot fix this problem as they
fix issues with your natural lense behind the cornea, as usually it has improper
focus.&lt;/p&gt;</description></item><item><title>Ultimate Games Disc</title><link>/ultimate-games-disc/</link><pubDate>Mon, 16 Apr 2007 00:00:00 +0000</pubDate><guid>/ultimate-games-disc/</guid><description>&lt;p&gt;I got inspiration over this past Easter holidays, being bored, I gave Linux
Gaming a shot. I am not much of a gamer myself and most websites aren&amp;rsquo;t very
helpful or have too small a focus (only shoot-em-ups, or only certain Linux
distros etc.). Inspired by the fine folks at OpenSourceMac.org and
OpenSourceWindows.org, I announce my own project: Ultimate Games Disc. UGD is a
project I think I can make very successful. My aims are as follows:&lt;/p&gt;</description></item><item><title>Apple / EMI Deal - Thank the EU?</title><link>/apple-emi-deal-thank-eu/</link><pubDate>Wed, 04 Apr 2007 00:00:00 +0000</pubDate><guid>/apple-emi-deal-thank-eu/</guid><description>&lt;p&gt;I heard the news one hour before it was announced: Apple and EMI are going
Digital Rights Management (DRM) free, albeit at a slightly higher cost and
quality. One of my pet hates is people who bash the European Union, often citing
I will admit its not glowing charachteristics. These same people never admit the
things &lt;em&gt;Europe does right&lt;/em&gt;, which may well be this hopefully landslide affect
against destroying DRM. To quote
&lt;a href="http://www.theregister.co.uk/2007/04/03/apple_emi_ec_fines/" title="The Register: EMI and Apple Deal"&gt;The Register&lt;/a&gt;:&lt;/p&gt;</description></item><item><title>My Top 10 Applications of 2007</title><link>/applications-of-2007/</link><pubDate>Sun, 01 Apr 2007 00:00:00 +0000</pubDate><guid>/applications-of-2007/</guid><description>&lt;p&gt;Here&amp;rsquo;s a few items I&amp;rsquo;d like to share with everyone as I find them extremely
useful, hopefully you will too, thats if you have never used them! My Top 10
Apps of 2007 in descending order:&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;10.&lt;/strong&gt;
&lt;a href="http://www.safer-networking.org/" title="Spybot Search and Destroy"&gt;&lt;em&gt;Spybot Search and Destroy&lt;/em&gt;&lt;/a&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Always a must on spyware infested Windows XP installs I come across
(Unfortunately all to often). It removes a lot of the bad stuff, and my most
used feature is system startup section, as I can stop all that crud from
loading and slowing everything to a crawl.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;strong&gt;9.&lt;/strong&gt; &lt;a href="http://www.apple.com/itunes/" title="iTunes"&gt;&lt;em&gt;iTunes&lt;/em&gt;&lt;/a&gt; (OS X Version)&lt;/p&gt;</description></item><item><title>Mac iPod Video Tutorial</title><link>/mac-ipod-video-tutorial/</link><pubDate>Sun, 11 Mar 2007 00:00:00 +0000</pubDate><guid>/mac-ipod-video-tutorial/</guid><description>&lt;p&gt;I recorded a tutorial, showing people how to extract YouTube (and other flash
based sites videos&amp;rsquo;) and get them onto your iPod. It was recorded on my Mac, so
unfortunately its Mac specific, but really only iSquint program is, so if anyone
can suggest a replacement on Windows or Linux, I will add it to the details of
the video. I use Garageband for audio, iMovieHD to edit the video and audio and
Copernicus to record my screen. I started by getting everything I needed ready
(all the Firefox tabs etc.) and hit record in Copernicus. I imported that .mov
into iMovieHD, and then proceeded to open Garageband, watch the video and talk
myself through my own recording. I saved the voice part in Garageband, exported
it and then imported it into iMovie. I checked to make sure the audio and video
lined up perefectly (what I done on screen matched what I was saying) and then
exported it as a .mov from iMovieHD. Then I uploaded the result to Youtube,
which I think for a first try ain&amp;rsquo;t bad!! Watch it here:&lt;/p&gt;</description></item><item><title>Tor helps Privacy</title><link>/tor-helps-privacy/</link><pubDate>Sat, 10 Mar 2007 00:00:00 +0000</pubDate><guid>/tor-helps-privacy/</guid><description>&lt;p&gt;&lt;a href="http://img89.imageshack.us/my.php?image=efftorlogo400x282kw9.jpg" title="Tor Logo"&gt;&lt;img src="http://img89.imageshack.us/img89/3386/efftorlogo400x282kw9.jpg" alt="Tor
Logo" title="Tor Logo"&gt;&lt;/a&gt;Tor,
(or The Onion Router) is a service which connects people all over the world with
one aim: privacy. Tor protects from traffic analysis, basically where you have
been. Benn to you Banks website? Feel like buying something off Amazon or Ebay?
Your behaviour online is by no means private, you hand over your numerical
address, browser details, country, city, versions of which plugins you use,
where you came from, just to name a few. You may have seen on sites something to
the effect of &amp;ldquo;Welcome Google user!&amp;rdquo;, that website knows exactly what you typed
to get to it. Tor routes your online activity through different computers, for
example mine went through an educational institution in the US and an Internet
Service Provider in the Netherlands.&lt;/p&gt;</description></item><item><title>Open Sourcing your CV</title><link>/open-sourcing-your-cv/</link><pubDate>Thu, 01 Mar 2007 00:00:00 +0000</pubDate><guid>/open-sourcing-your-cv/</guid><description>&lt;p&gt;Just like software. it can be really useful to open source other things in life,
collaboration is nearly always a good thing. John Buckman, CEO of Magnatune
Records knows this principle all too well. He gave a speech at a Red Hat
conference a while back, and he talked about the importance of music artists
sharing the &amp;ldquo;source&amp;rdquo;, i.e. basically sharing the method of how the produced the
music in the first place. This allows easier mixing, and a higher chamnce your
work could be featured on TV or in a film, and you get paid&lt;/p&gt;</description></item><item><title>UK Parliamentary debate "Copyright is not a pension fund"</title><link>/uk-parliamentary-debate-is-not-pension/</link><pubDate>Sat, 17 Feb 2007 00:00:00 +0000</pubDate><guid>/uk-parliamentary-debate-is-not-pension/</guid><description>&lt;p&gt;I found this doing a search for Domino Records DRM. I
&lt;a href="http://www.riaaradar.com/" title="RIAA Radar"&gt;looked up some of my favourite artists&lt;/a&gt;
to see if they were part of the &amp;ldquo;MAFIAA&amp;rdquo; that is the
&lt;a href="http://en.wikipedia.org/wiki/RIAA" title="Recording Industry Association of America"&gt;RIAA&lt;/a&gt;
(Recording Industry Association of America), not surprisingly some were (70% of
sold music worldwide is put out by this cartel). I got rather confused when a
Franz Ferdinand album appeared on the list, when their debut album did not.
Seems the record label did a deal with Sony for distribution. I found a piece of
information quite old now (May 2006), but interesting anyway:&lt;/p&gt;</description></item><item><title>Updates and New look</title><link>/updates-and-new-look/</link><pubDate>Wed, 14 Feb 2007 00:00:00 +0000</pubDate><guid>/updates-and-new-look/</guid><description>&lt;p&gt;&lt;img src="http://img164.imageshack.us/img164/9038/wordpresslogoxv7.jpg" alt="Wordpress
Logo" title="Wordpress Logo"&gt;Just
a note on the new look, hope you like it. I am very fortunate to be running
&lt;a href="http://wordpress.org/" title="Wordpress Blogging Software"&gt;Wordpress&lt;/a&gt;, the world&amp;rsquo;s
best blogging tool (and it is open source). I looked up the fabulous theme site
to go with it, and I came across this one and liked it very much. The last
design was my own, but I had awful trouble implementing to look the same in all
browsers (especially Internet Explorer, even the latest one, argh). I know the
old one can be improved, so I am submitting to
&lt;a href="http://themes.wordpress.net/" title="Wordpress Themes"&gt;WP Themes directory&lt;/a&gt;, which I
will update this post with the link. I love the new theme, it brings what I
couldn&amp;rsquo;t to the old one: choosable colours and sameness across browsers. I&amp;rsquo;d
like to thank Justin Winslow for that! Did I mention that the exact same colours
are used in this theme? It brings a total different look though, the power of
perception! So now you know these are the official DF&amp;rsquo;s colours!&lt;/p&gt;</description></item><item><title>Nokia N800 Review</title><link>/nokia-n800/</link><pubDate>Sun, 11 Feb 2007 00:00:00 +0000</pubDate><guid>/nokia-n800/</guid><description>&lt;p&gt;&lt;a href="http://img76.imageshack.us/my.php?image=nokian800internettabletdn5.jpg" title="Hosted Kindly by Imageshack"&gt;&lt;img src="http://img76.imageshack.us/img76/8830/nokian800internettabletdn5.jpg" alt="Nokia
N800" title="Nokia N800"&gt;&lt;/a&gt;I
have one of those new
&lt;a href="http://europe.nokia.com/phones/n800" title="Nokia N800 Internet Tablet"&gt;Nokia N800 Internet Tablet&lt;/a&gt;,
as many of you know I was one of the first to buy its predecessor, the Nokia 770
Internet Tablet. What do I think? Well I have put of writing this for 4 days, as
I wanted to really test it out. Before I start, I should say I was part of the
Nokia Developer Device program, and I got the Nokia N800 at a big discount, €300
off the €399 retail price in fact. Under headings below I will take about the
N800, and compare it to the 770:&lt;/p&gt;</description></item><item><title>Vista is released; Ubuntu gets .exe!</title><link>/vista-is-released-ubuntu-gets-exe/</link><pubDate>Fri, 02 Feb 2007 00:00:00 +0000</pubDate><guid>/vista-is-released-ubuntu-gets-exe/</guid><description>&lt;p&gt;Well as I write this it is a few days after Vista&amp;rsquo;s launch, and it has yet to
set the software market alight. But this is nothing new, it happend with XP. How
do you convince people the latest and greatest is worth the money? Microsoft is
in a tough position due to stiff competition - old, working, fully-compatible
windows machines don&amp;rsquo;t disappear into thin air. There has been a lot more FUD
(Fear Uncertainty and Doubt)abput Vista already from the Free and Open Source
camp. Some of the harsh critiscims will be justified, others probably not.
Regardless this will not hurt Microsofts marketing whatsoever, the average user
doesn&amp;rsquo;t share concerns over digital restriction/rights management - yet.
Microsoft say it will be on 100m PC&amp;rsquo;s by years end. I don&amp;rsquo;t think it will be as
fast as Microsoft would like, due to: 1) People wait for service packs. 2)
People don&amp;rsquo;t upgrade PC&amp;rsquo;s as fast now. Most things people identify their
computer with is increasingly online, a worrying trend if I were Microsoft, this
creates platform independence for the average user, granted not the gamers, or
other highly specialised software vendors.&lt;/p&gt;</description></item><item><title>My Plan to Digitise my past, for the future</title><link>/my-plan-to-digitise-my-past-for-future/</link><pubDate>Tue, 30 Jan 2007 00:00:00 +0000</pubDate><guid>/my-plan-to-digitise-my-past-for-future/</guid><description>&lt;p&gt;I am embarking on a journey I believe everyone should: digitise as much photo,
video and documents you can. It serves as a record of your existance, a guide to
people of what your life was like. Why? is the most obvious question you might
ask. Well I will tell you what prompted me, which is the culmination of a lot of
different things.&lt;/p&gt;
&lt;p&gt;This brings me to the first reason: Television. I find shows fascinating where
people discover their ancestors were orphans, incredibly wealthy or died from
exhaustion in a mine. It really makes you think what makes you the person you
are, so to speak. David Attenborough says (although I have paraphrased) that if
people look back at his 100-150 hours of television, they will get a snapshot of
what the glaciers, mountains, desert and animals were like in the latter half of
the twentieth century, not a complete picture, but one nonetheless of what Earth
was like at that time.&lt;/p&gt;</description></item><item><title>BBC to host Multi-OS Debate and My First Web Auction</title><link>/bbc-to-host-multi-os-debate-my-first/</link><pubDate>Thu, 25 Jan 2007 00:00:00 +0000</pubDate><guid>/bbc-to-host-multi-os-debate-my-first/</guid><description>&lt;p&gt;&lt;img src="http://img111.imageshack.us/img111/7099/tuxcasefront7rw.jpg" alt="Tux, the Linux
Penguin" title="Tux, the Linux Penguin"&gt;BBC
are putting together a Mac, Windows and Linux user, to
&lt;a href="http://news.bbc.co.uk/2/hi/technology/6288119.stm" title="Mac Linux and Windows Debate"&gt;debate the pros and cons of being a users for each operating system&lt;/a&gt;.
While this in itself is good news (more airtime for alternatives), most of the
comments are highly in favour of Linux, then Mac and lastly Windows. This is
part of the BBC&amp;rsquo;s coverage of Windows Vista. My hope for the future is that Mac
and Linux gain at least 10% each (20% total) over the next 5 years of the home
desktop market, as this will push innovation forward, like AMD and Intel
competition.&lt;/p&gt;</description></item><item><title>Get the facts, about "Get the Facts"</title><link>/get-facts-about-get-facts/</link><pubDate>Sun, 21 Jan 2007 00:00:00 +0000</pubDate><guid>/get-facts-about-get-facts/</guid><description>&lt;p&gt;Just a quick blurb about some things Microsoft like to say: Don&amp;rsquo;t believe it,
well at least not it all anyway. On the
&lt;a href="http://www.microsoft.com/ireland/getthefacts/default.mspx" title="Irish Get the Facts"&gt;Irish &amp;ldquo;Get the Facts&amp;rdquo; page&lt;/a&gt;
(on Windows Server vs. Linux), they make critical errors of judgement a person
reasonably well versed in computing could deconstruct. First of all, Linux isn&amp;rsquo;t
a server, its a kernel, like the Windows kernel. So comparing &amp;ldquo;Windows Server
2003&amp;rdquo; to &amp;ldquo;Linux&amp;rdquo; is misleading to say the least, and stupid to say the most. You
could run any server software on Linux you wished, even Windows Server 2003 if
Microsoft ported it! For the sake of argument, I think they are comparing
themselves to Apache, which runs 60% of worldwide
servers&lt;a href="http://news.netcraft.com/archives/2007/01/05/january_2007_web_server_survey.html" title="Netcraft Server Marketshare"&gt;[1]&lt;/a&gt;.&lt;/p&gt;</description></item><item><title>Engineering Drawing</title><link>/engineering-drawing/</link><pubDate>Sun, 14 Jan 2007 00:00:00 +0000</pubDate><guid>/engineering-drawing/</guid><description>&lt;p&gt;&lt;img src="http://img265.imageshack.us/img265/8779/logogsubq2.gif" alt="Google Sketchup Logo, Copyright
Google
Inc." title="Google Sketchup Logo, Copyright Google Inc."&gt;Just
a quick post on Google Sketch UP for Mac (also available for Windows), it is a
very nice application. I drew my Engineering project (Leaving Certificate) on
it, to see if it was easy enough for a novice (Read: Me) to mess around and get
something functional out of it. Most people have heard of Computer Aided Design,
but usually the applications are expensive to say the least. Not so with Google
Sketchup, it is totally free and can import some of the most popular 3D drawing
formats. It is easy to use, but difficult to master is how I would best describe
this product. The video tutorials Google provides on their website is a huge
help, and got me off to a good start. They represented what every tutorial
should be: short, snappy and to the point. The User Interface should be designed
a little better and be a little clearer, but for a free product, it does exactly
what it says on the tin. So I got down to business, and I present my very first
drawing in Google
Sketchup:&lt;a href="http://sketchup.google.com/3dwarehouse/details?mid=bb5ff31dbd15ed08cfc639184f913fdf" title="Engineering Project (c) Neil Grogan 2007, in Google 3D Warehouse"&gt;&lt;img src="http://img443.imageshack.us/img443/1066/epnggg1.jpg" alt="Engineering Project (c) Neil Grogan. Kindly Hosted by
Imageshack" title="Engineering Project (c) Neil Grogan. Kindly Hosted by Imageshack"&gt;&lt;/a&gt;&lt;/p&gt;</description></item><item><title>New Widget for our RSS feed!</title><link>/new-widget-for-our-rss-feed/</link><pubDate>Sun, 31 Dec 2006 00:00:00 +0000</pubDate><guid>/new-widget-for-our-rss-feed/</guid><description>&lt;p&gt;&lt;img src="http://img216.imageshack.us/img216/1396/picture2tn0.png" alt="Duey Finsters RSS
Widget" title="Duey Finsters
RSS Widget"&gt;&lt;/p&gt;
&lt;p&gt;Thanks to Dashcode, the tool for making dashboard widgets, there is now an RSS
one for this site! Currently it only works on &lt;a href="http://www.apple.com/macosx/leopard/index.html" title="Mac OS X"&gt;Mac OS X&lt;/a&gt;, but &lt;a href="http://www.kde.org" title="K Desktop Enviroment"&gt;KDE&lt;/a&gt; 4 should
support dashboard widgets (they are really just bits of javascript, css and
html).&lt;/p&gt;</description></item><item><title>Video iPod and Freespire</title><link>/video-ipod-and-freespire/</link><pubDate>Sat, 30 Dec 2006 00:00:00 +0000</pubDate><guid>/video-ipod-and-freespire/</guid><description>&lt;p&gt;&lt;img src="http://img412.imageshack.us/img412/8155/imageshj0.jpg" alt="IPod Video (Image Hosted by
ImageShack.us)" title="IPod
Video (Image Hosted by ImageShack.us)"&gt;&lt;/p&gt;
&lt;p&gt;Well I guess you can call me a hardcore
&lt;a href="http://www.apple.ie" title="Apple Computer"&gt;Apple Computer&lt;/a&gt; fan, I have a Macbook, an
iPod Nano (1st Gen 4GB) and now a 80GB iPod Video! I bought i for a couple of
reasons, namely price and storage. I had been put off before since I thought
they were too bulky ( I know a couple of people who have older generation iPod
Videos) after being with the Nano for over a year (its still chugging along
gleefully). What can I say? I am impressed! Battery life is huge to me and well
to be frank, its amazing. My first MP3 player was a Creative Nomad Jukebox II
(circa 2002), which I still have. I know only one person who owned an MP3 player
before me, and its nice to be there from the start, you appreciate the little
details most people don´t, as they are new to mp3 players, so they expect it as
standard. I now get all the latest tech podcasts, so I am very happy with that!&lt;/p&gt;</description></item><item><title>Free Domain name off AOL, too good to be true?</title><link>/free-domain-name-off-aol-too-good-to-be/</link><pubDate>Tue, 19 Dec 2006 00:00:00 +0000</pubDate><guid>/free-domain-name-off-aol-too-good-to-be/</guid><description>&lt;p&gt;&lt;a href="http://www.aol.com/" title="AOL"&gt;AOL&lt;/a&gt;, the longtime dialup king, who esperate to keep customers at its&amp;rsquo; site
who have switched to broadband, is &lt;a href="https://domains.aol.com/personaldomain/app/domainHomeSearch" title="AOL Free Domains"&gt;offering free dot com and dot net
domains&lt;/a&gt;. There are a few caches however, one must be in possession of a US mobile
phone (cell) number. Luckily I have a cousin stateside willing to help out ;-) .
I got to register NeilGrogan.com (My actual name) which I hadn&amp;rsquo;t bothered with before.
AOL is the legal owner however, so has all the say legally to the name. At the minute
it provides 100 2GB email accounts with the free domain, and if you visit the address
online, it redirects to an AIM Pages profile of the owner (for all intents and purposes,
it&amp;rsquo;s another social networking site). Its a good way to drum up interest in its online
offerings, but they should be more flexible. If anyone is in any doubt, this is just
an &amp;lsquo;alright&amp;rsquo; kind of deal, AOL say they will give you the option to buy the name
back in the future, but I won&amp;rsquo;t hold my breath.&lt;/p&gt;</description></item><item><title>Irish Blog Awards</title><link>/irish-blog-awards/</link><pubDate>Wed, 13 Dec 2006 00:00:00 +0000</pubDate><guid>/irish-blog-awards/</guid><description>&lt;p&gt;Well apparently I am a new kid on the block, according to the &lt;a href="http://awards.ie/blogawards/2006/11/27/new-blogs-on-the-block-november-27th-2006/" title="Irish Blog Awards"&gt;Irish Blog awards
blog&lt;/a&gt;). Irish Blog Awards from what I can gather is a new event, hoping to happen
in March 2007. They have an impressive list of backers, so I expect significant (although
maybe minor) coverage in the media. Unfortunately they called it Duey Fensters, but
I thank them for the link nonetheless! These are the categories that will be adjudicated
on:&lt;/p&gt;</description></item><item><title>Nokia 6234 Video Test</title><link>/video-test/</link><pubDate>Sun, 10 Dec 2006 00:00:00 +0000</pubDate><guid>/video-test/</guid><description>&lt;p&gt;I recently got a hold of my Christmas present in advance, a new Nokia 6234 from
Vodafone Ireland. I did a short video test, maybe this could be the start of my
VideoBlogging career:&lt;/p&gt;
&lt;p&gt;Well maybe not! But I do hope to have more videos on my blog! The video is of me
describing my living quarters and about my laptop. I needed to be a bit closer
to the phone as hearing me is difficult sometimes (not so in real life!), but
basically I just point out what you see and explain the phone won&amp;rsquo;t sync
address+calendar with my macbook :-( (My old phone did just that :-) ). I don&amp;rsquo;t
really mind, bluetooth works a charm and I can exchange files between it. All I
need now is a super 2GB mini memory card, for some quick music on the go!&lt;/p&gt;</description></item><item><title>Home made server...</title><link>/home-made-server/</link><pubDate>Tue, 05 Dec 2006 00:00:00 +0000</pubDate><guid>/home-made-server/</guid><description>&lt;p&gt;I managed after ages of trying hard, to get my NAT transverse to work :-) !!
This means the computer sitting in my house should be reachable worldwide at
dueyfinster.com. It&amp;rsquo;s login screen is from Ampache music center, a php+mysql
solution to a large music catalogue such as mine. It means (for those who can
login :-) ) that my whole collection is streamable, downloadable, rateable and
generally all round goodness and what you&amp;rsquo;d expect from a top class open source
media+web application! I am excited about this, as I have already tried it from
a remote family members house. Unfortunately it does not work too well half way
across the world in the US (speed is *really* slow I have been gleefully
informed), but I am not too bothered, upgrades in speed will come with better
broadband (which may be years, this is Ireland). I am trying to restrict peoples
usage of it at the moment, as I really do not want a letter from my Internet
Service Provider!&lt;/p&gt;</description></item><item><title>IEDR too stringent? Sorry about my email!</title><link>/iedr-too-stringent-sorry-about-my-email/</link><pubDate>Sun, 19 Nov 2006 00:00:00 +0000</pubDate><guid>/iedr-too-stringent-sorry-about-my-email/</guid><description>&lt;p&gt;We all want to stop spam and phishing domains, it hurts the Internet and
confidence in it. Their is a lot of debate on this issue, even from the
&lt;a href="http://www.bobparsons.com/EULandrushFiasco.html" title="Bob Parsons Blog"&gt;registrars&lt;/a&gt;. But I believe, as I know there are probably many out their like
me, that the &lt;a href="http://www.iedr.ie/" title="Dot IE Domain Registry"&gt;Irish Domain Registry&lt;/a&gt; have taken this one step too far. One
only has to look to &lt;a href="http://yro.slashdot.org/article.pl?sid=06/10/14/2142204" title="Adult .IE Domain Names Banned As Immoral"&gt;Slashdot&lt;/a&gt; to see what the rest of the world thinks about
our backwards, censorship-driven domain registry. My favourite rule they have
about domains is perhaps the one which requires the least amount of bureaucracy:&lt;/p&gt;</description></item><item><title>Wiki goes live, downtime and Macbook Back!</title><link>/wiki-goes-live-downtime-and-macbook/</link><pubDate>Sun, 12 Nov 2006 00:00:00 +0000</pubDate><guid>/wiki-goes-live-downtime-and-macbook/</guid><description>&lt;p&gt;I have a &lt;a href="http://en.wikipedia.org/wiki/Wiki" title="Wikipedia Article on Wiki"&gt;Wiki&lt;/a&gt; for messing about! I haven&amp;rsquo;t found a purpose for
it&lt;img src="http://wiki.dueyfinster.eu/skins/tango/tango-logo.gif" alt="Duey
Finsters Logo" title="Duey
Finsters Logo"&gt;
yet, but I&amp;rsquo;d like to have it all set up incase one day I turn out to need it
(maybe for collaboration or something?). If you have any skill at themin'
&lt;a href="http://www.mediawiki.org" title="MediaWiki"&gt;MediaWiki&lt;/a&gt; (the most popular wiki software, run but &lt;a href="http://en.wikipedia.org/wiki/Main_Page"&gt;Wikipedia&lt;/a&gt;, no less)
please, please get in touch! I would do it all myself, but my time is
constrained at the moment, but I will eventually do it myself I suppose ;-)&lt;/p&gt;</description></item><item><title>Broken Macbook Update Part II</title><link>/broken-macbook-update-part-ii/</link><pubDate>Fri, 03 Nov 2006 00:00:00 +0000</pubDate><guid>/broken-macbook-update-part-ii/</guid><description>&lt;p&gt;&lt;a href="http://www.flickr.com/photos/moria/252792233/" title="Macbook Black"&gt;&lt;img src="http://static.flickr.com/111/252792233_4d87e73e02_m.jpg" alt="Macbook
Black" title="Macbook Black"&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Looks like &lt;a href="http://www.mactivate.ie/"&gt;Mactivate&lt;/a&gt; got it wrong, it wasn&amp;rsquo;t the
heatsink, &lt;a href="./2006/11/01/macbook-issue-identified.html"&gt;as referred to by my earlier post&lt;/a&gt;. Looks like I have seen good
advice from the Web, never buy a first generation &lt;a href="http://www.apple.com/"&gt;Apple&lt;/a&gt; product, until they
work out the kinks! I guess Mactivate have been snowed under with heatsink
problems, that they never bothered to check other parts of my Macbook, since it
is such a common problem.They have ordered me a new &amp;ldquo;logic board&amp;rdquo; (I am guessing
the &lt;a href="http://docs.info.apple.com/article.html?artnum=303319"&gt;PMU&lt;/a&gt; like I thought it was ;-) ). In other news &lt;a href="http://www.macfixit.com/article.php/2006110107475681#"&gt;Apple released a
firmware update&lt;/a&gt; for those poor unfortunates that have been suffering Random
Shutdown Syndrome (or &lt;a href="http://en.wikipedia.org/wiki/RSS_(file_format)"&gt;RSS&lt;/a&gt;) for short :-D ). Hopefully I should have it back
by this Tuesday (November 7th) plus a new heatsink and logic board&amp;hellip;. fingers
crossed anyway!&lt;/p&gt;</description></item><item><title>Macbook Issue Identified</title><link>/macbook-issue-identified/</link><pubDate>Wed, 01 Nov 2006 00:00:00 +0000</pubDate><guid>/macbook-issue-identified/</guid><description>&lt;p&gt;Turns out my prediction wasn&amp;rsquo;t quite correct, it was not the Power Management
Unit (&lt;a href="http://docs.info.apple.com/article.html?artnum=303319"&gt;PMU&lt;/a&gt;), it was the heatsink. &lt;a href="http://www.mactivate.ie/"&gt;Mactivate&lt;/a&gt; have informed me they have
one on order from &lt;a href="http://www.apple.ie/"&gt;Apple&lt;/a&gt;, so it will take a bit longer than I anticipated to
get my &lt;a href="http://www.apple.com/macbook/macbook.html"&gt;Macbook&lt;/a&gt; back. I found this strange as I had not experienced random
shutdowns like the ones that have been widely reported across the web. it was
like I described in my earlier post, something to do with the battery not being
able to charge. Then again, I am no expert on this and their is wide evidence
(over 1600 people have identified heatsink as a problem in their Macbooks) that
the heatsink is a definite issue. Sounds like good or bad I will have a lot more
to say about Apple Computer in the future, thats why I have decided to add them
as a category.&lt;/p&gt;</description></item><item><title>Internet Explorer thanks Firefox, sincerely?</title><link>/internet-explorer-thanks-firefox/</link><pubDate>Thu, 26 Oct 2006 00:00:00 +0000</pubDate><guid>/internet-explorer-thanks-firefox/</guid><description>&lt;p&gt;Reading my favourite tech news site: Slashdot ( &lt;a href="http://slashdot.org/articles/06/10/26/1238239.shtml"&gt;/.&lt;/a&gt;), I see the &lt;a href="http://blogs.msdn.com/ie/"&gt;Internet
Explorer team&lt;/a&gt; have sent the &lt;a href="http://getfirefox.com/"&gt;Firefox Team&lt;/a&gt; a nice cake:&lt;/p&gt;
&lt;p&gt;&lt;img src="http://static.flickr.com/118/278562314_14716c0232.jpg" alt="MS IE Cake for Firefox
2"&gt;&lt;/p&gt;
&lt;p&gt;One comment I read said it all really:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;Seems even the IE team knows that IE is dead.&lt;/p&gt;
&lt;p&gt;As for the ex-lax, bugs, pubes in the cake of course none of that is true.
Those things would only be possible if someone at Microsoft actually made the
cake, and that&amp;rsquo;s not how MS does things. They knew they couldn&amp;rsquo;t make a good
cake so they just went out and bought a cake from someone who already knew how
to make one and then stuck their logo on it and called it theirs.&lt;/p&gt;</description></item><item><title>Blog Updates, Calendar Updates, broken Macbook</title><link>/blog-updates-calendar-updates-broken/</link><pubDate>Wed, 25 Oct 2006 00:00:00 +0000</pubDate><guid>/blog-updates-calendar-updates-broken/</guid><description>&lt;p&gt;Well first of all, there has been some blog updates, inspired no less by my
Grandfather! He&amp;rsquo;s at a fragile old age, so he can&amp;rsquo;t read the screen all too
well. This is not a problem however, as he sets all fonts to 16 and higher in
&lt;a href="http://www.getfirefox.com/"&gt;Firefox&lt;/a&gt; (which is out of beta and into version 2.0!). That got me thinking,
as I really struggled to read this page being marginally away from the screen,
as I am a [Keratoconus][] sufferer. As a result, I have enlarged all fonts in my
blog, in an effort to make them more readable&amp;hellip; I encourage everyone to do the
same, or at least follow the [web standards][] so that it can be properly auto resized
by browsers.&lt;/p&gt;</description></item><item><title>Best Bush Satire, Ever.</title><link>/best-bush-satire-ever/</link><pubDate>Wed, 18 Oct 2006 00:00:00 +0000</pubDate><guid>/best-bush-satire-ever/</guid><description>&lt;p&gt;This Ladies and Gents, needs no introduction, for you all know George W. &amp;ldquo;Dubya&amp;rdquo;
Bush. What you may not know is the Daily Show, which is a popular news satire
show in the US. If you have time I recommend you have a look on YouTube for more
videos&amp;hellip;&lt;/p&gt;</description></item><item><title>Google buy YouTube, GTalk for everyone and Blogger Bliss</title><link>/google-buy-youtube-gtalk-for-everyone/</link><pubDate>Tue, 10 Oct 2006 00:00:00 +0000</pubDate><guid>/google-buy-youtube-gtalk-for-everyone/</guid><description>&lt;p&gt;I haven&amp;rsquo;t posted in a while :-( Ah well here it goes: Well we&amp;rsquo;ve all seen the
news Google has bought YouTube for a reported 1.65 Billion US dollars, the deal
was reportedly sealed at at Dennys in California (gotta admire that style and
sophistication). I think its way overvalued Youtube, at 24m per employee! We all
know it serves 100m videos a day, but it has been living off measly venture
capital and hasn&amp;rsquo;t got a verifiable steady income stream, which I guess is where
Google enter with Adwords&amp;hellip;.&lt;/p&gt;</description></item><item><title>Macbook Update, Fonero Haven, Commercial Darknet and College!</title><link>/macbook-update-fonero-haven-commercial/</link><pubDate>Wed, 16 Aug 2006 00:00:00 +0000</pubDate><guid>/macbook-update-fonero-haven-commercial/</guid><description>&lt;p&gt;I have ordered and I am expecting delivery of my brand new Apple MacBook (or
BlackBook as some call it)! It will be a Black, 2Ghz Core Duo, 1 GB RAM, 120 GB
HDD (5400 RPM) MacBook, complete with a remote, Bluetooth 2 and Wifi
functionality. Not mention cool applications such as iSight built in Camera,
Front Row ( a media center) and Spotlight search technology. It cost me close to
€2.000, so hopefully it will be worth it ;-)&lt;/p&gt;</description></item><item><title>Why I am getting an Apple MacBook</title><link>/feel-i-need-to-confess-why-i-am-buying/</link><pubDate>Sat, 12 Aug 2006 00:00:00 +0000</pubDate><guid>/feel-i-need-to-confess-why-i-am-buying/</guid><description>&lt;p&gt;I feel I need to confess why I am buying a &lt;a href="http://www.apple.com/uk/macbook/macbook.html" title="MacBook"&gt;MacBook&lt;/a&gt;, have I turned soft to my
&lt;a href="http://www.opensource.org/" title="Open Source"&gt;Open Source&lt;/a&gt;/&lt;a href="http://www.fsf.org/" title="Free Software Foundation"&gt;Free Software&lt;/a&gt; ways? No, definately 100% NOT. I’ll explain
why: I think Apple Computer has an incredible product in Mac OSx. For anyone who
has not used it before, pop into a 3G store and ask to have a go. When someone releases
a good a product as that, they deserve money, in my opinion. Under “the” free software
license (&lt;a href="http://www.gnu.org/licenses/gpl.txt" title="GNU General Public License"&gt;GNU General Public License&lt;/a&gt;) it is permissable for anyone to charge
for software licensed under it, as long as an offer of source code is given (for
3 years afterwards). Deep down I love &lt;a href="http://www.ubuntulinux.org/" title="Ubuntu Linux"&gt;Ubuntu&lt;/a&gt;, and I will install it as soon
as possible when they release a version for the Intel powered Apple computers.
In fact I will use my Laptop to showcase Ubuntu you had of told me November last
year I’d spend well over €1,000 on an &lt;a href="http://www.apple.com/" title="Apple Computer"&gt;Apple Computer&lt;/a&gt;, I would have told you that
I hated Apple, and would never consider it! What has changed my mind? I got a iPod
Nano for Christmas ‘05 and thought it was great, but the Nano on its own still wouldn’t
convince me to get a Mac.&lt;/p&gt;</description></item><item><title>Law and the Interweb</title><link>/law-and-interweb/</link><pubDate>Wed, 02 Aug 2006 00:00:00 +0000</pubDate><guid>/law-and-interweb/</guid><description>&lt;p&gt;I am writing this because, I regret to say, the stupidity of humanity. People
nowadays define their own law on the Web and the Internet (don’t know the
difference, you should), while disregarding real life. Maybe its a lack of
understanding about technology or law, I don’t know. One things for sure, common
sense can go a long way. &lt;a href="http://www.thecommitments.net/" title="The Commitments Official Website"&gt;Take for example this website on the
Commitments&lt;/a&gt;, which prohibits linking from unauthorised sites! You
see? I just broke the law right there, amazing dontcha think? The person who
designed or put the statement up, is a total complete and utter idiot, and I
don’t care if thats considered slander! Imagine if every site was to do this?
Search engines would be just another litagation filled business, like so many
other. With Lawyers reviewing every site to go into the database, Google would
have a handful, maybe a 100 sites, instead of the usual billions it indexes.&lt;/p&gt;</description></item><item><title>New Design, Ranking, Gmail Hosted, OS 2006 Finale and YouOS</title><link>/new-design-ranking-gmail-hosted-os-2006/</link><pubDate>Wed, 12 Jul 2006 00:00:00 +0000</pubDate><guid>/new-design-ranking-gmail-hosted-os-2006/</guid><description>&lt;p&gt;Hope you like the new look Duey Finsters. Like Google style hoo-pah, we are
still in “Beta” mode (or is it “Alpha”? Depends on who you ask!). I would be
extremely grateful for people to report issues, with the folloxing browsers IE
5.5, 6 &amp;amp; 7, Opera 9, Firefox 1.5.X , Mozilla 1.X , Safari on all platforms
Windows, Linux and Mac (BSD if you want!). Great news also in ranking, the site
has gone from 8.5 millionth, to just under 4 million (#3,945,836 to be exact)
in three and a half months! I am working on releasing the design to &lt;a href="http://www.oswd.org/"&gt;OSWD&lt;/a&gt; and
in Wordpress theme format, for others to extend and enjoy (If you feel like
helping out, contact me).&lt;/p&gt;</description></item><item><title>My Letter to U.S. Dept of Commerce, RE: The Future of the Internet</title><link>/my-letter-to-us-dept-of-commerce-re/</link><pubDate>Mon, 03 Jul 2006 00:00:00 +0000</pubDate><guid>/my-letter-to-us-dept-of-commerce-re/</guid><description>&lt;p&gt;This is my letter to U.S. Dept. of Commerce, stating what I believe should
happen to the Internet. Fell free to email your opinions to them directly: **
&lt;a href="DNSTransition@ntia.doc.gov"&gt;DNSTransition@ntia.doc.gov&lt;/a&gt;**. As a net citizen, get your voice heard on the
most important public debate of our times! Dear Sir/Madam, I, as a citizen of
Ireland and the EU, think with respect, the Internet should have a world
governing body, fairly appointed by each country who has more than 30% of their
respective populations online. For those under 30% they should get to have a
sub-committee, to prioritise and promote the Internet in their countries. I
think while although ICANN has generally not been a bad governing body, vast
improvements can be made, such as not allowing pressure from companies to
increase domain prices, when the cost of providing them has come down
dramatically over the past few years. I do recognise, that the Internet was
partially created with the help of U.S. government funding, but this comes from
the people of America, who would want the Internet to be a force for change,
like for example, the way it is helping Chinese dissidents.Also, as with all US
government generated ideas, it is free from patent and copyright which applies
worldwide, such as NASA images, for example. This should be true of the Internet
also, as it is with GPS (which I use regularly, Thanks for that!). I am not a
whole believer in the U.N. however, I think the Internet governing body should
be free form all Government and International organisational pressures (but not
those that seek to limit abuse, such as child pornography, obviously). I thank
you for offering a public debate on this issue and I sincerely hope the outcome
will be of benefit to everyone living on earth.&lt;/p&gt;</description></item><item><title>Questions, Hosting and IT 2006!</title><link>/questions-hosting-and-it-2006/</link><pubDate>Fri, 23 Jun 2006 00:00:00 +0000</pubDate><guid>/questions-hosting-and-it-2006/</guid><description>&lt;p&gt;I recently found a great documentary, about 9/11, entitled Loose Change 9/11][].
It is easily the most powerful about the event, much more so than Fahrenheit
9/11. In fact I would even argue, that if this documentary had of aired during
the U.S. presedential election, I would have bet on a different result. Backed
up by trusted resources such as the &lt;a href="http://news.bbc.co.uk/2/hi/middle_east/1559151.stm" title="BBC which confirmed at least 8 of the 19 highjackers are alive and well"&gt;BBC which confirmed at least 8 of the 19
highjackers are alive and well&lt;/a&gt;. Filled with outrageous facts, it sets the
scene for either a highly competent Bush regime that new what it was doing, or
the worst domestic tragedy that happend under maladministration. Either way the
American people have serious questions to ask, which I hope in time will get the
aired in time. Maybe George W. is taking a leaf out of Charlie Haugheys book?
That is that corruption can be a force for the good of the public, and my rich
friends?&lt;/p&gt;</description></item><item><title>FON, New Job and Commuting!</title><link>/fon-new-job-and-commuting/</link><pubDate>Sun, 04 Jun 2006 00:00:00 +0000</pubDate><guid>/fon-new-job-and-commuting/</guid><description>&lt;p&gt;I regularly read other Irish blogs to see whats happening and whats the latest
tech thing amongst others. It seems that may have come to fruition, with FON, a
community wifi project, sending me out a free router!! I am exicted about this,
as I hope to convince all my neighbours eventually to get it, and maybe who
knows, I may even achieve the biggest fon hotspot, if I take my campaign estate
wide, to neighbours all around! I want to “eat my own dog food” as they say, so
I will wait until I have recieved and used my router before I recommend it to
non-technical people. I have read of long delays on FON’s forums, so I expect
iot should be here within two to three weeks, maybe a little longer. Also it
comes with a european plug, not a Irish/British one, which is a bit of a
disappointment that I will have to root out the screwdriver to make it fit!!!&lt;/p&gt;</description></item><item><title>Nuclear or Nothing?</title><link>/nuclear-or-nothing/</link><pubDate>Thu, 11 May 2006 00:00:00 +0000</pubDate><guid>/nuclear-or-nothing/</guid><description>&lt;p&gt;&lt;img src="http://static.flickr.com/56/138071833_708a52b884.jpg" alt="Nuclear Shelter"&gt;&lt;/p&gt;
&lt;p&gt;In Ireland we, like the rest of the world, have though questions to answer.
Ireland being an island economy, is especially reliant on oil, none of which we
produce. I was surprised earlier this week to hear one of George W. Bush’s top
aides, saying that the U.S. needs to lose dependence on foreign oil and research
alternatives. I was never more shocked, to hear Bush’s change of heart, from
using improved technology, to one of his aides saying they need to use less oil.
Part of me was angry, as he defiantly rejected Kyoto agreement, when the United
States produces 25+% of all greenhouse gases.&lt;/p&gt;</description></item><item><title>Best Radio Podcasts</title><link>/best-radio-podcasts/</link><pubDate>Tue, 02 May 2006 00:00:00 +0000</pubDate><guid>/best-radio-podcasts/</guid><description>&lt;p&gt;Even while podcasts are relatively new (well a couple of years - like blogs),
Irish Radio Stations are surprisingly well in on the act. Even our incumbent
state broadcaster, RTE, is podcasting en-masse on both RTE Radio 1 and RTE 2FM.
To recieve podcasts, you need podcasting software, start by getting
&lt;a href="http://juicereceiver.sourceforge.net/index.php"&gt;Juice Reciever&lt;/a&gt;(Formerly
iPodder), available for Linux, BSD, MAC and Windows. I will start with my top 5
Irish Radio podcasts:&lt;/p&gt;</description></item><item><title>Spam, will it ever stop?</title><link>/spam-will-it-ever-stop/</link><pubDate>Sat, 29 Apr 2006 00:00:00 +0000</pubDate><guid>/spam-will-it-ever-stop/</guid><description>&lt;p&gt;&lt;img src="http://static.flickr.com/54/136808455_58aae5f13d_t.jpg" alt="CAN Spam"&gt;&lt;/p&gt;
&lt;p&gt;Spam has become a fact of life nowadays, but is their anything we can do to stop
it? The answers boils down to no, we can’t. If we make it illegal, the spamsters
move abroad or go underground, as we have seen in the United States. People have
been prosecuted, but again this does not deter people. Spamhaus have a novel
idea, by trusting domains on reputation, based on spam reports. But this has one
fatal flaw, it involves people reporting spam.&lt;/p&gt;</description></item><item><title>Google will organise your life</title><link>/google-will-organise-your-life/</link><pubDate>Sun, 16 Apr 2006 00:00:00 +0000</pubDate><guid>/google-will-organise-your-life/</guid><description>&lt;p&gt;Google have released a calendar, as part of their mission to “Organise the
Worlds Information”. While it is what you expect from Google, the Calendar did
not impress me a whole lot. It does have an intuitive interface, that is easy to
use. It does integrate with Gmail, although the full extent has yet to be seen,
as they fall short of mentioning it in Gmail at all, but I would expect this to
change. I see great potential for users though, and where Google is heading.
They will eventually integrate it with GoogleTalk and Gmail, producing a hybrid
interface where you can organise a conference on GoogleTalk, schedule it on your
calendar (which is syncronised with your PC and your workgroup server [therby
informing fellow employees]), submit video of it to Google Video, write minutes with
writely, email minutes with Gmail, that mail (with document and video) being attached
to the meeting on the Calendar, which is in turn archived on your PC in Google Desktop
and your Gmail Drive. While that is only one scenario, it is very possible. Google
have already leaked information on their eagerness to hold the entire contents of
ones&amp;rsquo; hard drive on the internet.&lt;/p&gt;</description></item><item><title>Ekiga's Vorbis</title><link>/ekigas-vorbis/</link><pubDate>Thu, 13 Apr 2006 00:00:00 +0000</pubDate><guid>/ekigas-vorbis/</guid><description>&lt;p&gt;I am all for open standards, but they face huge problems. Not least is lack of
intergration between them. Take SIP used by VOIP providers, such as
&lt;a href="http://www.wengo.com/"&gt;OpenWengo&lt;/a&gt;. While OpenWengo is open source, and it is SIP, they are not
helpful in informing you how to use other clients, or dial other OpenWengo users
from other networks.&lt;/p&gt;
&lt;p&gt;What I am really talking about is the need for an all-in-one communications
program, that is multi-platform. Their is already open source code for: Google
Talk (aka Jabber), MSN, AOL, ICQ, SIP, H.323, Yahoo! but why isn’t their an
all-in-one client? Surely it would be easy to reimplement some code from other
programs into Ekiga (SIP, H.323) , Kopete or Gaim (both Jabber, MSN, Yahoo, AOL
and ICQ)? I know GoogleTalk is based on SIP, so why not SIP compatability? That
is poor implementation which is fragmenting the Open Source community, how are
we going to challenge MSN’s userbase with this sort of fragmentation? That said
I like Google Talk and its way of doing things. Also it is rumoured GoogleTalk
will be interoperable with AOL at protocol level, since Google owns 5% of AOL.&lt;/p&gt;</description></item><item><title>Europe's New Voice</title><link>/europes-new-voice/</link><pubDate>Sun, 09 Apr 2006 00:00:00 +0000</pubDate><guid>/europes-new-voice/</guid><description>&lt;p&gt;As tech savvy readers will be aware, dot EU is the latest domain to go into
public use. What is a domain? A domain is the name used for internet site like
&amp;ldquo;dueyfinster.eu&amp;rdquo;. It has already sold over 1.25 million names already, this
entering the third day of the public sale. Their have been bitter critics of how
it has dealt out, with heated arguments over some domains such as Polo.eu, which
was claimed by no less than 3 entities: Volkswagen, Ralph Lauren and Nestle.
Volkswagen won out eventually, all because they got their application in first.&lt;/p&gt;</description></item><item><title>Bebo and Beyond..</title><link>/bebo-and-beyond/</link><pubDate>Tue, 28 Mar 2006 00:00:00 +0000</pubDate><guid>/bebo-and-beyond/</guid><description>&lt;p&gt;&lt;img src="http://img58.imageshack.us/img58/7163/logo6cd.gif" alt="Bebo
Logo" title="Bebo Logo"&gt;&lt;/p&gt;
&lt;p&gt;Do you say Baybo or Beebo? Do you have a clue what I am on about? Apparently 22
million of you out there will, welcome to &lt;a href="http://www.bebo.com/" title="Bebo.com"&gt;Bebo.com&lt;/a&gt; the social network
growing faster than ever! &lt;em&gt;What is a social network? Apparently &lt;em&gt;(by Google
Definitions)&lt;/em&gt;:&lt;/em&gt;&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;The personal or professional set of relationships between individuals. Social
networks represent both a collection of ties between people and the strength
of those ties. Often used as a measure of social “connectedness”, recognising
social networks assists in determining how information moves throughout
groups, and how trust can be established and fostered.&lt;/p&gt;</description></item><item><title>Mozilla's Millions</title><link>/mozillas-millions/</link><pubDate>Sun, 26 Mar 2006 00:00:00 +0000</pubDate><guid>/mozillas-millions/</guid><description>&lt;p&gt;Only now is it truly becoming clear, their is [serious money in Open Source][]/
With &lt;a href="http://www.mozilla.com/" title="Mozilla Corp"&gt;Mozilla&lt;/a&gt; reported to have made tens of millions of dollars. One blogger
reported 70m was made by the corporation, with a Mozilla insider confirming
thats a reasonable ballpark figure. Christopher Blizzard, board member of
Mozilla, had this to say on his blog:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;Blizzard added that an earnings figure of $72m (£41m) quoted on some blogs was
incorrect. “I won’t comment on the dollar amount except to say that it’s
[$72m] not correct, though not off by an order of magnitude. I also won’t
comment on sources of that money, except to say that some of the assertions
that I’ve seen in the comments are pretty far off, both in terms of numbers
and sources,&lt;/p&gt;</description></item><item><title>Just Klik it!</title><link>/just-klik-it/</link><pubDate>Sat, 25 Mar 2006 00:00:00 +0000</pubDate><guid>/just-klik-it/</guid><description>&lt;p&gt;One of the biggest complaints of Linux is that software doesn’t install to well,
or is very difficult to install. “Dependency Hell” (When software relies on
other bits of software to work), used to be quite commonplace. Ubuntu has
cleaned a lot of dependency hell up, and a new program for installing software
from the internet, is included in the new version, due to be released 1st
June 2006.&lt;/p&gt;
&lt;p&gt;That’s when I discovered a little gem called &lt;a href="http://klik.atekon.de/" title="Klik it!"&gt;Klik&lt;/a&gt; for many Linux
distributions. Simply lookup the piece of software you need, click on it and you
have it! No need to install! It places the whole program on the desktop, so it
is easily deletable and easily transferable. For example, if you have an office
application, and your friend doesn’t, simply copy that file on desktop to your
usb key or a cd, and copy to friends pc, done and dusted - Your friend has the
whole application! This is an obvious feature bonus over current Windows
version, XP.&lt;/p&gt;</description></item><item><title>Virtual Ubuntu</title><link>/virtual-ubuntu/</link><pubDate>Fri, 10 Mar 2006 00:00:00 +0000</pubDate><guid>/virtual-ubuntu/</guid><description>&lt;p&gt;So you have heard of Ubuntu, maybe they have even shipped you a free disc or you
have downloaded one? Like most users, even advanced PC users, they get nervous
about installing Linux and afraid of what they might have to learn. Touted as
the brighest star, Ubuntu really does outshine other Linuxes, with usability,
features and great range of software. Now you can try Ubuntu on Windows.&lt;/p&gt;
&lt;p&gt;&lt;img src="http://www.vmware.com/img/ubuntu.gif" alt="Ubuntu Logo"&gt;&lt;/p&gt;</description></item><item><title>Linux VS. Windows</title><link>/linux-vs-windows/</link><pubDate>Mon, 06 Mar 2006 00:00:00 +0000</pubDate><guid>/linux-vs-windows/</guid><description>&lt;p&gt;I use Linux, I also use Windows. I see the merits of the two, as they are
different. Most people don’t see this distinction, that although the two OSes do
many of the same functions, they remain lightyears apart. I have to admit I
preach Linux to the hilt, I shouldn’t, but I do. I get skeptical Windows users
who ask me what Linux does better, and I am stuck for an answer, as it does a
lot of tasks better.&lt;/p&gt;</description></item><item><title>Gallery, Riots and Policy Change</title><link>/gallery-riots-and-policy-change/</link><pubDate>Thu, 02 Mar 2006 00:00:00 +0000</pubDate><guid>/gallery-riots-and-policy-change/</guid><description>&lt;p&gt;Well I can’t believe I only had one post in February! A lot has happened since
then, with Danish cartoons, Dublin Riots and a few policy changes to the site.
First of all the cartoons, I mean, whats all the fuss? Christianity is banned in
Saudi Arabia and Muslims in the middle east just don’t get the idea of ‘free
press’. No one should be allowed to immigrate to the western world, if they do
not hold the core values which we hold, such as human rights, free of
expression/press and other values. Should we worry about the middle east? Not at
all, they’re behind the times, their loss. Why is it that movies which parody
Christianity are so popular with Christians (like Monty Python)? We have evolved
and can tolerate jokes and laugh at ourselves, many, but not all Muslims have
not learned to do this, but they will, its called evolution, and sooner or
later, it will hit the middle east. I am not defending the Cartoons, and I know
Muslims do not produce images of Muhammad, and offense to this, I can
understand. But they need to relax, maybe try some of the many drugs they like
to export to us?&lt;/p&gt;</description></item><item><title>German Trip</title><link>/german-trip/</link><pubDate>Mon, 13 Feb 2006 00:00:00 +0000</pubDate><guid>/german-trip/</guid><description>&lt;p&gt;I recently travelled to Munich, Germany on a recent exchange (1st-9th Feb,
2006). Not knowing what to expect, I found a very different Germany from the
text book one you read about (Bavarian Trad Dress, Beer-drinking, Pretzel
Eating, Sausage loving etc!). Of course all of these elements were present, but
I think a modern German society closely reflects American one, in a lot of ways.
Germans are the largest group by ethnicity in United States, so maybe its just
German culture prevalent in America?&lt;/p&gt;</description></item><item><title>Wiki, Awards and Wifi</title><link>/wiki-awards-and-wifi/</link><pubDate>Sun, 22 Jan 2006 00:00:00 +0000</pubDate><guid>/wiki-awards-and-wifi/</guid><description>&lt;p&gt;Well the last couple of weeks have been interesting! You will notice the website
is now a wiki based on Wikipedias engine, metawiki. I had a load of problems
with making the theme work with a wiki with loads of menus. I think I did well
considering I only spent about 3 days doing it. The code still aint how I want
it and some features were lost, such as rss and del.icio.us bookmarks. But pages
are now easier than ever to navigate and comment on which brings more features.&lt;/p&gt;</description></item><item><title>New Year, Lets Review!</title><link>/new-year-lets-review/</link><pubDate>Fri, 06 Jan 2006 00:00:00 +0000</pubDate><guid>/new-year-lets-review/</guid><description>&lt;p&gt;Well another year has passed, so I thought I’d make a short recap of it, and
tell you what I am looking forward to in 2006. The year was firmly in the hands
of mother nature as we saw in both Pakistan, New Orleans/Gulf of Mexico and the
Tsunami’s after effects. International consensus was reached at the G8 as London
was being bombed - not by the IRA, but by their new enemies in the middle east.
Iran esculated its pressure on the world by resuming its nuclear activities.
George W. Bush took office in January, much to the distaste of the Daily Mirror
in the UK, who scored their most famous headline, “How Could 59,054,087 People,
Be So Dumb?”.&lt;/p&gt;</description></item><item><title>Million Dollars, Nice!</title><link>/million-dollars-nice/</link><pubDate>Fri, 30 Dec 2005 00:00:00 +0000</pubDate><guid>/million-dollars-nice/</guid><description>&lt;p&gt;A student in England has almost reached his target of one million dollars, and
he is only 21! He came up with the idea after jotting down ideas before he went
to bed on how to become a millionaire before he went to university. Then he came
up with the million-dollar idea, sell pixels at USD $1 a piece on his homepage,
&lt;a href="http://www.milliondollarhomepage.com"&gt;MillionDollarHomepage.com&lt;/a&gt; . This man is Alex Tew, hailed as an
advertising genius by the many companies who are using his site to make Internet
history.&lt;/p&gt;</description></item><item><title>Click Online</title><link>/click-online/</link><pubDate>Fri, 23 Dec 2005 00:00:00 +0000</pubDate><guid>/click-online/</guid><description>&lt;p&gt;In case you have never looked at it, Click Online is the flagship technology
program for the BBC. It broadcasts on the Internet and can be viewed even on a
56k modem. I have been watching click online for over a year and a half now, I
first saw it on BBC World, while holidaying in Portugal. It also broadcasts on
BBC News 24 at 7am on a Sunday morning (I have never seen it at this time!).
Although by its nature a technical program, it is very much aimed at the average
PC user and so most things are explained fully.&lt;/p&gt;</description></item><item><title>Google Video</title><link>/google-video/</link><pubDate>Fri, 23 Dec 2005 00:00:00 +0000</pubDate><guid>/google-video/</guid><description>&lt;p&gt;What a fantastic service Google now offer with their Google Video platform.
There are a couple of reasons why I like it, mainly because it is available to
upload your videos on all platforms (Windows, Linux and Mac) and is available on
Mozilla-based browsers (Firefox, Netscape), Opera and Internet Explorer.This is
important in creating a better all round user experience. If only Yahoo! would
follow Googles example and open up Launch Cast to other browsers besides an
outdated version of Netscape and Internet Explorer.&lt;/p&gt;</description></item><item><title>Nokia 770 Internet Tablet</title><link>/internet-tablet/</link><pubDate>Fri, 23 Dec 2005 00:00:00 +0000</pubDate><guid>/internet-tablet/</guid><description>&lt;p&gt;I got it! UPS delivered the Nokia 770 Internet Tablet. What can I say? It is
pure magic! The features are great, it includes:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Web Browser (Opera)&lt;/li&gt;
&lt;li&gt;Flash Player version 6&lt;/li&gt;
&lt;li&gt;Email Client&lt;/li&gt;
&lt;li&gt;Internet Radio&lt;/li&gt;
&lt;li&gt;News Reader&lt;/li&gt;
&lt;li&gt;Media players, Image viewer&lt;/li&gt;
&lt;li&gt;PDF viewer&lt;/li&gt;
&lt;li&gt;File Manager&lt;/li&gt;
&lt;li&gt;Search&lt;/li&gt;
&lt;li&gt;Calculator&lt;/li&gt;
&lt;li&gt;World Clock&lt;/li&gt;
&lt;li&gt;Notes&lt;/li&gt;
&lt;li&gt;Sketch&lt;/li&gt;
&lt;li&gt;Games&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;It runs on Linux, making it totally extendable. It even has its own developer
site at maemo.org, where applications can be downloaded. Hot on my list were
Doom (the Game) and GAIM (Instant Messenger, uses Google Talk, AOL, MSN, Yahoo,
Jabber, IRC, etc). Unfortunately their is no Skype for Nokia 770 just yet, but
hopefully it will be here soon. Nokia has promised an upgrade in 2006, that will
include VOIP, such as skype.&lt;/p&gt;</description></item><item><title>Eurosceptics</title><link>/eurosceptics/</link><pubDate>Sat, 17 Dec 2005 00:00:00 +0000</pubDate><guid>/eurosceptics/</guid><description>&lt;p&gt;The British Press annoys me so much, they way they constantly get it wrong
across the board about the EU. I am a fond supporter of the EU for all its
faults and cracks. But I love freedom of the press and like organisations who
uphold basic journalistic standards, such as the BBC. This leads me onto the
evil man behind it all, Rupert Murdoch owner of The Sun, BSkyB Television, The
Times and other media outlets. It seems all he pushes is his agenda, whether it
be the Bush Right-Christian agenda on Fox in the US or Eurosceptic view in his
British interests.&lt;/p&gt;</description></item><item><title>The Future.....</title><link>/future/</link><pubDate>Fri, 16 Dec 2005 00:00:00 +0000</pubDate><guid>/future/</guid><description>&lt;p&gt;While using instant messenger I had a brainwave, what will the tech landscape
look like in the future? So here is What I think could happen: IBM will buy Sun
MicroSystems and make a new opensource OS, it will be based on Ubuntu. Microsoft
will purchase AOL and roll out its products on the Web, such as MS Office, it
will have a slow start to Vista, but it will pick up through peoples eagerness
to buy the latest hardware. Google will buy Opera, invest in Mozilla and
consolidate Opera into Mozilla, it will also buy Adobe (for their PDF format),
get its way to publish an online bookstore through Google Book Search. Yahoo
will continue to buy extra companies to add to its list of a zillion services,
such as Flickr and Del.icio.us.&lt;/p&gt;</description></item><item><title>In Sickness and in Health!</title><link>/in-sickness-and-in-health/</link><pubDate>Wed, 14 Dec 2005 00:00:00 +0000</pubDate><guid>/in-sickness-and-in-health/</guid><description>&lt;p&gt;I have a throat infection, so I get a week off!! I went to the doctor and I am
on vibramycin antibiotics. I was coughing blood (not nearly as nasty as it
sounds). Now I can get some relaxation in before Christmas!! I hope to do a
guide to restricted formats on Ubuntu soon, especially W32 Codecs and how to get
all the good formats it offers (Divx, MPEG1-4, Windows Media, Quicktime Media
and RealMedia)&lt;/p&gt;</description></item><item><title>Wireless, New Design and Web Services</title><link>/wireless-new-design-and-web-services/</link><pubDate>Sat, 10 Dec 2005 00:00:00 +0000</pubDate><guid>/wireless-new-design-and-web-services/</guid><description>&lt;p&gt;Welcome to the new and improved Duey Finsters. As I mentioned before, I hope to
receive a Nokia 770 Internet Tablet soon, so I will be checking the free
wireless services offered by Eircom in Dublin and at McDonalds restaurants.&lt;/p&gt;
&lt;p&gt;You may have noticed the new look and this revamped blog. You may also question
where has Duey Finsters Web Services gone? It is still here, but me and Thomas
Whelan, who run it, cannot decide on a name. Maybe you all could help us out?
Since well over 97% of all the words in the dictionary are registered as dot
coms, we have no clue what to call ourselves.&lt;/p&gt;</description></item><item><title>Duey Finster</title><link>/dueyfinster/</link><pubDate>Sun, 24 Oct 2004 00:00:00 +0000</pubDate><guid>/dueyfinster/</guid><description>&lt;p&gt;Awake Mornin at nearly six am I am writing this at six am in my cousins home
because I heard this is a good way to get a gmail invite!&lt;/p&gt;</description></item><item><title/><link>/archives/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/archives/</guid><description/></item><item><title/><link>/search/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/search/</guid><description/></item><item><title>About</title><link>/about/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/about/</guid><description>&lt;p&gt;Software Engineering Manager at &lt;a href="http://www.ericsson.com"&gt;Ericsson&lt;/a&gt; in &lt;a href="https://en.wikipedia.org/wiki/Athlone"&gt;Athlone, Ireland&lt;/a&gt;,
managing teams in Software Development Kits (SDKs) for &lt;a href="https://www.ericsson.com/en/ran/intelligent-ran-automation/intelligent-automation-platform"&gt;Encsson Intelligent
Automation Platform&lt;/a&gt; (EIAP). Before that, I was managing JEE Platform,
User Interface SDK and 5G Topology teams in &lt;a href="https://www.ericsson.com/en/portfolio/digital-services/automated-network-operations/network-management/network-manager"&gt;Ericsson Network Manager&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;I originally graduated with a first class honours degree in computer science
at&lt;br&gt;
&lt;a href="https://www.tudublin.ie/"&gt;Technological University, Dublin&lt;/a&gt;. I also graduated with a first class
masters in computer science from &lt;a href="http://csi.ucd.ie"&gt;University College Dublin&lt;/a&gt;. See the
&lt;a href="./about/colophon"&gt;Colophon&lt;/a&gt; if you&amp;rsquo;re interested to know how I put this site together. You
might like some of
&lt;a href="https://huffduffer.com/dueyfinster/tags/mustlisten"&gt;my favourite podcasts&lt;/a&gt; or
some of
&lt;a href="https://www.pinboard.in/u:dueyfinster/t:mustread/"&gt;my favourite articles&lt;/a&gt;.&lt;/p&gt;</description></item><item><title>Colophon</title><link>/about/colophon/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/about/colophon/</guid><description>&lt;p&gt;This site is made with &lt;a href="https://gohugo.io"&gt;Hugo&lt;/a&gt; static website generator (using &lt;a href="https://github.com/kimcc/hugo-theme-noteworthy"&gt;Noteworthy
theme&lt;/a&gt;), posted to &lt;a href="https://www.github.com"&gt;Github&lt;/a&gt; - synced to a private &lt;a href="https://about.gitea.com"&gt;Gitea&lt;/a&gt; instance - which
kicks off a build of the site on a private &lt;a href="https://www.drone.io"&gt;Drone&lt;/a&gt; instance and will rsync the
result to &lt;a href="https://www.fastmail.com"&gt;FastMail&lt;/a&gt;. SSL is freely provided by &lt;a href="https://letsencrypt.org"&gt;LetsEncrypt&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;I author the site (usually) in &lt;a href="http://www.vim.org"&gt;Vim&lt;/a&gt;, &lt;a href="https://www.gnu.org/software/emacs/"&gt;Emacs&lt;/a&gt; or online in Github, using
&lt;a href="https://orgmode.org"&gt;Org mode&lt;/a&gt; for posts and &lt;a href="https://daringfireball.net/projects/markdown/"&gt;Markdown&lt;/a&gt;/HTML/CSS/Javascript for the rest.&lt;/p&gt;</description></item><item><title>Contact</title><link>/contact/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/contact/</guid><description>&lt;p&gt;My preferred way of reaching out is on
&lt;a href="https://mastodon.ie/@dueyfinster"&gt;Mastodon&lt;/a&gt;.
Alternatively you can reach me by email by using my first name at my last name
dot org.&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://www.linkedin.com/in/neilgrogan"&gt;Linkedin&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;</description></item><item><title>CV</title><link>/cv/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/cv/</guid><description>&lt;h4 id="view-and-download"&gt;View and Download&lt;/h4&gt;
&lt;p&gt;You can get a &lt;a href="./cv/ngrogan-CV.pdf"&gt;PDF copy of my resume&lt;/a&gt;.&lt;/p&gt;</description></item><item><title>Presentations</title><link>/presentations/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/presentations/</guid><description>&lt;p&gt;Below is some of the presentations I have given:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;5G Overview - &lt;a href="https://www.maynoothuniversity.ie"&gt;Maynooth University&lt;/a&gt;,
October 2019&lt;/li&gt;
&lt;li&gt;&lt;a href="./presentations/newsfast-final.pdf"&gt;Newsfast M.Sc. Project Final&lt;/a&gt;
(&lt;a href="https://speakerdeck.com/dueyfinster/newsfast-msc-ucd-final-project-presentation"&gt;Speakerdeck Mirror&lt;/a&gt;) -
University College Dublin, August 2015&lt;/li&gt;
&lt;li&gt;&lt;a href="./presentations/newsfast-midterm.pdf"&gt;Newsfast M.Sc. Project Midterm&lt;/a&gt;
(&lt;a href="https://speakerdeck.com/dueyfinster/newsfast-midterm-msc-project-in-ucd"&gt;Speakerdeck Mirror&lt;/a&gt;)-
University College Dublin, June 2015&lt;/li&gt;
&lt;/ul&gt;</description></item><item><title>Projects</title><link>/projects/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/projects/</guid><description>&lt;p&gt;Some projects I&amp;rsquo;ve done are listed below, hopefully you can find some of them
useful.&lt;/p&gt;
&lt;p&gt;&lt;img src="./img/17/lambda-scraper-logo.png" alt="AWS Lambda Slack Web Scraper" title="AWS Lambda Slack Web Scraper"&gt;&lt;/p&gt;
&lt;h4 id="aws-lambda-web-scraper-with-slack-notifications"&gt;&lt;a href="https://github.com/dueyfinster/lambda-scraper"&gt;AWS Lambda Web Scraper with Slack Notifications&lt;/a&gt;&lt;/h4&gt;
&lt;p&gt;A function on Amazon Web Services Lambda platform to scrape useful information
from a website and post the results to Slack. Can be used to get a restaurant
menu, bus times, sports scores or anything you can think of in to Slack!&lt;/p&gt;</description></item><item><title>Uses</title><link>/uses/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/uses/</guid><description>&lt;h3 id="editor--terminal"&gt;Editor + Terminal&lt;/h3&gt;
&lt;p&gt;For Editor I use &lt;a href="https://code.visualstudio.com"&gt;VS Code&lt;/a&gt; and
&lt;a href="https://www.vim.org"&gt;Vim&lt;/a&gt;/&lt;a href="https://www.neovim.io"&gt;Neovim&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;For shell I use &lt;a href="https://www.zsh.org/"&gt;ZSH&lt;/a&gt; with &lt;a href="https://starship.rs/"&gt;Starship&lt;/a&gt;
installed. For terminal I use &lt;a href="https://wezfurlong.org/wezterm/index.html"&gt;WezTerm&lt;/a&gt; but I
am also trying &lt;a href="https://ghostty.org/"&gt;Ghostty&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;&lt;a href="https://github.com/dueyfinster/dotfiles"&gt;My dotfiles are here&lt;/a&gt;&lt;/p&gt;
&lt;h3 id="desktop-apps"&gt;Desktop Apps&lt;/h3&gt;
&lt;p&gt;For web browser - I usually use Safari and Firefox.&lt;/p&gt;
&lt;p&gt;For RSS reader I use the excellent &lt;a href="https://reederapp.com"&gt;Reeder&lt;/a&gt; (mac/iOS).&lt;/p&gt;
&lt;p&gt;For work, I use Microsoft Excel, Powerpoint and Word - I never use these on a
personal machine (I use Apple iWork suite on rare occasion).&lt;/p&gt;</description></item></channel></rss>