Category Archives: Nerd

Lost twin found!

I found my lost twin. It’s Seth Rogen. Thanks goes to Fontzy for having pointed this out to me and for the image below. Oh gosh, I should now watch all Seth’s movies! =)

But yesterday I had my beard and hair cut…

Emotions

I know it may sound a bit weird, but I really like loading the film on my Leica CL. It’s a simple but important action which thrills me.

Unexpected application of technology

Today I saw an application of a technology which I didn’t think about: an hearing impaired boy “talking” at a videophone using the sign language. Uh..I’d love to see more technology giving such an help to impaired people.

Never thought about becoming a webdesigner…

…but now I’m busy developing two websites…
I chose to use Wordpress as CMS because I know it well enough to make it do what I want it to do and lately it became flexible enough to be more than a simple blog platform.
Side note: yesterday I injured my left foot while playing futsal: I’m now [...]

ftpd(8) + PF + ftp-proxy on the same host

Eventually I managed to make ftpd, PF and ftp-proxy work on the same machine with one network interface.
My /etc/rc.conf:
[...]
pf_enable=”YES”
pflog_enable=”YES”
ftpd_enable=”YES” # Enable stand-alone ftpd.
ftpd_flags=”-46Dl”
ftpproxy_enable=”YES”
ftpproxy_flags=”-R 127.0.0.1″
[...]

My /etc/pf.conf:

[...]
#nat section
nat-anchor “ftp-proxy/*”
rdr-anchor “ftp-proxy/*”
rdr pass on $if proto tcp from any to $if port 9021 -> \
127.0.0.1 [...]

USB Pen Working!

In a previous post, I asked how to set a blacklist for HAL because my USB pen didn’t work on FreeBSD.
I tried again today and it works flawlessy. *YUPPIDUUU*

GPG key expired and updated

My GPG key expired on Sunday, so I renewed it today (by changing the expiration date). Download it.

Once in a while: todo list update

Now and then (more then than now) I remember to update my ToDo List.

This afternoon I was too tired to work on actual code, so I dive in the list of RPC-related PRs and assigned some of them to me.

Moved to gnome2-lite

After more than 3 years (may be more..) I moved from xfce4 to gnome2-lite on my laptop. Desktop wil follow if the experience with gnome during the EuroBSDCon DevSummit will be a positive one.
Sad? Not too much.

Things that come back

Today, many things appeared again in my life:

I have a watch on my wrist: the present from my parents for my graduation. It’s a Rolex Air-King which belonged to my father and then to my mother. I stopped wearing wrist watches when I started using the keyboard for more than few hours a day, 4 [...]