IRC log started Mon Jan 31 00:00:03 2000 not quite what i was referring to, but sure :) [msg(TUNES)] permlog 2000.0131 What does cooking eggs have to do with cs? nothing, that's his point :) ah -:- SignOff hcf: #TUNES (Leaving) You know what I am going to do? Sleep i'm glad to hear that I can't find a tape nevermind you don't want to hear my story ;) Good night you're right -:- SignOff lar1: #TUNES (Leaving) boy. juggling the reading of academic cs papers with a #tunes discussion is dizzying 12:10am another thought: in an open src situation you cannot expect anything, any part, any job, to ever be completed. You have to be capable of maintaining, without requiring delivery on expected date, or with very long delays ok are you familiar with squeak at all? me? no abi tell Eeeep23 about squeak eep: that problem is mostly solved by the "doing it yourself" paradigm which may also be interpreted as "motivate others" word ;) heh -:- SignOff _ruiner_: #TUNES (destroy what destroys you) water: what kind of hardware are you using for programming mostly? hw? 350mhz k6-2, 128mb ram, .... my laptop's a little oldeer hardware since you like squeak and all i expect a cannon of a machine heh no squeak is slow :) i don't like it for speed but the new jit compiler should help that out aha and the type-inference engine water: the language you're working on - is it to be implemented? of course it's a toss-up right now between clisp, scheme and squeak 12:20am water: in what language will you write it? i'm always interested in how people bootstrap the first version of a language on it self but then i've still got to finalize the spec like i said, clisp, scheme, or squeak then i'll write the self-hosted compiler typical how many languages' first application is its compiler. one would expect the design to lean towards that fact. well, i can port objects from smalltalk and self and such pretty easily hm well, maybe iirc you love a clean and simple design, no? but the compiler dev should result in enough useful objects from which to build an environment yes common lisp isn't the simplest of designs as far as i can tell (i've only been experimenting with it for one or two months) you're definitely right about that does scheme have macro functionality? i only know guile as a scheme, and have used it very little good question.... i don't know i don't think it has.. judging from some voice in my head that says `scheme is clean' heh macros are dirty? just look at a typical common lisp macro and you know it :) tell that to Fufie some time :) haha, i'd better not he'll bite your head off i don't know if the idea of macros -per se- is ugly though.. i have too little programming language design skills to make an opinion on that i'd never get past a simple scripting language well, fufie's big thing about lisp is that it's a "programmable programming language" which is true isn't that true for all languages (if i understand that definition correctly) ? but it's not enough for me not quite printf("int main() { printf(\"hello world\\n\"); }"); it's the combination of sexp syntax with purely applicative style so you can adapt the syntax trivially ehm. what's a sexp exactly? a lisp list aha 12:30am hm it is indeed a nice feature of lisp.. smalltalk has it too, i take it? not quite in smalltalk you define the class with the protocol that supports the syntax you want (not in the form of some parenthesis though) you can't adapt running code in smalltalk? which isn't always trivial i'm not sure squeak gave me the feeling that everything could be changed in realtime but i have not investigated any further after some left clicking smalltalk does have it's limititions, as i've recently become accutely aware so does self even and squeak? squeak=smalltalk aha i thought it was smalltalk offspring the environment is what's the offspring about squeak not the language any other languages you know of that are programmable in itself? hm besides all the lisp variants definitely forth and offspring maybe maude counts too ah i should have a look at forth one day.. it must be a really weird language heh it's not too bad is there a simple forth implementation to toy with? yeah, there are a few good forths out there even a forth os called 4os wow there's www.forth.org i can't recommend a "cool" forth implementation though yeah so in the proposed ideal system we're talking about segregation: pass by value, instanciation, seperate name or process spaces. ...I guess i'm trying to ask: would locks on members be more efficient? or is this probably too much of a programmers nightmare to be worth it? huh? "locks on members" = ? the whole idea of reflection is that you don't have static policy and i don't know where you pulled that information from at all eep: you're not an AI bot are you? :) 12:40am ok lol brb i just looked at some of the things eep's written, and for the most part they could be generated automatically for any openprojects channel :) it makes you paranoid :) his username betrayed him.. `nobody@spk-79.cet.com' enough nonsense - let's investigate forth :) btw, that joy discussion on tunes explains forth as well water: what do you mean ? forth and joy have the same basic semantics aha although the syntax and implementation are different i misparsed `joy' :) um no, i don't recall any happy discussions on tunes mlist lately :) 12:50am lol I'm part of the borg... i don't remember how to form human readable sentences,, sorry to bother you. Perhaps when I'm less sleepy.. :) heh eep: no offense intended water: forth seems very powerful - as in cpu friendly, is that correct? yep water: comparable to C ? (in that respect) false happens to be a forth extension that has a 1k compiler forth primitives are short instruction sequences it's very simple to write a forth environment kernel in assembly but then what are the drawbacks? (btw, did you notice that 1K compiler statement i made? :) i did :) memory management usually forth systems also limit identifier sizes but after brainfuck, no compiler gets me impressed :) but good implementations don't have that limitation heh 01:00am yeah but bf code is 10x longer than false code btw, false is on the 99 bottles of beer page and the quine page, and has the shortest code of all grin :) but i'd never use it without a front-end what do you mean with identifier sizes? the stringlength of a variable? yeah, it was originally 5 bytes and with memory management you're referring to the lack of a gc ? no, a lack of any modularity whatsoever eek i did notice a `class' keyword in some source file just there although until improves on that a bit heh who comes UP with these names :) (until is another forth successor) well, i really prefer false with a frontend even to `until'? where can i read about either false or until? well... the language seems interesting for demos not sure though abi wouter? hmmm... wouter is the creator of many interesting programming languages at http://www.ecs.soton.ac.uk/~wvo96r/proglang/index.html abi until? water: no idea hm wouter wrote false aha A very cryptic but very pure Forth type language with anonymous it's the third word heh i just consider it a bytecode language the fact that you can actually *read* it to me is just an afterthought i've been trying to come up with a language for realtime synthesized music, but i don't even know what to compile it to squeak has siren i suppose a bytestream protocol would be fastest yes, i had a look at that but couldn't make any sense out of it hm -:- MISHA2 [user4254@as-8-178.tm.net.my] has joined #tunes -:- MISHA2 [user4254@as-8-178.tm.net.my] has left #tunes [] too bad smalltalk is too hard for me to understand easily lol most people rank it down with logo :) yeah i really don't understand that you should get yourself a good smalltalk tutorial not grok logo?!? and you program? i haven't had a look at logo for ages.. iirc it's lisp without parentheses 01:10am ? kinda but 6yr-olds usually can grok logo lol well i had trouble :) plus 5 4 and things like that iirc dude.. disney's developing squeak for education ARE THEY? arghl what's this world coming to and multimedia i KNEW disney had some evil plan with it that's not evil, man it's just alan kay up to his old tricks :) yeah right, wait until Donald pops up as the interpreter and mickey "The Garbage Collector" mouse waves funny faces at you lol no, not like that i hope so :) i never liked disney they're all a bunch of american moralists to me but alas i shouldn't say these things. squeak may be a nice language well, they're an evil big corporation, but they can't corrupt squeak without screwing themselves over hm the `Forth want ads' were updated last in 1998 so i guess i won't make myself more expensive learning it water: have you any idea when the Review project will be `over' ? lol that is - focus being shifted towards actually choosing a hll when tunes exists oh maybe slate will help decide that even if the hll won't be slate ah, so the way to go is to just implement a new language and add it to the front of the Review queue ? heh don't be scared - i won't write one :) no but slate is being developed almost directly from the hll blurb they can't help but try it when i get it working and that should help them decide whether they really want that or something else are you using a LLL to base it on too? to access hardware for example.. ? or is that implementation dependant and not to the language? man, screw implementing the lll before the hll hehe the lll happens to just be a shorthand for "stuff in the self-hosted hll compiler" hm i'm not sure i read the lll blurb over and over again until i was absolutely sure of it perhaps your languages is completely unsuited to write a gc in? read the damned thing yourself (for example) 01:20am no it will be all-general ? there's a very good high-level framework already that covers lots of gc ideas it's called equational rewrite oh the gc was just an example, i meant to say `Feature X' well, if my language is more versatile than self, i'd say it can handle it (and it is :) heh :) will it relate Anything to your arrows ideas btw? trust me, i've found lots of flaws in self yes ah, neat! i'm going to write a co-inductive type system in it that will be a basis for arrow dynamic type system, that is er... co-inductive AND dynamic i read co inductive tApe system and was very puzzled. i'm misreading and misparsing a lot these days heh you really need a dictionary bot here, i don't understand 30% of the >6-letter-words used here (or better yet i should spend a day at the library) sorry, i really climb through the research no, a library won't answer for my terms you gotta be online ok, what does co-inductive mean then? :) abi icct? i think icct is Interaction, Computability, and Church's Thesis at http://www.cs.brown.edu/people/pw/papers/bcj1.pdf it has a good intro aha! thanks a better explanation is in the book "vicious circles" actually, co-induction's been around for quite a while, but only in mathematical logical principles -:- Eeeep23 [nobody@spk-79.cet.com] has left #tunes [] and even then, only in non-standard logics i know standard logic :) that's a start good oh bother no acroread no ghostview either? can that read .pdf? dude i live and die by ghostview yes wow great 01:30am i use `gv' but it renders very slow.. (perhaps i should say my p100 renders very slow) xdvi on the other hand renders blazingly fast.. if i didn't have ghostview, i'd have to print out 100 pages of text a day yeah dvi is better but non-printable (not that I print anything) how come xdvi can be so much faster then? i'd suppose it's the same idea do you use gv, gview or ghostview btw ? dvi is just a screen preview format... optimized for crt's well, i have to use GSView while online i hadn't thought of that permutation because linux doesn't speak to my modem correctly (afaik) isdn modem? no, us robotics pci pnp i gotta trade for an external so i can use beos and linux while online :) no /dev/ttyS? support for it? hell if i know heh i don't even know any linux ppl irl wow it may be that i've been limiting my social life to linux enthusiasts and a girlfriend, but i surely don't have that `problem' hell, i'm probably the only person to have installed linux and xfree86 on a laptop at sea as a newbie i even got my zip drive working sea? i'm in the navy i work on nuclear reactor electronics etc scary no, boring don't make too much bugs please lol 01:40am now i know where you got your handle from no, my handles not about that at all oh? a really hate the navy the water reference is about taoism hum of course i don't know any tao what does it refer to? the washing water? :) no water works without effort it flows naturally without having to think about it hm far fetched but true not far fetched just not what "respectible" people think about anyway just read any simple book on taoism and it'll discuss water hm not really interested.. i always think things like that to be `outdated' and when i'm not working intently on these projects, i am very much the taoist if i have the time i'll get a booklet :) yeah whatever the matrix even has taoist ideas only after seeing the end of days matrix wasn't so bad after all in other words, i didn't really like it :) perhaps i missed the taoist ideas :) most people did i only got irritated by the simplistic ideas about technology like the `major hacker' using two keyboards and still type qwerty otoh, most people are as perceptive as blind people can see and the idiocracy of green terminals yeah, you're blind you took it too seriously yeah right don't worry, i hate all coders :) if i feel pity for every hollywood producer then every movie has a meaning.. but that will most probably be my own thought, not that of the moneymakers lol case in point you can't possibly enjoy a sci-fi flick then you should know how much i liked Akira ah that also had taoist themese btw, taoism ain't a set of beliefs could we discuss a non taoist movie so i get to learn the concept better? :)))) jk taoism is just about metaphors 01:50am hm to support you in everyday life? there's no truth or reality or life or death or as a means of philosophizing? neither interesting in the tao, there is no coherent idea of self btw, zen is a descendent of tao and buddhism -:- SignOff air: #TUNES (BRiX [http://www.qzx.com/brix] :: sleep) hm anyway, all of my big computing ideas are just about making a human language that supports taoist ideas is taoism meant to be `useful' of some sort? lol sure, it's useful in some ways but no one "meant" it to be who made it up then? no one invented it either it originates from China ? that's what people think any shamanic culture had some form of the idea of taoism in china, it actually survived as opposed to the west, where we slaughter stupid shamans :) hm hm btw, "tao" means "way" roughly aha it's all very `vague' to me the tao of something is it's "natural" way of being and becoming it's supposed to be vague? "the tao that can be known is not the eternal tao" that's a 4000-yr old saying that sure is vague so is "computation" :) define it for me :) that statement actually *defines* taoism `determining something by mathematical or logical methods' lol (thank you wordnet :) bullshit math formalisms are defined by computable verification of proofs in a minute we're talking about Godel vague and circular circular, but not vague yeah whatever :) so it's part of "established theory" "After three days without programming, life becomes meaningless." read that icct paper that's tao :) 02:00am wrong tao the real tao and i've read that the tao of programming water: at least it's established on axioms, so in a sense nothing is stated yes i know smoke: no it isn't don't tell me about mathematical foundationalism i've been much farther down that road than you ever will go water: i wonder wonder all you want ooh... "pre-emptive scheduling using meta-objects" :) maybe someday programming will be regarded as an unseemly social disease :) nowadays you need great anti-social skills to finish anything coding is such a waste of a life naah oh yeah, i'm sure it's so great for advancing society or the species or no wait :) yeah, and it's great for inter-personal relationships and mental health not to mention how such great friendly people coders are 02:10am * Fufie/#tunes thinks water is just trying to provoke a reaction and of course because they're code will live on long after them, they're ultimately just making themselves immortal in their c code s/they're/their /* i rule */ oh yeah, and they're so humble too have you all seen `Peluce in Wonderland' btw? it's a nice textmode linux intro with realtime generated music they care about the poor and disabled and minorities the C code used to create the player makes great example code for lisp lessons programmers care about poor programmers heh good ol' boys blue laws and everything as for minorities? who cares? ftp://ftp.scene.org/pub/parties/2000/elevator2000/in64/peluce-party.tgz i love programmers so much... they make me so glad to be human :) hackers don't care about race at all.. unlike the lusers of the world yeah sure yup and bill gates is your poster boy no.. he is on the dart board but he's so generous :) he is a thief he is not a hacker admit it, he's the best coder in the world that's what everyone else in the world sees when they see you: bill gates umm.. don't think so :) just because you chant "free software" doesn't make you any different inside man you still have an implicit arrogance that claims that you know what the best way to run a computer is water: so untrue bill gates would say the same well, unless you mean `Fufie' by `you' arrogance is common, but free software is about beliefs and ethics he'd deny it the same way you would water: so? exactly beliefs and ethics are relative water: what's your point? yes.. but some are nicer than others you'll never get my point neither will bill gates he'll go to the grave thinking he did the best things possible for all concerned just like mother theresa was nicer than saddam hussein ;) * smoke/#tunes loves the `whats-your-point' argument that's because she's feminine hm if i won't get your point, do i have to feel sorry for you or for me? * Fufie/#tunes smirks "have to"? i think i've got the point. smoke: you should feel sorry for water :) yes, that's a moral imperative :) HAHA :) 02:20am well, don't be afraid, for i'm well aware that what i'm doing is about as useless as (fill in your daily business here) well i gotta go for today -:- SignOff water: #TUNES (Leaving) 02:30am -:- SignOff smkl: #TUNES (changing servers) -:- SignOff smoke: #TUNES (Ping timeout for smoke[15dyn171.delft.casema.net]) -:- smoke [smoke@15dyn171.delft.casema.net] has joined #tunes -:- smkl [sami@glubimox.yok.utu.fi] has joined #tunes -:- FunkyCOLD [someone@203.46.65.57] has joined #tunes Anyone here? yes -:- SignOff FunkyCOLD: #TUNES (Read error to FunkyCOLD[203.46.65.57]: EOF from client) 04:50am -:- FunkyCOLD [someone@203.46.65.57] has joined #tunes Hmmm. I just got disconcted -:- SignOff FunkyCOLD: #TUNES (Read error to FunkyCOLD[203.46.65.57]: EOF from client) -:- SignOff smoke: #TUNES (Ping timeout for smoke[15dyn171.delft.casema.net]) 05:00am -:- smoke [smoke@16dyn147.delft.casema.net] has joined #tunes -:- Ghyll [karltk@mp-217-239-164.daxnet.no] has joined #tunes -:- beholder [beholder@ppp-109.m2-2.sub.ican.net] has joined #tunes -:- SignOff beholder: #TUNES (Read error to beholder[ppp-109.m2-2.sub.ican.net]: EOF from client) (define difficult 'understand-own-code) -:- bineng [andpe161@astmatix.ida.liu.se] has joined #tunes -:- beholder [beholder@ppp-109.m2-2.sub.ican.net] has joined #tunes Hey bin hey Umm, maybe we should discuss this in #tunes, we don't want to pollute the logs we are in #tunes :) 07:40am -:- bineng [andpe161@astmatix.ida.liu.se] has left #tunes [] sorry, should't ;) -:- eihrul [lee@usr5-ppp73.lvdi.net] has joined #tunes -:- SignOff eihrul: #TUNES ([x]chat) -:- SignOff smkl: #TUNES (Ping timeout for smkl[glubimox.yok.utu.fi]) -:- SignOff Plundis: #TUNES (Ping timeout for Plundis[130.238.23.252]) 07:50am -:- Plundis [plundis@130.238.23.252] has joined #tunes -:- SignOff Plundis: #TUNES (changing servers) -:- Plundis_ [plundis@130.238.23.252] has joined #tunes -:- Plundis_ is now known as Plundis -:- eihrul [lee@usr5-ppp102.lvdi.net] has joined #tunes -:- SignOff Ghyll: #TUNES (balumba) -:- SignOff smoke: #TUNES (Ping timeout for smoke[16dyn147.delft.casema.net]) -:- smoke [smoke@16dyn147.delft.casema.net] has joined #tunes smoke: I have added the hobbit part 2, to the lotr area 10:10am -:- smkl [sami@glubimox.yok.utu.fi] has joined #tunes -:- hcf [nef@me-portland-us731.javanet.com] has joined #tunes -:- thomas [thomas@193.217.63.152] has joined #tunes hi * eihrul/#tunes kicks the treadmill. 10:50am every time i think this treadmill works it breaks give it to the salvation army how would i do that? you want me to pull out the ram chip its sitting on? but that wouldn't quite work because its volatile 11:00am :) fufie: thanks for adding damn, treadmill is broken again 11:10am either that or it hates fragmentation with a vengance Fufie: doh... i forgot to recompile it after i made my changes... that might help now it works * thomas/#tunes is reading the good thread about patterns * Fufie/#tunes finds cmucl most uncooperative at the moment 11:20am fufie: lol. what's wrong? hmm, i have mark sweeper, copy collector, and treadmill any other easy ones to try? * smoke/#tunes has a hardcopy of the common lisp 2nd ed manual now what is treadmill? variation of a copy collector that doesn't copy ehm. what is a copy collector then? :) a variation on a more bland GC aha smoke: it has trouble building the app.. I rely on quite a few nice macros which are understood by clisp, acl and lispworks but oh no.. cmucl is picky smoke: and I have a 7000 line long file with complaints about the code fufie: hehe :) and debugging on the vanilla interface with no arrow key support is _painful_ fufie: is it more than one type of error you make? so I am setting up ilisp right away * eihrul/#tunes ponders whether to implement reference counting. If you aren't running this with ilisp in emacs, or aren't intending to use hemlock then you deserve to lose. :-) smoke: no errors.. just complaints about this and that.. probably bloody useful the whole lot but I want it working before I change too much 11:30am yes, I deserve to lose :) :) 11:40am -:- SignOff hcf: #TUNES (Ping timeout for hcf[me-portland-us731.javanet.com]) -:- SignOff Fufie: #TUNES (bbl) -:- Eeeep23 [nobody@spk-120.cet.com] has joined #tunes -:- SignOff beholder: #TUNES ([x]chat) -:- Eeeep23 [nobody@spk-120.cet.com] has left #tunes [] -:- Fufie [stig@tunnel-44-14.vpn.uib.no] has joined #tunes -:- SignOff eihrul: #TUNES (Ping timeout for eihrul[usr5-ppp102.lvdi.net]) -:- eihrul [lee@usr5-ppp206.lvdi.net] has joined #tunes -:- ult [noone@user-38lc6er.dialup.mindspring.com] has joined #tunes -:- lar1 [larman@dialup-209.245.139.239.SanJose1.Level3.net] has joined #tunes -:- SignOff lar1: #TUNES (Leaving) -:- rares [rares@wtrb-sh6-port217.snet.net] has joined #tunes -:- rares is now known as headspin -:- pyro [tcn@cci-209150250079.clarityconnect.net] has joined #tunes -:- SignOff pyro: #TUNES (Ping timeout for pyro[cci-209150250079.clarityconnect.net]) -:- pyro [tcn@cci-209150250048.clarityconnect.net] has joined #tunes slow day? -:- SignOff headspin: #TUNES (Ping timeout for headspin[wtrb-sh6-port217.snet.net]) 03:00pm -:- SignOff ult: #TUNES (Read error to ult[user-38lc6er.dialup.mindspring.com]: Connection reset by peer) -:- ult [noone@user-38lc6er.dialup.mindspring.com] has joined #tunes -:- hcf [nef@me-portland-us712.javanet.com] has joined #tunes -:- SignOff eihrul: #TUNES (Read error to eihrul[usr5-ppp206.lvdi.net]: Connection reset by peer) -:- eihrul [lee@usr5-ppp137.lvdi.net] has joined #tunes hey ? 03:30pm were you the one who told me to try debian? yah -:- SignOff smoke: #TUNES (off) why? are you going to lynch me now? hahaha * Fufie/#tunes finds his mop.. in case it will be blood all over the place I was just wondering what programs it came with that you found useful magicfilter, for example * eihrul/#tunes doesn't use a printer. i need atleast lynx and gv to function, though :) (gv infers X11) it did a decent job configuring the programs it comes with.. it's other stuff that pisses me off -:- Kaufmann [newbie@dial737.infolink.com.br] has joined #tunes why, what's up? hey gang hey I've been thinking of putting together a box to run BeOS something like a quad-PII suggestions? you'd run beos over tunes? pyro: what other stuff? the libbc6<->libc6-bin troubles lately? you masochist well when Tunes R1 gets out, then I'll run it s/gets/comes/ Fufie: stuff like that.. it's sloppy. At least FBSD doesn't release crap. Kaufmann: all there will need to be is R1 so might as well just call it Tunes.... Kaufmann: Retro R3 is coming out soon :) pyro: but if you're using unstable you ask for it.. it annoyed me greatly as well.. but they do a very good job pyro, yeah, but is it any good? no :) well it's good at what it does.. which ain't too fancy :) pyro: one thing I like about debian is that cmucl is tuned and maintained :) Fufie: it's been 'frozen' for almost a year, but it looks unstable to me 03:40pm but cmucl is too damned picky about my code.. :-/ heh pyro: did you have lic6 problems with stable? libc6 I would like to see the people who *wrote* the programs maintain them Fufie: stable was kinda old developers move onto new stuff and they can't really be expected to learn 80 different linux distros and *BSD, Slowaris, etc it's not my responsibility what people do with my code LOL, Slowaris brb a most fitting name kaufie: have you got any experience with cmucl? 03:50pm unix-es really do suck if *nix was a better system, I'd put in the effort (which would be easier) to get it the way I like Fufie, no However, it sucks.. so I do the minimum to have email, programming, printing.. -:- Fare [fare@quatramaran.ens.fr] has joined #tunes brb -:- Kaufmann is now known as Kaufmann_away 04:00pm finally.. it worked :-) fare! -:- SignOff ult: #TUNES (Leaving) -:- SignOff hcf: #TUNES (Ping timeout for hcf[me-portland-us712.javanet.com]) 04:10pm -:- hcf [nef@me-portland-us712.javanet.com] has joined #tunes -:- SignOff pyro: #TUNES (pyro has no reason) -:- bineng [Anders@j141.ryd.student.liu.se] has joined #tunes -:- ult [noone@user-38lc63e.dialup.mindspring.com] has joined #tunes hoy bineng hi hcf 04:30pm bin: I put hobbit part 2 at the lotr area ah, thanks! 04:40pm -:- SignOff hcf: #TUNES (Leaving) -:- SignOff ult: #TUNES (Leaving) -:- SignOff bineng: #TUNES (late <k!14>) -:- SignOff Kaufmann_away: #TUNES (Read error to Kaufmann_away[dial737.infolink.com.br]: Connection reset by peer) -:- air [brand@p0wer.qzx.com] has joined #tunes -:- rares [rares@wtrb-sh8-port147.snet.net] has joined #tunes cmu has had funding for 15 years to develope sphinx and it still needs work??? what the crap were they doing? educating not producing i guees you've been alived > 20 and you're produced nothing like it :) s/you're/you've s/alived/alive i didnt have funding is that a challenge? air: you have a job funding is a funny word wehen it comes to coding coding takes time not money time takes fuel no software project is ever really finished fuel means buy food food means money therefore the formula for getting work done: put a herd of geeks in a prepaid hotel room afk (sleep) 05:50pm -:- lar1 [larman@dialup-209.245.137.15.SanJose1.Level3.net] has joined #tunes Hey 06:00pm hey anyone build bochs for win32 beofre? nope lar1: it takes work to get bochs to build on win32 06:10pm air: Why? It shouldn't... Arg I don't have microcrap visual c++ -:- TheBlueWizard [TheBlueWiz@pm32-12.chantilly.pressroom.com] has joined #tunes How fast does the data on floppys degrade when in storage at room tempture? 06:20pm dunno....should be good for 3 years, I suppose.... hmm then how do you explain fare's floppies? 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 or a comp.sci student (for phd) Fares floppies? Whats up with them? 06:30pm -:- ult [noone@user-37kba28.dialup.mindspring.com] has joined #tunes -:- SignOff ult: #TUNES (Ping timeout for ult[user-37kba28.dialup.mindspring.com]) i store my floppies on my speakers and they dont seem to last long speakers have magnetic core, and that affects floppies...don't store floppies near speakers -:- ult [noone@user-37kban7.dialup.mindspring.com] has joined #tunes ugh i wish i had known that before 06:40pm heh air * TheBlueWizard/#tunes grins....shrugs....advises that one store floppies in a cool dry space free of magnetic influence (Earth's magnetic field is weak enough to be ignored) its cool under my monitor and the floppies still go bad really fast air: Think about it :) think about what? * TheBlueWizard/#tunes grins again! and my monitor isnt the kind with speakers in it no....but think: how do you aim a stream of electrons? 06:50pm how would i know with an electromagnet; electrons get deflected by magnetic field; that's how the screen get "painted" 07:00pm comprendo,air? no the monitor has electomagnet wrapping around the neck part of the tube...it bends the electrons that are shooting away from the electron gun 07:10pm and it has a "nice" side effect, like destroying the content of floppies that sit too close.... I have an LCD! ;) * ult/#tunes bonks lar1 * TheBlueWizard/#tunes grins.....of course he was thinking of those clunkiy monitor type.... my monitor doesnt have any wrapping on it and i dont see anything that resembles a neck unless the neck is the part between the stand and the monitor that makes it tilt if you open either TV or a monitor you will see a big tube tapering to a small neck ath the back end, and the electromagnet "wraps" that neck I'm talking about the insides boy, you need to learn a bit about electronics...it really helps! well thats pre-aiming and isnt very powerful. the precision aiming is done at the face of the tube 07:20pm or so i heard no....that isn't how it work at all...the aiming occurs near the electron gun itself, and the electron gun sits at the end of the tube put a magnet near the face of yer monitor 07:30pm air? air is _QZ/liar 07:40pm got to go...bye! -:- TheBlueWizard [TheBlueWiz@pm32-12.chantilly.pressroom.com] has left #tunes [] ult: thats a pic of me in my new shirt um your bald? ya so heh ult: Cancer... remeber? i dunno. I just kinda thought you were an arrogant college punk =) u thought wrong and i aint that old apparently some ppl lose their hair early -:- SignOff eihrul: #TUNES (Ping timeout for eihrul[usr5-ppp137.lvdi.net]) 07:50pm -:- eihrul [lee@usr5-ppp125.lvdi.net] has joined #tunes -:- hcf [nef@me-portland-us321.javanet.com] has joined #tunes -:- SignOff ult: #TUNES (ircII EPIC4pre2 -- Accept no limitations) -:- SignOff rares: #TUNES (Ping timeout for rares[wtrb-sh8-port147.snet.net]) -:- mibin [mibin@62.11.105.44] has joined #tunes hi, mibin, welcome to idleville hehe With your host ME! huh? huh? Huh? huh? 09:00pm -:- SignOff eihrul: #TUNES ([x]chat) -:- SignOff mibin: #TUNES (Ping timeout for mibin[62.11.105.44]) -:- mibin [mibin@62.11.105.44] has joined #tunes -:- _ruiner_ [DIY@ppp306.wi.centurytel.net] has joined #tunes -:- SignOff _ruiner_: #TUNES (destroy what destroys you) -:- NetSplit: sterling.openprojects.net split from king.openprojects.net [10:17pm] -:- BitchX+Deb1an: Press Ctrl-F to see who left Ctrl-E to change to [sterling.openprojects.net] -:- Netjoined: sterling.openprojects.net king.openprojects.net -:- abi [nef@bespin.dhs.org] has joined #tunes -:- Plundis [plundis@130.238.23.252] has joined #tunes -:- smkl [sami@glubimox.yok.utu.fi] has joined #tunes -:- thomas [thomas@193.217.63.152] has joined #tunes -:- Fufie [stig@tunnel-44-14.vpn.uib.no] has joined #tunes -:- Fare [fare@quatramaran.ens.fr] has joined #tunes -:- air [brand@p0wer.qzx.com] has joined #tunes -:- hcf [nef@me-portland-us321.javanet.com] has joined #tunes -:- SignOff hcf: #TUNES (Ping timeout for hcf[me-portland-us321.javanet.com]) -:- hcf [nef@me-portland-us321.javanet.com] has joined #tunes -:- SignOff lar1: #TUNES (Leaving) -:- _ruiner_ [DIY@ppp244.wi.centurytel.net] has joined #tunes -:- _ruiner_ has changed the topic on channel #tunes to: Graphical representation of Tunes? Here it is: http://www.spoontard.com/cgi-bin/gallery.cgi?c=display&f=bigdump.jpg -:- SignOff hcf: #TUNES (Leaving) -:- smoke [smoke@16dyn147.delft.casema.net] has joined #tunes -:- SignOff _ruiner_: #TUNES (Killed (services1.openprojects.net (Too many invalid passwords))) -:- _ruiner_ [DIY@ppp244.wi.centurytel.net] has joined #tunes -:- NetSplit: sterling.openprojects.net split from irc.linux.com [11:42pm] -:- BitchX+Deb1an: Press Ctrl-F to see who left Ctrl-E to change to [sterling.openprojects.net] -:- Netjoined: sterling.openprojects.net irc.linux.com -:- thomas [thomas@193.217.63.152] has joined #tunes -:- Fare [fare@quatramaran.ens.fr] has joined #tunes -:- _vulture [vulture@helser-164-191.res.iastate.edu] has joined #tunes -:- SignOff _vulture: #TUNES (testing irc client :P) -:- SignOff thomas: #TUNES (Ping timeout for thomas[193.217.63.152]) -:- thomas [thomas@193.217.63.152] has joined #tunes [msg(TUNES)] newlog 2000.0201 IRC log ended Tue Feb 1 00:00:01 2000