←2005-05-11 2005-05-12 2005-05-13→ ↑2005 ↑all
00:01:36 <kipple> greg: is there a not equal comparator in the mathematician?
00:01:57 <kipple> or do I have to test for both greater and less?
00:03:01 <GregorR-L> Ack! It's Gregor ;)
00:03:11 <GregorR-L> And no, because that would be needless 8-D
00:03:18 <kipple> heh. ok
00:03:22 <GregorR-L> You have to test for both >:)
00:03:40 <GregorR-L> How's this design: http://www.befunge.org/fyb/GregorR.html
00:03:41 <kipple> btw, there is a bug in the loop example in the spex
00:03:48 <kipple> spec
00:03:52 <GregorR-L> Grr >_O
00:04:05 <kipple> If Fibonacci says it's greater then I am to loop.
00:04:11 <kipple> should be (I think) :
00:04:15 <kipple> If Fibonacci says it's greater then I am to loop the number.
00:04:29 <GregorR-L> Nope. The parameter sticks.
00:04:40 <GregorR-L> Loop loops that very same function with the same parameters etc.
00:04:53 <kipple> sure? didn't work for me
00:05:23 <GregorR-L> Hmm ....... just a sec, I've got to go for a few minutes, then I'll be back and we'll discuss.
00:05:48 <kipple> nice page :)
00:06:00 <pgimeno> yeah
00:06:27 <kipple> I think there is some css propery you can use to make the background code be unselectable....
00:19:33 <GregorR-L> *shrugs*
00:19:57 <GregorR-L> So does the pointer to the image show right for both of you?
00:20:12 <kipple> yep
00:20:18 <pgimeno> yes
00:20:21 <GregorR-L> Awesome.
00:20:35 <GregorR-L> Are either of you NOT using Netscape, Mozilla or Firefox?
00:20:50 <kipple> Opera here
00:20:55 <GregorR-L> Awesome.
00:21:04 <pgimeno> I'm with mozilla though
00:21:06 <GregorR-L> OK, so anyway, could you give me the code you were having looping issues with?
00:21:16 <pgimeno> I have a konqueror handy
00:21:22 <kipple> it works fine. I just had to give it the parameter
00:22:06 <GregorR-L> Hmmmmmmmmmmmmmmmmmmmmmmmmmm
00:22:18 <GregorR-L> I don't see how that could work, given what the compiler does ....
00:22:25 <GregorR-L> Could you send me the code anyway? :-P
00:22:47 <kipple> http://rune.krokodille.com/lang/beer.ork
00:23:00 <GregorR-L> w00t 2 99-bottles-o-beer
00:23:13 <kipple> 2?
00:23:37 <kipple> has someone else made it as well?
00:24:08 <pgimeno> GregorR-L: FYI, in Konqueror it does not work well
00:24:11 <GregorR-L> Nope
00:24:13 <GregorR-L> Blech.
00:24:27 <GregorR-L> If Bob the Big Brain says it's greater then I am to sing the song. < this ought to be able to say "I am to loop"
00:24:35 <kipple> ah
00:24:56 <GregorR-L> That way, it will loop rather than recurse.
00:24:58 <kipple> that's a bit unclear in the spec
00:25:07 <GregorR-L> OK, I'll see what I can do.
00:25:13 <GregorR-L> pgimeno: I have Konq here, so I'll look into it.
00:25:24 <pgimeno> k
00:25:24 <kipple> it looks like loop is a function
00:26:17 <kipple> yep, that works fine
00:27:36 <GregorR-L> Congrats kipple, you are the first person to write a fully-functional program in ORK other than myself 8-D
00:27:45 <kipple> :)
00:28:55 <pgimeno> g'nite all
00:30:54 <kipple> nite
00:34:53 <kipple> can you do string concatenation?
00:35:09 <GregorR-L> The linguist class.
00:35:13 <GregorR-L> Didn't I doc linguist?
00:35:36 <kipple> no
00:36:07 <kipple> are there any examples using it?
00:36:33 <kipple> found it
00:36:56 <GregorR-L> D'OH ... I forgot to upload my newer spec too X-D
00:37:16 <GregorR-L> No wait.
00:37:18 <GregorR-L> No I didn't.
00:37:19 <GregorR-L> That's there
00:38:14 <kipple> sorry. was looking at a local copy :P
00:38:37 <GregorR-L> Ahhhhhhh
00:42:17 <kipple> what's the difference between There is [a variable called x] and I have [a variable called x] ?
00:53:34 <kipple> I have updated beer.ork so it doesn't say "1 bottles" anymore.
00:54:05 -!- calamari has quit ("Leaving").
01:00:42 <GregorR-L> None, except that one may sound more PC.
01:00:50 <GregorR-L> IE: You don't usually "have" a mathematician, since that is a person.
01:01:44 <kipple> ok :)
01:03:43 <kipple> anyway, it was a bit painful to write in ORK :) so many words for so little ...
01:09:39 <GregorR-L> Yup 8-D
01:10:04 <kipple> writing a kipple interpreter must be cruel....
01:10:09 <GregorR-L> Oh yes.
01:10:11 <GregorR-L> Indeed it is.
01:10:17 <GregorR-L> BF was pretty damn hard.
01:10:20 <GregorR-L> And Kipple is harder.
01:10:56 <GregorR-L> Next: A C compiler!
01:10:59 <GregorR-L> J/K of course :-P
01:13:32 <kipple> so how do you manage to do stacks?
01:14:11 <GregorR-L> I don't think I introduced number arrays in the spec ...
01:14:20 <GregorR-L> But their design happens to be particularly condusive to stacks.
01:14:42 <GregorR-L> BTW, writing a complete spec is for the weak.
01:15:06 <kipple> source code is always a good spec :)
01:15:14 <GregorR-L> 8-D
01:15:21 <GregorR-L> My BF interpreter uses number arrays.
01:17:21 <kipple> hmm. is it possible to do something like this:
01:17:27 <kipple> There is such a thing as a stack item.
01:17:28 <kipple> A stack item has an item below which is a stack item.
01:17:28 <kipple> A stack item has an item on top which is a stack item.
01:18:24 <GregorR-L> Not by the current standard, no.
01:18:34 <GregorR-L> That would get you caught in an instanciation loop (if you will)
01:18:49 <kipple> ok.
01:19:55 <GregorR-L> Gah, foiled by konqueror again >_O
01:20:10 <kipple> the web page?
01:20:45 <kipple> hmm. it looks worse in Opera now...
01:21:06 <GregorR-L> NOOOOOOOOOOOOOOOOOOOOOOOOO :'(
01:21:08 <GregorR-L> What goes wrong
01:21:09 <GregorR-L> ?
01:21:36 <kipple> what's the problem (are we thinking of the same?) ?
01:22:11 <GregorR-L> Mine is just inter-page links not working.
01:22:48 <kipple> I don't see any links
01:23:07 <GregorR-L> They're not on the uploaded version yet ;)
01:23:27 <kipple> the "This is Gregor" text is now aligned with the bottom of the image, and a bit hard to read with the ******* below it
01:23:46 <kipple> not a big deal though
01:25:14 <GregorR-L> Oh, it's actually on top of the code?
01:25:28 <GregorR-L> I did reallign it, I was hoping it wouldn't move around much :-P
01:28:05 <GregorR-L> http://www.befunge.org/fyb/GregorR.html < is the image stil malligned, and also, do the links work for you?
01:28:13 <GregorR-L> Just those top few links, to "2L" and "FYB"
01:28:38 <kipple> how is the image supposed to be aligned?
01:28:58 <GregorR-L> It should look sort of like it's sitting above the row of *********s
01:29:07 <GregorR-L> And the label should be at the same level
01:29:16 <kipple> the links works
01:29:31 <GregorR-L> w00t
01:29:40 <GregorR-L> KDE and MacOSX users don't need links *shrugs*
01:30:39 <kipple> above as in on the line above or as overlapping?
01:30:48 <kipple> it is overlapping
01:30:52 <GregorR-L> That's bad.
01:30:59 <GregorR-L> Hmmmmmmmmm
01:31:31 <kipple> the rest of the text fits nice in firefox, but not i opera
01:31:38 <GregorR-L> Hmm.
01:31:41 <GregorR-L> Lemme test something...
01:32:01 <GregorR-L> Refresh it.
01:32:03 <GregorR-L> Any change?
01:32:14 <kipple> no
01:32:20 <GregorR-L> Bah
01:32:34 <kipple> sorry. that should be yes
01:32:44 <kipple> now the text is screwed up in firefox as well
01:33:06 <GregorR-L> >_O
01:33:15 <kipple> IE is ever worse, but who cares ;)
01:33:20 <GregorR-L> It works in my firefox >_>
01:33:32 <kipple> the "< This is Gregor" as well?
01:33:38 <GregorR-L> Yup
01:33:58 <kipple> I'm running 1.02
01:34:38 <GregorR-L> Hmm, I'm running 1.0
01:35:50 <kipple> screenshot: http://rune.krokodille.com/gregor.jpg
01:36:27 <GregorR-L> Hmm, that's DOWN a line.
01:36:32 <GregorR-L> I was afraid it would be UP a line.
01:36:34 <kipple> wait
01:36:37 <GregorR-L> That's even more strange XD
01:36:47 <kipple> you fixed it while I took the shot
01:37:14 <GregorR-L> OK, wait, the current version looks right in FF?
01:37:27 <kipple> not any more :) one line too low
01:37:36 <GregorR-L> >_O
01:37:44 <kipple> yikes.
01:37:45 <GregorR-L> There hasn't been a change since 5 minutes ago!
01:37:59 <kipple> it changes when I reload
01:38:26 <kipple> it switches between two versions rather randomly
01:38:42 <kipple> bug in firefox
01:39:41 <GregorR-L> Hmm
01:39:46 <GregorR-L> 1.0.3 seems to work fine.
01:39:50 <GregorR-L> I'd say 1.0.2 was screwy.
01:40:04 <kipple> have you tried reloading many times in a row?
01:40:17 <GregorR-L> Yup, no change.
01:40:26 <kipple> ok
01:40:34 <kipple> you running linux?
01:40:38 <GregorR-L> Yup :)
01:41:04 * GregorR-L is downloading Opera now.
01:41:43 * kipple is downloading FF 1.03
01:42:09 <GregorR-L> Heheh
01:43:38 <kipple> same problem :(
01:43:43 <kipple> must be a windows thing
01:43:45 <GregorR-L> Damn Windoze.
01:44:03 <kipple> i suspect it is a rounding error...
01:44:06 <GregorR-L> This calls for extra sneaksitude.
01:44:38 <kipple> a non-deterministic web design. that's esoteric :)
01:44:51 <GregorR-L> XD
01:45:01 <GregorR-L> No, that's platform compatability at its best ;)
01:45:06 <GregorR-L> Refresh, see if it changes.
01:45:53 <kipple> no change
01:46:04 <GregorR-L> Bleeh
01:46:25 <kipple> hey! it works in Opera now!!
01:46:35 <GregorR-L> XD
01:46:47 <GregorR-L> Even the image and its label?
01:46:50 <kipple> no
01:46:55 <GregorR-L> But the text?
01:46:58 <kipple> yes
01:47:00 <GregorR-L> That's what I figured.
01:47:08 <GregorR-L> I separated them to hopefully make only one fail :-P
01:48:18 <kipple> what if you add an empty line below the image text. with only a &nbsp; for instance
01:48:25 <GregorR-L> Heyyyyyyyyyyy
01:48:42 <GregorR-L> Just a sec, I just thought of a possibility.
01:49:23 <GregorR-L> Well ..
01:49:28 <GregorR-L> I just made it fail the same in my FFox :-P
01:51:28 <GregorR-L> Last try before I've gtg, refresh once more.
01:52:06 <kipple> fine in FF, not in Opera :(
01:52:22 <kipple> text is one line too high up in opera
01:53:12 <GregorR-L> OK, then I think I at least know what the browser consistancy issue is.
01:53:15 <GregorR-L> I'll work on it on the way home.
01:53:19 <GregorR-L> See you later :)
01:54:11 <kipple> bye
01:54:41 -!- GregorR-L has quit ("Leaving").
02:22:51 <GregorR> If my latest iteration doesn't work, I will eat my hat.
02:22:59 <GregorR> Any of them, take your pick: http://www.codu.org/hats.php
02:23:10 <GregorR> Gotta get my laptop up and upload it first though ;)
02:32:56 <GregorR> I'm betting kipple is asleep X-D
02:33:25 <kipple> how much do you bet?
02:33:33 <GregorR> -$15
02:33:38 <GregorR> Now you owe me $15
02:33:39 <GregorR> ;)
02:33:50 <GregorR> http://www.befunge.org/fyb/GregorR.html
02:33:54 <GregorR> So you're awake at 3:30AM?
02:34:15 <kipple> yes
02:34:22 <GregorR> Wowsa.
02:34:26 <kipple> on the way to bed npw
02:34:32 <GregorR> Heheh
02:35:03 <kipple> damn. your hat is safe ;)
02:35:25 <kipple> even works in IE!
02:36:28 <kipple> anyway, good night!
02:37:22 -!- kipple has left (?).
03:22:23 -!- GregorR has quit (Remote closed the connection).
05:09:22 -!- GregorR has joined.
05:18:03 -!- Keymaker has joined.
05:18:08 <Keymaker> rgh..
05:18:24 <Keymaker> i saw wonderful dream where i realized how Thue works.
05:18:34 <Keymaker> guess does it work the way i saw..?
05:18:37 <Keymaker> rggghhhh
05:18:57 <Keymaker> by the way;
05:19:05 <Keymaker> interesting stuff seems to have happened
05:19:17 <Keymaker> cool pages both gregor and pgimeno
05:19:25 <Keymaker> as well, nice bunch of hats!
05:19:43 <Keymaker> as well, cool to see kipple's 99bob
05:19:56 <Keymaker> and, too bad bitxtreme was a joke
05:20:01 <Keymaker> but still pretty cool joke
05:55:38 <GregorR> lol
05:55:39 <GregorR> Thanks
05:56:54 <Keymaker> :)
05:57:40 <GregorR> I can'te believe I finally got the derned thing working in all browsers :)
05:58:41 <Keymaker> it looks good
05:58:51 <Keymaker> yeah, web design can be annoying
06:05:36 -!- GregorR-L has joined.
06:13:43 <Keymaker> grgrh
06:13:55 <Keymaker> stupid day.
06:16:11 <Keymaker> you hear me day? you're stupdi!
06:16:13 <Keymaker> change!!
06:16:16 <Keymaker> :p
06:16:38 <Keymaker> come on.. it wouldn't harm anyone to just skip one day :)
06:20:41 <GregorR-L> Hi :-P
06:20:43 <GregorR-L> But ...
06:20:48 <GregorR-L> If today wasn't skipped ...
06:20:56 <GregorR-L> There would be no 99-bottles-of-beer in ORK!
06:21:40 <Keymaker> hmmm
06:21:43 * GregorR-L is still trying to decide whether to publish 1L
06:21:44 <Keymaker> you are right
06:21:48 <Keymaker> :)
06:21:54 <GregorR-L> Rather, if today WAS skipped.
06:22:15 <Keymaker> yes. but if it would be skipped NOW.. :)
06:22:21 <Keymaker> i would avoid annoying shoocl day
06:22:25 <Keymaker> *schook
06:22:27 <Keymaker> *school
06:22:32 <Keymaker> lol
06:22:57 <GregorR-L> Ahhhhhhhhhh :-P
06:23:07 <GregorR-L> Ah yes, the miracle of time zones.
06:23:17 <Keymaker> heh
06:23:20 <Keymaker> yes
06:23:25 <Keymaker> they are the most esoteric ones
06:23:33 <Keymaker> hey
06:23:36 <Keymaker> 2d language
06:23:39 <GregorR-L> Why is it that everybody on this channel is from Western Europe except me X-D
06:23:41 <Keymaker> where would be different timezones
06:23:56 <Keymaker> hehe we europeans are sramtsest
06:24:02 <Keymaker> smartest :)
06:24:05 <GregorR-L> X-D
06:24:05 <Keymaker> anyway
06:24:15 <GregorR-L> If me not so dumb, me take offense!
06:24:23 <Keymaker> lol
06:24:35 <Keymaker> somehow the instructions would be executed at different times depending on their place
06:24:39 <Keymaker> or something like that
06:24:42 <GregorR-L> lol
06:24:45 <Keymaker> involving annoying time zones
06:24:55 <GregorR-L> And actually ofset by hours, so it could take as many as 24 hours to run a small program.
06:25:05 <Keymaker> lol!!!!
06:25:42 <Keymaker> not to mention making the interpreter do some stuff on background, like tirelesly computing pi to slow the work of computer..
06:25:50 <Keymaker> :)
06:27:45 <GregorR-L> lol
06:30:00 <Keymaker> at least the breakfsat (that i usually skip) is good today: pizza from yesterday and some coca
06:30:06 <Keymaker> (cola=
06:30:17 <GregorR-L> lol
06:30:22 <Keymaker> :)
06:30:38 <GregorR-L> Hmm ... somewhere between here and befunge.org, my HTML is being weirded.
06:30:49 <Keymaker> hehe
06:32:29 <Keymaker> anyways; interesting job for you: write ORK interpreter in ORK :)
06:32:40 <Keymaker> should be possible since it's turing complete ;)
06:33:00 <GregorR-L> lol
06:33:09 <GregorR-L> Also, more painful then I can possibly describe.
06:38:47 <Keymaker> hehe
06:38:47 <Keymaker> i should finisf my bf in bf interpreter
06:38:47 <Keymaker> grrh
06:38:47 <GregorR-L> Heheh
06:38:47 <Keymaker> i'm typing with one hand and continuously making stupid mistakes
06:38:47 <GregorR-L> Ah yes
06:38:47 <Keymaker> (other hand is busy holding the pizza)
06:41:31 <GregorR-L> http://www.befunge.org/fyb/GregorR.html < pretty much complete now
06:42:18 <Keymaker> looks good
06:42:41 <GregorR-L> Should I make my head bounce around in the background?
06:42:57 <GregorR-L> Ooooooooooooooooooh, I've got a better idea!
06:43:10 <Keymaker> lol
06:44:01 <Keymaker> the 2l hello world example can't be found
06:44:08 <Keymaker> 404
06:45:06 <GregorR-L> Whoops >_>
06:45:40 <GregorR-L> Fixed
06:46:32 <Keymaker> ok
06:47:50 <Keymaker> oh no
06:48:14 <Keymaker> seems that this day is, along with all the other annoying, cleaning day x{
06:48:37 <Keymaker> maybe i should clean before going to school.. hmm.
06:52:20 <GregorR-L> AHAHA
06:52:22 <GregorR-L> http://www.befunge.org/fyb/GregorR.html
06:53:39 <Keymaker> hehe
06:53:45 <Keymaker> fyb instructions?
06:54:00 <GregorR-L> Limited to FB ones.
06:54:07 <Keymaker> although
06:54:10 <Keymaker> '*' is not bf
06:54:15 <Keymaker> that's why i asked ;)
06:54:29 <GregorR-L> Oh, I was thinking 2L at first, then later thought BF X-D
06:54:38 <Keymaker> :)
06:55:30 <puzzlet> hey
06:55:31 <puzzlet> http://puzzlet.org/tmp/braille.htm
06:55:40 <puzzlet> Conway's Game of Life in Braille patterns
06:55:53 <GregorR-L> Wowzer
06:56:39 <Keymaker> what are those?
06:56:43 <Keymaker> braille patterns
06:57:11 <puzzlet> dot characters for the blind people
06:57:33 <GregorR-L> They're usually on walls engraved into metal, so blind people can read them with their hands.
06:57:49 <GregorR-L> Actually, embossed in metal I believe would be the correct term.
06:58:05 <Keymaker> ah i see
06:58:22 <Keymaker> too bad i can't get the script to work
06:58:31 <Keymaker> i'm currently in win and with FF
06:58:41 <GregorR-L> I'm using FF and it works fine for me.
06:58:44 <Keymaker> hmm
06:58:48 <Keymaker> dunno whats wrong
06:58:55 <Keymaker> maybe i have some strange settings or something
06:59:00 <Keymaker> i can't see anything
06:59:12 <puzzlet> maybe you need to install some font?
06:59:23 <GregorR-L> Mayhaps it's a font that's (surprise!) not available on Windoze.
06:59:27 <puzzlet> http://home.att.net/~jameskass/code2000_page.htm
07:00:33 <Keymaker> hmm i'n not big fan of downloading things
07:00:41 <GregorR-L> X-D
07:00:45 <Keymaker> i'll try in linux in opera today later
07:05:13 <Keymaker> do you know this lang gregor? :
07:05:13 <Keymaker> http://www.veling.nl/anne/lang/hello/
07:05:32 <Keymaker> i should write new version of my bf hello world interpreter :)
07:06:43 <puzzlet> reminds me of http://en.wikipedia.org/wiki/HQ9_Plus
07:06:55 <Keymaker> yeah
07:07:00 <Keymaker> only a bit easier :)
07:28:59 <GregorR-L> lol
07:29:04 <GregorR-L> That's pretty terrible :-P
07:29:16 <GregorR-L> You need to at least be able to increment the accumulator.
07:33:05 <Keymaker> aaaaaaaaargh
07:33:09 <Keymaker> now i gotta go
07:33:27 <Keymaker> see you later if i make it through this day :)
07:33:32 <GregorR-L> Bye ;)
07:33:35 <Keymaker> :)
07:33:38 -!- Keymaker has quit ("Freedom!").
07:59:59 -!- clog has quit (ended).
08:00:00 -!- clog has joined.
08:02:39 -!- lament has joined.
08:03:25 -!- Xin_ has joined.
08:20:40 -!- rollman has quit (Read error: 113 (No route to host)).
08:29:13 -!- GregorR-L has quit (Read error: 60 (Operation timed out)).
08:46:17 -!- KnX has joined.
08:46:41 -!- calamari has joined.
09:16:50 -!- KnX has quit ("Faut que je trouve un quit message ...").
09:18:09 -!- KnX has joined.
10:28:08 <pgimeno> haha, "It was my professional opinion that the programming world needed an esoteric object oriented programming language (other than Java of course)"
10:32:05 <lament> :)
10:38:22 * pgimeno ponders whether to write an ORK interpreter in either JavaScript, PHP or Python
10:38:38 <lament> normally i'd say python
10:38:44 <lament> but go ahead and do it in javascript :)
10:47:25 <pgimeno> I'd better concentrate in my current projects rather than queuing another one
10:47:36 <pgimeno> life is too short :(
10:48:17 <KnX> fork(life);
10:48:33 <pgimeno> child processes tend to be too rebel
10:49:03 <pgimeno> This is a known bug that will be fixed in Universe 1.1
11:16:06 -!- calamari has quit (Read error: 110 (Connection timed out)).
12:01:26 -!- hashendgame has joined.
14:15:20 -!- hashendgame has quit ("Leaving").
14:16:46 -!- kipple has joined.
15:28:56 -!- Keymaker has joined.
15:29:03 <Keymaker> i'm alive!!!!!!!!!!!!!!!!!!!!11111
15:30:39 <KnX> good thing
15:31:00 <Keymaker> yeah
15:31:14 <Keymaker> why am i here?
15:34:57 <kipple> because you're addicted?
15:35:03 <Keymaker> hmm
15:35:15 <Keymaker> :)
15:35:34 <kipple> repeat after me: My name is Keymaker, and I am an esoholic
15:35:40 <Keymaker> :)
15:35:53 <Keymaker> must.. get.. daily.. esoteric.. programs..
15:36:30 <Keymaker> (as well, i partly meant the question as philosophical joke :))
15:41:48 <Keymaker> mh, time to eat now..
15:47:29 <puzzlet> eat sfunge
15:56:46 <Keymaker> what is that?
15:59:31 <puzzlet> i don't know -- i just made it up
15:59:35 <puzzlet> out of "funge"
16:00:10 <Keymaker> :)
16:00:10 <Keymaker> there seems to be some sfunge.com
16:00:14 <Keymaker> that youres?
16:00:17 <Keymaker> *yours
16:05:53 <puzzlet> nope
16:06:07 <Keymaker> ok
16:06:51 <puzzlet> it just came out of my head when i saw esoholic thing on the irc client
16:07:02 <Keymaker> ok
16:07:13 <puzzlet> anyway, hi, i'm from Korea
16:07:18 <Keymaker> hi
16:07:29 <Keymaker> wow
16:07:40 <Keymaker> that seems to be the most exotic location
16:07:46 <Keymaker> where this channel is accessed
16:09:09 <puzzlet> here, esoteric language fans are very rare
16:09:27 <Keymaker> i believe that :)
16:10:37 <Keymaker> well, i haven't met any others than people in internet, so maybe they aren't very popular anywhere
16:11:01 <Keymaker> (or maybe there could be some i haven't met in internet, but doesn't interest me :p)
16:11:12 <fizzie> I've met at least two in real-life too.
16:11:21 <Keymaker> cool
16:11:33 <Keymaker> in what kind of circumstances?
16:13:08 <KnX> at the 1st world esolang meeting
16:13:08 <fizzie> Going to same school/university, mostly.
16:13:13 <KnX> ( they were three )
16:13:44 <Keymaker> ok. nice
16:13:49 <Keymaker> knx; sounds interesting :)
16:14:46 <Keymaker> good ol' EsoCon
16:15:51 <puzzlet> there was an world esolang meeting?
16:15:54 <puzzlet> a*
16:16:10 <Keymaker> no idea :)
16:16:27 <KnX> no but could be fun
16:16:36 <Keymaker> yeah
16:16:49 <Keymaker> i suggest.. London :)
16:16:51 <KnX> but very hard to do when you have about 3 fan for a country
16:17:18 <Keymaker> but think about the world.. there are at least 20!
16:17:47 <puzzlet> 20 who would come?
16:18:26 <Keymaker> three :)
16:18:41 <KnX> i'd love a program when you enter a list of people + adress , and calculates ( using internet ) , the least cost place of meeting
16:19:54 -!- Keymakere has joined.
16:20:11 <puzzlet> what would you do when the program gives places like Bombay?
16:20:29 <Keymakere> :)
16:20:34 <Keymakere> travel
16:20:41 <Keymakere> anyways, pretty good idea for a program
16:32:15 <GregorR> lament: When you finish an ORK interpreter, I will give you a round of applause. Just me, individually. I'm not sure if that counts as a round... But I will anyway.
16:33:37 <Keymakere> i'll applause too
16:34:46 <GregorR> OK, we'll get a round of 2.
16:34:48 <GregorR> That's good.
16:36:09 <fizzie> 20! is already 2432902008176640000.
16:36:35 <GregorR> ...........................................................?
16:36:51 <Keymakere> probably somewhere reads '20!'
16:36:59 <Keymakere> too lazy to check logs
16:37:04 <fizzie> It's only been 20 minutes!
16:37:14 <Keymakere> :)
16:37:19 <Keymakere> ah, the answer-delay
16:37:28 <fizzie> You people with your ten-second attention spans, sheesh. (Eh... was sorta-away.)
16:37:44 <Keymakere> heh
16:38:07 -!- Keymaker has quit (Read error: 110 (Connection timed out)).
16:38:20 -!- Keymakere has left (?).
16:40:05 -!- Kmkr has joined.
16:40:23 <Kmkr> grr this connection today..
16:40:57 <GregorR> lol
16:41:02 <Kmkr> :)
16:41:11 <GregorR> Don't you have "Keymaker" registered?
16:41:17 <Kmkr> how?
16:41:22 <GregorR> Nickserv
16:41:26 <Kmkr> dunno what that is
16:41:33 <GregorR> /msg nickserv help
16:41:45 <Kmkr> do i write that?
16:41:47 <fizzie> Not all network use these fancy services. :p
16:41:59 <GregorR> 8-D
16:42:00 <GregorR> True
16:42:11 <fizzie> I personally come from ircnet, which doesn't run any.
16:42:54 <GregorR> Well, I was just suggesting this for Keymaker so [s]he could reclaim his/her name.
16:43:07 <Kmkr> lol
16:43:32 <Kmkr> i try that sometime
16:43:38 <Kmkr> probably too hard for me
16:43:43 <Kmkr> i can't use it probably
16:43:55 <Kmkr> in case there is lots of stuff to adjust etc.
16:44:03 -!- Kmkr has changed nick to Keymaker.
16:44:25 <Keymaker> i'll try it now
16:45:52 <Keymaker> hmm seems too hard
16:49:27 <Keymaker> the rewritten hello world interpreter is now ready
16:49:46 <Keymaker> this time i used checking the 'h' from binary
16:50:37 <Keymaker> (mainly because i was too lazy to make it a few inner loops to check if the data is 104. i'll do that new version sometime later.)
16:51:49 <Keymaker> here:
16:51:51 <Keymaker> ,[[->>[>]+<[-<]<]>>[<+>-]>[<<+>>-]>[<<<+>>>-]>[<<<<<+>>>>>-]>[<<<<<+>>>>>-]>[<<<<<<<+>>>>>>>-]>[<<<<<<<<+>>>>>>>>-]>[<<<<<<<<+>>>>>>>>-]<<<<<<<<[<[-]>[-]]<[-[-[+++++++[>+++++++++<-]>.<++++[>+++++++<-]>+.+++++++..+++.<+++++++++[>---------<-]>++.<+++++[>+++++++++++<-]>.<+++[>++++++++<-]>.+++.------.--------.[-]<++++++++++.[-]]]],]
16:52:06 <Keymaker> unless i didn't accidentally delete any character
16:52:25 <Keymaker> as well, the "Hello World" (with new-line) is far from perfect
16:52:53 <Keymaker> but i find making program to output strings in bf extremely annoying
16:53:00 <Keymaker> or well, maybe not annyoing
16:53:03 <Keymaker> tiring
18:06:20 -!- GregorR-L has joined.
18:06:32 <GregorR-L> To pay attention in class...
18:06:37 <GregorR-L> Or not to pay attention in class...
18:06:40 <GregorR-L> That is the question.
18:06:48 <GregorR-L> For is it nobler that I should pretend to be interested,
18:06:57 <GregorR-L> when the teacher is unknowingly talking about Brainfuck,
18:07:00 <Keymaker> :D
18:07:04 <kipple> waht? :)
18:07:15 <GregorR-L> We're discussing Turing completeness :-P
18:07:19 <kipple> ah
18:07:22 <Keymaker> neat
18:07:42 <Keymaker> seems really interesting subject
18:07:48 <GregorR-L> And the Universal Register Machine.
18:08:20 <Keymaker> ah
18:10:23 <Keymaker> i'll be back soon, i go to shop to by groce.. errh chocolate cookies :)
18:10:37 <kipple> btw, Gregor, have you looked at HomeSpring?
18:10:56 <GregorR-L> Nope, what is it?
18:10:58 <kipple> it's another lang that is insanely verbose and high level
18:11:21 <kipple> though in a very different way than ORK
18:11:21 <GregorR-L> Hmm
18:11:56 <kipple> Hello world:
18:11:57 <kipple> Universe of marshy force. Field sense
18:11:57 <kipple> shallows the hatchery saying Hello,. World!.
18:11:57 <kipple> Hydro. Power spring sometimes; snowmelt
18:11:57 <kipple> powers snowmelt always.
18:12:14 <GregorR-L> lol, that's pretty bizarre.
18:12:50 <kipple> http://www.rpi.edu/~bindej/hs.html
18:13:16 <kipple> the spec is a reather funny read :)
18:19:57 <GregorR-L> LOL
18:20:06 <GregorR-L> "In Homespring, the null program is not quine."
18:20:11 <GregorR-L> As the output to a null program X-D
18:21:23 <kipple> "... This allows you to avoid worrying about program style and focus on what programming is really about, the reproductive behavior of salmon" :D
18:23:21 <GregorR-L> :-P
18:41:37 -!- Keymaker has quit (Read error: 110 (Connection timed out)).
19:07:12 -!- Deanalator has joined.
19:07:52 * Deanalator dances
19:07:55 -!- Deanalator has left (?).
19:08:24 <kipple> :D
19:14:07 <GregorR-L> Hmm
19:16:43 <GregorR-L> A 2D programming language where you draw a stack, then physically move data above it and drop it in :-P
19:16:59 <GregorR-L> So you have to navigate your program pointer above the stack, then do a "drop" operation
19:17:01 <pgimeno> hi
19:17:07 <GregorR-L> Hola pgimeno
19:17:15 <pgimeno> hola :)
19:17:17 <GregorR-L> Want to tell me where/how/when/what/why to upload my page?
19:17:31 <GregorR-L> Minus, umm why and what.
19:17:46 <pgimeno> I'll do for you, just tell me where to get it from.
19:18:06 <GregorR-L> Okiday
19:18:57 <kipple> what's wrong with where it is now?
19:18:59 <pgimeno> Sorry, that's what I can offer...
19:19:03 <kipple> (befunge.org)
19:19:31 <pgimeno> kipple: see www.cats-eye.com
19:19:57 <GregorR-L> Hmmmmmmmmmmmmmmmmmmmmmmmmm
19:19:59 <kipple> huh? I don't get it?
19:20:15 <GregorR-L> On one hand, I have no guaranteed uptime, etc.
19:20:25 <GregorR-L> On the other hand, I have no FTP or SFTP.
19:21:10 <pgimeno> or see http://cats-eye.mb.ca
19:21:17 <pgimeno> was it that one?
19:21:23 <kipple> did you mean : http://catseye.mine.nu:8080/
19:21:53 <pgimeno> my point is: after some time, domains are abandoned... there are some cases in which the content is also lost
19:22:02 <kipple> very true
19:22:05 <pgimeno> (like Ben Olmstead's Malbolge pages)
19:22:20 <pgimeno> fortunately they are in the Wayback Machine but how long?
19:22:23 <kipple> and a big problem for us esoholics...
19:22:28 <pgimeno> yeah
19:22:29 <pgimeno> :)
19:22:51 <pgimeno> I'm Pedro Gimeno and I'm esoholic
19:22:57 <GregorR-L> lol
19:22:59 <kipple> which is why Wikipedia is so nice (as long as people don't delete )
19:23:20 <pgimeno> Wikipedia is not the place for keeping the esolangs, IMO
19:23:31 <GregorR-L> Agreed
19:23:41 <kipple> agreed. but I haven't seen a good alternative
19:23:47 <pgimeno> yeah, that's the point
19:23:54 <pgimeno> now calamari has set up an esowiki
19:23:58 <GregorR-L> The alternative is to always host in several places.
19:24:05 <kipple> ah, yes
19:24:06 <pgimeno> yes, that's one
19:24:13 <kipple> graue has also set up a wiki
19:24:23 <pgimeno> I don't know graue
19:24:39 <kipple> me neither, but he was here some weeks ago and talked about it
19:24:52 <kipple> http://esoteric.voxelperfect.net/wiki/Main_Page
19:24:56 <kipple> where is the other wiki
19:25:30 <kipple> the problem with these wiki's is that thay may disappear at any time (which is unlikely with wikipedia)
19:25:31 <pgimeno> http://esowiki.kidsquid.com
19:25:58 <pgimeno> (redirector)
19:26:04 <pgimeno> yeah, I agree
19:26:08 <kipple> that one is much better
19:26:19 <pgimeno> but then we can't abuse it just for that reason either
19:26:29 <kipple> true
19:27:12 <kipple> ideally we should have some mirroring system of esolang pages. especially specifications
19:27:52 <pgimeno> I talked to calamari on the subject, he says he plans on keeping the domain for long
19:27:59 <pgimeno> that'd be an excellent idea
19:28:17 <GregorR-L> pgimeno: Do you want to have a copy of all the code, etc, as well?
19:28:20 <kipple> yes, but we can't really know taht...
19:28:45 <pgimeno> GregorR-L: yes, I'd like to
19:28:46 <kipple> I also plan to keep my domain for life, but who can really tell...
19:28:59 * pgimeno pages fizzie
19:29:18 <pgimeno> yeah
19:29:40 <pgimeno> my domain is from a company, it can be moved but never deleted
19:30:22 <kipple> and what if the company goes under? or changes it's name?
19:30:50 <kipple> we should make our own Way Back Machine to archive esoteric pages....
19:30:51 <pgimeno> yeah, that may happen; in that case the links can become obsolete but the web will keep being maintained
19:31:00 <pgimeno> I keep a copy of everything I upload
19:31:25 <fizzie> I am not planning to get rid of befunge.org ever, but obviously I can't know what'll happen.
19:31:50 <pgimeno> fizzie, ok... will it always be your machine?
19:32:31 <pgimeno> home PCs are subject to HD crashes, for example
19:32:40 <kipple> yeah
19:32:58 <pgimeno> and who cares about backups today anyway?
19:33:04 <kipple> my server did last week, but it seems to have recovered perfectly....
19:33:21 <pgimeno> oh, you were lucky kipple
19:33:47 <kipple> but the big problem isn't crashes and backups. it's people loosing interest, and discontinuing their web site
19:34:10 <kipple> yeah, I was :D
19:34:33 <pgimeno> yeah, interest in esolangs tends to happen especially among young people
19:35:06 <GregorR-L> Who then spend their entire life trying to deny it ;)
19:35:23 <kipple> it does? I have no idea of the ages of people involved in esolags (except that I know several go to school currently)
19:35:24 <fizzie> I'll probably do raid-1 mirroring on the next box, but anyway. I guess if I ever get tired of hosting befunge.org (or keeping a web server at home), I'll try to consider some alternative arrangements.
19:35:24 <pgimeno> hehe
19:36:21 <pgimeno> well, in some cases (e.g. Olmstead's) they are hosted in the univ or school and disappear when they leave
19:36:41 <pgimeno> that's just a guess on my side, kipple
19:37:12 <pgimeno> fizzie, that's good to know
19:37:26 <GregorR-L> http://www.befunge.org/fyb/GregorR.zip
19:38:14 <pgimeno> cool, got it
19:38:39 <GregorR-L> fizzie: BTW, befunge.org seems to be weirding my line breaks for some reason.
19:38:50 <fizzie> The physical location of this server is likely to change quite much. (I'm probably moving few blocks further that road) in August, and there's an upper limit of 5/6 years (of which I've used 2) for these student apartments anyway.)
19:39:07 <fizzie> There's a spurious ) on the above line.
19:39:36 <pgimeno> so it will be intermittent for some time
19:39:43 <pgimeno> intermittently online, I mean
19:39:58 <fizzie> Well, yes. Downtimes shouldn't be longer than few hours, though.
19:40:06 <fizzie> I mean, I need my IRC.
19:40:08 <pgimeno> oh that's bearable
19:40:10 <pgimeno> hehehe
19:40:28 <pgimeno> I'm fizzie and I'm an IRCoholic
19:41:09 <GregorR-L> pgimeno: Do you have a domain or subdomain for that site, btw?
19:41:30 <pgimeno> GregorR-L: no, sorry, that's the problem I mentioned about the long URL
19:41:47 <pgimeno> all I can do is set up a redirector when I have one
19:41:59 <GregorR-L> Do you want *.codu.org ?
19:42:07 <GregorR-L> I own that domain name, but the hosting is lame >_>
19:42:18 <pgimeno> what's wrong with it?
19:42:18 <GregorR-L> Redirects aren't an issue though.
19:42:34 <GregorR-L> Very small amount of space, low bandwidth, intermittent issues.
19:42:56 <pgimeno> uhm, yeah, sounds a bit lame
19:42:59 <GregorR-L> Costs $1/mo though 8-D
19:43:11 <GregorR-L> Gregor is cheap!
19:43:16 <pgimeno> :)
19:43:23 <GregorR-L> But anyway, that's the web host, not the domain host.
19:43:29 <GregorR-L> So if you want a redirect, I can set it up.
19:44:00 <pgimeno> my problem with redirection is that I have to do it myself
19:44:28 <GregorR-L> Hmm, your URL changes?
19:44:32 <pgimeno> I don't have/know software for that except Apache but installing Apache sounds like too much overhead
19:45:03 <pgimeno> see e.g. http://www.formauri.com/personal/pgimeno/ <- that's a redirector I have but it can only cope with www.formauri.com
19:45:28 <pgimeno> what do you mean whether my URL changes?
19:45:33 <GregorR-L> I can set up *.codu.org to forward wherever you want.
19:45:41 <GregorR-L> Sorry, I was being confused ;)
19:45:51 <GregorR-L> So do you want a subdomain?
19:45:54 <fizzie> Between ~17.7. - 16.8. me and befunge.org will both be out of this place I'm living in now, because half of the apartment buildings here are being leased/something to this "IAAF World Championships in Athletics 2005" event. I've arranged a temporary location for the box, though, and hope I'll get to move to the next semi-permanent (at-least-a-year) place at the beginning of August.
19:46:57 <pgimeno> fizzie: ok, in any case I think you'll agree that it sounds a bit unstable for a permanent esolang page...
19:47:37 * GregorR-L just sets up pgimeno.codu.org :-P
19:47:53 <pgimeno> GregorR-L: back to the subdomain... you'll probably want to set up gregorr.codu.org or what you want
19:47:56 <fizzie> Well, yes. I don't have any cheap high-quality hosting available, though, otherwise I'd point gehennom.org there.
19:48:11 <fizzie> Er, befunge.org.
19:48:20 <fizzie> Heh, mixing up my domains already.
19:48:55 <pgimeno> there are some free hostings around but they're full of advertisements
19:49:05 <GregorR-L> I've gtg now.
19:49:08 <pgimeno> oh
19:49:12 <GregorR-L> See you all later.
19:49:13 -!- GregorR-L has quit ("Leaving").
19:49:41 <pgimeno> hm, I'll discuss the subdomain later
19:50:16 <pgimeno> there's funpic.org for example, unlimited space and php + mysql
19:51:31 <pgimeno> but personally I hate pages full of ads
19:51:34 <fizzie> Mm-hmm. I've sometimes considered buying some quality hosting space. A local-ish provider (nebula.fi) has this (1GB of space, php+stuff, 25GB/month traffic recommendation) service that'd be 15eur/month, but since I don't have any content to host, I probably won't do that until I have a Real Job or something.
19:52:16 <pgimeno> oh, yeah, that's a problem :)
19:52:42 <fizzie> I have a local outgoing traffic limit of 14GB/month here, too, but esoteric language sites aren't exactly generating huge amounts of traffic. At least until someone slashdots them. :p
19:53:08 <pgimeno> (phone call=
19:53:09 <pgimeno> )
19:53:25 <fizzie> Oh, whoops, actually it's 14GB/week, not /month.
19:54:40 <fizzie> (And my web-serving IP has sent out 508498033 bytes during the last 7 days, so I'm not exactly very close to the limit yet.)
19:56:04 <pgimeno> I'm paying for this hosting, but I'm afraid of using MySQL (e.g. wiki or stuff) because if I move to another ISP the database won't be moved
19:56:31 <pgimeno> well, I can back it up and stuff but I don't like that idea much
19:57:42 <fizzie> Do they let you take an SQL dump of the db? That's relatively portable.
19:59:00 <pgimeno> I think so, problem is if it crashes or for some reason I can't take a chance of backing it up before the content is lost/deleted
20:01:14 <fizzie> Mmm-hmm. (I'm really waiting for postgresql 8 to get debianized, it features an online hot-backup thing. I have a database table of 9.5 million rows that can't be replaced. I periodically burn a DVD of it, but it's always such a major operation.)
20:02:04 <pgimeno> hum, sounds good, I wasn't aware of latest pgsql advances
20:03:30 <pgimeno> anyway, manual handling of the contents is the only way I plan to handle what I host, no wiki or stuff (that's why I asked GregorR for the files to post)
20:03:55 <pgimeno> oh damn, he uses absolute URLs instead of relative links
20:05:49 <pgimeno> ah, no, I'm wrong
20:11:31 <fizzie> Heh, another planned service break affecting befunge.org at "16.5.2005 klo 17.00-18.30". FUNET has a borken router, it seems.
20:12:08 <pgimeno> what is FUNET? I've used many times ftp.funet.fi but don't know what it is
20:13:48 <fizzie> Finnish University [something-or-other] NETwork. Part of NORDUNET.
20:14:03 <pgimeno> oh, I see
20:14:06 <fizzie> "Finnish University and Research Network", apparently.
20:14:23 <fizzie> I'm not sure where the R has gone.
20:14:39 <fizzie> Maybe they didn't like the sound of "FurNet".
20:15:34 -!- Kmkr has joined.
20:15:39 <Kmkr> back
20:15:43 <pgimeno> hi Kmkr
20:15:44 <Kmkr> took a while
20:15:46 <Kmkr> hello
20:15:50 -!- Kmkr has changed nick to Keymaker.
20:15:52 <Keymaker> it's me.
20:15:54 <Keymaker> :)
20:16:05 <pgimeno> yeah, I recognized you at first :)
20:16:10 <Keymaker> heh
20:16:28 <fizzie> Ehlo.
20:16:58 <Keymaker> hi
20:17:00 <pgimeno> wow, an ESMTP salute, cool
20:17:00 <Keymaker> lol
20:17:07 <Keymaker> :)
20:17:10 <Keymaker> "furnet"
20:17:11 <Keymaker> lol
20:17:16 <Keymaker> that'd be good
20:17:46 <Keymaker> btw, where you have that big database fizzie?
20:17:58 <Keymaker> i mean what its purpose
20:18:14 <Keymaker> *what is
20:18:15 <fizzie> Er... I'd rather not say. It's a bit stupid. More than a bit, actually.
20:18:28 <Keymaker> :)
20:18:33 <fizzie> #esoteric/2003-01.log:[2003-01-05 15:47:17] < fizzie> EHLO fizzie
20:18:33 <fizzie> #esoteric/2003-01.log:[2003-01-05 16:25:29] < fizzie> I was kind of waiting for the EHLO answer, whether he supports 8BITMIME and so on.
20:18:40 <fizzie> I've done the esmpt greeting here earlier.
20:18:46 <fizzie> s/pt/tp/
20:19:28 <pgimeno> is that the content of your database? irc logs? ;)
20:19:49 <Keymaker> :)
20:19:57 <fizzie> No, no, I only have ~half a gig of those.
20:20:04 <Keymaker> lol
20:20:05 <fizzie> And they're stored as flat-files, not in a db.
20:20:10 <Keymaker> something to read..
20:20:14 -!- Xin_ has quit (Read error: 145 (Connection timed out)).
20:20:34 <Keymaker> GregorR: nice idea about that 2D language where you actually need to collect stuff from the stack
20:20:43 <Keymaker> "physically"
20:21:19 <fizzie> 580M of irclogs in non-bzip2-tarballed directories.
20:22:59 <fizzie> Oh well, the "database" is in http://darkhive.gehennom.org/ (I wouldn't normally mention the URL, but since it's only readable for Finnish-speaking people...)
20:24:18 <Keymaker> ah. it's this :)
20:24:36 <Keymaker> you mentioned it long ago
20:24:56 <fizzie> Possibly. I've been writing new statistics graphs for the stats/ thing lately.
20:25:14 <Keymaker> ok
20:25:59 <fizzie> Admittedly a catastrophic database failure of _that_ material might be just a good thing.
20:26:14 <Keymaker> :)
20:27:49 <Keymaker> ah, finally i found that one track from my harddrive..
20:28:01 <Keymaker> i should convert more of my cds to mp3
20:28:17 <Keymaker> (and to note, i don't share a bit.)
20:28:30 <Keymaker> (i hate file sharing)
20:28:42 <pgimeno> sorry, phone again
20:28:51 <kipple> I recently ripped my CD collection. glad to be finished :)
20:29:02 <Keymaker> :)
20:29:25 <Keymaker> i have a big bunch of german trance :p
20:29:31 <Keymaker> (and techno)
20:29:43 <Keymaker> (the only music they sell so cheaply ;))
20:30:35 <kipple> heh. not much of that in my shelf :)
20:30:55 <Keymaker> what kind of music you like?
20:30:59 <kipple> mostly Rock
20:31:28 <kipple> Pink Floyd, Pixies, R.E.M., Mars Volta, Radiohead, PJ Harvey etc.....
20:32:09 <Keymaker> i see. (although don't know much about their music)
20:32:21 <kipple> gotta spend some time away from the computer now. Later.
20:32:25 <Keymaker> ok
20:32:27 <Keymaker> have fun
20:40:35 <pgimeno> fizzie: excuse me but the link you gave sounds to me basically like this one: http://pikachize.eye-of-newt.com/pika.cgi?url=http%3A%2F%2Fwww.formauri.es%2F
20:48:54 <fizzie> Yes, well... ours is a rather silly little language.
20:49:21 <pgimeno> silly? why?
20:49:50 <fizzie> Oh, I just assume it sounds silly to non-speakers.
20:50:38 <fizzie> I mean, "entgegengegangen" sounds silly to me, but I'm sure it sounds reasonable and sensible for any possible *.de people here.
20:50:40 <Keymaker> it is silly for speakers as well :p
20:50:57 <Keymaker> lol
20:51:45 <Keymaker> hmmm
20:52:06 <Keymaker> i got an idea that maybe esolangs need somekind of creature as well
20:52:15 <Keymaker> like there is that tux penguin
20:52:24 <Keymaker> and that gnu gnu
20:52:38 <Keymaker> what about something esoteric animal?
20:53:46 <Keymaker> (like some cute virus :))
20:54:04 <Keymaker> nah
20:54:07 <Keymaker> something nice
20:54:44 <fizzie> Hm. I'm not sure what would be the most esoteric animal.
20:55:13 <fizzie> Perhaps a platypus.
20:56:04 <pgimeno> well, the pgimeno is a rather esoteric animal
20:57:21 <Keymaker> :D
20:57:54 <Keymaker> hmmm
20:58:00 <Keymaker> that platypus seems fun and cute
20:58:04 <fizzie> There's a platypus on the cover of my "Object-Oriented Programming" book.
20:58:24 <Keymaker> :)
20:58:25 <Keymaker> why?
20:58:43 <fizzie> I think its author (Timothy Budd) has a habit of adding one to each of his books.
20:59:03 <Keymaker> :D
20:59:38 <Keymaker> hmm. i could attempt drawing it tomorrow.
20:59:44 <Keymaker> (notice i suck at drawing!)
21:01:07 <fizzie> The platypus's name is Phyl.
21:01:16 <Keymaker> ok
21:01:21 <Keymaker> (in those books?)
21:01:39 <fizzie> Yes.
21:01:42 <Keymaker> ok
21:02:14 <Keymaker> anyways, imho it might be fun to have some animal as esolang mascot
21:02:27 <fizzie> In this one he uses it to demonstrate an exception where a child class overrides behaviour it inherits. It's a mammal, yet it lays eggs.
21:02:40 <Keymaker> :)
21:02:48 <Keymaker> hmm that's rather interesting
21:04:01 <fizzie> I don't like the book too much, but I guess that's not Phyl's fault.
21:06:32 <Keymaker> yeah
21:08:19 <Keymaker> well. i'll get to sleep
21:08:38 <Keymaker> good nite
21:08:41 <fizzie> Night.
21:08:42 -!- Keymaker has quit ("Freedom!").
21:09:18 <pgimeno> I need to leave now too, see you tomorrow
21:09:47 <pgimeno> oh, for GregorR: http://www.formauri.es/personal/GregorR/
21:10:09 <pgimeno> some details have still to be pinned down but it's there already
21:10:25 <pgimeno> bye
21:37:13 <lament> Taaus: http://helios.et.put.poznan.pl/%7Edzieciol/fx/Adam_Fulara-Goldberg_no_1.avi
22:11:12 -!- puzzlet has quit (Read error: 113 (No route to host)).
23:48:55 <Taaus> lament: Oh. My. God... That's amazing!
23:49:10 <lament> no kidding
23:49:20 <lament> looks way harder than piano
23:49:36 <Taaus> Yep.
23:50:08 <lament> i bet it isn't :)
23:50:39 <Taaus> Hehe... Well... Learn to play it on the guitar! :)
23:51:13 <lament> no way
23:51:21 <lament> i don't have a guitar like that :)
23:52:06 <Taaus> Build one! :P
23:52:17 <Taaus> Just tape two guitars together. ;)
23:52:47 <lament> no.
23:52:53 <lament> i can't play that on piano anyway :)
23:53:16 <Taaus> Oop. I gotta go. Thanks for the link... I'll have to look at that movie a dozen times.
←2005-05-11 2005-05-12 2005-05-13→ ↑2005 ↑all