IRC log started Wed Jan 20 00:00:02 1999 [msg(TUNES)] permlog 1999.0120 ωνω ultima [ultima@bespin.ml.org] has joined #tunes ωνω SignOff ultima: #TUNES (changing servers) ωνω Fare [rideaufr@esmeralda.enst.fr] has joined #Tunes ωνω dagsgdasd [s720@tege.ii.uib.no] has joined #tunes hi hi TMF! hoy, dagsgdasd yeah, always someone nicking my favourite nick! :) you can reserve nicks with nickserv, if it's not too late... ok \nickserv thomas hum. brb. what's the agenda? mine is 1) finish the Reflection'99 article due Feb1st 2) read my 120+ backlogged mail about Tunes (including TML) 10:10am I just quit school. I'm on wellfare - but 120 tunes mails are nice too! what's your final diploma? I'm 80% towards a cand mag ( lower degree I guess ). It's not a permanent quitting, just a little break - to motivate:) have you shown what you're doing to professors at uni? what's a cand mag? 10:20am cand.mag is about 3 and a half years. I have had some discussions about TML but there is always alot of "what is it"'s and "why"'s. Something which TOOL is a good example of, but I haven't gotten to give a full demonstation yet. have you read BC Smith's POPL'84 article about Reflection? or one of the many articles that follow it? no all my reading has been school related until now. I hope, beeing able to focus fully on TML/TOOL, will let me dwelm deeper into what other people have done and thought. Until now, I haven't had the oportunity to do that. Because there have been eighter school or hobby, and no real time to follow possible interesting dead ends:) 10:30am :) well, if you have comments on my previous paper, they will be most welcome. btw, can you quickly explain to me the evaluation mechanism for TML? what are the basic data structures? terms are defined by macros they are macros in the macro preprosessor like interpretation of the word but they can be redefined is that string manipulations??? it's a rewrite system. a macro name is replaced by its definition, as if they were the same the magic is the () and <> where ( ... ) means to reread the "result" of what's in the () like an "eval" mechanism the <>'s are used to "send" a message. this message is the result 10:40am is that string-based? well, in a way that there are only strings/text that is process at any time but strings are not a "datatype" ouch. Sounds like m4. do you have a proper quoting mechanism, at least? how do you achieve state sharing? what's a quoting mechanism? ( it's not like m4 :) state sharing? ()'s also controls scope. so that redifining something inside ()'s does not effect the outside of the (). 10:50am to effect the outside scope, you send "messages", like '<[ m a ] > ' what's (:< >:) ? the docs isn't precise enough. I's a way to "catch" an arbitrary value. (::) translates directly to '[ _value <..> ]' the concept looks quite interesting. I'm trying to understand how it differs from, say, SELF which value? '_value' is an internal. The reason that the translation diagrams are not included in the docs, is because they are not fixed yet. I'm working on a smoother TOOL:) oh self is implemented differently. they need primitive functionallity to make it all work. By using TML, I can desing languages that are completely reflective, like TOOL. uh, you still need primitives -- like _value it's not a primitive, it's a macro. It's just that it is on the meta level side of a bootstrap not sure how deep the difference is 11:00am how do you emulate lambdas in TML? '_value' is a macro, consistently with TML, but TOOL is a system in which things are objects, not macro. So when emulating TOOL on TML, I don't want TOOL in itself to be dependent on the way it is emulated - so some things are internal. to emulate lambdas, the natrual thing might be to build it as a set of TOOL classes. ouch ouch, what? you want lambdas to come prior to oo, right? not forcibly, 11:10am but to have a simple translation. how do you regard the falure/sucess ratio of TML/TOOL? as in what do you really think of it? well, I haven't had the time to looko at it closely. I'd like to see a more formal presentation of it of the programming model, independently from the string-based implementation have you ever read formal presentations of the lambda-calculus, or other simple computational systems? I've just had a cource in formal languages. We talked about mostly about machines and automatas, but also about recursive functions. ( I'll be back in a jiffy ) ωνω SignOff dagsgdasd: #TUNES (Leaving) 11:20am ωνω s720 [s720@tordivel.ii.uib.no] has joined #tunes ( and five minutes :) :) ωνω binEng [bineng@dialup154-1-25.swipnet.se] has joined #tunes hey yeh! 11:30am I know this sounds vague... but I'm buying books online now, and I'm kinda wondering if anyone got any tips on essential books. on what subject, having what background? Are you good at maths? If yes, get SICP do you like philosophy? if yes, get GEB want to learn LISP implementation? if yes, get LiSP wanna understand OO? Maybe the book by Abadi&Cardelli how do you define "good at maths"? know much or east to learn? s/east/easy/ well, SICP is good if you've taken science majors until your 20, say. undergrad? what's it about? to take it from the beginning; most techical computer-related subjects, and no stupid "for dummies" books... undergrad, yes see the FAQ for comp.lang.{lisp,scheme,functional} for books what is SICP about? Maths is still a rather broad area. SICP is about programming but it helps a lot, if you know what a logarithm is, what a linear algebra is, etc 11:40am sure I do what's its real name? Review/Languages.html#SICP whadda say, paper or thread? -lilo(lilo@varley.openprojects.net)- [GlobalNotice] Hi all. Just a reminder---Open Projects Net is looking for a host on a fast, multi-homed Internet connection in Europe for a new European hub. Please inquire on #openprojects. Thanks. uh? 11:50am the book, SICP, I can choose between paperback and thread. I don't know these stuff very good in English, but thread is a hard cover, no? I guess so I got paperback, and it's fragile k I guess it's good enough to spend a few extra bucks on. that GEB book, then. Tell me about it. 12:00pm Goedel, Escher, Bach by D. Hofstader a must-read! if you say so (well, if you care about reflection, that is) there must be good books about lambda-calculus, too. is "Hofstader" correctly spelled? Douglas I can't find it anything on data structures? how that, data structures? You mean, efficient algorithms? well, there are a bunch of books, but I haven't read any, so I can't give advice. 12:10pm I was mostly thinking of tries... I've gotta learn 'em. a classic book is by Aho?, Ullmann, etc. a great classic is tAoCP by don Knuth I've seen good books in french there's a recent book about Purely functional data structures or such french books won't make me much happier :) gotta go, sorry k cya π Fare/#Tunes is away food tnx 12:20pm ωνω SignOff binEng: #TUNES (Leaving) ωνω Netjoined: fontana.openprojects.net tolkien.openprojects.net ωνω s720 [s720@tordivel.ii.uib.no] has joined #tunes π Fare/#Tunes is back ωνω SignOff s720: #TUNES (Leaving) ωνω Tril [dem@bespin.ml.org] has joined #TUNES Fare do you know how to load a file in gcl? 03:10pm ωνω SignOff Tril: #TUNES (Tril has no reason) fsdoisdfg ! sweety is down again happily, it ain't www.tunes.org anymore! 05:30pm haha dumb sysadmin running mp3s.. what do they expect 05:40pm anything noteworthy? else, I'll goto sleep... well, good night, then! ωνω SignOff Fare: #TUNES (Back to the Tunes OS project -- /whowas Fare) good you do that!! :) 05:50pm ωνω SignOff Tril: #TUNES (Tril has no reason) ωνω SignOff hcf: #TUNES (Leaving) ωνω _QZ [brand@p0wer.qzx.com] has joined #tunes ωνω lar1 [larman@2Cust124.tnt22.sfo3.da.uu.net] has joined #tunes ωνω SignOff lar1: #TUNES (Leaving) ωνω tcn [tcn@cci-209150250111.clarityconnect.net] has joined #tunes ωνω ultima [ultima@209.86.91.238] has joined #Tunes ωνω ultima is now known as ultima_ <_QZ> jesus <_QZ> i dropped my email address many many months ago due to spam on it <_QZ> and i just reactivated it and all the mailing lists i was on are still sending to it haha what about the spam? <_QZ> only about 1 or 2 a day spammers should be shot <_QZ> was at 5-10 a day <_QZ> between my 2 active email addresses i get about 4 a day They haven't got my current address yet <_QZ> i need to setup 4 email addresses and tell everyone that i will cycle them every 3 months 07:20pm ωνω rend [\n@dialin1052.computron.net] has joined #tunes Get 12: _qz_jan, _qz, feb ... I made a program the fulfills all the tunes specs. <_QZ> tcn: hahah anyone want the code? <_QZ> rend: thats all that tunes is You what? You are much more productive when you don't have to even *think* about placing icons on my desktop qz: no, I really wrote tunes. who are you, rend? <_QZ> rend: no, tunes is really just a program not an os Rend is full of shit of course I am. <_QZ> rend: tunes is like forth, just more complicated =) exactly :) <_QZ> and forth can be the OS or program in another OS tell me why netscape only got like 3 billion. and in that deal aol got, web servers, browser, portal. @home gets ripped off, 6.7 bill for excite. all you get is one domain name. and one search engine. <_QZ> rend: but aol is gonna let sun have the web servers/browser for free I still can't believe someone would pay billions for a stupid little software company qz: not for free that just started yesterday <_QZ> tcn: netscape started the web qz: they are able to resell it. _QZ: Hell no qz: Some guy at CERN started it _QZ: Mosaic was the first real graphical browser Netscape royally fudged the web damn. <_QZ> mosaic was made by netscape _QZ: Wrong qz: no hehe <_QZ> yes qz: you are a dumbarse _QZ: Mosaic was made by UIUC <_QZ> they all made mosaic at uiuc and then started netscape _QZ: No <_QZ> yes Didn't the people who wrote Mosaic start Spyglass? <_QZ> no And Netscape was the outgrowth of some other browser? tcn: yes like...? tcn: Netscape was the outgrowth of mosaic like spyglass they were both commercializations of Mosaic, and both companies had original mosaic developers I used to use the ancestor of Lynx :) <_QZ> netscape navigator was made by the same ppl that made mosaic _QZ: Nah <_QZ> navigator = mosaic II _QZ: It was made by a couple of the same people and a hell of a lot more <_QZ> ultima_: u wanna bet on it? <_QZ> ultima_: if im right u never come back to this channel <_QZ> ultima_: and if im wrong i wont come back _QZ: Some people at uiuc wanted to make a profit off of it so they took it and mozilla'd it qz: shut the hell up qz: go buy nerds 2.01 from pbs or some shit ωνω rend [\n@dialin1052.computron.net] has left #tunes [] <_QZ> ultima_: and if im right u take rend with u :) hahahahaha <_QZ> ultima_: u wanna bet? _QZ: Bet on what? <_QZ> ultima_: i will go find urls that prove im right _QZ: And what is your overgeneralized statement? http://www.qzx.com/netscape.html _QZ: Your statement is flawed. It is not totally incorrect, and is a broad generalization <_QZ> the ppl responsible for mosaic started netscape How much did Infoseek sell for? _QZ: Not all of them dude _QZ: Your statement assumes mosaic becamse netscape, which is false <_QZ> the main ones _QZ: Some of the mosaic developers begun a commercial venture based on mosaic 07:30pm <_QZ> i never said mosaic became netscap <_QZ> i said netscape started the web <_QZ> cuz the ppl that made netscape made mosaic A couple years ago my aunt introduced me to this professor she works with, who was working on indexed searching.. then he started infoseek, didn't give the college a dime, and sold it to disney for a few billion.. _QZ: Er, actually, netscape was based on Mosaic <_QZ> netscape the company not browser <_QZ> er the ppl at the company _QZ: Your statements are too general! _QZ: The people who wrote basic started microsoft <_QZ> the ppl that started netscape, the company, started the web _QZ: The people who wrote unix started novell Hey, I used the web long before netscape was around Netscape only popularized it _QZ: And no, netscape, the company, nor mosaic the browser, truly started the web, there were textmode browsers long before ns/mosaic <_QZ> actually gates reipped off basic <_QZ> ripped He ripped off DR-DOS too _QZ: no, he ripped off QDOS. Actually, Paul Allen did write a basic interpreter that he sold <_QZ> did the web exist prior to mosaic? _QZ: yes qz: yeah There was lynx <_QZ> wrong tcn: www! dont forget www, the one and only linemode browser1 =) heh I don't remember that one :) aww Hehe it was cool I had one called Hybrow.. hypertext browser. It was before www, though. So wtf does netscape do, to be worth $4b? tcn: userbase tcn: Also, MS couldnt buy out NS, so they got their bed buddies to do it =) I'm not gonna use Netscape now that they sold out to AOL :0 :) what hte fuck why is pdflatex putting this bookmark on the wrong page 07:40pm ωνω hcf [nef@escher.sdi.agate.net] has joined #tunes Hey hcf hoy tcn Tunes isn't so busy anymore :) ur happy about that? As long as it doesn't die, yes I guess college is catching up with everyone. Me, I just started yesterday <_QZ> tunes is dying <_QZ> brix is killing it <_QZ> i have all the time and resources needed to develop brix meaning it 'll be done in 9yrs <_QZ> nono s/done/released/ <_QZ> i have been working for the last several days on it <_QZ> i plan on releasing it before win2000 what's win2000 supposed to be? <_QZ> uhh <_QZ> nt5 "You need this to ease the transistion to NT" <_QZ> win2000 is 5 oses <_QZ> to replace win98, nt4 workstation and server and 2 others _QZ: BRiX and FBSD? <_QZ> win2000 is nt5 <_QZ> no more running dos apps on windows <_QZ> ultima_: no <_QZ> the 5 flavors of win2000 are all identical, M$ justs increases values as the flavor price inscreases <_QZ> just like how nt4 workstation and server are identical. server can just handle alot more connections then workstation cuz M$ limited ws to 10 connections 08:00pm what are the "2 others"? DOS and win95? Xenix? 08:10pm <_QZ> shutup <_QZ> they have taken win98,nt4ws and nt4server and broken them into 5 flavors <_QZ> idiot home user, smarter (but still an idiot) home user, stupid emloyee user, lame server and high-end server ωνω ultima_ [ultima@209.86.91.238] has left #tunes [] 08:30pm ωνω SignOff tcn: #TUNES (Leaving) ωνω SignOff hcf: #TUNES (Leaving) ωνω SignOff _QZ: #TUNES (BRiX [http://www.qzx.com/brix] :: sleep) [msg(TUNES)] newlog 1999.0121 IRC log ended Thu Jan 21 00:00:01 1999