1, 2, 3, … go!

27 Feb 2006, 14:06 by Giorgos Keramidas

Let’s see. I tried blogger for a while, but it’s editor is not quite to my taste. Hopefully, wordpress, which I have grown to like a lot will work much much better :-)

Hello world (again)”


30.00273785078713… down

08 Mar 2006, 01:27 by Giorgos Keramidas

44.8972621492128678986995208761…. to go

If we are to believe what BBC says, anyway

read more

A bunch of updates for the Greek FreeBSD/doc translations

02 Sep 2008, 15:18 by Giorgos Keramidas

Translations of technical documentation from English to Greek are a relatively difficult task. It takes a certain level of attention to detail and a fairly good command of both languages. Then there is the minor issue of keeping the translations up to date with their English counterparts.

Updating translations (the ...

read more

A nice article about dVCS in the Enterprise

13 Feb 2008, 01:02 by Giorgos Keramidas

Bryan W Taylor posted a very intriguing writeup a bit earlier, titled: “The Need for Distributed Version Control in the Enterprise“.

There are a few points of the article that seem a bit controversial. For instance, I am not sure I totally agree with the comments abouts “feature scoped” development ...

read more

A Tiny Lisp Script

25 Feb 2009, 03:18 by Giorgos Keramidas

A tiny Lisp script, noticed first in a recent post in comp.lang.lisp and then ported to SBCL:

    % cat ~/bin/iota
    #!/usr/local/bin/sbcl --script
    (defun iota (count &optional (start 0) (step 1))
      "Build a list of `count' numbers, starting from `start' andincrementing by `step' between
      successive elements ...
read more

Announcement: FreeBSD 7.1 Release

06 Jan 2009, 01:19 by Giorgos Keramidas

The FreeBSD 7.1 release is out!

Ken Smith has posted the official email announcement of 7.1-RELEASE earlier today:

http://lists.freebsd.org/pipermail/freebsd-announce/2009-January/001229.html

This is a minor release in the 7.X branch of FreeBSD development, but it includes many bug fixes, improvements ...

read more

Announcement: FreeBSD 7.2 release

04 May 2009, 04:02 by Giorgos Keramidas

The FreeBSD 7.2 release is out!

Ken Smith has posted the official email announcement of 7.2-RELEASE earlier today:

http://lists.freebsd.org/pipermail/freebsd-announce/2009-May/001253.html

This is the third minor release in the 7.X branch of FreeBSD development, and it includes many bug fixes ...

read more

Apparently Elephants and FreeBSD are Quite Popular

15 Jun 2009, 16:50 by Giorgos Keramidas

Looking at the search terms that people used to reach this weblog, I noticed that one of the most popular posts of all time is the Contributing to FreeBSD post of Feb 2009.

This is fantastic! I didn’t realize readers of this weblog would like the particular post so ...

read more

Athens Digital Week 2008

15 Oct 2008, 22:43 by Giorgos Keramidas

From: keramida

Subject: Athens Digital Week 2008

References: http://www.athensdigitalweek.gr/

Everything is ready, so I’m going to leave for Athens to attend the “Athens Digital Week 2008” event tomorrow. Two short presentations have been prepared, and sent to the organizers. I am not sure if we will ...

read more

Automated workspace updates with Mercurial

06 Sep 2007, 15:34 by Giorgos Keramidas

When using a distributed SCM, it is often very useful to be able to automatically sync a “reference” workspace with a remote, “parent” workspace. This way, even when offline, a local clone of the parent workspace is available.

Having a local clone of the “reference tree” is useful in many ...

read more