Older blog entries for dan (starting at number 39)

I could almost believe that this CLiki thing is actually taking off.

$ grep POST /var/log/apache/access.log | grep -v my ip |wc -l
15

(The log last rotated at 04/Jun/2000:06:43:24 +0100)

Not bad for a dead language!

In other news, somebody got :sockets running under Solaris with what looks like comparatively little pain. Though it was always supposed to be portable to different OSes, this is as far as I know the first time anyone has tried it in practice. It's kind of gratifying

shapr:
Open Source seems to be more about kicking something out the door and letting people play with it.

That's Open Source? I thought that was ContinuousIntegration and DoTheSimplestThingThatCouldPossiblyWork ;-)

gd&r

Long time no update. I've been busy. Not to mention lazy.

Most of my spare time recently has been consumed getting CLiki off the ground. It's not exactly CPAN, but it's a start. Common Lisp doesn't have enough projects going on to need a CPAN yet, anyway. Yet. It will.

Oh frabjous day. Oh CLORB, OK?

CLORB server side rudimentarily working and patch available and original author contacted. Also minor but necessary :sockets update

After a long time spent fiddling with sockets again, I get to

:; name-client  `cat /tmp/NameService ` list .
CORBA system exception.

Did I expect that? Should I have done?

. . .

CLORB server-side code is not only putting its sockets into non-blocking mode in order to poll them, but it's busy-waiting between polls. As soon as I get it to work at all that'll be the first thing to go out of the window

. . .

In reference to the quoted example in the OOP Considered Harmful thread, I also have to say

* (floor 11 7)
1
4

Not every language is limited to returning one value only from a function

I expect there's a fairly limited audience for this kind of stuff, but just in case: CORBA, GNOME, CMUCL, and other macabre tales

clorb client-side stuff now works with :sockets.

Spent most of the evening setting up dns in some semi-sane fashion on my laptop to be able to try this.

gnome-help-browser is taking 9Mb? That's more than Netscape right now ..

(Not that I'm actually needing to look stuff up in it, but it's about the simplest CORBA server in Gnome that does anything at all interesting)

Started work on the CLORB TODO list (doing the first three items simultaneously) during which I released sockets 0.3.5, which fixes an embarrassing bug

Found Richard Gabriel's Writing Broadside in Wiki, and forwarded the URL to oswg-discuss. It's for programmers rather than full-time writers, but the advice is mostly good anyway. Got only one out-of-office-autoreply back.

Got up late. Mooched. Replaced bulb in light on balcony. Walked through the park - in the dark - to Borders. Browsed.

(Do I want to learn Smalltalk?)

Returned home. Drank whisky. irced. Browsed more wiki. Mooched further

Read the CLORB server code, or portion thereof. Wrote TODO list:

  • Define & implement uniform interface to socket functions

  • Port to :sockets - needed for reusable server sockets and possibly non-blocking accepts

  • Clean up clorb-srv.lisp drastically

  • Rewrite event loop so that streams plug into it with a defined api which looks uncannily like SERVE-EVENT

  • Watch it magically all start working with SERVE-EVENT.

  • Write an IR

Posted diary entry. Went to bed late.

rasputin: Beware The Blunt Rusty Saw Of Analogy!

jim: (key: advogato)
begin 664 reply.cs1
MR+FJ>`QT65.%W?RE&(9^54ENG#IRX0U\Q<"/YCOVJUR6$F#T>E/)TYSCAU'`
M@GB`6!GCH.S6R#P"2QW]GG^>5(6X/E/[R)^EX,_'8Z[?'ZXD,$,+*7>%Z,N%
MHJ!JX+CY>Z)=B@?=@A/Z6>6S),N/_N17*R-)J)Z?#4DYZ5S8?'*BW$BT[UIA
IV1%BNX\\0[:&\ZPRN0NRI9170Y'T+8;3>MC:8A)V0W+N?/7`E8S:JJ,`
`
end

30 older entries...

New Advogato Features

New HTML Parser: The long-awaited libxml2 based HTML parser code is live. It needs further work but already handles most markup better than the original parser.

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!