early morning musing (in Lisp)
Oct. 22nd, 2004 03:58 amy’know, it’s really too bad I can’t set Windows up with something like ( this. )
“here’s your change.”
Sep. 6th, 2004 05:41 ammy latest experiments with LJ.NET [source] appear to be functional, but I can’t be sure. would anyone care to play with it a bit, see if you can make it break?
there’s nothing really drastic in the code—some borrowings from
talisker added to my previous modifications—but I played with the installer a bit, and I’m not sure what effect that will have on systems other than mine (where it has none whatsoever, aside from a relatively large reduction in size).
[ETA: more cleanup and small tweakage. binary and source.]
[ETA2: fixed a tiny but rather unpleasant bug in the last set of files:
there’s nothing really drastic in the code—some borrowings from
![[livejournal.com profile]](https://www.dreamwidth.org/img/external/lj-userinfo.gif)
[ETA: more cleanup and small tweakage. binary and source.]
[ETA2: fixed a tiny but rather unpleasant bug in the last set of files:
LiveJournal.PostUpdate()
was completely ignoring the journal param. tossing the following block in fixes the problem nicely:if( !journal.Equals( "<default>" ) )
{
body += "usejournal=" + journal + "&";
}
]