Ubuntist deviant atones for sins

Posted on 25/06/2007.

Some time back I wrote  a quote of the day: There is no greater joy than soaring high on the wings of your dreams, except maybe the joy of watching a dreamer who has nowhere to land but in the ocean of reality. For a moment I though the quote was apropos for Alec Clew’s [...]

Read Full Post | Make a Comment ( 3 so far )

GroupJoins in LINQ

Posted on 20/06/2007.

OWL defines two types of property: DatatypeProperty and ObjectProperty. An object property links instances from two Classes, just like a reference in .NET between two objects. In OWL you define it like this:
<owl:ObjectProperty rdf:ID=”isOnAlbum”>   <rdfs:domain rdf:resource=”#Track”/>  <rdfs:range rdf:resource=”#Album”/> </owl:ObjectProperty>
A DatatypeProperty is similar to a .NET property that stores some kind of primitive type like [...]

Read Full Post | Make a Comment ( None so far )

Creating A LINQ Query Provider

Posted on 18/05/2007.

As promised last time, I have extended the query mechanism of my little application with a LINQ Query Provider. I based my initial design on the method published by Bart De Smet, but have extended that framework, cleaned it up and tied it in with the original object deserialiser for SemWeb (a semantic web library [...]

Read Full Post | Make a Comment ( None so far )

Using RDF and C# to create an MP3 Manager - Part 3

Posted on 8/05/2007.

Last time I hurriedly showed you how you can perform the next step of converting a triple store into an ORM system of sorts. The purpose of all this activity, and the reason I left off blogging about LINQ was that I am working on a system to allow me to use LINQ with a [...]

Read Full Post | Make a Comment ( None so far )

Using RDF and C# to create an MP3 Manager - Part 2

Posted on 7/05/2007.

I’ve been off the air for a week or two - I’ve been hard at work on the final stages of a project at work that will go live next week. I’ve been on this project for almost 6 months now, and next week I’ll get a well earned rest. What that means is I [...]

Read Full Post | Make a Comment ( None so far )

Why I hate Windows Vista (and can’t wait to re-install XP)

Posted on 18/04/2007.

To quote Niklaus Wirth:
Software gets slower faster than hardware gets faster.

Read Full Post | Make a Comment ( 36 so far )

New Features in Visual Studio Orcas

Posted on 3/03/2007.

I’ve been taking the new Visual Studio Preview for a spin, and it’s got some pretty nice new additions. These aren’t just the headline features that have been publicized elsewhere, but the thoughtful additions to usability that will make our lives a little bit easier. They should also help us to make our code a [...]

Read Full Post | Make a Comment ( 1 so far )

PowerShell NOT inferior to Cygwin

Posted on 4/02/2007.

In a previous post, I kinda outed myself as a lover of “find | xargs” and grep. It seems that I inadvertantly gave offence to Jeffrey Snover (the architect of powershell), for whom I have great respect. So I thought I ought to set the record straight.
I like powershell a lot, and I suspect that [...]

Read Full Post | Make a Comment ( 5 so far )

Photosynth CTP now on display

Posted on 13/11/2006.

Live Labs has now put Photosynth on display to the public. You can’t add your own photos yet, but the interface is everything that they promised. I can’t wait to be able to use this on my own photos.
I think it will change the way I use my camera. With this interface I will still [...]

Read Full Post | Make a Comment ( None so far )

Virtualization – Good or Bad?

Posted on 7/11/2006.

Virtualization is a craze in the making. All the warning signs are there – you have to throw all your machines away, and replace them with several hundred thousand dollars worth of new ones. Effectively you have to ditch your distributed system and replace it with a distributed system simulated on a supercomputer. Wow. That’s [...]

Read Full Post | Make a Comment ( 3 so far )

« Previous Entries

Liked it here?
Why not try sites on the blogroll...