IRC log started Thu Jan 6 00:00:01 2000 [msg(TUNES)] permlog 2000.0106 -:- water [water@tnt-10-226.tscnet.net] has left #tunes [] -:- SignOff hcf: #TUNES (Read error to hcf[me-portland-us230.javanet.com]: Connection reset by peer) -:- water [water@tnt-10-226.tscnet.net] has joined #tunes ping 01:50am -:- SignOff water: #TUNES (The Tao went that a-way!) [openprojects]Foreign OperKill: NickServ killed fusion (This nick is reserved by another user) -:- pipiness [bindy@usl7-248-188.netsecure.net] has joined #tunes -:- water [water@tnt-10-226.tscnet.net] has joined #tunes [openprojects]!carter.openprojects.net Net break: sterling.openprojects.net zsoldos.openprojects.net (Ping timeout) [openprojects]!carter.openprojects.net Net junction: irc.linux.com zsoldos.openprojects.net [openprojects]!carter.openprojects.net Completed net.burst from zsoldos.openprojects.net. anyone awake? [openprojects]!carter.openprojects.net zsoldos.openprojects.net acknowledged end of net.burst. yes care to discuss prog langs? sure i was looking over beta, gbeta, smalltalk, self, clos, tunes i forget, what's your particular project? I have several projects, loosely tunes related, but usually language related (also i read the great squeak news from oopsla 99) hm gbeta? its a generalization of beta ah, ok it's a student's phd project (though it was GNU beta or something like that) well, it is GPL good.. because there should be a free implementation of beta well, it's not very fast at all 04:40am the nice thing is that it extends beta's dynamic typing quite a bit gbeta? yes have you got an url? oh yeah abi: gbeta is a free implementation of a generalized version of beta at http://www.daimi.aau.dk/~eernst/gbeta/index.html there's also the metaBETA project have you got an url for that one as well? :) yeah and I'll update Languages.phtml with it right away btw, just use cetus-links for proglangs well, gbeta is already on tunes just an ftp-link and metabeta is at the bottom of the page, i think -n oh no metabeta k i'll mail it to tunes-review then and tell abi ok.. I'll commit the minor modification for gbeta then -:- smoke [smoke@15dyn246.delft.casema.net] has joined #tunes abi: metabeta is a meta-level architecture for allowing dynamic typing in beta, or at http://www.daimi.au.dk/~beta/Mli/mli.html abi: beta is an advanced object-oriented language that integrates objects and functions into patterns, or at http://www.daimi.au.dk/~beta/ it's interesting to me because the smalltalk family can't do the same thing, really, without a complicated mop on the other hand, the clos mop is too low-level and insecure, etc the clos mop is supposed to be low-level I guess hm 04:50am well, this kind of thinking is what got me working on arrows in the first place sort of a very-high-level mop have commited Languages.phtml cool, thanks since i'm running 'doze right now, i don't have all of my cool tools to use arrows is in in my reading-list queue :) anyway, it's interesting that gbeta treats inheritance as a type-constraint for dynamic purposes btw, have you read agt? it's a good read, imo, even though it's mostly the meta-theory of logic agt? i heard agt was Around Goedel's Theorem at http://www.ltn.lv/~podnieks/ thank you, abi :) sure thing water it is also on my reading-list :-/ the premise has to do with platonic psychology he claims that the proper view for formal reasoning is not to treat symbols as 'tangible' objects, but to treat formal theories of them as such s/such/tangible objects heh. i bet that i can fill up your reading queue rather quickly ;) anyway, most of the paper walks through various meta-mathematical theories and studies their properties in a new light luckily my reading queue is implemented as a linked list and can grow :-) lol just be careful not to swap any pointers around before the next gc generation :) there is a lot of things I want to read and a lot of things I want to hack together.. too often the last list is chosen.. 05:00am that's fine i feel useless very often because i read too much, and have pretty much brought my coding practice to a standstill you named a long list of interesting languages first which you had checked.. how is self? well, self finally got ported to the mac just a month ago, albeit without half of the usual optimizations so, people can actually use it now are you a mac user? but the vm technology in self allowed 50% speed of optimmized c no 50% of optimised c isn't too bad.. it's more than satisfactory in most cases it's terrific when you consider that it's a benchmark of a dynamic population of bytecode objects the authors wrote several papers just on the compiler technology they put into the vm self is prototype-based, no? but the nicest thing about self is that it's oo without classes, and treats variables (internal state) as inheritable behavior right, and it allows multiple dynamic inheritance which "self: the power of simplicity" explains as being one of the major improvements in the efficiency of self code dynamic inheritance isn't too difficult in a prototype-based language both in size and speed [openprojects]!carter.openprojects.net Net break: irc.linux.com zsoldos.openprojects.net (Ping timeout) right, and the self object model is a very simple object-with-slots view I wrote a prototype-based oo-system for a hypermedia-system once.. worked very well yeah i made one based on a toy language that had it's own high-level gui i mean, i wrote the high-level gui in the language in the hypermedia-system I now writes I map objects to the clos system instead even m$'s com is prototype-based -s hm k 05:10am well, my biggest concern right now is what kind of mop system a system would need to get as expressive as tunes difficult to say.. one must experiment i disagree sort of a trade-off between an aop-model and a dynamic clos-mop is probably what is needed yes, but there are no existing dynamic aop systems i mean, creating aspects is difficult s/creating/factoring it's not something you can do on the fly I know.. I err all the time in my thesis.. i'm pretty sure that tunes will eventuall have a group of mop's which are inconsistent overall [openprojects]!carter.openprojects.net Net junction: sterling.openprojects.net zsoldos.openprojects.net [openprojects]!carter.openprojects.net Completed net.burst from zsoldos.openprojects.net. apart from the obvious aspects, memoisation, before/after methods, sewing together constructs with special behaviour it is difficult s/,/;/ m [openprojects]!carter.openprojects.net zsoldos.openprojects.net acknowledged end of net.burst. * water/#tunes nods ever studied model theory? too little well, even the basic ideas are enough you have the model's signature, then the realtions and functions defined over the constants and variables in the sig I am probably more a hacker than a theoretician.. k well, my goal for my system is not "hack"-centric one question though, how is model-theory different from category-theory? er or is model-theory a subset of category theory? they're in roughly the same domain I remember that we worked with models in a course on category theory they apply to almost every formal theory ahh but the internal picture is fairly different model theory is almost entirely logic-based ok ct, as you know, just describes types and morphisms yes 05:20am what was it you wanted to discuss initially? (we got carried away slightly) my problem with model theory is that i'm trying to make something where one(?) model's structure can affect another model's logic (inference calculus) hm not sure exactly i mostly just needed to bounce ideas does that statement i just made make sense? about my problem with mt? yes k irc is however a poor substitute for a blackboard :( indeed if only muswiki were up and running :) chalk and blackboards solve most problems :) actually, there is a good blackboard program muswiki essentially *is* a blackboard -:- water_ [water@tnt-10-226.tscnet.net] has joined #tunes -:- SignOff water: #TUNES (Read error to water[tnt-10-226.tscnet.net]: Connection reset by peer) whoa but it's not working yet? muswiki? no, not yet but i know that there are some simple blackboard programs out there I wrote such a system once where one had a talk-channel and a canvas to draw on * water_/#tunes checks this would be very good for #tunes -:- water_ is now known as water my small system was a crude prototype or "proof of concept/hackability" :) sure so was mine I realised that I had to make a drawing program to make it usable and that wasn't that fun :-) hehe boxes, text and free-hand and some colours I made though that's often good enough muswiki, i believe, will be excellent for such things mostly because of the morphic system 05:30am * Fufie/#tunes must rewrite his component language for his front-end today.. :( (the hypermedia system/thesis) darn it, my explorer windows are getting onery today? I think one day should be enough here's a screenshot of muswiki: http://www.cc.gatech.edu/projects/squeakers/10.html it is lisp after all oh heh. don't overowrk yourself :) or embedded in lisp to be accurate.. I can use the lisp-reader what do you think of that screenshot? smalltalk? smalltalk is mostly crap, except for Squeak, that is good. heh yes it looks nice enough the idea is that you send the morph data around, vice images so it's high-level and low-bandwidth in my old prototype I sent diffs when both sides have the same class modules, the encoding is extremely dense, but the big idea they're working on is interactive programming and debugging muswiki seems to scale better though as everything is objects yeah, that's the idea and not pixels and we don't have to write new muswiki code for every class squeak seems to have improved considerably since I tested it two years ago yeah, people add quite a lot every few weeks or so ans the squeakers seem to be quite good at community-building -d+s there's now an entire suite of card games, etc for instance -s+d i found out yesterday that disney has a multimedia 3-d game somewhere built on squeak 05:40am at some interactive display or something too little time and too many fun languages/environments to learn and they seem to intend to do a lot more with it heh squeak can only get better... today they released the modularized code image 13 orthogonal modules keep in mind that i follow squeak very closely btw, have you dealt with maude at all? maude? it has been said that maude is a reflective rewriting logic language at http://maude.csl.sri.com/ no a former norwegian queen was called maud though ;) it's really interesting for it's reflective capabilities (downloading 'squeak) it turns out that re-writing logic covers concurrency schemes and real-time issues, as well as gc schemes i mean, in a straightforward manner, with clean code any of the maude papers you would recommend to a beginner? the intro/manual, i guess it's equational rewrite, so it takes some getting used to hey.. one of the local guys at the institute works on maude.. oh? cool hmm btw, my system for models under arrow winds up looking like a multi-graph that "folds on itself" as said.. too little time.. too many languages to learn the tunesers know it as my ontology system idea hehe yes true maybe I'll drop by Peter and have him explain Maude to me :) sounds like a very good idea i wish i knew people in reall life who understood even half of this stuff 05:50am most of the theoretician at my institute, like Peter, rarely if ever programs anything but three line examples of hello world I am too pragmatic.. I try to learn the theory to be able to use it to make nicer and more elegant systems -:- SignOff water: #TUNES (Ping timeout for water[tnt-10-226.tscnet.net]) -:- water [water@tnt-10-15.tscnet.net] has joined #tunes i hate m$ windows kde never does crap like that (send water 'sympathy) s/kde/gnome/ :-) whatever i use both i find kde to be more coherent and useful is all there doesn't seem to be much mailing-list traffic on the maude-lists the funny thing is that i wouldn't have to boot into windows unless my modem stopped working when i upgraded my linux distro 06:00am which it obviously did :) ouch I had troubles with pppd on rh6.1 when trying to use rh5.2 setup on it that's funny, i just went from rh5.1 to mandrake 6.5 during which the modem stopped playing does the modem work with e.g minicom? nope my problems were pppd related mine doesn't respond at all, even if i enable pnp in bios and it's us robotics *shrug* I have wireless connection to the net.. T1 capability roughly have you seen the cover of the latest linux journal? no.. wow i'm waiting for my cable company to give me the fateful call in a week or two 06:10am -:- SignOff water: #TUNES (Ping timeout for water[tnt-10-15.tscnet.net]) -:- water [water@tnt-10-15.tscnet.net] has joined #tunes * water/#tunes hums to some rockin' ambient electronica -:- pipiness is now known as squinky heh 06:40am [openprojects]Foreign OperKill: NickServ killed chrome (This nick is reserved by another user) [openprojects]!carter.openprojects.net Net break: sterling.openprojects.net zsoldos.openprojects.net (Ping timeout) [openprojects]!carter.openprojects.net Net junction: irc.linux.com zsoldos.openprojects.net [openprojects]!carter.openprojects.net Completed net.burst from zsoldos.openprojects.net. [openprojects]!carter.openprojects.net zsoldos.openprojects.net acknowledged end of net.burst. -:- AlonzoTG [Alonzo@216-164-139-236.s490.tnt5.lnhva.md.dialup.rcn.com] has joined #tunes the only whiteboards i can find are in java ;P 07:30am -:- SignOff water: #TUNES (Ping timeout for water[tnt-10-15.tscnet.net]) -:- thomas [thomas@193.217.63.152] has joined #tunes -:- Fare [fare@quatramaran.ens.fr] has joined #Tunes -:- Kaufmann [Kaufmann@200.224.105.207] has joined #tunes Foo! Aw damn, Tril's not here Gakuk right back atcha [openprojects]Foreign OperKill: NickServ killed sigKILL (This nick is reserved by another user) Hrrrm I don't see why it'll take so much longer for Apple to release OSX 08:20am I can't wait to start reverse-engineering Aqua isn't it sad that so much energy and money go into an attempt to make Macs prettier than Windows? is there any new functionality in this new OS X? hell yeah you obviously haven't been reading /. maybe I should read /. then :) Well, OSX may Not Quite be Tunes, but it brings together the best of NeXTStep and the best of BSD... *and* it has a gorgeous GUI it looks pretty.. and in a few months other wms would look the same ha _maybe_ when a "stable" release of Berlin shows up pah 08:30am The "pretty GUI" people seem to care only about creating absurdly wild n' crazy eye-candy while keeping the worst of Windows "pretty GUI people" =~ E/Gnome/GTK guys mash.. bbl heh Right now, I'm writing a stack-based command-line shell to run under MacPerl Am I nuts or what/ ? [openprojects]!carter.openprojects.net services1.openprojects.net adding GLINE for *@*.cas-kit.golden.net, expiring at 947158322: Your domain is temporarily restricted from access. For more information, please email support@openprojects.net. * AlonzoTG/#tunes left clicks on Kaufmann * Kaufmann/#tunes ducks with the speed of... uh, of a speeding locomotive. Wait, that's not right. 08:40am BTW, Al, nice rant * zarq/#tunes is back from being away: trug 08:50am [openprojects]Foreign OperKill: NickServ killed KENNY (This nick is reserved by another user) [openprojects]Foreign OperKill: NickServ killed Keeper (GHOST command used by Keeper131) [openprojects]Foreign OperKill: NickServ killed Keeper (This nick is reserved by another user) back -:- hcf [nef@me-portland-us245.javanet.com] has joined #tunes 09:00am Kaufmann: devised a new project yet this morning? [openprojects]!carter.openprojects.net Net break: irc.linux.com calvino.openprojects.net (Ping timeout) thanks. =) -:- SignOff Kaufmann: #TUNES (Ping timeout for Kaufmann[200.224.105.207]) [openprojects]!carter.openprojects.net Net junction: sterling.openprojects.net calvino.openprojects.net [openprojects]!carter.openprojects.net Completed net.burst from calvino.openprojects.net. [openprojects]!carter.openprojects.net calvino.openprojects.net acknowledged end of net.burst. 09:10am [openprojects]Foreign OperKill: NickServ killed inart (This nick is reserved by another user) [openprojects]!carter.openprojects.net Net junction: irc.linux.com lu.openprojects.net [openprojects]!carter.openprojects.net Completed net.burst from lu.openprojects.net. [openprojects]!carter.openprojects.net lu.openprojects.net acknowledged end of net.burst. abi: gbeta is a generalization of beta at http://www.daimi.au.dk/~eernst/gbeta/ ...but gbeta is a free implementation of a generalized version of beta at http://www.daimi.aau.dk/~eernst/gbeta/index.html... [openprojects]Foreign OperKill: NickServ killed Jakes (This nick is reserved by another user) 10:00am -:- SignOff Fufie: #TUNES (Ping timeout for Fufie[tunnel-44-22.vpn.uib.no]) abi: tos is Tcl Object System at http://cedric.cnam.fr/personne/pawlak/tos.html -:- Fufie [stig@tunnel-44-22.vpn.uib.no] has joined #tunes tos is also the os that drives the atari 1040 st and was written by dec 10:10am om anyone here? [openprojects]Foreign OperKill: is killed woot (go to sleep) Kaufie: OSX? [openprojects]!carter.openprojects.net Net break: irc.linux.com zsoldos.openprojects.net (Ping timeout) om mu my sister put oil on the brakes of her car. to stop them from squeaking. Fare: what is the official response to my poste late last night? post that is. on the list? yes * Fare/#Tunes is seriously lagging okay, no problem. I am eager to read responses. 10:30am [openprojects]!carter.openprojects.net Net break: sterling.openprojects.net clarke.openprojects.net (Ping timeout) [openprojects]!carter.openprojects.net Net junction: sterling.openprojects.net clarke.openprojects.net [openprojects]!carter.openprojects.net Completed net.burst from clarke.openprojects.net. [openprojects]!carter.openprojects.net clarke.openprojects.net acknowledged end of net.burst. [openprojects]!carter.openprojects.net Net junction: irc.linux.com zsoldos.openprojects.net [openprojects]!carter.openprojects.net Completed net.burst from zsoldos.openprojects.net. [openprojects]Foreign OperKill: is killed woot (sl33p alreayd!) [openprojects]!carter.openprojects.net Net break: irc.linux.com zsoldos.openprojects.net (Ping timeout) [openprojects]!carter.openprojects.net Net junction: irc.linux.com zsoldos.openprojects.net [openprojects]!carter.openprojects.net Completed net.burst from zsoldos.openprojects.net. [openprojects]!carter.openprojects.net zsoldos.openprojects.net acknowledged end of net.burst. -:- SignOff squinky: #TUNES (Read error to squinky[usl7-248-188.netsecure.net]: Connection reset by peer) ls 11:10am [openprojects]!carter.openprojects.net Net break: sterling.openprojects.net norton.openprojects.net (Read error to norton.openprojects.net[216.172.86.2]: Connection reset by peer) [openprojects]!carter.openprojects.net Net junction: irc.linux.com norton.openprojects.net [openprojects]!carter.openprojects.net Completed net.burst from norton.openprojects.net. [openprojects]!carter.openprojects.net norton.openprojects.net acknowledged end of net.burst. [openprojects]Foreign OperKill: NickServ killed gxam (GHOST command used by gxam_) [openprojects]!carter.openprojects.net Net break: irc.linux.com norton.openprojects.net (Ping timeout) [openprojects]!carter.openprojects.net Net junction: sterling.openprojects.net norton.openprojects.net [openprojects]!carter.openprojects.net Completed net.burst from norton.openprojects.net. [openprojects]!carter.openprojects.net norton.openprojects.net acknowledged end of net.burst. abi: MuSwiki is a Swiki-like system which uses Morphic objects instead of HTML at http://www.cc.gatech.edu/projects/squeakers/10.html abi: Swiki is Wiki in Squeak, a CoWeb: web-based collaborative space, based on WikiWiki at http://www.cc.gatech.edu/projects/squeakers/14.html [openprojects]Foreign OperKill: NickServ killed magician (GHOST command used by magician_) -:- SignOff hcf: #TUNES (Leaving) 12:00pm * zarq/#tunes is away: Merlin * AlonzoTG/#tunes hurls a laser guided flaming woodchuck at Fare [openprojects]Foreign OperKill: NickServ killed S (This nick is reserved by another user) -:- washort [washort@d118.narrowgate.net] has joined #tunes [openprojects]!carter.openprojects.net Net break: tolkien.openprojects.net asprin.openprojects.net (Ping timeout) [openprojects]!carter.openprojects.net Net junction: varley.openprojects.net asprin.openprojects.net [openprojects]!carter.openprojects.net Completed net.burst from asprin.openprojects.net. [openprojects]!carter.openprojects.net asprin.openprojects.net acknowledged end of net.burst. -:- squinky [gigi@208.246.248.136] has joined #tunes [openprojects]Foreign OperKill: NickServ killed Keeper (This nick is reserved by another user) * AlonzoTG/#tunes left clicks on squinky -:- carlito [sabanmr@137.28.142.82] has joined #tunes hmm. i'll apply membership for TUNES [openprojects]Foreign OperKill: NickServ killed bignose (This nick is reserved by another user) 01:20pm [openprojects]!carter.openprojects.net Net break: sterling.openprojects.net norton.openprojects.net (Ping timeout) :) i want to get smkl@tunes.org email address [openprojects]!carter.openprojects.net Net junction: irc.linux.com norton.openprojects.net [openprojects]!carter.openprojects.net Completed net.burst from norton.openprojects.net. [openprojects]!carter.openprojects.net norton.openprojects.net acknowledged end of net.burst. 01:30pm [openprojects]Foreign OperKill: NickServ killed rios (GHOST command used by rios_) [openprojects]Foreign OperKill: NickServ killed \ (This nick is reserved by another user) [openprojects]Foreign OperKill: NickServ killed BlueDraco (This nick is reserved by another user) ATG: you got your answer smkl: what, not member yet? 02:00pm [openprojects]Foreign OperKill: NickServ killed bd (GHOST command used by bdraco) -:- eihrul [lee@usr5-ppp177.lvdi.net] has joined #tunes does the tunes project need an Eyecandy Division? :) smoke: i doubt it. :) damn :) -:- SignOff smoke: #TUNES (brb) 02:50pm [openprojects]Foreign OperKill: NickServ killed Keeper (This nick is reserved by another user) [openprojects]Foreign OperKill: NickServ killed Burtbot (This nick is reserved by another user) [openprojects]!carter.openprojects.net Net break: devlin.openprojects.net lackey.openprojects.net (Ping timeout) -:- NetSplit: lackey.openprojects.net split from devlin.openprojects.net [02:53pm] -:- BitchX+Deb1an: Press Ctrl-F to see who left Ctrl-E to change to [lackey.openprojects.net] [openprojects]!carter.openprojects.net Net junction: sterling.openprojects.net lackey.openprojects.net -:- Netjoined: lackey.openprojects.net devlin.openprojects.net -:- AlonzoTG [Alonzo@216-164-139-236.s490.tnt5.lnhva.md.dialup.rcn.com] has joined #tunes -:- squinky [gigi@208.246.248.136] has joined #tunes [openprojects]!carter.openprojects.net Completed net.burst from lackey.openprojects.net. [openprojects]!carter.openprojects.net lackey.openprojects.net acknowledged end of net.burst. -:- smoke [smoke@15dyn246.delft.casema.net] has joined #tunes -:- hcf [nef@me-portland-us1013.javanet.com] has joined #tunes -:- SignOff carlito: #TUNES (Leaving) -:- SignOff abi: #TUNES (dying by hcf's request) -:- abi [nef@bespin.dhs.org] has joined #tunes my shell crashed. =\ -:- SignOff AlonzoTG: #TUNES (no shell no party.) -:- _BC [dontcha@ptai01m01-72.bctel.ca] has joined #TUNES 03:30pm <_BC> Hi all -:- nepenthe [DIY@ppp020.wi.centurytel.net] has joined #tunes -:- nepenthe is now known as _ruiner_ have we all signed the linux hardware petition at http://www.libranet.com/petition.html ? :) -:- AlonzoTG [Alonzo@208-58-192-32.s32.tnt9.lnhva.md.dialup.rcn.com] has joined #tunes -:- SignOff washort: #TUNES (thank you, may i have another?) smoke: what is it about? -:- SignOff _ruiner_: #TUNES (Ping timeout for _ruiner_[ppp020.wi.centurytel.net]) 03:40pm fufie; about more hardware support for linux fufie; it's to be sent to hardware companies; they hope to get 2,000,000 electronic signatures, according to freshmeat.net that's nice hereby signed [openprojects]Foreign OperKill: NickServ killed technoir (This nick is reserved by another user) what number were you? Your signature is number 00013977 * smoke/#tunes forgot his number. somewhere around 13,000 aha i think they'll have a hard time getting to 2,000,000 03:50pm I can make a script :) :) don't use scanf.. use fgets #wrong ? it was for another channel :) 04:00pm -:- air [brand@p0wer.qzx.com] has joined #tunes -:- _BC [dontcha@ptai01m01-72.bctel.ca] has left #TUNES [] is gnu du part of some other program? there is no du on gnu.org binutils? disk-utils? fileutils # dpkg -S =du ==> fileutils: /usr/bin/du there is no diskutils [stig@palomba Review]$ rpm -qf which du fileutils-3.16-10 thanks fare yes, dpkg -S sucks as far as speed matters the dpkg people seem not quite able to handle the concept of "database". 04:30pm happily, the automated upgrade tools are unequalled by anything I saw on the rpm side. =\ -:- timfanss [user4985@Clermont-Fd-1-167.club-internet.fr] has joined #tunes i look for tux pitcs wow, fileutils has the biggest configure i have seen meant to be very portable air; tried glibc ? :) albeit using lots of system-specific interfaces to access disk&files (stat, ouch) smoke: i have glibc 2.2 air; that configure is shorter? * smoke/#tunes is always scared when compiling glibc smoke: i didnt compile it ATG: you have your answer * AlonzoTG/#tunes hurls a laser guided flaming woodchuck at Fare air: ah :) that's for suggesting I read more books. =\ * smoke/#tunes is off for some sleep -:- SignOff smoke: #TUNES (Z!) They probably cost $400 and are out of print to b00t. =\ ATG: they're probably in their nth reprint, and cost a lot, but they are among books that are well worth their price. not the kind of book you use as toilet paper after you've read ten pages of it. 04:40pm yeah. I have a growing collection of those. =(((( Okay I guess I mite as well get both and a stack of others on topology after my current stack is on my shelf or flushed. =\ -:- SignOff timfanss: #TUNES (Leaving) -:- Tril [dem@bespin.dhs.org] has joined #TUNES -:- mode/#tunes [+o Tril] by ChanServ smkl hmm Tril! http://lists.tunes.org/cgi-bin/wilma/tunes seemingly mishandles y2k oh, you just added yourself. I was hoping someone volunteered to maintain that page :) jan 2000 should be at the top, not the bottom [openprojects]Foreign OperKill: NickServ killed BigNate (This nick is reserved by another user) Tril: did it update correctly? * Fare/#Tunes metaprograms a silly script to mirror wanted parts of debian smkl: it looks ok to me... Fare : have you seen the ftpmirror scripts they provide Tril: nope. Where are they? Fare: basically just one rsync command with various --exclude added :( * Fare/#Tunes is building a huge exclude regex for lftp mirror Fare: look in ~debian on bespin, there are two slightly different versions "anonftpsync" and "ftpsync*" 04:50pm Fare: rght now bespin isnt mirroring debian but I'll start again soon. I actually use "~debian/mydsync" from cron when I mirror it Tril: thanks s/myd/ftp/ ? no * Fare/#Tunes forgot to edit /etc/mail/ for smkl done smkl: you're now officially smkl@tunes.org [openprojects]!carter.openprojects.net Net break: irc.linux.com lu.openprojects.net (Ping timeout) smkl: congrats :) [openprojects]!carter.openprojects.net Net junction: sterling.openprojects.net lu.openprojects.net [openprojects]!carter.openprojects.net Completed net.burst from lu.openprojects.net. hehe * hcf/#tunes is away: (afk) om [openprojects]!carter.openprojects.net Net break: sterling.openprojects.net lu.openprojects.net (Ping timeout) 05:00pm [openprojects]!carter.openprojects.net Net junction: irc.linux.com lu.openprojects.net [openprojects]!carter.openprojects.net Completed net.burst from lu.openprojects.net. [openprojects]!carter.openprojects.net Net break: irc.linux.com lu.openprojects.net (Ping timeout) [openprojects]!carter.openprojects.net Net junction: sterling.openprojects.net lu.openprojects.net [openprojects]!carter.openprojects.net Completed net.burst from lu.openprojects.net. [openprojects]!carter.openprojects.net lu.openprojects.net acknowledged end of net.burst. [openprojects]Foreign OperKill: NickServ killed Mongoose (This nick is reserved by another user) [openprojects]!carter.openprojects.net Net break: sterling.openprojects.net lu.openprojects.net (Ping timeout) [openprojects]!carter.openprojects.net Net junction: irc.linux.com lu.openprojects.net [openprojects]!carter.openprojects.net Completed net.burst from lu.openprojects.net. [openprojects]!carter.openprojects.net Net break: irc.linux.com lu.openprojects.net (Ping timeout) -:- iepos [iepos@d31.k1-2.tecinfo.com] has joined #TUNES hmmm... anyone here? [openprojects]!carter.openprojects.net Net junction: sterling.openprojects.net lu.openprojects.net [openprojects]!carter.openprojects.net Completed net.burst from lu.openprojects.net. yes oh hello hmm, do you code C? [openprojects]!carter.openprojects.net Net break: sterling.openprojects.net lu.openprojects.net (Ping timeout) [openprojects]!carter.openprojects.net Net junction: irc.linux.com lu.openprojects.net [openprojects]!carter.openprojects.net Completed net.burst from lu.openprojects.net. when forced heh heh well... i have a little question then that you might be able to answer what is a good way (in UNIX) to get the contents of a directory... an array of filenames or something like it... ? 06:00pm use the DIRENT struct with opendir() and family * Fare/#Tunes is back for a moment ah thanks I think I have some convenient code for that here two sec iepos: the convenient way is to use perl, or zsh, or scsh, or some other language than C heh heh yes i'm not too familiar with those can't find it right now.. on another system -:- SignOff Tril: #TUNES (Tril has no reason) that's okay i think i can figure it out from the manpages there is an example in the gnu libc manual I think [openprojects]!carter.openprojects.net Net break: irc.linux.com lu.openprojects.net (Ping timeout) fare: i've been thinking about nondeterministic systems a little bit i think they could be more interesting than i'd thought ... ( :-) ) iepos: think logic programming, too -:- carlito [sabanmr@137.28.139.244] has joined #tunes [openprojects]!carter.openprojects.net Net junction: sterling.openprojects.net lu.openprojects.net [openprojects]!carter.openprojects.net Completed net.burst from lu.openprojects.net. a bit ago I realized that using an inverter it is possible to derive an equality function ... (with no other primitives than combinators) *is lost oops hi hi Fare: do you know where i can find any information on lisp garbage collectors written in lisp? an inverter is a *very* powerful primitive yes eihrul: in /dev/null ? eihrul: no, I exaggerate don't you always? also, one could make a sort of "definite article" function that, given a single-membered set, yields its element eihrul: in CMUCL sources and internal docs, if you can figure out CMUCL is written mostly in LISP. thanks eih: what kind of information are you looking at? eih: harlequin's gc heap? s/at/for/ they have lots of docs eihrul: Languages.html#GC might be a good starting point -:- SignOff squinky: #TUNES (Ping timeout for squinky[208.246.248.136]) also see the gclist 06:10pm -:- SignOff zarq: #TUNES (Ping timeout for zarq[9dyn156.delft.casema.net]) Fare: just playing around with making a small semi-reflective lisp... humm... lisp... [openprojects]!carter.openprojects.net Net break: sterling.openprojects.net lu.openprojects.net (Ping timeout) eih: ok [openprojects]!carter.openprojects.net Net junction: irc.linux.com lu.openprojects.net [openprojects]!carter.openprojects.net Completed net.burst from lu.openprojects.net. fare: do you know of any interesting inference rules/axioms for systems based on an inverter ? I haven't thought about it much. me neither it makes me sleepy, when i try thinking about it :-) it really looks like logic programming, tho after all, inverting relations is precisely what matching is about in logic programs by "logic programming", do you mean programming based on relations? oops yes i guess (except for the single-mindedness of the search strategy) [openprojects]!carter.openprojects.net lu.openprojects.net acknowledged end of net.burst. hm by logic programming, I mean prolog, mercury, oz, goedel, etc yeah * Fufie/#tunes goes to bed.. afk good nite night fufie fare: earlier you mentioned the problem of having an inverter when there are functions not one-to-one ... i'm thinking of making a system, in that case, that has possibly multiple denotations for expressions non-determinism, i guess it might be called then a sentence would then be acceptable iff all of its denotations were true (in a system based on combinators, "x.y.x" and "x.y.y" make nice models for truth and falsity, i think) 06:20pm hmmm... i'll have to think about it some more, i guess... if Rf(x,y) is the relation that holds wwhen y=f(x), then, when y is bound, the query Rf(x,y) will invert f and find a matching x. hmmmm i remember in your non-determinism paper (i think it was), there was an interesting problem... that normal evaluation (of lambda expressions) leads to bad problems on a similar line, a system with non-determinism can't have "X = X" as an axiom schema or it would be inconsistent... it's not a "problem". It's just a restatement of the fundamental turing theorem X = X CAN be an axiom schema, anywhere. well... -:- zarq [zarq@10dyn174.delft.casema.net] has joined #tunes if your non-deterministic system has "1 U 2 = 1 U 2" ... Any powerful enough system, however, will be incomplete or equivalently will have non-terminating sentences. then you can get "1 = 2" iepos: stop smoking that carpet (where "U" is that ambiguity operator) ? i am not smoking carpet are you saying that it is fine to have "X = X", then ? is your = working on *values* or on *expressions* ? expressions i meant you can't have "X = X" for all expressions "X" but you can if "X" is known to have only one denotation ok, then, if == is on values, you have (E = F) = ( \->E == \->F ) hmm, what do you mean by "\->" ? if you don't get confused between expressions and values, there's no contradiction iepos: lambda w/o argument ok right 06:30pm but "X = X" is a bad axiom schema (if "X" is unrestrained)... however... "(\x. x=x) Y" is okay, for unrestrained "Y" i think [openprojects]!carter.openprojects.net Net break: irc.linux.com lu.openprojects.net (Ping timeout) the beta-reduction is a good thing to restrain... if a lambda refers to its parameter more than one time the parameter must be insured to only have one denotation, in that case... no. X == X is bad. X = X is good. let's use =e and =v instead [openprojects]!carter.openprojects.net Net junction: sterling.openprojects.net lu.openprojects.net ok [openprojects]!carter.openprojects.net Completed net.burst from lu.openprojects.net. iepos: if you're still there, it's another proof my article wasn't so well written i'm still here i feel lost my mind is foggy this evening... heh well... it seems clear that "(1 U 2) = (1 U 2)" is bad, at least, don't you agree? meaning that it would make a bad theorem of a system since it would probably lead to "1 = 2" [openprojects]!carter.openprojects.net Net break: sterling.openprojects.net lu.openprojects.net (Ping timeout) (1 U 2) =v (1 U 2) is bad. (1 U 2) =e (1 U 2) is good. yes although (1 U 2) =v (1 U 2) *might* be true, sometimes. 06:40pm so that using may-testing, it appears as "(may be) true" yes, it is an ambiguous sentence, then I was thinking of a system that only accepted sentences that were true in all their denotations, but maybe not... That way there could be an unrestrained "f (x U y)" |- "f x", "f y" in my RlambdaND (and master's thesis), a sentence is "true" iff it _may_ terminate. (btw, I think "U" can be constructed from an inverter) that is interesting... a broad definition it would include something like "\x.x", wouldn't it? [openprojects]!carter.openprojects.net Net junction: irc.linux.com lu.openprojects.net [openprojects]!carter.openprojects.net Completed net.burst from lu.openprojects.net. which is an expression with a normal form (that is what you mean by terminate, right?) although the canonical truth value (true) will not only terminate, but will also yield *every* possible result as part of its value set. yup, any expression that has a normal form couts as "true". wait expressions that don't have any normal form count as "false" hmm so that both #f and #t would count as "true". but, how can you ever be sure that an expression doesn't have a normal form ? (that's a tough problem) i guess that is the point hmm although the first is a true _symbol_ or falsehood, and the latter is a true _symbol_ or truth 1) u're only interested in things that are true 2) among these things, the sentences that say that another sentence is false oh ah that would work... if you just have a negation like, you're not really interested in the fact that phi is false; but the fact that (not phi) is true is interesting. but, not sure how to construct a negation in such a system though of course, you have sentences such that both phi and (not phi) are false. a negation that given an abnormal expression yields a normal one and vice versa (goedel sentences) iepos: you should read my master's thesis :) [openprojects]!carter.openprojects.net Net break: irc.linux.com lu.openprojects.net (Ping timeout) oh, the one in french? yup heh hm not a real fast french reader iepos: I know that one carlito, which one? if p, then q. and if p is false, it is generally agreed that q could be anything not the same thing that you were talking about .... but I thought i'd throw my 2 cents in =) heh heh thanks welcome "P -> false" is a possible definition for "not P" yes, i guess if "p" is false, then you can derive that "if p, then q", so the sentence doesn't give you anymore info on q yes it is k if you like "->" as a primitive yeah. that schooling did pay off for something then you ask, "how to define ->" ? if you take "\xy.x" and "\xy.y" for truth and falsity... 06:50pm then "->" can be derived no, you can't, at least, not while taking truth as termination that's right however, you can take them as _symbols_ of truth and of falsity truth as termination is something i haven't really thought of only some times, you won't be able to establish falsity you two go on, I'll be doing some html for a little while iepos: it's something I've not seen anyone publish about (before me). But I'm sure some people have thought about it * carlito/#tunes completely lost now it's latent in so many works in logic hmm, well truth-as-termination sounds does seem interesting... although i still like "\xy.x" and "\xy.y" :-| i need to try to come up with a concrete system are there any particular interesting things you hope to gain from using truth-as-termination ? again, at the *meta* level, truth of the *base* level may be represented as \xy.x and falsehood at the *base* level may be represented as \xy.y that's what "symbols" are about! yes but... that doesn't answer my question [openprojects]!carter.openprojects.net Net junction: sterling.openprojects.net lu.openprojects.net [openprojects]!carter.openprojects.net Completed net.burst from lu.openprojects.net. truth-as-termination was the natural way I came up with to embed logic in a call-by-value system -:- ult [pope@user-38lc6ar.dialup.mindspring.com] has joined #tunes ah the natural way well blegh that is a very good reason very similar to the reason i like "\xy.x" and "\xy.y". s/embed $1 in $2/extend $2 with $1/ iepos: \xy.x and \xy.y are natural ways to express *symbols* of truth and falsehood yes, but they could be thought of as the truth and falsehood values themselves only if you confuse the symbols with the very things meta-level confusion is EVIL. it's the kind of stuff OO crooks do. i am not confusing symbols with their meanings... (at least i don't think i am ) heh yup, and don't introduce that confusion in your calculus. 07:00pm darn OO crooks -:- SignOff hcf: #TUNES (Ping timeout for hcf[me-portland-us1013.javanet.com]) well... i suppose i'll just defend myself by saying that "\xy.x" and "\xy.y" (which hereafter will be called K and CK) aren't necessarily truth and falsity (but i'll use them as if they are, anyway) [openprojects]!carter.openprojects.net Net break: sterling.openprojects.net lu.openprojects.net (Ping timeout) "truth" and "falsity" in the ordinary senses are rather vague concepts i don't really have to formally identity my "K" with "truth" (in the vague sense) to make a useful system s/identity/identify indeed they only arethe generic way to encode two alternatives in fact, it might not be necessary to supply a formal interpretation to expressions at all in a system in a reflective system, it might help, tho yes, and such elegant derivations of other logical operators arise from them... [openprojects]!carter.openprojects.net Net junction: irc.linux.com lu.openprojects.net [openprojects]!carter.openprojects.net Completed net.burst from lu.openprojects.net. for instance, "xyK" means "x -> y" "xKy" means "x | y" Fare: Has anything ever rivaled the Lisp machines of olden times? "xy(CK)" means "x & y" I don't follow your latter derivations... hmm ult: Lisp machines of newer times? the first one... "xyK" ... [openprojects]!carter.openprojects.net lu.openprojects.net acknowledged end of net.burst. Fare: olden times ult: in newen times, they were faster If "x" is "K" (true), then the expression reduces to "y", which is what would be expected for implication Back when my grandpa walked 10 miles both ways uphill in the blaznig heat and freezing cold -at the same time-. ult: but the community was already dead on the other hand, if "x" is "CK" (false), then expression reduces to "K" (the expression is true, which is what would be expected if an implication from a false proposition) KyK = y CKyK = K * Fare/#Tunes is lost 8( ok i'll try again oh, you're talking about boolean calculus lol hmmm but I don't want just booleans. I want logic. well higher-order propositions. you want logic... what do you mean, "higher-order propositions"? give an example of something you want the system to do? . in intuitionnistic logic, not everything can be reduced to booleans indeed and "xyK" might not necessary reduce to K or CK so your nice boolean expressions are of no help if x or y are non-propositions then it may be something entirely yes i suppose well, at the base level, anyway my system couldn't reason upon "propositions" that were neither true nor false maybe it could though... i don't even have a system though so it's kind of silly of me to refer to "my system" 07:10pm * Fare/#Tunes learns the joys of CD ripping heh Go Fare! anyway Join the masses! i'm getting sleepy... ... sometime i'm going to construct a concrete system, and stop babbling heh he good luck heh well not really concrete i'm not going to implement why implement no need well, nice talking to you Fare and carlito... see ya om bwye -:- SignOff iepos: #TUNES (Leaving) [openprojects]Foreign OperKill: NickServ killed will (This nick is reserved by another user) b;ah Fare will appreciate this: Learning French is trivial: the word for horse is cheval, and everything else follows in the same way. -- Alan J. Perlis that's awesome damnit, i was about to beat this level in nightmare mode and win98 crashed what game? wolf? q3 nevermind 07:20pm anyone want to have some fun? ya do u have q3? no no no, online here on mIRC =) i dont have mirc * ult/#tunes notes air should get his ass kicked by^H^H^H^H^H^H^H^H^H^H^H^H^Hplay hyrlik. i kicked hyrlik's ass Did you? yes what program are you using? carlito: bitchX nice! carlito: and irc != mirc * Fare/#Tunes deep-sixes ult (with lag) thanks there's these chicks on another channel that I feel like harrassing incase anyone wanted to join -:- ult_ [pope@user-38lcmts.dialup.mindspring.com] has joined #tunes -:- FareWell [fare@quatramaran.ens.fr] has joined #Tunes -:- FareWell [fare@quatramaran.ens.fr] has left #Tunes [] damn i gotta go buy a 20gig or something bigger than 4.3 for my game machine. this sucks waiting forever for each level to load from cd lol FareWell just joined the channel! -:- SignOff ult: #TUNES (Ping timeout for ult[user-38lc6ar.dialup.mindspring.com]) air: level? anyone got any pics I could send these chicks!! =) what chicks? carlito: give Ricky Martin a GIMP moustache. nice! I'm playing these girls on a diff channel want in? why not carlito: send a picture of linus lol!!!!!!!! #casual -:- ult_ is now known as ult 07:30pm ult, are you talking to these chicks? sort of -:- hcf [nef@me-portland-us804.javanet.com] has joined #tunes lol I must say I'm dissapointed in the level of harrasment who's harassing whom? 07:40pm I was goofing with these girls..you know typ...I'm 15f looking for a good time I don't know the type, but I'm willing to leanr #casual carlito: You mean guys. what? carlito: on irc, nobody knows you're a dog lol tell him straight ult ult: was I REALLY harrassing? not even Fare: That or they are over the hill, and ugly. "over the hill"? teach me english. wow you guys are giving me a bad rep Fare: Over 40 years old. Fare: I was doing no wrong Fare: (about). over the hill generally refers to the position in ones life where the hard nitty-gritty clawing to get to a decent career position is over, and one is just waiting to retire with a decent job and easy family life. ok. Will have to remember that Fare: where you from? * ult/#tunes ponders Fare is from the land of food and wine. * carlito/#tunes ponders too they have food and wine over there? (Well, French food is good...) * carlito/#tunes nods carlito: That's where food and wine basically came from =P * carlito/#tunes shakes head I don't think wine came from france...did it? does it matter? *good* wine comes from France. That's a big difference. *cheap* wine comes from California. =) :) what about Italy? That's what matters. Italy? They got vermouth. are we having an intellectual conv here on this chat? * carlito/#tunes feels dizzy carlito: too much wine? doubt it 07:50pm wow now I'm not harrasing this chick at all...but she's is puter dumb I'm done tutoring for tonight, I'm out of that chat room 08:00pm -:- Downix [down@d-gnaps-13.ici.net] has joined #tunes [openprojects]Foreign OperKill: NickServ killed bd (This nick is reserved by another user) -:- water [water@tnt-9-192.tscnet.net] has joined #tunes 'lo hiya i'm going to upload the new papers to tunes.org in a few minutes high water! =) * eihrul/#tunes claps. * carlito/#tunes bows HELP! I can't get X to work! i've got the TeX source with me, so i can edit them while online * Downix/#tunes feels like an idiot, X will not compile/work heh compile x? are you crazy? water: icuc, http://www.phil.mq.edu.au/isl/ Well, I can't install it and have it workeither water: seen my review@ posts? c00l! [openprojects]!carter.openprojects.net Net break: irc.linux.com lu.openprojects.net (Ping timeout) 08:20pm i saw one post from you the 2nd was sent a few hours ago holy cow! look at the latest tunes posting! this guy even references "vicious circles"! [openprojects]!carter.openprojects.net Net junction: sterling.openprojects.net lu.openprojects.net [openprojects]!carter.openprojects.net Completed net.burst from lu.openprojects.net. * water/#tunes does a little dance. today is a very good day heh [openprojects]!carter.openprojects.net lu.openprojects.net acknowledged end of net.burst. hcf: nice links. thanks np * Downix/#tunes does not mind compiling X, but I wantit to compile, dammit downix: you're looking on the wrong channel for that kind of help, dude true * ult/#tunes compiles X in his sleep ok, onto #linpeople [openprojects]!carter.openprojects.net Net break: devlin.openprojects.net asimov.openprojects.net (Ping timeout) Downix: whats wrong? Ok... how come Lynx hjas a mind of it's own now? * water/#tunes clicks on "pre-order" for the book, substructural logics [openprojects]!carter.openprojects.net Net junction: varley.openprojects.net asimov.openprojects.net [openprojects]!carter.openprojects.net Completed net.burst from asimov.openprojects.net. I do a scroll down and it hits a link instead Ok, this ISP sucks damn it, no ftp client (for win32) water: that link was found cuz the author plugged it on sci.logic ok water: so *hint* how about u post some msgs? yeah, i guess i really should post a couple 08:30pm hold on, all, for the papers. i have to get a decent ftp client [openprojects]!carter.openprojects.net Net break: varley.openprojects.net asimov.openprojects.net (Ping timeout) [openprojects]!carter.openprojects.net Net junction: irc.linux.com asimov.openprojects.net [openprojects]!carter.openprojects.net Completed net.burst from asimov.openprojects.net. no console ftp? [openprojects]!carter.openprojects.net asimov.openprojects.net acknowledged end of net.burst. dunno start->run->ftp wow ack! my window manager died! sigh... brb... rebooting -:- water [water@tnt-9-192.tscnet.net] has left #tunes [] -:- water [water@tnt-9-192.tscnet.net] has joined #tunes whew. saved from rebooting 08:40pm oh cool. the abstract interpretation paper is on my tunes account i thought i lost it water: usenet-wise are there no threads u would post to? i haven't gotten around to it keep in mind i spend most of my time reading papers #!/usr/local/bin/perl -s-- -export-a-crypto-system-sig -RSA-in-3-lines-PERL ($k,$n)=@ARGV;$m=unpack(H.$w,$m."\0"x$w),$_=`echo "16do$w 2+4Oi0$d*-^1[d2% Sa2/d0 ,$_)while read(STDIN,$m,($w=2*$d-1+length($n||die"$0 [-d] k n\n")&~1)/2) * eihrul/#tunes thinks ult needs a better modem. [openprojects]!carter.openprojects.net Net break: irc.linux.com asimov.openprojects.net (Ping timeout) heh water: just saying, along w/ origating msgs, it'd be good to join threads, since the readership is already captured ok, the outline for the new paper is up and an updated intro is up yeah, but i usually don't have/make time water: on ~water/? yes water: read papers faster ;) [openprojects]!carter.openprojects.net Net junction: irc.linux.com asimov.openprojects.net [openprojects]!carter.openprojects.net Completed net.burst from asimov.openprojects.net. i need to update this home page oh well i'll edit it on my pda :) 08:50pm anyway, i want comments from you guys about individual sections [openprojects]!carter.openprojects.net Net break: irc.linux.com asimov.openprojects.net (Ping timeout) [openprojects]!carter.openprojects.net Net junction: devlin.openprojects.net asimov.openprojects.net [openprojects]!carter.openprojects.net Completed net.burst from asimov.openprojects.net. * carlito/#tunes is tired of looking at html code tonight! no no, the papers not the home page hopefully you guys have ps viewers or printers, otherwise just read the .lyx text for the new paper since i don't have a pdf for it yet ps2pdf i'll do that when i get ofline ArrowPhilosophy.pdf :) night all [openprojects]!carter.openprojects.net Net break: devlin.openprojects.net asimov.openprojects.net (Ping timeout) hcf: thnx for the BOOT! carlito: anytime hcf: I was being sarcastic [openprojects]!carter.openprojects.net Net junction: varley.openprojects.net asimov.openprojects.net btw, arrowphilosophy=arrow intro (prime) -:- carlito [sabanmr@137.28.139.244] has left #tunes [] which is mostly going to get trimmed down in favor of the technical paper -:- lostsoul [sabanmr@137.28.139.244] has joined #tunes well, its the only paper there that isn't filled with foo's... wb so its the only one i'm capable of reading right now :) well, the outline for now is what i'm offering huh? 09:00pm i have a bunch of small text files to substitute for the foos lostsoul=carlito? yes wb trying to get in a room someone keeps giving me the boot hcf that is [openprojects]!carter.openprojects.net Completed net.burst from asimov.openprojects.net. lostsoul: its not a room, lamer channel lamer whatever why is hcf giving you the boot? * lostsoul/#tunes no idea hcf: what's he talking about? [openprojects]Foreign OperKill: NickServ killed skibum (This nick is reserved by another user) I was trying to say goodnight to a buddy, "lar1" and he booted me before I could tell him hcf: if you got a prob, why don't you talk to me about it? so, just how much of a lamer *are* you? :) =) a pretty big one I guess...hcf won't even respond hcf is usually the silent type, though. i'd bet he's at work half the time that he's on irc om =\ Hi, water. hi atg water: you're prob right Looks like I signed myself up for a lot of reading with that last post I made to the tunes list. atg: and you *should* read some more atg: geb and drugs tend to make for some overconfident assertions from people who don't do the real reading Anyone here have quake1.06 and is willing to spend about a buck on LD? [openprojects]!carter.openprojects.net Net break: varley.openprojects.net asimov.openprojects.net (Ping timeout) night all -:- lostsoul is now known as carlito i think this arrowTechnical outline will work perfectly for the arrow spec [openprojects]!carter.openprojects.net Net junction: devlin.openprojects.net asimov.openprojects.net -:- carlito [sabanmr@137.28.139.244] has left #tunes [] [openprojects]!carter.openprojects.net Completed net.burst from asimov.openprojects.net. it should be really simple to relate the papers i've read into this format unfortunately, the paper won't be complete until the tech spec is complete, of course * ult/#tunes ponders ATG 09:10pm ult: not worth it brb.. * ult/#tunes needs something good to read. abi: tell ult about agt water, where did you put your papers? in my home directory www.tunes.org/~water/ the squeak code is there too anyway, i'll bbiaf -:- water [water@tnt-9-192.tscnet.net] has left #tunes [] [openprojects]!carter.openprojects.net Net break: devlin.openprojects.net asimov.openprojects.net (Ping timeout) -:- SignOff thomas: #TUNES (Ping timeout for thomas[193.217.63.152]) ok my sleep() code is written, what are the chances it will work on the first test? nil [openprojects]!carter.openprojects.net Net junction: irc.linux.com asimov.openprojects.net [openprojects]!carter.openprojects.net Completed net.burst from asimov.openprojects.net. om -:- thomas [thomas@193.217.63.152] has joined #tunes ugh i hate those damn short jumps that are out of range 09:20pm so use long jumps... aka near jumps [openprojects]!carter.openprojects.net Net break: irc.linux.com asimov.openprojects.net (Ping timeout) ya i know but they take up more space so i try to use short until they go out of range damn code gpf'd when it wakes the thread -:- core [core@core.suntech.fr] has joined #tunes people hi hey * eihrul/#tunes thinks air needs to learn about the advent of the compiler. Back in FR now? quick, someone call fox mulder! wow, lots of cool people here hey Downix, eihrul, air :) thaks we've got some really strange phenomenon going on here... -:- water [water@tnt-9-65.tscnet.net] has joined #tunes eihrul: nope, first core sighting of the month :) wow. core downix: yup, i came back last night, and i'm still jetlagged so i'm up at 6:20 AM :) [openprojects]!carter.openprojects.net Net junction: varley.openprojects.net asimov.openprojects.net [openprojects]!carter.openprojects.net Completed net.burst from asimov.openprojects.net. core: It's not 6:20am,it's midnight, perfect time to be awake water! :O :O hehe downix: it's 6:29 AM here, very early for me, but i kept waking up every hour, and decided i'd toy with code instead of rolling over in my bed :) i've almost got a wroking tech spec although the paper for it is empty so far 'lo core. core: ok. Right now I'm working on the hardware spec for my system water: hehe.. well, i have a postscript printer at work, waiting for it :) ult :) hi :) k :) so where have you been, then? this printer is quite cool actually, i can ftp documents to it; it's probably common, but i never saw that before is it a xerox? water: working insanely.. suntech is growing, so i have to 1) keep driving development of clementine 2) integrate new people 3) give time to my girlfriend 4) idle (not much time for that) and 5) irc :) water: no, kyocera or somesuch core: cool hmm water: and jenny got her engagement ring :-) heh * Downix/#tunes has been dealing with the sound mixing channels now downix: cool.. sorted out those sound system issues? ahh. gmta * ult/#tunes wonders how Clem's coming along? core: For the most part, now doing the hard part. Trying to speed up the mixing pipes [openprojects]!carter.openprojects.net Net break: varley.openprojects.net asimov.openprojects.net (Ping timeout) ult: well, i personally haven't touched it since dec 28 (probably the last time we talked ?), i was in holidays took a week off w/ Jen in Phoenix, and gave her the engagement ring too. :) core: Yes. Just a gentle reminder ;) ult: it still runs an http server, plays heretic, and if the people at suntech worked as expected, it should boot off flash memory now too :) downix: analog or digital mixing? the v2_os guy starts monday, he should fill some holes as well. core: Pure digital There is no analog setup until the final output to speakers wow. the ecoop99 paper linked on the mlist is really nice odd 09:30pm core: How does it run Heretic? Is the heretic binary unix-like or dos-like? downix: cool.. harder to do in hardware than amiga-like analog mixing, but probably cheaper on D/A converters :) ult: i ported it from the linux version core: Is the video just direct access to the VGA hardware circumventing any memory protection? core: That's the idea. ult: i wrote a graphics server for clementine (very quickly), and mapped the necessary OS functions to the right clem interfaces, and it more or less immediately worked (after i fixed a few issues in the OS :) core: Or does Clem actually have a VGA driver that handles things like that? ult: clementine has all GGI drivers, and a vesa 2.0 driver * ult/#tunes nods downix: cool cool.. hope your hardware will at least do 32-bit additions of all the samples before cropping them down back to 16 bits :) core: Now you just need to get it out the door ;) ult: so yeah it has actual SVGA drivers.. games can still remap the framebuffer and use it if allowed tho core: 64-bit actually ult: yeah, i know :) (better is the enemy of best, is that how you say it in English? :) downix: ah, even better :-) 64bit samples? Overkill? * water/#tunes is afk ult: not samples, just accumulator core: don't know if there's a direct english equivalent... ult: That's to allow up to 4 16-bit samles to be be mixed before bit-reduction I see. hmm, more like, better is the enemy of good, or something. like you have to stop improving it at some point :) * Downix/#tunes nods to core Downix: sounds efficient ult: I hope it's efficient enough to make it worthwhile for computer buyers downix: actually you only need 18 bits for adding 4 16-bit samples * ult/#tunes nudges eihrul in Downix's direction. ult: eh? somebody said eh was he a drunkard? abi: is your name ult? eihrul:RISC Lisp machine =) 4*65536 = 262144 = 2^18 core: Well, I'm trying to figureout how many bits I need. I'm unfamiliar with digital mixing. Taking a crash course downix: that's what most laserdisc/dvd etc equipment hs s/hs/has/ ult: aka Leak core: I just imposeda maximum limit of 64-bits downix: it's just an addition.. so you only need channels * 65536 :) downix: 64 bits is huge. you can mix a ton of channels. that's cool * Downix/#tunes nods,ok eihrul: Maybe we can talk Downix into giving us a few boards =) lol [openprojects]!carter.openprojects.net Net break: sterling.openprojects.net lu.openprojects.net (Ping timeout) ult: in erm, 2 years :) now you might have some 'virtual' channels for some FX, so it's good to have some room :) * Downix/#tunes nods eihrul: hmm =) The sound system is tiny, so the extra bit depth won't hurt the system too much downix: if it doesn't cost you any transistors, go for 64 bits, else 32 bits will allow for 65536 channels :) I'd just like to get my hands on a nice programmable MIPS demo board. That or a cheap SGI. core: It costs transistors, but nothing to increase the die size (I'm already about 3 million transistors UNDER the makeit or break it point) ult: indy's must be extremely cheap these days. check news://comp.sgi.marketplace or something downix: neat :) but you still haven't allocated transistors to 3D support, flash memory and cdrom interface, etc though, right? yes! yes! yes! core: I have for 3D, flash, and CD-ROM is through the firewire/usb sorry core: Yes, I've ancient ones for under 100$ 09:40pm got a little excited there over reading this paper ult: good enough water: hehe.. excitement is fine. i wish i had some sometimes :) (i don't get excited even at things i should, that is :) water is the only person I've ever met who gets off on CS papers ;) it's jsut that i now have an excellent basis for part of my spec downix: ahh, usb, right :) water: i'll open the firewall so you can directly print it to kyocera.suntech.fr :-) well, i absolutely need arrow to exist to start my dream company [openprojects]Foreign OperKill: NickServ killed Mike_W (GHOST command used by Mike_W1) core: Hey, saves us mice, HD, CD-ROM, etc. controllers that's when i start to make the *really* interesting stuff downix: true.. no need to reinvent too many wheels at once ;) core: Right water: seems like there are a lot of entrepreneurs here :) * water/#tunes goes afk again yup i'm excited a little though, next week we will close down version 0.2 of clementine (i downsell things quite, 0.2 should be like 0.8 but oh well) * Downix/#tunes nods * Downix/#tunes is upsellinga bit, he'll admit Well, I feel like I'm upselling * Downix/#tunes won't be happy till it's working Downix: well, salespeople at suntech do that (actually, they don't upsell, they just say the truth :) .. i usually downsell myself downix: i know the feeling [openprojects]!carter.openprojects.net Net junction: irc.linux.com lu.openprojects.net [openprojects]!carter.openprojects.net Completed net.burst from lu.openprojects.net. core: So, 64-bits for mixing channels into 5 output digital lines should not be over-the-top? downix: 64 bits for every of the 5 channels you mean? core: Right downix: well, that allows for 2^48 digital channels on every output channel :) let's see programmers max those out hehe * Downix/#tunes gryns THat is PER cycle I'd note programmers no, but artists (graphists or musicians) will :) if you buffered, streamed, and re-ran everything, you could do even better [openprojects]!carter.openprojects.net lu.openprojects.net acknowledged end of net.burst. Downix: I think it is a reasonable assumption that 5 * 2^48 channels are enough for the next 10 years :) 09:50pm core: I hope yeah right water? :) just you wait hehe :) there's no way to make programmers happy water: well, true, that's what they said of cd-rom and now of dvd :) * Downix/#tunes nods besides, there's serio i/o architectures to consider in the future s/serio/serial [openprojects]!carter.openprojects.net Net junction: irc.linux.com asimov.openprojects.net [openprojects]!carter.openprojects.net Completed net.burst from asimov.openprojects.net. [openprojects]!carter.openprojects.net asimov.openprojects.net acknowledged end of net.burst. well, i suppose you could map every sound source in a game to a digital channel and let the hardware mix all of that painlessly * Downix/#tunes nods water: Ihave considered them through a basic local bus port on the chip k [openprojects]Foreign OperKill: NickServ killed fusion (This nick is reserved by another user) downix: mmm, exciting H/W you're designing. core: Scary, in my eyes. 8) Downix: the strange moment will be when other people start using it core: Very true Downix: i still haven't competely got used to it for clementine s/compe/comple/ * Downix/#tunes nods it's still strange to me to see other people using my tools and work and adding to my ideas. neat but strange :) Unlike hardware, you can just compile Clementine and have people useit * Downix/#tunes smiles downix: true. well, you can run your HW in a simulator for many months before first silicon tho, and distribute that :) core: true * Downix/#tunes needs the spec done first tho i started linux in the armulator today, first step before the next step of World Domination that starts jan 25 :) Downix: that'll be helpful :) and i saw you're going to use lisp for the simulator, that's a good choice imho. will cut a lot of time. the extremely powerfull hardware abstraction on my OS will allow you to change EVERYTHING between versions and software will still run. =) eh What's happening jan25? atg: yeah whatever ult: clementine core port to ARM :) core: Gee =) core: Thank you (I'm growing to like LISP a lot the more I use it) core: When m68k? 10:00pm ult: in parallel of the "up" growth (ie, applications, etc) that's happening ColdFire is nice, powerful, and -cheap-. Downix: What Lisp? Lisp is ((simply) (perfect)) ult: i don't know yet, probably Q2 2000. it'll be easy once the first one (arm) is done. ult: Common downix: i like it, don't have time to practice it much, but when i see what one of my coworkers does with emacs.. geeze :-) Downix: Which implementation? Downix: Your writing your emulator in Lisp? ult: well, the #1 customer for coldfire is in the same city as we are :-) (the OS development teams anyway) core: Mot loves France =) ult: well, they love palm computing at least :) ult: Herliquins and yes core: I would imagine so =0 downix: How much is a license for HL? (LiquidLisp or LispWorks)? ult: Not sure,I downloaded the free personal one Downix: Oh, ok. Downix: will you have to write the MIPS and USB emulations too, or is there some code already available for that? Downix: I was under the impression that as a company you may have purchased it ;) core: Everything I'mafraid ult: Not yet. downix: ouch :) that'll be a lot of work. i hope you'll have people helping to do that :) core: Afraid not. heavy are my shoulders Downix: they will feel so much lighter with VC and coworkers :) core: Agreed (well, not really lighter, just weight trading i guess) trading development weight for meeting-objectives and keeping-people-happy-and-working weight :) * Downix/#tunes is feeling less and less like contracting out to an EE firm to make the final mold designs I'm learning how to make a chip mask, I realized I don't need to out-source Downix: if there is no point in doing the mask yourself, you should outsource tho..? core: I ment the pattern on it Downix: oh.. hmm, well, if you're sure you won't fall into any traps or anything core: I'm checking out the optionsright now I had an option for an established firm to do most of the work for us, for a 20%royalty Downix: is that the normal percentage? that sounds expensive core: It is expensive core: I am tryinghard to do the design work myself now, as you know Downix: sounds like it to me :) maybe you're better off doing it, i guess Downix: yeah :) * Downix/#tunes is doing wlel he feels 10:10pm Still not perfect, I need to learn an HDL hardware is an unknown territory to me. i (obviously) am familiar with its programming interfaces, but inner works are still magic. especially at today's speeds :) i can understand the workings of a 0.9 mhz 6502, maybe a 8 mhz 68000, but that's it :) * Downix/#tunes nods yeah, it's scary and 27 months ago I didn't know a transistor from an occilator You should have seen my original concepts on how to design a computer. They were laughable well, where was i 27 months ago.. that's what, october 1997? yes, oct 1997 hmm, i was working on GGI :) had a very vague idea of what i wanted clementine to be like, but didn't start a line of code until april '98. wow * Downix/#tunes laughs not know a transistor from an oscillator and now you have that product in the works? * water/#tunes is non-plussed in Sept'97 I began the trek for Eddas water: Well, I've had a lot of help. water: Helps when you have a grandfather who helps design power transmission stations my grandfather did masonry :P heh [openprojects]!carter.openprojects.net Net break: irc.linux.com lu.openprojects.net (Ping timeout) i descend from farmers my father runs the administrative services of a large university, but he's not very computer-savvy Hehe, my grandfather IS a mason.... freemason .em laughs both of them taught me that working hard pays off, tho :) My grandfather taught me that telligthe truth gets you beaten up, and you know what, he's right [openprojects]!carter.openprojects.net Net junction: sterling.openprojects.net lu.openprojects.net [openprojects]!carter.openprojects.net Completed net.burst from lu.openprojects.net. * Downix/#tunes has had so many people berating himon-line for his ideasit's not funny Downix: i know that, but i can't help. i inherited that from my mother (always speaking up that is :) core: hehe only problem with speaking up is being wrong ult: true.. well, if i only say 60% bullshit during a day at work, i'm happy tho. as long as 40% of good ideas come out of it :) * Downix/#tunes laughs 10:20pm Same here ult: i don't mind being wrong and being corrected.. have enough self-confidence not to get insulted by it. a lot of people corrected a lot of my thoughts on clem (fare the first) :) every good idea starts as bs... the difference is what you make out of it :) core: Sure. The problem with being wrong though is when other people believe you =) Then you end up with 500 people running in the wrong direction -:- SignOff AlonzoTG: #TUNES (Have Nice Day :)) * Downix/#tunes nods ult: oh.. well, i try not to say things i haven't verified. of course it never works 100%.. but usually someone will take pleasure in correcting me :) * Downix/#tunes phews, no more annoying messages about "Advertise in PC Mag" * Downix/#tunes nods people who start at suntech are usually shy and saying OK to whatever i say, but after a month they get the hang of it, and make fun of what i say when i'm wrong ;) [openprojects]!carter.openprojects.net Net break: sterling.openprojects.net lu.openprojects.net (Ping timeout) hehe (just like i do when they are.. fair enough :) * Downix/#tunes nods so now we have 12 major, maddening nitpickers. weee :) WHgat do I do when people correct me? I bitch, moan, get angry, turn around, fix it, improve something else, and make the whole thing smaller and cheaper Which is whY I went from a 5million gate machine to a 1.8 million gate machine Downix: hehe.. well, my mood is always even (the good thing being i don't get angry, the bad thing being i never get excited, either), but basically that goes through the same cycle :) core: Ihave a problem, I get angry AND excited core: Get's worse when an attractive babe walks in the room 8) lol [openprojects]!carter.openprojects.net Net junction: irc.linux.com lu.openprojects.net [openprojects]!carter.openprojects.net Completed net.burst from lu.openprojects.net. Downix: not sure this is a problem :) it's just how i am.. not excited :) Downix: well, i'm an engaged man now, so i'm not supposed to react to that kind of stimuli :) lol core: lol jen sends enough stimuli to keep my brain busy 24/7 though :) whoa. cool she's the most restless person i know. can't spend 5 minutes without doing something :) core: I was engaged at one point. She ended up becoming excited by that stimuli, and after coming out and 1 week of hot 3-way action, we went our seperate ways. 8) whoa Downix: ahh.. well, that's beyond me now, and we still got engaged ;) s/beyond/behind/ :) * Downix/#tunes laughs Downix: that's something to brag about ;) * core/#tunes pities her friends for the next 2 months (or whoever doesn't know about her ring yet :) ult: nah, she IS my business partner now * Downix/#tunes laughs Well, it's getting rather late here, and I have to get up soon. Downix: you're in business with an ex-girlfriend? I'll see ya'll later. see ya ult :) bye ult -:- SignOff ult: #TUNES (C'est la vie...) [openprojects]!carter.openprojects.net Net break: irc.linux.com lu.openprojects.net (Ping timeout) core: Yes, we broke up friends and we still make good business associates Downix: make sure you have good contracts tho ;) women usually have oscillating moods, but ex-girlfriends.. man.. :) core: don't forget you're logged [openprojects]!carter.openprojects.net Net junction: sterling.openprojects.net lu.openprojects.net core: We do. (I am VERY rock solid in contracts when I make them) water: i know i'm logged :) jenny knows she has oscillating moods :) 10:30pm k [openprojects]!carter.openprojects.net Completed net.burst from lu.openprojects.net. core: Every woman does. You should see my ex and her gffight! she can go from being excited and clapping her hands, to pout, to being excited, in less than 5 mins :) i came up with something tho, a 3-day no-pouting rule for getting her ring, i liked it :) * Downix/#tunes laughs Downix: oh, she broke up for another girl? lovely :) core: Rather ah well, i'll be stuck with the same one for a long time (or the other way around) :) I agree but try convincing the girl I love of that hehe.. well, no need to hurry :) [openprojects]!carter.openprojects.net Net break: sterling.openprojects.net lu.openprojects.net (Ping timeout) being 'stuck' with jen is great though. she knows me well, never complains about my insane working hours, gets excited for me when i got something done, etc ;) executes evil corporate lawyers? * Downix/#tunes laughs sounds like Amy, but Amy hasa big problem about commitment now *that* would be cool gf lol. indeed *that* would rock :) don't give her ideas though :) what would rock? if she executed corporate lawyers :) yeah * Downix/#tunes is REALLY sick of Amy and her stringof ex-lovers are you jealous or just annoyed? Downix: well, i'm lucky i guess. she's been my lucky charm, i met her before i started suntech, and things have been going right on both fronts since :) madly jealous core: Same with Amy btw, most homosexuals are very bad with commitment water: i know two who have been together for 5 years :) water: I know that. i used to think that it was a stereotype, but i've been proven wrong too many times Buffy the Corporate Lawyer Slayer... Coming to a cheesy, network television station near you... rofl :D * Downix/#tunes laughs [openprojects]!carter.openprojects.net Net junction: irc.linux.com lu.openprojects.net i think that i might actually *watch* that [openprojects]!carter.openprojects.net Completed net.burst from lu.openprojects.net. cmucl/doc/* is conspicuously empty 10:40pm lol well, she likes buffy (sigh), so she might get ideas. hmm [openprojects]!carter.openprojects.net Net break: irc.linux.com lu.openprojects.net (Ping timeout) [openprojects]!carter.openprojects.net Net junction: sterling.openprojects.net lu.openprojects.net Ok, I think my mixer is done [openprojects]!carter.openprojects.net Completed net.burst from lu.openprojects.net. Ok, any ideas for 3D? 1D > 3D yeah, use matrix transformations :) * Downix/#tunes gets out a pen and paper whazzat? huh? matrix transformations are a given, but don't concern downix 3D infers matrices... * Downix/#tunes is planning on focusing on radiocity over polygon count tho downix: it's a transformation-engine issue i know, i was joking ok Downix: a neat mathematical thing that allows for many transformations to be merged in one matrix and applied once to every point you transform water: making sure he doesn't get confused :) core: hmm, ok np Downix: ie, you can merge a translation/rotation/etc. in one matrix. 9 multiplications per point whatever you do :) core: you used matrix to define matrix silly eihrul: i'm a recursive person ;) s/one\ matrix/one/ :) [openprojects]!carter.openprojects.net Net break: sterling.openprojects.net lu.openprojects.net (Ping timeout) your definitions aren't tail recursive so you must be very susceptable to stack overflow... eihrul: that wasn't a definition, just a vague explanation :) 10:50pm core: I'm mostly trying to see what the most RISC'd solution for 3D is I could do keep control of the 3D up to the library/compiler isn't that moving against the tide, though? ack! that's like commiting to one type of gfx engine eihrul: It is but it's smarter water: Wrong, it's committing to no gfx engine Downix: probably slower... well, what are you putting into the gfx kernel then? water: what kernel? I'm making hw eihrul: Depends, smaller actions can be executed in less CPU time keep control of the 3D up to the library/compiler Downix: well, i suppose you could create a sort of 'instruction set' that can be used to do any kind of 3D operation n/m then [openprojects]!carter.openprojects.net Net junction: irc.linux.com lu.openprojects.net [openprojects]!carter.openprojects.net Completed net.burst from lu.openprojects.net. water: yes, so whatever compiler/library I use can change the way it works so why are you concerned with 3d at all? core: X Y Z,rotz, roty, rotz, I know Downix: that's what you'd not use and use matrices instead. i was more thinking of lower level rendering water: I need to support it at least limitedly in the chipset um maybe another MIPS directly tied to the 2D graphics controller? *shrug* [openprojects]!carter.openprojects.net Net break: irc.linux.com lu.openprojects.net (Ping timeout) that would probably blow your transistor count though :-) but i don't know if there is anything inbetween an actual cpu that can do what it wants in graphics memory including rendering 3D, and a specialized 3D engine that renders full primitives 11:00pm -:- SignOff hcf: #TUNES (Leaving) yeah, that's a pretty empty continuum maybe a simpler cpu would do.. you don't need things like a write-back cache, an MMU or an FPU for rendering. sure that's maybe the best solution but probably a little expensive :) core: Actually, what I was ponderingwasjust that. MIPS has a very nice 3D acceleration method availible [openprojects]!carter.openprojects.net Net break: irc.linux.com forward.openprojects.net (Ping timeout) unless there are chips available with those units already stripped from the design [openprojects]!carter.openprojects.net Net junction: sterling.openprojects.net forward.openprojects.net [openprojects]!carter.openprojects.net Completed net.burst from forward.openprojects.net. [openprojects]!carter.openprojects.net forward.openprojects.net acknowledged end of net.burst. water: there probably are.. you want to pick a cpu with the same instruction set as the main one though, or writing code will be hell core: but I'd keep the FPU, for Raytracing 3D work. 8) heh Downix: you only want the graphics-cpu for actual rendering. the data would be prepared by the fpu of the main processor mmm... someday i will have my real-time raytracing engine *) 8) i'd go for a mips core without fpu, mmu and cache don't know how expensive that is :) [openprojects]Foreign OperKill: NickServ killed localhost (This nick is reserved by another user) -:- SignOff Downix: #TUNES (changing servers) -:- Downix [down@d-gnaps-13.ici.net] has joined #tunes don't know how much you missed, downix I got the "use a second MIPS" and I said.... core: Actually, what I was ponderingwasjust that. MIPS has a very nice 3D acceleration method availible core: but I'd keep the FPU, for Raytracing 3D work. 8) [openprojects]!carter.openprojects.net Net break: irc.linux.com devlin.openprojects.net (Ping timeout) -:- NetSplit: devlin.openprojects.net split from irc.linux.com [11:06pm] -:- BitchX+Deb1an: Press Ctrl-F to see who left Ctrl-E to change to [devlin.openprojects.net] and i said: mmm... someday i will have my real-time raytracing engine 8) Downix: you only want the graphics-cpu for actual rendering. the data would be prepared by the fpu of the main processor don't know how expensive that is :) water: there probably are.. you want to pick a cpu with the same instruction set as the main one though, or writing code will be hell and whatever else i said :) core: well, a MIPS cpu needs the FPU to work [openprojects]!carter.openprojects.net Net junction: sterling.openprojects.net devlin.openprojects.net -:- Netjoined: devlin.openprojects.net irc.linux.com -:- tmf [thomas@193.217.63.152] has joined #tunes -:- smkl [sami@glubimox.yok.utu.fi] has joined #tunes -:- Fare [fare@quatramaran.ens.fr] has joined #tunes -:- eihrul [lee@usr5-ppp177.lvdi.net] has joined #tunes [openprojects]!carter.openprojects.net Completed net.burst from devlin.openprojects.net. [openprojects]!carter.openprojects.net devlin.openprojects.net acknowledged end of net.burst. Downix: ah, blah :) yeah [openprojects]!carter.openprojects.net Net junction: sterling.openprojects.net lu.openprojects.net [openprojects]!carter.openprojects.net Completed net.burst from lu.openprojects.net. core: but I could use another, licensable CPU core like SPARC for 3D work but just consider the possibilities of marketing a real-time raytracer that can re-optimize itself for the current scene * Downix/#tunes nods to water tunes-style 8) that's something else to consider Downix: or a 68K :-) a 68000 core boosted to 250 mhz or so ;-) ok, i have to dash to work, before i suggest using an alpha or something stupid ;-) see you! -:- SignOff core: #TUNES (vroom) * Downix/#tunes laughs heh I think MIPSis the one to use one for the main int and one for 3D/raytracing 11:10pm it's cool to see my mips 4300 run squeak at full speed instead of the "reduced cpu usage" speed used before cool MIPS is a cool CPU i already had it that way, Downix. good, abi thanks abi [openprojects]!carter.openprojects.net Net break: sterling.openprojects.net lu.openprojects.net (Ping timeout) [openprojects]!carter.openprojects.net Net junction: irc.linux.com lu.openprojects.net If I used a MIPS core for a 3D engine it would increase our die size to 3 million gates [openprojects]!carter.openprojects.net Completed net.burst from lu.openprojects.net. hm trade-offs A good one unless you don't need 3d the second MIPS CPU could beused in other ways when not rendering 3D scenes oh [openprojects]!carter.openprojects.net lu.openprojects.net acknowledged end of net.burst. Don't forget, MIPS is the best SMP CPU out there sure so, it's 3d processing would just be a special smp set-up? Right ah one of the MIPS would tie to the GFX chipdirectly tho i see but it would still have thedata bus to the other one with some sort of i/o switch right interesting would be not too hard to do i'd never considered that kind of setup I did in the past but then, i don't design hw :) and my GFX system uses it exclusively for a lot of it's more "fancy" effects lol... there's an article from 1900 on wired lol 11:20pm anyways this is cool... linux distro companies will be going for government contracts that is cool and i'm the only guy in my dept who can handle that stuff hehe it will be fun to axe NT just once, it won't be the one to axe itself 8) i'd love to show the guys at work kde [openprojects]!carter.openprojects.net Net break: devlin.openprojects.net adams.openprojects.net (Ping timeout) [openprojects]!carter.openprojects.net Net junction: sterling.openprojects.net adams.openprojects.net [openprojects]!carter.openprojects.net Completed net.burst from adams.openprojects.net. [openprojects]!carter.openprojects.net adams.openprojects.net acknowledged end of net.burst. their jaws would hit the floor if i showed them an open-source oodb like zope anyway (that was quite the tangent) hehe someone needs a better system than X yeah, x really sucks wait.. did you mean the x windowing system or X as a variable? X windowing systsme k wow. the mars polar lander seems to have landed ina canyon Someone needs to figure out a better way to handle things over the network Yup I heard YES!!!! talk about your bad luck air: why excited? one more section of brix is finished YES! oh 11:30pm * Downix/#tunes likes hearing of projects being finished well i just finished the sleep() and semaphores so now my floppy driver will work and i will be able to see if my persistence code works ah. very useful, then ok well im off to bed now, cya -:- SignOff air: #TUNES (BRiX [http://www.qzx.com/brix] :: sleep) Hmm I just realized all I have left to design now is the local bus * Downix/#tunes is in shock cool OMG and hopefully, i'm close to knowing what code i must precisely add to my squeak alpha code that will make arrow work * Downix/#tunes is damned close to being done Alright it's been six years since i thought up the idea great i studied axiomatic reasoning and formal proofs in this great geometry class, and gradually came to form this idea of a program that "walked" over data-structures on the hard drive that only had structure (structure formed content) hmm interesting and i realized i could connect all sorts of ideas together oooo little did i realize just how much i'd have to learn to get the thing working Same with Eddas hold on, need the bandwidth -:- SignOff Downix: #TUNES (BitchX: roqz yer nutz!) 11:40pm -:- Downix [down@d-gnaps-13.ici.net] has joined #tunes ok, back * water/#tunes is browsing apple's os x decription description, even ok not half bad... they went with the next's preference for dps and replaced it with api support for pdf [openprojects]!carter.openprojects.net Net break: irc.linux.com lu.openprojects.net (Ping timeout) 11:50pm cool it claims every app will have pdf output support grr I NEED X TO WORK! sorry I just finished compiling it, and it still can't run hm.. i wonder if kde could support pdf-output api probably not this is the new /usr/X11R6/bin directory after Imake World:make install k does it look complete to you? hardly Agreed WTF is it missing? is this just for a build or what? not sure what's missing, offhand i'm not that savvy, and i'm in win32 right now this is just for me I just built it (modem on linux problems) oh dunno... startx? :) startx says that files are missing well, they are. but i couldn't tell you which ones they are check xfree86.org ok heh. i have a 1280x1024 resolution set up, and i can never find the desktop :) lol [msg(TUNES)] newlog 2000.0107 IRC log ended Fri Jan 7 00:00:01 2000