IRC log started Fri Aug 13 00:00:00 1999 [msg(TUNES)] permlog 1999.0813 -:- SignOff eihrul: #TUNES (Leaving) -:- SignOff overfien: #TUNES (Ping timeout for overfien[m227.telcomplus.net]) -:- water [water@ppp-tnt-142.tscnet.net] has joined #tunes -:- eihrul [lee@usr5-ppp14.lvdi.net] has joined #tunes -:- SignOff eihrul: #TUNES (Leaving) -:- SignOff water: #TUNES (Ping timeout for water[ppp-tnt-142.tscnet.net]) !The_Hymenater:*! ph34r m3 -:- fare [fare@quatramaran.ens.fr] has joined #Tunes -:- fare is now known as Fare -:- SignOff Plundis: #TUNES (Ping timeout for Plundis[chaosdev.org]) -:- Plundis [plundis@chaosdev.org] has joined #tunes * Plundis/#tunes is gone. Gone since Tue Aug 3 18:38:00 1999 -:- hcf [nef@me-portland-us1014.javanet.com] has joined #tunes -:- shamino [sham@phila-dialup401.nni.com] has joined #tunes -:- SignOff shamino: #TUNES (Ping timeout for shamino[phila-dialup401.nni.com]) -:- smkl [sami@MCCCLVIII.rdyn.saunalahti.fi] has joined #tunes hoy smkl hello hcf 08:50am -:- water [water@ppp-tnt-2.tscnet.net] has joined #tunes hoy water hola is fare here? 09:20am nick is, havnt seen it output anything what's the syntax to find out from abi when a person last spoke? abi: seen fare fare was last seen saying something on IRC Tue Aug 10 15:10:19 1999 :P Fare is a lurker abi: Fare? somebody said Fare was sometimes looking at another screen and interruptible with a beep (/msg Fare ^G) or at http://www.tunes.org/~fare/ or connected through a crappy ISP (cybercable.fr) or pronounced Fahree i'm enjoying a day off btw, i found "A Crash Course in Arrow Logic" abi's seen data is way off by like 2 days k (for fare at least) -:- ElGato [dave@bespin.dhs.org] has joined #tunes gato! water! :D is fare awake? 09:30am water: http://www.phil.uu.nl/preprints.html there's quite a coincidence! thanks, i already have those good well, i definitely haven't read 'em all, and i only have most http://www.ccsom.uva.nl/replst/bk-marx95.html * ElGato/#tunes is almost through the first paragraph of the arrow paper very cool hehe gato: i'm going to post a good url to the list in a minute "A Crash Course in Arrow Logic" :) that'll help a lot ok. you should receive it soon is arrow logic your idea or something you expanded upon? i expanded on it my idea is Reflective (Relativised) Arrow Logic i learned forth yesterday (started learning forth that is) cool i can see now why fare calls it universal you can do anything with it really it still has drawbacks, though like what? 09:40am basically, it doesn't reflect very well, and it only executes well in a particular way oh it's very good for tiny memory environments, though reflection hmmm lemme look at the review page for instance, its memory management methods are hard to change what i see is that it would be kinda hard to create a good object modek model that too you could _emulate_ an object model with it, though. but of course that's different water: http://psyultra.psy.ccu.edu.tw/itallc98/english/abstract/paper.htm for my language i wanna put together all the good parts of forth and scheme together with a good object model wwwooooowwww (i mean about hcf's url) gato: k -:- HickServ [dave@bespin.dhs.org] has joined #tunes -:- SignOff ElGato: #TUNES (Hey! Where'd my controlling terminal go?) arg! -:- HickServ is now known as ElGato they're just abstracts! * water/#tunes goes looking for the real papers the lengua papaer! when or if it is written :) Taiwan is such a beautiful place... (sigh) :) were you there when you went off to sea? is lengua still going to have #include-like keywords? yes i don't know yet i want to mabye have something like that or (load ...) 09:50am bah :) ? i like modularity i just think that having to explicitly support modularity is pretty lame water: http://www.illc.uva.nl/Publications/Lists/www-allseries-all.html been there. done that. they still haven't sent me the t-shirt i ordered, though. :) water: so water, what do you want? one big source file? hehe gato: play with smalltalk a little. it has a persistent store of objects. gato: it has lame modularity, though, unfortunately er ? but can you load anything from files though yes, you can load crap that will cause your machine to crash! as opposed to stuff that has already been checked for errors ahead of time "loading anything from files" = lame modularity nah why not? you have to explicitly check the module for errors every time you load how then would you be able to move your programs around?? oh geez i'm not saying that sharing modules is bad, but when you treat them as low-level data, i.e. as files, then you have to check them every time you load them. just like c 10:00am btw, i'm pretty sure that fare would agree with me on that point. :/ i just don't see how you could write a "header", save it, turn off you computer, and work on it some more the next day without files arrgghhh!! p e r s i s t e n c e :) ohhh no explicit saving persistence yeah, as in "the persistent object store of Smalltalk Squeak" for an interactive programming environment? sure, or otherwise (interactive = explorative?) as in typing everything out at a prompt like forth well, it could be graphical, too as in Self's Seity and Morphic UI's and then could the destination of this persistant storage be a FILE? i.e. objects are directly manipulated on the screen, and can execute there, too file = element of a file-system i'm saying the persistent store basically replaces the file-system but you can put the store in a file like Squeak does. it still results in lame modularity, though -:- SignOff ElGato: #TUNES (Hey! Where'd my controlling terminal go?) -:- HickServ [dave@bespin.dhs.org] has joined #tunes wb thanks but you can put the store in a file like Squeak does. it still results in lame modularity, though (just in case you missed that) well let's not get into parts of the os k (although i think the boundary is arbitrary) the early point of lengua is to snarf another os/language that other language being lengua binded with buenos yes no boundry 10:10am what were we talking about before this? forth oh yeah hmm. no comments here water: say we wanted to distribute a lengua source program online that had modular components. THere has to be files well, sure, but it should be really simple for another user to make sure that our code doesn't give him or her lots of nasty bugs or it should be easy to see and change the discrepancies looked at Modula-N? (N=0,1,2,3) it definitely takes modularity for Pascal-a-likes to the extreme. now shouldn't i be able to have a word such as "load to be able to load "objects" and when necessary files well, sort of. not everything loads the same way, which means having one keyword makes the implementation complicated it depends on what the modules are allowed to do. do they just give you handles to objects and (public) methods? better yet, this "header" doesn't contain source but a format that contains verified source 10:20am or uh compiled/verified source ah. _compiled_ source hehehe object code -:- ProGuy [Paul@p407-111.ppp.get2net.dk] has joined #tunes water: so when the main code is compiled, it just links all the modules you're going to use this kind of system with a Forth/Scheme mix ? -:- SignOff Crimson: #TUNES (Ping timeout for Crimson[chaosdev.org]) i guess you could call it a mix im just trying to put ideas together k mind you, most of the time i don't have the slightest idea what anyone else, or myself, are talking about hehe hell forth and scheme are too different from each other well, there's a way to link them, but it's not what you usually think of Forth? Forth is at http://www.forth.org or a nice user interface er i don't care what it resembles as long as it's powerful forth _is based on term-rewrite logic, which changes words into other word sequences. you can do the same thing in lisp or scheme with SEXP's and lambdas -:- Crimson [crimson@chaosdev.org] has joined #tunes * Crimson/#tunes is gone. Gone since Thu Aug 12 16:56:00 1999 10:30am damned ChaOSers! i think i just like the idea of scheme witha forth stack k as sham would say "now your ideas just sound like crazy man talk" scheme does have a stack, though, for its terms yes but it isn't the same thing and you can't manipulate the stack in the sam eway well, sure. gakuk yablutsk Fare: ftp://ftp.phil.uu.nl/pub/logic/PREPRINTS/preprint107.ps.Z 10:40am -:- BloBlarg [dave@bespin.dhs.org] has joined #tunes (if you haven't checked email yet) -:- BloBlarg is now known as ElGato wb this is really pisssing me off email? -:- SignOff ProGuy: #TUNES (leaving) i sent the url to the general tunes list "A Crash Course in Arrow Logic" the only thing im not sure of now is what gives a lnguage more potential as to being reflective than another don't know how to answer that, myself fare? i heard fare was sometimes looking at another screen and interruptible with a beep (/msg Fare ^G) or at http://www.tunes.org/~fare/ or connected through a crappy ISP (cybercable.fr) or pronounced Fahree EG: yes? any idea on my question?? which question? the only thing im not sure of now is what gives a lnguage more potential as to being reflective than another i already had it that way, ElGato. EG: depends on what kind of reflection you want. at the most basic level, you want quoting. then, you want some formal semantics and then you want an embedding of lambda-calculus s/you/Fare now, this isn't enough, for you also want some kind of universality wrt concurrent computations speaking of which -:- SignOff abi: #TUNES (Ping timeout for abi[bespin.dhs.org]) and that's something I still haven't fully formalized, although it's nearly done -:- SignOff ElGato: #TUNES (Hey! Where'd my controlling terminal go?) what's your idea about that? * HickServ/#tunes is away: (Auto-Away after 10 mins) [BX-MsgLog On] Fare: you there? somehow about what? -:- abi [nef@bespin.dhs.org] has joined #tunes about universality wrt concurrent computations 10:50am well, ymust formalize a notion of intentionality to achieve it which for you means... ? actually, the question is very tricky, because you either have to take into account a lot of hypotheses about the "external world", or you have to use a probabilistic approach in other words, the problem is very complex yes. You can simplify it in various ways; especially if you're having a "centralized implementation" of your system -:- ElGato [dave@bespin.dhs.org] has joined #tunes hey fare, how do you call a lambda proc? (which seems to defeat part of the purpose of formalizing concurrent computations) EG: ((lambda () (foo))) -:- _water [water@ppp-tnt-2.tscnet.net] has joined #tunes <_water> that was weird where foo is the variable binded to that proc? * _water/#tunes checks the logs -:- SignOff water: #TUNES (Read error to water[ppp-tnt-2.tscnet.net]: Connection reset by peer) -:- _water is now known as water :P fare!!! EG: hum. Did you read the Scheme tutorials at schemers.org ? where foo is the variable binded to that proc? ok no im reading another good one if you prefer Haskell style, it's different centralizing the implementation would eliminate a lot of the complexity, but is it enough when you want scheme to run an os? and ML is differnt, too -:- SignOff HickServ: #TUNES (BitchX-75+Deb1an -- just do it.) oh and one more thing before i leave about scheme's scope can a procedure use a variable ina "let" expression if that let was defined in that procedure? centralizing allows you to guarantee invariants on the "external world" to programs sure, but by how much? 11:00am i mean, how much is enough? or can a procedure use a variable in another procedure that was defined in the same procedure who wants to use it (toung twister) (define (foo x) (let ((y x)) (lambda () (set! y (+ y 1)) y))) water: how much what? how many invariants, i suppose. n/m later -:- SignOff ElGato: #TUNES (ElGato has no reason) i guess i'm asking you to clarify 'universality wrt concurrent computations'. yes please do and it looks like I'll have to parametrize it on the capabilities offered by "basic I/O" properties i.e., parametrize it on the external world. right but what about properties like a computation's suitability for being interrupted? btw, what's the relatinoship between _your_ arrow stuff, and that dutch arrow logic? can that be parametrized? water: you don't see computations being interrupted; you just send and receive information from them well, my arrow stuff casts the "points and arrows" style into an "arrows and arrows" style sends and receives smacks of message-based semantics you only have a behavioral observability of a system the question is "universal with respect to what category of transformations?" k 11:10am btw, my arrow system is also more similar to the "concrete" arrow logic style is there a historic relationship between yours and their arrow logic? abi: accial? rumour has it accial is "A Crash Course in Arrow Logic" at ftp://ftp.phil.uu.nl/pub/logic/PREPRINTS/preprint107.ps.Z well, my idea as an intuition began over 5 years ago, but i wasn't sure about it until my research into logic culminated in discovering arrow logic the arrow logic idea definitely pre-dates mine thanks, hcf of course, i was pretty young when most of the major work developed did you take the name "arrow logic" from there? sure but i was already using the word arrow for a long time ok anyway, my extension of it to allow arrows to point to arrows makes it a reflective arrow logic. !!!!!! sorry, a slashdot article got my attention 11:20am water: what do YOU think about universality wrt concurrent computations? which /. article? about ibm distributing a free PowerPC motherboard design they only mention linux as benefitting, but i can forsee BeBoxes in the near future -:- SignOff hcf: #TUNES (Ping timeout for hcf[me-portland-us1014.javanet.com]) -:- hcf [nef@me-portland-us212.javanet.com] has joined #tunes about universality... : i was thinking in terms of the expressiveness of the language in dealing with the concurrency issues water: perhaps u could email me a list of papers for which ur looking for e- copies of perhaps as an aspect or something hcf: when i get the chance, sure water: "universality", by definition, is maximal expressiveness sure, but maximal expressiveness isn't very clear for me on the subject of concurrency, because it is quite complex 11:30am abi: seity is at http://www.parc.xerox.com/istl/members/bchang/seity/ which is why my next paper will tackle universality in general, putting aside concurrency issues to begin with cool. thanks, hcf fare: ok in parallel, my boss is having me work on a particular model of reflective concurrent computations rather, a framework than a modeol what is it like? it's like the ODP model (of which my boss is an author) consider it as a rewrite logic for objects exchanging messages. ah I must formalize the notion of a "domain of computation" that will most likely end up as being a notion of dynamic implementation as in the lambda calculus :) (as formalized in my last article) k lambda calc? lambda calc = domain of computation ? no but lambda calc may be what's implemented within the domain what do you mean, then? computation = discrete recursive algorithm , doesn't it? well, something like a failure domain, or a naming domain, or whatever, such that it expresses the fact that some computation is distributed over such and such nodes a "domain" would encapsulate notions of failure of computation of protection domain etc hum. Dinner time -:- Fare is now known as Fare61453 fare sounds like he wants a state-machine formalism 11:40am brb n/m 11:50am -:- Beholder [Beholder@ppp-036.m2-1.sub.ican.net] has joined #tunes hey beh -:- Beholder [Beholder@ppp-036.m2-1.sub.ican.net] has left #tunes [Bye] -:- SignOff hcf: #TUNES (Ping timeout for hcf[me-portland-us212.javanet.com]) 12:10pm -:- SignOff water: #TUNES (Leaving) -:- hcf [nef@me-portland-us245.javanet.com] has joined #tunes -:- shamino [sham@phila-dialup214.nni.com] has joined #tunes -:- eihrul [lee@usr5-ppp183.lvdi.net] has joined #tunes hey eihrul lo 01:30pm -:- SignOff shamino: #TUNES (Leaving) -:- ElGato [dave@bespin.dhs.org] has joined #tunes hi lo 02:10pm sup? just woke up... working on kernelish things ahhh what in particular if i might ask just finally starting on the interrupt handling parts for what os? shrug... for right now, it's just a kernel just your personal os? jah what kind of kernel? micro cool -:- water [water@ppp-tnt-88.tscnet.net] has joined #tunes 02:20pm wb aqua hey ho * water/#tunes is shopping for a pda. preferrable one of the ones with a Squeak port arrow logic on a pda? hehe well, smalltalk will be enough for now, but yes is smalltalk vm even small enough? it will allow me to write and code while at work yeah, it's less than a meg, and the object store is easily just a meg or two could probably get a mini-notebook for the same price or so true, but i can only use a handheld at work librettos are pretty cheap i work for the nuclear navy: they hate computers or rather, the old ones... and not too big libretto? i'll look it up the new models are quite pricy but the the ones with P100's in them or so are going fairly cheap now Toshiba makes them i just need a simple one that focuses on the stylus since tiny keyboards are so useless. i've tried to use them very much so i bought a casseopeia the thing was near useless but those were REALLY tiny keyboards water: urls, mostly modal logic, which u likely have already: http://turing.wins.uva.nl/~mdr/Publications/modal-logic.html, http://turing.wins.uva.nl/~marx/papers.html, http://turing.wins.uva.nl/~carlos/hybrid/, http://turing.wins.uva.nl/~carlos/mypapers.html, http://turing.wins.uva.nl/~yde/ holy cow i'll check them out soon let's see... squeak has been ported to the Sharp Zaurus, the Cassiopeia, and the HP320LX 02:30pm cassiopeia? :) maybe i might have some use for the thing after all if i could get a squeak environment going in it :) what's the url for squeak again? squeak? squeak is a cool language descended from Smalltalk, at http://squeak.cs.uiuc.edu/ or at http://www.squeak.org/ ack... lost the the software to download stuff to my cassiopeia i'm sure you can download that software btw, squeak has primitive hand-writing recognition, which of course can be extended probably wouldn't run very fast anyway... it's one of the first cassiopeia's what processor? -:- SignOff eihrul: #TUNES (Ping timeout for eihrul[usr5-ppp183.lvdi.net]) 02:40pm * ElGato/#tunes is away: (Auto-Away after 10 mins) [BX-MsgLog On] -:- eihrul [lee@usr5-ppp183.lvdi.net] has joined #tunes wb it seems the squeak port was to WinCE devices running on SH3 chips cassiopeia didn't use a SH3 did it? can't remember which CPU the thing had yes i'm checking out www.wincecity.com it has all the info was probably a mips which cassiopeia was it? A10 really really old yeah $400 was rather pricy for it... considering the a20 had an sh3 02:50pm hmm. the squeak port to ce is monochrome who needs color anyway? and the pointer interface is buggy due to mouse vs stylus differences always the libretto :) but for basic programming, this apparently is the best for a pda hehe... of course, it doesn't support things that pda's don't support :) 03:00pm actually, the 2.2 version supports MIPS, too -:- Fare61453 is now known as Fare A20? A10? what about them? 03:10pm (wb Fare) oh weren't they infamous WinCE machines? hehe... yes my next OS wil be named RecoIL squeak was ported to wince machines based on sh3 and mips cpu's since i'd like to have a pda with a good programming system, i'm looking at those models i'd get a palm-pilot, but i haven't found a really good programming environment for it RecoIL? or maybe PaIN hehe... why? as a rival to WinCE just make a lisp for it oh n/m :) 03:20pm * Fare/#Tunes tries to learn ILISP and CL Si vous rayez mon bout, je rayerai votre bout. -:- pyro [tcn@cci-209150250114.clarityconnect.net] has joined #tunes hey pyro hey, how are ya? hey pyro all right. shopping for a pda hey, you know if those butane soldering irons are any good? dunno bah i'd think electric would be better but you best ask liar he's into all that crap oh yeah, he does that alot hey pyro: serial.asm ius all fucked up I've got a couple cheap electric irons.. they all suck it's no where close to compiling serial? Paul's working on that.. it's never actually worked for me well there are like 200 errors :) fix a few, and it'll compile ok my brother needs the computer i'll be back -:- SignOff ElGato: #TUNES (ElGato has no reason) later. 03:40pm is there a good programming system for the palm pilot? probably.. there's a wide variety of programs for it. hmm. PocketC pilotForth palmLinux? that too no thanks right, too big i can't imagine logging in as root on a pda hahaha try logging in remotely :) xterm! :D the new ones have 4 megs RAM, right? not bad at all! ugh... pocket c compiles to bytecode ack How about assembler? I bet it's a nice CPU, like the 68000 there's a squeak ported to wince, actually, but it requires the cpu to be an sh3 or mips chip hmm. basic :) sh3? is that shboom? huh? there's a forth/java cpu called the shboom.. aka PSC1000 oh. no, the sh3 is a pretty simple chip (maybe risc) ain't the PSC1000 ShBoom II ? and the "Java" aspect is purely for marketing right :) hey! lisp for palmpilot 03:50pm a simplified version of r4rs with no UI handles :( UI handles? not even r5rs? no graphics or os error-handling just as i thought... JVM for the palmpilot hehe.. you know a magazine sucks when all the writers say java is "sexy" i guess that i should just find the fastest mips-based handheld why hand-held? why not for isntance a laptop? because i can only use hand-held computers at work. nothing larger ok they're paranoid my main interface is the keyboard. I dunno how I'd do w/ a handheld. Or even with a tiny keyboard as the libretto's what about a libretto? i find styluses to be much better than small keyboards, even using virtual kb's i'm looking at that one, too the libretto probably wouldn't be kosher too big? too scary to your bosses? or not enough batteries? they're military types... if it looks like a laptop, they won't like it I'm waiting for 16MB of RAM and harddisk capability (thru PCMCIA?) before I purchase a handheld there's this tiny 586 machine from ibm i saw with that no, actually, it was 486 but it had the ram and a 340mb pcmcia harddrive 04:00pm hmm... the libretto's too expensive, and i don't think i need another laptop might be interesting... i can't believe that i can buy a used handheld for about $100 that can run a smalltalk environment the only drawback is battery life -:- liar [brand@p0wer.qzx.com] has joined #tunes battery life is _very_ important for a handheld yeah hi liar damn, how'd I get 10.5k/s? hey liar, are those butane soldering irons any good? pyro: i like mine 04:10pm is it hot enough to solder to sheet metal, etc? i thought it would be good for radio work its hot enuf to cut a hole thru yer hand :) cool, I'll try it on my brother its as hot as my ac soldier iron s/soldier/soldering/ -:- ElGato [no@216.120.17.2] has joined #tunes at least it should be better than the piece of crap I have now pyro: i finally took the time to check out those forth tutorials you sent me hehe i have come to the conclusion that forth is rather kick ass 04:20pm it is pretty cool and way more powerful than c ahhh shit! i gotta go again this is fucked up :\ ok...i'll be back in like 20 minutes later yup k -:- SignOff ElGato: #TUNES (>) bye all -:- water [water@ppp-tnt-88.tscnet.net] has left #tunes [] -:- SignOff Fare: #TUNES (Connection reset by pear) see ya -:- SignOff pyro: #TUNES (pyro has no reason) -:- pyro [tcn@cci-209150250114.clarityconnect.net] has joined #tunes what the hell, i'll stick around i've been thinking.. 04:30pm i've seen lots of 'object oriented' programming at work.. you know, like this: DataBaseObject.SelectFrom(DataBase.Inventory.Qty, '<10') it makes for really voluminous source code 04:40pm just in case anyone had any doubts, it SUCKS :) the way we do things in forth, c, assembly, etc, is better. no module system and single namespace is better? actually Forth has a nice way of handling it-- multiple dictionaries we could elaborate on that concept how are multiple dicts used? the interpreter searches through a list of dictionaries and you can change that list easily, in the middle of your program 04:50pm I could use an elegant way to deal with conflicting names, in different modules -:- SignOff hcf: #TUNES (Ping timeout for hcf[me-portland-us245.javanet.com]) heh.. javanet sucks since they sold out to rcn, anyway hmm.. -:- hcf [nef@me-portland-us335.javanet.com] has joined #tunes how's javanet? sucks heheh? apparently they've stopped maintaining their modem pools jn isnt great, but nothing is 05:00pm hey let's start building that underground radio network high capacity just think.. some people have been using 56k and up, for years.. 05:10pm -:- SignOff pyro: #TUNES (pyro has no reason) -:- SignOff smkl: #TUNES (sleeping ...) -:- yodode [user8205@98A7C07D.ipt.aol.com] has joined #Tunes -:- yodode [user8205@98A7C07D.ipt.aol.com] has left #Tunes [] -:- ElGato [dave@bespin.dhs.org] has joined #tunes ah shit pyro is gone -:- SignOff abi: #TUNES (Excess Flood) -:- abi [nef@bespin.dhs.org] has joined #tunes -:- SignOff abi: #TUNES (Excess Flood) -:- abi [nef@bespin.dhs.org] has joined #tunes -:- SignOff abi: #TUNES (Excess Flood) seems so -:- abi [nef@bespin.dhs.org] has joined #tunes 06:10pm * ElGato/#tunes is away: (Auto-Away after 10 mins) [BX-MsgLog On] -:- SignOff hcf: #TUNES (Leaving) -:- SignOff ElGato: #TUNES (Hey! Where'd my controlling terminal go?) -:- ElGato [dave@bespin.dhs.org] has joined #tunes * ElGato/#tunes is away: (Auto-Away after 10 mins) [BX-MsgLog On] -:- Mr_Wrong [seanl@adsl-63-192-213-146.dsl.snfc21.pacbell.net] has joined #tunes -:- SignOff ElGato: #TUNES (BitchX-75+Deb1an -- just do it.) * eihrul/#tunes gives up on C. -:- billyboof [hatefull@ptnm-sh2-port171.snet.net] has joined #tunes hello 09:10pm -:- SignOff Plundis: #TUNES (Ping timeout for Plundis[chaosdev.org]) -:- Plundis [plundis@chaosdev.org] has joined #tunes * Plundis/#tunes is gone. Gone since Tue Aug 3 18:38:00 1999 -:- stumpsock [why@host200.samsungtelecom.com] has joined #tunes -:- SignOff billyboof: #TUNES (hatefull@antisocial.com) -:- stumpsock [why@host200.samsungtelecom.com] has left #tunes [Bye] -:- pyro [tcn@cci-209150250117.clarityconnect.net] has joined #tunes -:- SignOff pyro: #TUNES (pyro has no reason) -:- SignOff abi: #TUNES (Ping timeout for abi[bespin.dhs.org]) -:- abi [nef@bespin.dhs.org] has joined #tunes eihrul: yes? liar: was wondering if i could peek at some of your code? 11:50pm [msg(TUNES)] newlog 1999.0814 IRC log ended Sat Aug 14 00:00:01 1999