Name: Sune Kirkeby
Member since: 2000-03-29 08:16:02
Last Login: N/A
Homepage: http://ibofobi.dk/
Notes: Keywords: comp.sci. undergraduate at the University of Copenhagen, Denmark; part-time employed as bofh; programming almost exclusively in Python; reader of science fiction; procrastinator.
From The Collaborative International Dictionary of English v.0.44:
Procrastinator \Pro*cras"ti*na`tor\, n.
One who procrastinates, or defers the performance of
anything.
[1913 Webster]
Vanity blog
As a consequence of the above mentioned feature of mine I am depressingly bad at keeping vanity blogs updated. This is clearly evident from my diary here.
Reading
Bugs in Writing by Lyn Dupr\'e and G\:odel, Escher, Bach by Douglas R. Hofstadter. The former is part of my mission to become a better writer; the latter is good philosophical reading.
Hacking
I got tired of Twisted some time ago. So, in a fit of Hybris, I wrote a network-programming library using stackless tasklets, and built a web server on top of it. Also, I implemented most of Zope Page Templates. Put those two together, and you get a web server that you can easily hack, along with nice separation of logic and presentation. And you get it without the icky frameworks that the Twisted (and Zope, I suppose) crowd like so much. I like it. A lot.
27 Jan 2001 (updated 27 Jan 2001 at 15:53 UTC) »
[ Correction: I s/CORBA/ORBit/'ed in various places. ]
Hacking: [Beware: ugly-ish picturesque langauge] Blech -- I thought I was going to have some Good Wholesome Fun(tm) fiddling with CORBA in Python. Then I discovered that PyORBit is (1) completely undocumented and (2) sucks goats nuts. orbit-python OTOH needs me to patch automake before I can build it, could they at the least not have include pre-autogenned files?
I better see go see if a patched automake will make orbit-python (and hopefully me) Happy.
Having a freeciv client (oh no, not another freeciv client!) in Python might be the entire exercise worth, though. Should make scripting a fairly easing thing to integrate. Mmm. . .
Work: Greatness abounds at work. Almost all of today was spent writing a custom, RAID-capable, company-specific Debian installer; just having to enter hostname, etc. and have a Debian base-system on RAID when you come back from the coffee-machine is going to rule. Oh, and the best thing ofcourse is that's it's fun doing :-).
-- (define (f s)
(lambda (g)
(if (equal? s "")
(let ((t (g (lambda (h) ""))))
(if (equal? t "")
""
(g (f ""))))
(string-append
(string-head s 1)
(g (f (string-tail s 1)))))))
f
-- ((f "Js nte ceeWnae")(f "utAohrShm anbe"))
"Just Another Scheme Wannabee"
Wonder if not there's a nicer way of doing that then-branch?
And, now back to my regularly scheduled work.
Others have certified sune as follows:
[ Certification disabled because you're not logged in. ]
FOAF updates: Trust rankings are now exported, making the data available to other users and websites. An external FOAF URI has been added, allowing users to link to an additional FOAF file.
Keep up with the latest Advogato features by reading the Advogato status blog.
If you're a C programmer with some spare time, take a look at the mod_virgule project page and help us with one of the tasks on the ToDo list!