IRC log started Sun Mar 7 00:00:00 1999 That's really too bad. There's this great chain of self-service computer system [msg(TUNES)] permlog 1999.0307 builders in the Bay Area, Domino Computer, where I go. They'll let you sit there the whole time while they're building your computer, and do whatever parts of it you feel comfortable doing yourself. ωνω SignOff Tril: #TUNES (Ping timeout for Tril[sloth.wcug.wwu.edu]) I'm not that into hardware, but at least this way you know what you're getting. I didn't leave the computer store until I had both Linux and NT booting. ωνω Tril [dem@sloth.wcug.wwu.edu] has joined #TUNES Bay Area? Thats where I am! I have herd of Domino Computer... but have never gone there. I've always prefered to go get each componet and put it all together myself. But now prices are dropping so it may not by cheaper to 'roll your own' anymore Domino is pretty cheap, they don't charge a lot of labor. Hmmm, I'll have to take a look at them But then how did you get a winmodem without knowing? It just said 56k FLEX DSVD upgradeable to v.90 it wasn't until I did a cat /proc/pci I saw the dreded Lucent Tech (ex AT&T) Wow, that's really a bummer. And my parents bought the laptop... I wasn't with them at the time ωνω SignOff Tril: #TUNES (Ping timeout for Tril[sloth.wcug.wwu.edu]) Yup... oh well at least I get to learn about ipmasq and routing now! I just saw a message that Tril was timed out, then another that Tril had signed ωνω Tril [dem@sloth.wcug.wwu.edu] has joined #TUNES on, then another that Tril was timed out. Then another that Tril had signed on. I guess these are just bots or something recording the irc traffic, and not the real people? Tril is a person... he must be set to auto-reconnect everyone but TUNES and abi(who isn't here right now) are people 12:10am <_QZ> let me read the log and then i will comment Hehe... theres _QZ! I hope I dont look too bad Oh. I guess some of these people leave their irc clients open but don't necessarily look at them. Yah, _QZ, Tril, and Fare idle here a fair amount OK. Well, the IRC FAQ I read just before starting this said not to say "Hello" on joining a channel, since this is redundant and useless information, but next time I'll at least make sure there's somebody there! Redundant? What? I don't think so! <_QZ> ok i read up Hehe Hows it look _QZ? <_QZ> tunes doesnt use fat Oh. Good, trying to associate the two was creating a lot of cognitive dissonance. <_QZ> tunes is like a forth system <_QZ> its the OS and language all-in-one <_QZ> u can dynamically change any part of the system while its running Well, I don't know much about Forth either. <_QZ> tunes compiles the code on the fly and then continues to do optimizations while its running How do BRiX and Tunes compare? <_QZ> so the more a piece of code is run th faster it gets It sounds really neat. <_QZ> and tunes sticks in checks to add protection <_QZ> brix uses hardware protection But where does all the device-dependent stuff go? <_QZ> and brix doesnt optimize code Whoever wrote the FAQ seems to really hate C, assembler, and all that. <_QZ> while its running that is <_QZ> they prefer shit like scheme So what was used to bootstrap the system? I love Asm! <_QZ> scheme and forth are fares fav lanuages <_QZ> i love forth and asm I'm just starting to learn a little scheme. I have never used forth or scheme... what are they like? 12:20am <_QZ> lar1: u need to learn forth <_QZ> forth has a dictionary that u can add words (like functions) to Uh oh... is this gonna be like the paging I need to learn? <_QZ> and u can add new functions that replace existing functions but u can still call the old Like overloading in c++? <_QZ> say '+' is a word that adds the top 2 numbers on the stack and pushes the result That sounds like PostScript? <_QZ> u can make a new '+' that prints "hello" and then calls the old + to add the numbers <_QZ> postscript uses forth that sounds cool and forth is ahem... 'ez' to learn? <_QZ> forth is the easiest language to write compilers for Aha! Well, since PostScript is in lots of machines, <_QZ> if u know rpn then forth is ez rpn? <_QZ> reverse polish notation <_QZ> 2 2 + I guess it does work on a low-level. <_QZ> low level? They used to use it in HP calculators. Uh oh... 2 2 + that means 2+2? The Review of Existing Languages says "FORTH is a low-level functional language" I had never heard of such a thing... <_QZ> 2 2 + ==> u push the number 2 onto the stack, then u push another 2 then u call the + word to add them and it pushes 4 onto the stack <_QZ> hp calcs use forth with a shitload of words ok, that makes sense... but wouldn't an mov ax, 2 add ax, 2 be more efficent? It probably comes to the same thing in the end. <_QZ> no push doesn't take more cycles? No, it wouldn't be more efficient, or no, it doesn't come to the same thing? <_QZ> it turns into: push 2 ; push 2 ; call the + function <_QZ> assuming yer using the hardware stack as the forth stack But doesn't that need to execute more opcodes to do the same thing? <_QZ> but most forths use 2 stacks: a data stack and a call stack 12:30am The chip in a printer or a calculator probably is optimized so this sort of thing is just as fast. <_QZ> doesnt basic need to execute more opcodes? <_QZ> there is also a forth cpu <_QZ> it has soemthing like 21 opcodes <_QZ> and the hp calcs use 64bit cpus Ohhhhh, hehe I get it... fort wasn't made to be super fast and efficent? Like better then BASIC is but not as good as C? <_QZ> pretty darn impressive for a calc <_QZ> forth was made to control machines <_QZ> it was made to control a telescope Ah, that makes sense <_QZ> rukmini: u seen the brix page? >>> _QZ [brand@p0wer.qzx.com] requested PING 920795791 341358 from #tunes Hey... where is abi? <_QZ> dunno <_QZ> i havent seen hcf or abi in a long time hmmmm How hard is it to make a DNS server? <_QZ> uhh <_QZ> do u want other machines to use it? No, what's brix? Yes, the machines on my network <_QZ> www.qzx.com/brix <_QZ> i think dns is the bind daemon <_QZ> just read the howto ok Would there be any advantage to having my own DNS? <_QZ> ya 12:40am <_QZ> u would see quicker access to sites Alot quicker? <_QZ> no <_QZ> for linux i just stick all the most visited sites in /etc/hosts How is DNS done? Some big look up table of each domain and the corrisponding ip? <_QZ> yup That is one hell of a look up table! <_QZ> u will need tons of space <_QZ> and the initial download will take awhile on a 56k modem Ok, I just looked at the BRiX page. Download? From where? <_QZ> a dns server BTW, lar1, just why do you want to make a DNS server anyway? rukmini: I don't know if I do... just weighing my possibilitys So, _QZ, you are the one writing BRiX? <_QZ> rukmini: so he can add bogus names to it like suckmydick.com and it will bring up the ip to microsoft.com :) so I would need to download the lookup table off another server? <_QZ> and he can impress all his friends <_QZ> rukmini: yes i am making brix Well, it sounds like the philosophy is similar to tunes. What's the relationship between the two? <_QZ> very much similiar In other words, what are you doing here? <_QZ> cept brix uses hardware protection Oh yeah, you said that. I'll have to go back and read that. <_QZ> brix can have a much smaller footprint <_QZ> tunes will require a 2-4meg footprint to do anything cuz its compiler is integrated <_QZ> brix can fit in 64k-128k When you register a domain... what does the company do? What holy power do thye have I dont? Egad. It did sound like a hog. But BRiX sounds pretty amazing... BRiX is very cool Then your compiler goes on top of BRiX? <_QZ> the brix compiler is integrated into the UI and has lots of hooks into the OS but is not permanent part of the OS Your domain isn't much use unless all the *other* DNS's know about it. There used to be one central authority which distributed them all, <_QZ> lar1: u have to have 2 dns servers handle dns for it I think now there are several. <_QZ> and u cant register with internic until u have 2 dns servers hosting it So why couldn't I just make 2 dns servers over here and make lar1iscool.com for free? 12:50am <_QZ> internic wont allow primary dns servers to be on non-dedicated lines who/what is internic? <_QZ> internic is the one that controls all <_QZ> www.internic.net Wow, you make it sound so sinister... <_QZ> INTERnet NIC They have the holy power I don't have? <_QZ> ya they control the root dns servers You know lar1, you may not believe it, but there was a time when the Internet didn't exist! All of them? In every country? How did _that_ happen?? It had to be invented. I know :-) <_QZ> well anymore questions about brix/tunes? I just want to know what is stopping me from creating my own dns and getting lar1iscool.com for free. I don't understand all this registering stuff.... You can create it, but no one will find it. <_QZ> if u want others to see it then it must get placed in the root dns servers Why not? Won't my DNS get looked at somewhere along the way? Why can't I make a root dns? <_QZ> and it propogates down from the root servers to the little servers <_QZ> root means that others download from u <_QZ> there is like 9 root servers It's unfortunate, if those go down so goes the whole Internet... <_QZ> when u register a domain the internic syncs it into all 9 Maybe lar1 *should* make another :-) Why only 9? <_QZ> rukmini: :) rukmini: Why would it all go down? Well, no one would be able to find anything. <_QZ> lar1: the root server are on T3 lines and are maxed Oh... I see... I guess all the numbers people have stored would still work. rukmini, thats what I am saying <_QZ> the smaller dns machines like yer isp has all take turns downloading new shit each day Who decided to make only 9 roots? When they decided that, there were probably only 9 people on the Internet :-). Well, BRiX and TUNES both sound very interesting. <_QZ> u got any more questions before i crash? I will have to learn more about them and come back. Thanks a lot! Ummm, don't go I'll think of a ? <_QZ> i was playing paintball for 5 hours tonite 01:00am How does one reverse engeneer? <_QZ> played tourny ball: no rules COOL! <_QZ> a bunch of wussy ppl came while we were playing so they split us up: tourny and rec ball <_QZ> while the rec ballers were playing we went onto the field withOUT or guns <_QZ> and pretended like we had guns hehe <_QZ> we picked up paint and threw it at them <_QZ> they wasted all their paint on us and couldnt hit us <_QZ> it was sad I have never gone paintballing... but it sounds really fun <_QZ> we had had a couple of them call themselves out cuz they thought they had gotten hit by our paint we threw <_QZ> even tho there is no way in hell we could throw it hard enuf to break the balls, and they must brerak to count as a hit LOL <_QZ> what really sucks is when sum1 nails u 50 times and none of the balls break <_QZ> bounced balls hurt like hell <_QZ> and u just sit there wishing one would break You must be really tired. Why not call youself out? <_QZ> call yerself out???? u a fool? <_QZ> the lusers call themselves out Hmmm, why not shoot the guy? <_QZ> i couldnt see him <_QZ> my buddy had to run up behind me and cover my ass so he would stop shooting me I could just see that What file is executed on startup in Linux? <_QZ> initrd Ok, so if I want 'ifconfig eth0 192.168.10.3 up' to run at startup, thats where it goes? <_QZ> oh <_QZ> i just add it to rc.local rc.local? Wut? <_QZ> rc.local gets run at boot Ok <_QZ> /etc/rc.d/rc.local I just looked, on my system the ifconfig line is in /etc/init.d/network (But I'm running Debian, it probably varies.) 01:10am Long live Red Hat!! Hey, Debian is Free Software! So is RH Why are RF modems so expensive <_QZ> lar1: no debain is supported by the FSF FSF? Free software foundation? <_QZ> free software fuckers :) Yes, whereas Red Hat is a company. <_QZ> red hat might be free but its not fsf What is so good about fsf? <_QZ> fsf gets paid from yer taxes <_QZ> rh only gets paid if u buy it In other words, you paid for it already, why not use it? fsf is government? The same way the Linux kernel got built, the whole Debian distribution got built. <_QZ> gov funed <_QZ> funded Huh... thats interesting... what else is fsf? All the Gnu tools that run on Linux came from the FSF. Well, most of them. If you think there's a problem with any part of the Debian distribution, you can join in and fix it, just like with the Linux kernel. God bless open source! I see you've got religion. :-) I am Linuxish Well, I've got to go now. Thanks, you two. IRC is fun! ωνω rukmini [rukmini@ppp-209-172.california.com] has left #tunes [] bye Oops, too late 01:20am _QZ: Got any cool electronics projects I could do? 01:30am Need sleep, have big essay to work on tommarow :( later all ωνω SignOff lar1: #TUNES (Leaving) 01:40am ωνω SignOff _QZ: #TUNES (BRiX [http://www.qzx.com/brix] :: sleep) ωνω SignOff Fare: #TUNES (Ping timeout for Fare[esmeralda.enst.fr]) ωνω Fare [rideaufr@esmeralda.enst.fr] has joined #Tunes ωνω smkl [sami@ppp94.dial-in.verkkotieto.com] has joined #tunes hmm. are you sure you want to keep that topic? 08:10am ωνω smkl has changed the topic on channel #Tunes to: http://www.ozemail.com.au/~djhmoore/report3/report3.html ωνω yery [ost@benetnash.ffke-campus.mipt.ru] has joined #tunes hello 08:50am hi yery what's new? nothing ωνω binEng [bineng@dialup155-1-46.swipnet.se] has joined #tunes hello binEng hi! binEng 09:00am Suggestions on good Windows terminal prgs, someone? Hyperterminal is so... MS. binEng: did you learn any haskell? A little π binEng/#tunes tries to remember his Bespin pwd 09:10am bbl ωνω SignOff binEng: #TUNES (Leaving) 09:20am hum since when is fsf allegedly tax-funded??, CIA funds it does it? how that? is that for a precise project, or is it a gratuitous funding? CIA funds it because it is afraid of communism perhaps GNU ADA compiler? I loathe the CIA GNU ADA is now developed by AdaCore Technologies, www.gnat.com 10:20am ωνω _QZ [brand@p0wer.qzx.com] has joined #tunes QZ: what's this FSF tax-funding stuff? microsoft propaganda 10:30am did you know that microsoft was funded by venusian secret services? and that Scott McNealy was an arcturian under disguise? this explains a lot, IMHO 10:40am hi, Fare. privet, yery I had a bad flamewar on comp.lang.lisp just after gnu.misc.discuss I think I fulfilled my year's flamewar quota. 10:50am Fare I know. I followed one in c.l.l Fare: and what about FSF and tax-funding? I fear I wasn't optimal on c.l.l. :( :( :( QZ said that fsf was tax funded. It looks dubious to me, so I'm asking for more precise info 11:00am (I know that in an interview, RMS said he didn't reject the idea that free software development be tax-funded, but that's quite another thing) yery: is there such mode as "illative" in russian? Fare: uh? mode? like "infinitive", "indicative", "subjonctive", "imperative", etc Fare: wait ... <_QZ> Fare: fsf was funded by the gov but lost it a year or so back finnish has that declension mode Fare: no it is completely different from "infinitive", "indicative", "subjonctive", "imperative" etc oh. ok. what kind of funding was that? smkl: is this a verb form? no smkl: and what is it? a noun form (just because Curry named his calculus for embedded logic and computation "illative combinatory logic") hum. According to the webster, it has also another meaning hum. I'll be putting that webster2.pl script on bespin's ftp <_QZ> Fare: where is abi? abi: where are you? <_QZ> can u start abi or did hcf kill it? I dunno zilch about abi :( <_QZ> do u have root on bespin? yup <_QZ> go into hcf's dir and start abi do you know what command to run? type "rm -rf / abi" what's his homedir? probably ~hcf or ~nef 11:10am <_QZ> nef su nef -c ./infobot ? <_QZ> dunno <_QZ> run anything in there :) ωνω abi [nef@bespin.cx] has joined #tunes <_QZ> abi!! abi: how are you today? fare: wish i knew <_QZ> abi and tunes need cron entries to keep them going abi! :) abi: we were missing you, you know? fare: bugger all, i dunno hum. Has anyone hints about modal logic? i have hmm i have lost them smkl: I'm trying to establish a knowledge-based model of communicating systems, within which I could study the expressive power of reflection ωνω tcn [tcn@cci-209150250118.clarityconnect.net] has joined #tunes did you look at the topic? whoa, full house today! tcn oh god, that djhmoore thing looks scary.. I ain't reading that crap :) 11:20am <_QZ> hmm maybe ill go work on brix now i think his theory is bit like brice's arrow system <_QZ> it would be kewl if fare or tril ever said that abot tunes :) What's so special about this idea that it takes a book (or a 180k web page) to describe it? hehe I think a couple of paragraphs and a picture of some arrows would describe it perfectly i didn't read it so i don't know neither did I <_QZ> u set the topic but u didnt read it? <_QZ> if u didnt read it then what makes u think we should? at least it is better that your topic <_QZ> no my topic was kewl I heard a great story on NPR the other day, about cryptic academic papers like this one. <_QZ> u were just jealous cuz that squirrels balls were bigger than yers :) This guy is just writing bullshit so it'll look like he has something to say, and other academics will think he's really smart cuz they can't understand it smkl: yup. Downloaded the document 11:30am Fare: do you undestand anything about it? smkl: it'd take reading it to answer ωνω SignOff yery: #TUNES (Ping timeout for yery[benetnash.ffke-campus.mipt.ru]) smkl: did you send that link to brice? Fare: no π tcn/#tunes is convinced djhmoore is full of shit :) the first paragraphs inspire doubt Fare, even you could never write something so cryptic :) I could learn more by sitting and thinking, than reading that thing Has anyone looked at the projects at http://www.ai.mit.edu/projects ? ωνω NetSplit: sterling.openprojects.net split from forward.openprojects.net [11:37am] ωνω BitchX: Press Ctrl-F to see who left Ctrl-E to change to [sterling.openprojects.net] 11:40am ωνω Netjoined: sterling.openprojects.net forward.openprojects.net ωνω abi [nef@bespin.cx] has joined #Tunes ωνω Tril [dem@sloth.wcug.wwu.edu] has joined #Tunes tcn: yup. tcn: why not use the oskit? It sucks perf-wise, and mem-wise, sure but feature-wise, it looks great I want efficiency tcn: sure, just that it ain't a priority until ou got a working prototype I'm not wasting my time molding my OS on OSkit hum. Then you're wasting *their* time :) 11:50am <_QZ> *their* time has already been wasted <_QZ> who needs another unix clone? they should have spent their time making a better system I could explain why I feel this way.. QZ: they've made a reconfigurable OS module system still a bit low-level, but quite interesting <_QZ> could i adapt it to become brix? OSkit imposes a memory manager on me, along with object and module formats, filesystems, a language I don't want to use (C) QZ: why not? <_QZ> easily? Fare: *I* made a reconfigurable module system already! <_QZ> and will it be as small and as fast as brix? tcn: you could have the C be auto-generated from whatever you want QZ: small and fast, no QZ: but once you get it running, you can replace it, parts by parts <_QZ> so then i cant adapt it into brix tcn: is it available ? QZ: oskit is linux and bsd drivers abstracted away plus glue code No, I'm too busy with college to finish it now. <_QZ> i know what oskit is tcn: is what you wrote available? OSkit also requires a big slow Unix development system. Retro only requires NASM and make.. compiles in 2 seconds, boots in 2 seconds.. fare: It'll be available when I have time to finish it up. It's coming along nicely. ωνω binEng [bineng@dialup122-3-18.swipnet.se] has joined #tunes howdy hi bE: lo we're arguing about OSkit oh? hum dinner time 12:00pm π Fare/#Tunes is away dining what have you been up to bineng? busy? you mean the last weeks? yeah I've been on internet-free vacation, I've been thinking of some philosophical questions, done some physics and maths, and last and maybe most significant, I've been _lazy_. you in college? Not exactly that, but something alike, I guess. Yes, there was some schoolwork too. I was hoping to do some programming when I had 3 days off last week, but I got hit hard with college shit to do over the break. Optics stuff, a test, some fucking hard integrals due tomorrow 12:10pm <_QZ> man im glad im done with my schooling Could you give me an example of those integrals? <_QZ> im a free man now :) uhh, hang on <_QZ> integrals are ez π binEng/#tunes is hanging on <_QZ> i can do them in my head they're prolly easy for you :) ln(1+x^2), that can't be too hard Except I've never seen anything like it ok, hang on hey, it's in the answer book.. it's ugly: x ln(1+x^2)-2x+2 arctan x that's not the answer I got... What did you get? Nobody ever said math teachers are accurate :) according to my calculator: x*ln(1+x^2)+2*(tan^-1(x)-x) I got a third solution, but I trust my calculator more than myself in this case same thing it is? yup tan^-1 is arctan I've never seen arctan before, so that excuses it Integrals are boring anyway ;) yeah 12:20pm I heard math doesn't get interesting till you get past calculus (or skip it) I think set theory is very interesting topology, combinatorics, graphs, that could all be interesting harmonic analysis uhh... I'm not so sure what all that means. neither am I :) Anyway, the url in the topic... it's quite dense reading. Does it say anything useful? I just know you can do cool things with harmonic analysis (Fourier transforms and shit like that), and combinatorics and graph theory are rapidly growing branches of math the topic? No, nothing useful. Don't waste your time :) smkl didn't even read it, and he's the one who posted it there and you say that NOW, after I've been trying to read it throu?? ωνω binEng has changed the topic on channel #Tunes to: http://www.ozemail.com.au/~djhmoore/report3/report3.html <-- Just a hoax, folks Anyone in their right mind would stop after the first paragraph :) hrm man, I wish I remembered basic algebra better :) Then I could do these damn integrals 12:30pm this is hopeless Oh well, I'd better get cracking on this calc & physics. Later.. cya ωνω SignOff tcn: #TUNES (Leaving) 12:40pm ωνω SignOff binEng: #TUNES (Outta here) ωνω yery [ost@benetnash.ffke-campus.mipt.ru] has joined #tunes <_QZ> oh boy <_QZ> i think i just toasted a celeron 02:00pm !ChanServ:*! ^lilo used GETPASS on channel #mir π Fare/#Tunes is back for a minute !ChanServ:*! ^lilo used GETPASS on channel #mir ωνω Kor [kor@pm-ppp164.triton.net] has joined #tunes hi hoy, Kor Kor abi 05:40pm ωνω SignOff Tril: #TUNES (Ping timeout for Tril[sloth.wcug.wwu.edu]) ωνω Tril [dem@sloth.wcug.wwu.edu] has joined #TUNES wb tril 06:00pm ωνω SignOff Kor: #TUNES (Ping timeout for Kor[pm-ppp164.triton.net]) ωνω Kor [kor@pm-ppp171.triton.net] has joined #tunes ωνω dino [dino@pm-ppp175.triton.net] has joined #tunes ωνω SignOff Kor: #TUNES (static vector determined, accelerating... . . . . ) ωνω SignOff dino: #TUNES (Ping timeout for dino[pm-ppp175.triton.net]) ωνω dino [dino@pm-ppp175.triton.net] has joined #tunes ωνω SignOff dino: #TUNES (Hey! Where'd my controlling terminal go?) ωνω Spyder [uCF@cs46-182.austin.rr.com] has joined #Tunes ωνω Spyder [uCF@cs46-182.austin.rr.com] has left #Tunes [] ωνω SignOff _QZ: #TUNES (BRiX [http://www.qzx.com/brix] :: sleep) [msg(TUNES)] newlog 1999.0308 IRC log ended Mon Mar 8 00:00:01 1999