←2008-03-26 2008-03-27 2008-03-28→ ↑2008 ↑all
00:08:53 -!- olsner has quit ("Leaving").
00:09:33 <slereah_> What's a good introduction on electronics for computing purpose?
00:15:22 <oklopol> why not do like me and just know everything without explicitly learning it?
00:17:06 <slereah_> I tried, but I can't find the shoes.
00:19:41 <oklopol> i just use whatever gonkers you can fimble your mendelas on
00:19:48 <oklopol> *-i
00:26:37 -!- timotiis has quit ("leaving").
00:46:00 * slereah_ tries to whip up a Jot interpreter.
00:53:07 <slereah_> Nice thing is, it's regular!
00:53:21 <slereah_> I can get rid of most of the checking in Lazy Bird to build it
01:24:32 <slereah_> Butts. It no works.
01:35:01 <slereah_> Oh dick. It was a misplaced `
01:36:08 <slereah_> And now it works perfectly.
01:36:46 <slereah_> Or does it.
01:36:56 <slereah_> the advertised "non-terminating program" terminates.
01:38:05 <slereah_> And the 100 for i gives me k
01:40:25 <slereah_> Wait, is 100 actually supposed to be i
01:40:29 <slereah_> I think that's zot.
01:52:48 -!- sebbu has quit ("@+").
02:13:02 -!- Sgeo has joined.
03:41:56 -!- Judofyr has quit (Read error: 104 (Connection reset by peer)).
03:42:33 -!- Judofyr has joined.
03:46:10 <slereah_> Hm.
03:46:37 <slereah_> apparently, the 1[A][B] for `AB only works for the combinators 11100 11111000
03:46:45 <slereah_> k is also 00, but 10000 isn't `kk
03:51:22 <slereah_> Is the Jot guy still available on his email adress?
04:09:18 -!- GreaseMonkey has joined.
04:41:22 -!- Tritonio_ has quit (Remote closed the connection).
04:44:52 -!- Tritonio_ has joined.
04:47:32 -!- Sgeo has quit (Remote closed the connection).
06:47:01 -!- Judofyr has quit (Read error: 104 (Connection reset by peer)).
06:47:26 -!- Judofyr has joined.
07:59:59 -!- clog has quit (ended).
08:00:00 -!- clog has joined.
09:54:40 -!- GreaseMonkey has quit ("Read error: 110 (Connection chickened out)").
10:53:06 -!- oklopol has quit (Read error: 113 (No route to host)).
11:11:40 -!- Judofyr has quit (Read error: 104 (Connection reset by peer)).
11:12:11 -!- Judofyr has joined.
11:20:13 -!- puzzlet has quit (Remote closed the connection).
11:20:20 -!- puzzlet has joined.
11:32:36 -!- Judofyr has quit (Read error: 104 (Connection reset by peer)).
11:33:12 -!- Judofyr has joined.
11:39:16 -!- puzzlet_ has joined.
11:39:16 -!- puzzlet has quit (Remote closed the connection).
13:25:58 -!- okopol has joined.
14:03:13 -!- oklopol has joined.
14:04:41 -!- okopol has quit (Connection reset by peer).
14:06:29 -!- Tritonio_ has quit (Remote closed the connection).
14:13:59 -!- jix has joined.
14:21:02 <Deewiant> O_ooo
14:21:03 <Deewiant> http://cubonegro.orgfree.com/sponge/sponge.html
14:34:35 <Deewiant> heh, generates about 6500 bytes to calculate the factorial of 5
14:41:27 <oklopol> 456**
14:41:27 <oklopol> !
14:41:34 * oklopol pwnd it
14:41:46 <Deewiant> ba*
14:41:51 <Deewiant> ca* that is
14:42:02 <Deewiant> shorter :-P
14:42:25 <oklopol> darn :D
14:43:20 <Deewiant> AnMaster: if you want to do benchmarking, this generates some /slow/ code :-P
14:43:50 <Deewiant> getting the 8th fibonacci number took about as many seconds
14:44:10 <Deewiant> over 10KB of code :-)
14:55:28 -!- Tritonio_ has joined.
15:06:17 <AnMaster> Deewiant, where?
15:06:50 <AnMaster> ah
15:06:53 <Deewiant> AnMaster: about 10 lines up
15:06:57 <AnMaster> Deewiant, yes work is slow on cfunge atm
15:07:01 <AnMaster> I got a really nasty cold
15:07:07 <AnMaster> so spend most time in bed atm
15:07:09 <AnMaster> :(
15:07:27 <AnMaster> note I can't code scheme btw
15:07:33 <Deewiant> you worried that I'm secretly rewriting CCBI in Fortran to speed it up? ;-P
15:07:40 <AnMaster> harhar
15:07:45 <AnMaster> nah not really
15:08:06 <Deewiant> and that comes with some scheme samples, like the factorial, which it compiles by default
15:08:20 <Deewiant> so you can just use that if you're interested
15:08:27 <AnMaster> how do I run it?
15:08:47 <Deewiant> get a common lisp compiler/interpreter and run it on the source
15:08:58 <AnMaster> Deewiant, err did you say scheme or lisp?
15:09:03 <Deewiant> at the bottom of the file under "tests" are what it compiles
15:09:12 <Deewiant> AnMaster: it's written in common lisp
15:09:24 <AnMaster> ok, why not scheme, to make it self hosting ;)
15:09:38 <Deewiant> it'd be too limited for that, anyway :-P
15:09:43 <Deewiant> but I don't know.
15:10:11 <AnMaster> Deewiant, would sbcl work?
15:10:18 <AnMaster> I think it was installed by maxima
15:10:24 <AnMaster> as a dep of maxima I mean
15:10:24 <Deewiant> I don't know, try it :-P
15:11:04 <AnMaster> err it outputs stuff like:
15:11:04 <AnMaster> (LAMBDA (G2998)
15:11:05 <AnMaster> ((LAMBDA (G2998)
15:11:05 <AnMaster> (G2998
15:11:05 <AnMaster> (LAMBDA (G2998 N)
15:11:10 <AnMaster> ???
15:11:20 <Deewiant> don't know what that's about
15:11:25 <Deewiant> might be debugging stuff or something
15:11:32 <Deewiant> the program is in out.bf
15:12:12 <AnMaster> $ ./cfunge scheme/out.bf
15:12:12 <AnMaster> 120
15:12:13 <AnMaster> hm?
15:12:15 <AnMaster> that's all?
15:12:21 <Deewiant> factorial of 5
15:12:21 <Deewiant> :-)
15:12:31 <Deewiant> that's the program it compiles by default
15:12:34 <AnMaster> tool like half a second
15:12:38 <AnMaster> or less
15:12:38 <Deewiant> yep :-)
15:12:45 <AnMaster> not optimized build
15:13:01 <Deewiant> try fibonacci
15:13:45 <AnMaster> *** - (NOT "unbound variable") must evaluate to a non-NIL value.
15:13:46 <AnMaster> mhm?
15:13:59 <Deewiant> compile error?
15:14:02 <Deewiant> I don't know lisp myself
15:14:10 <AnMaster> what one is fibonacci
15:14:19 <Deewiant> there's not one there, I'm pasting it
15:14:28 <Deewiant> http://lisp.paste.f-box.org/43
15:14:28 <AnMaster> k
15:14:37 <AnMaster> yet another pastebin
15:14:46 <AnMaster> running the same old software
15:16:02 <AnMaster> Deewiant, ok took about 2 seconds to run
15:16:12 <AnMaster> and the code look badly optimized btw
15:16:16 <Deewiant> yep, see if you can speed that up
15:16:21 <Deewiant> if you're interested
15:16:29 <AnMaster> I don't know lisp
15:16:36 <Deewiant> not the point
15:16:45 <Deewiant> profile CFunge and see if there are any bottlenecks
15:16:52 <Deewiant> or if it's still just the same old funge-space
15:16:56 <AnMaster> well I mean the befunge code looks unoptimized
15:16:59 <AnMaster> but indeed I will
15:17:15 <Deewiant> of course it is, it's auto-generated from a much higher level language :-)
15:17:20 <Deewiant> and poorly ;-)
15:17:49 -!- oklopol has quit (Connection timed out).
15:19:12 -!- okopol has joined.
15:20:38 <AnMaster> Deewiant, yes still funge-space
15:20:51 <AnMaster> one thing however
15:20:58 <AnMaster> fungeSpaceInRange hmmm
15:21:06 <AnMaster> it does a lot of wrapping *looks at code*?
15:21:14 <Deewiant> looks like it, yes
15:21:17 <AnMaster> oh yes it does
15:22:06 <AnMaster> hm hash function got a bit of time too *tries another one*
15:23:03 -!- RedDak has joined.
15:23:43 <AnMaster> Deewiant, also the main execute instruction doesn't look too good
15:26:51 <AnMaster> Deewiant, in total most time is spent in hash lookup indeed, but per call it is most in ExecuteInstruction
15:26:53 <AnMaster> hm
15:28:14 <AnMaster> Deewiant, how long does CCBI take?
15:29:32 <Deewiant> about 9.7 seconds on windows here
15:29:35 <Deewiant> for that fibo
15:30:14 <AnMaster> cfunge does take about 2 seconds on it :)
15:30:19 * AnMaster looks for the ccbi binary
15:30:31 <Deewiant> but of course we're on different machines so the numbers mean little :-P
15:30:39 <Deewiant> plus I've got about 20% background CPU usage anyway
15:30:55 <AnMaster> real 0m8.182s
15:30:56 <AnMaster> yeah
15:31:06 <AnMaster> that's from ccbi
15:31:33 <AnMaster> <q$>04a*4+21g01g:3+01p11p11g2+1p11g1+1p11g0+1p11g04a*3+21g01g:3+01p11p11g2+1p11g1+1p11g0+1p11g:31p2+1g01g:2+01p11p11g1+1p11g0+1p11g21p31g1+1g>#x;# \-+5*a+3*a+4*a20-0+2;#
15:31:39 <AnMaster> still I wonder wtf it is doing
15:32:48 -!- jix has quit ("This computer has gone to sleep").
15:33:44 <AnMaster> Deewiant, I think I seen a pretty fast version of fibo in funge somewhere
15:35:05 <Deewiant> AnMaster: it converted ordinary functional code to CPS
15:35:13 <AnMaster> CPS?
15:35:23 <Deewiant> which, in itself, suggests to me that the result will be complicated, let alone in befunge :-P
15:35:26 <Deewiant> continuation-passing style
15:35:32 <AnMaster> ah
15:35:43 <AnMaster> it uses x a lot I see btw
15:36:24 <AnMaster> yeah befunge doesn't fit for functional programming
15:36:49 <Deewiant> s/functional // ;-)
15:38:02 <AnMaster> for example it doesn't use a-f
15:38:03 <AnMaster> hm
15:39:19 <AnMaster> oh wait it does
15:39:21 <AnMaster> but not often
15:44:52 <SimonRC> I think more inlining would help cut down the x usage
15:47:25 <AnMaster> SimonRC, hum?
15:48:01 <AnMaster> SimonRC, x isn't such a large problem
15:48:05 <AnMaster> other things are worse
15:48:08 <AnMaster> way worse
15:49:38 <AnMaster> hm
15:50:07 <AnMaster> Deewiant, for that program keeping track of two bounding boxes of funge space would help
15:50:12 <AnMaster> because first there is a huge line and then a lot of short ones that wrap
15:50:30 <AnMaster> however I got no idea how to detect it from code
15:50:30 <Deewiant> by all means implement some kind of dynamic partitioning :-)
15:50:40 <AnMaster> Deewiant, I don't know how heh
15:50:57 <AnMaster> but wrapping was quite near the top in that program
15:51:06 <AnMaster> Deewiant, still I beat CCBI ;P
15:51:12 <Deewiant> no surprises there :-P
15:51:20 <SimonRC> ah!
15:51:22 <SimonRC> I know..
15:51:28 <AnMaster> SimonRC, ?
15:51:39 <SimonRC> you could partition space into 32*32 blocks
15:51:54 <AnMaster> hm?
15:52:16 <SimonRC> then for each block, store a bitmap for rows and columns, to say whether there is anything in it...
15:52:21 <AnMaster> still hash function for hash table of fungespace is *worse*
15:52:32 <SimonRC> then you can check 32 cells for code with a simple bit operation
15:53:10 <SimonRC> my optimisation will catch the common case of wrapping when going <v>^
15:53:18 <AnMaster> for cardinal wrapping there could exist one trick
15:53:32 <AnMaster> keep a line length of each line
15:53:59 <SimonRC> AnMaster: mine is a slightly more advanced version of that.
15:54:29 <Deewiant> AnMaster: that's what I originally considered but decided to keep things simple and just kept one big box
15:54:40 <AnMaster> actually just fixing cardinal wrapping to not use the slow backtrack method used for non-cardinal
15:55:00 <AnMaster> the simplified wrapping is atm disabled due to causing an error in mycology
15:55:10 <AnMaster> a infinite loop on string across wrap
15:55:13 <AnMaster> an*
15:55:27 * AnMaster goes to try to find what is wrong in that code
15:56:16 <SimonRC> another idea is to store for each instruction the closest and furthest instruction in each direction
15:56:32 <SimonRC> that could be done lazily
15:56:48 <SimonRC> so the code turns itself into a linked list
15:57:03 <SimonRC> but you would have to handle the insertion of new instructions somehow...
15:58:04 <AnMaster> yes that is one thing, the other issue is with fetching instructions
15:58:19 <AnMaster> need to store a struct instead of just a int into the hash table
16:09:06 <okopol> oh god....
16:09:15 <okopol> oklotalk's continuation system == the J operator xD
16:09:25 <okopol> okay, i've invented another old invention
16:09:27 <okopol> lolz
16:09:27 <okopol> ->
16:11:42 <AnMaster> UNDEF: the empty string wrapped around the edge of space >0a-6cf*+p v>1> \v vv v\ >1>v
16:11:44 <AnMaster> Deewiant, hehehe ^
16:12:13 <SimonRC> hey. that is a point
16:12:33 <SimonRC> with threads, it is possible for an IP to end up trying to traverse a completely empty line
16:12:58 <AnMaster> SimonRC, hm? or with J of SUBR fingerprint
16:13:04 <AnMaster> and possible a few more
16:13:14 <AnMaster> SimonRC, and it is possible even without threads
16:13:18 <SimonRC> what happens then?
16:13:24 <AnMaster> I have seen a program that manage to self destructs itself
16:13:32 <AnMaster> SimonRC, infinite loop possibly
16:13:39 <SimonRC> huh? where?
16:13:43 <AnMaster> err?
16:13:47 <AnMaster> <SimonRC> with threads, it is possible for an IP to end up trying to traverse a completely empty line
16:13:52 <AnMaster> well depends on interpreter
16:13:59 <AnMaster> logically it should be an infinite loop
16:14:07 <AnMaster> wrapping and doing nothing
16:14:25 <AnMaster> as space take no ticks it would lock up any other IP too
16:14:58 <AnMaster> http://quote-egnufeb-quote-greaterthan-colon-hash-comma-underscore-at.info/befunge/
16:14:59 <AnMaster> is where
16:15:11 <AnMaster> "Suicide programs"
16:15:24 <SimonRC> oh wow, nice domain name
16:15:29 <AnMaster> yeah
16:16:27 <SimonRC> ah, I just remembered that you can wrap to get the last few instructions to die
16:17:28 <Deewiant> heh, suicide programs
16:23:49 -!- jix has joined.
16:24:11 -!- jix has quit (Remote closed the connection).
16:24:36 -!- jix has joined.
16:26:04 -!- Tritonio_ has quit (Remote closed the connection).
17:05:34 -!- Tritonio_ has joined.
17:07:21 -!- atsampso1 has quit ("electricity meter change").
17:19:54 -!- RedDak has quit ("Killed (NickServ (Comando GHOST usato da DIO))").
17:22:25 -!- ehird has joined.
17:22:51 -!- ehird has quit (Remote closed the connection).
17:25:20 -!- timotiis has joined.
17:25:36 -!- slereah__ has joined.
17:27:15 -!- slereah_ has quit (Read error: 104 (Connection reset by peer)).
17:34:15 -!- okopol has quit (Read error: 110 (Connection timed out)).
17:37:57 -!- atsampson has joined.
17:41:24 -!- ehird has joined.
17:41:56 <ehird> I haev 5.3 hearts.
17:42:39 <AnMaster> ehird, err?
17:42:42 <slereah__> Are you a Space Marine or a Mario brother?
17:42:54 <AnMaster> slereah__, what is a space marine?
17:42:56 <marshmallows> yay ehird
17:43:09 <marshmallows> http://rosettacode.org/wiki/Amb
17:43:25 <slereah__> A marine. In space.
17:43:32 <marshmallows> made that page based on the amb stuff
17:43:33 <slereah__> The most famous example has two hearts.
17:43:56 <slereah__> Super Mario is a good example of a game that was given a plot after conception.
17:44:09 <slereah__> PLUMBERS. UP TO BATTLE EVIL TURTLES
17:44:43 <AnMaster> marshmallows, "The Amb operator takes some number of expressions (or values if that's simpler in the language) and nondeterministically yields the one"
17:44:49 <AnMaster> err that grammar is broken?
17:44:59 <marshmallows> AnMaster: probably.. I wrote it..
17:45:04 <marshmallows> You can fix it if you like
17:45:04 <AnMaster> "nondeterministically yields the one" <-- the one what?
17:45:12 <AnMaster> marshmallows, I got no clue what it is about
17:45:33 <AnMaster> slereah__, hehehehe
17:45:39 <AnMaster> slereah__, yeah XD
17:46:13 <slereah__> And we all know what happened when they tried to make a movie out of it!
17:46:23 <AnMaster> err they did?
17:46:28 <AnMaster> did they really try it?
17:46:31 <slereah__> Yes. They did.
17:46:32 <AnMaster> oh my
17:46:36 <AnMaster> failure I bet
17:46:36 <Deewiant> The operative word is 'try'.
17:46:37 <slereah__> Tried, and...
17:46:47 <slereah__> Well, not succeeded, but the movie did came out
17:46:54 <AnMaster> oh?
17:47:05 <slereah__> http://www.gamesetwatch.com/mariomovie2.jpg
17:47:18 <AnMaster> oh my
17:47:45 <AnMaster> when was that?
17:47:45 <slereah__> When your game is about plumbers to defeat evil reptiles, it's hard to scrap up enough plot for a movie
17:47:53 <slereah__> At least ten years ago
17:47:59 <slereah__> That's roughly when I saw it
17:48:07 <AnMaster> you did? poor you
17:48:10 <slereah__> 1993 sez Wikipedia
17:48:12 -!- okopol has joined.
17:48:41 <slereah__> "Although it boasted several big stars, the film was denounced by critics as "cheesy" and lacking any sort of coherent plot. "
17:48:50 <slereah__> Very much in the image of Super Mario itself
17:49:21 <ehird> AnMaster: amb(1,2,3) returns 1 2 or 3
17:49:28 <ehird> if you then do amb() later, it goes back and picks another
17:49:30 <ehird> so:
17:49:39 <ehird> int foo = amb(1,2,3); if (foo < 2) { amb(); }
17:49:40 <ehird> foo is 2
17:50:03 <marshmallows> or 3
17:50:04 <AnMaster> so it's like picking a card from a pack
17:50:14 <AnMaster> and not putting it back before next pick
17:50:14 <marshmallows> DFS is not specified
17:50:16 <AnMaster> ?
17:50:20 <ehird> marshmallows: your code free()s an argument, that's bad style
17:50:24 <ehird> marshmallows: yes
17:50:29 <ehird> AnMaster: well, foo is not 1
17:50:33 <ehird> it is 2 or 3
17:50:40 <AnMaster> ehird, ?
17:50:47 <ehird> basically, amb() means 'one of your previous amb()s were wrong, pick another'
17:50:49 <marshmallows> ugh yeah
17:50:57 <marshmallows> my code is wrong, thanks for pointing that out
17:51:00 <AnMaster> ah I see
17:51:07 <ehird> marshmallows: my pasted one was a LOT simpler..
17:51:16 <marshmallows> it didn't work though :P
17:51:35 <ehird> marshmallows: it did
17:51:35 <marshmallows> if you have a simpler one do just replace mine though
17:51:39 <ehird> mine worked
17:51:39 <AnMaster> ehird, so it is basically back tracking?
17:51:51 <marshmallows> well I had some verson of amb that didn't work at some point
17:52:12 <ehird> AnMaster: it is a backtracking operator
17:52:22 <AnMaster> and that iirc is quite slow?
17:52:30 <ehird> AnMaster: it's a theoretical construct.
17:52:37 <AnMaster> yeah
17:52:42 <ehird> not useful in practice, really, though i think you can implement prolog with just a few more things
17:52:49 <AnMaster> what does amb stand for?
17:52:55 <ehird> AnMaster: ambigious
17:52:58 <AnMaster> ah
17:54:32 <ehird> also
17:54:35 <ehird> the ruby amb is terrible, marshmallows
17:54:42 <ehird> http://www.randomhacks.net/articles/2005/10/11/amb-operator nicer
17:55:02 <ehird> also the scheme is ugly
17:58:02 <lament> scheme is ugly!
17:58:17 * slereah__ liek the way scheme looks :(
17:58:31 <slereah__> Unlike Haskell!
17:58:44 <AnMaster> C!
17:58:49 <AnMaster> and funge of course
17:59:10 <AnMaster> but for real languages C with correct indention (as in the way I like it) is the beauty itself ;P
17:59:12 * AnMaster runs
17:59:20 <AnMaster> real as in non-esoteric
17:59:38 <slereah__> Does MACHINE CODE count as real? :o
17:59:53 <lament> so i propose that we do get logged by irseek
18:00:06 <slereah__> Sure, why not.
18:00:07 <lament> just consider http://www.irseek.com/result.php?keywords=brainfuck
18:00:32 <slereah__> <ironfroggy>:brainfuck is not a sane language.
18:00:36 <slereah__> Haet crime!
18:00:39 <lament> the key advantage over ircbrowse is that ircbrowse is for people who already know that #esoteric exists
18:00:50 <lament> and in irseek, you search by keyword
18:00:56 <lament> so new people could find us that way
18:02:04 <ehird> lament: irseek is corporate jib-jab :D
18:02:18 <ehird> <insert something about eso-std.org housing a logbot and then proceed to never put it up>
18:02:28 <lament> rrright :)
18:02:46 <slereah__> A logbot... IN PSOX?
18:08:25 <ehird> libstacksmash is a much nicer name than libcallstack
18:08:30 <ehird> libcstack might be more correct
18:08:53 <slereah__> LIBSTACK SMASH!
18:16:28 -!- okopol has quit (Read error: 113 (No route to host)).
18:24:28 -!- slereah_ has joined.
18:24:28 -!- slereah__ has quit (Read error: 104 (Connection reset by peer)).
18:29:48 -!- p3k has joined.
18:30:35 -!- Deformative has quit (Remote closed the connection).
18:30:57 -!- Deformative has joined.
18:39:51 -!- p3k has quit.
18:42:41 -!- Tritonio_ has quit (Remote closed the connection).
18:56:40 -!- RedDak has joined.
19:04:13 -!- Tritonio_ has joined.
19:22:23 -!- sebbu has joined.
19:34:57 * SimonRC goes
19:37:55 -!- RedDak has quit ("Killed (NickServ (Comando GHOST usato da DIO))").
19:38:30 -!- Tritonio__ has joined.
19:40:10 -!- Tritonio_ has quit (Read error: 113 (No route to host)).
20:27:30 <slereah_> Aaaargh.
20:27:35 <slereah_> Damn that jot!
20:48:30 <AnMaster> slereah_, ?
20:49:01 <slereah_> The 1 for ` is really not intuitive at all D:
20:49:10 <slereah_> Because it DOES NOT ACTUALLY WORK AS A GENERAL RULE
20:50:18 <AnMaster> slereah_, well try another language then?
20:50:42 <slereah_> Well, still, I'd like to understand!
20:51:47 <slereah_> But the problem is, 00 is also k, but 10000 isn't `kk
20:52:02 <slereah_> It's ``ssk (^xy.xyx)
20:52:25 <slereah_> The 1 = ` only works if you use 11100 and 11111000
20:52:49 <slereah_> Although I'm starting to doubt my interpreter, since the "shortest non-terminating program" terminates.
21:35:30 -!- shinkuzin has joined.
21:51:20 -!- RedDak has joined.
22:03:55 -!- ehird has quit (Read error: 113 (No route to host)).
22:04:12 -!- ehird has joined.
22:04:45 -!- ehird has set topic: #esoteric - Extending Tetrationfuck to the reals with magnets, cauliflour and tpyos extended over the reals with tetr. | Logs: http://ircbrowse.com/cdates.html?channel=esoteric | Wiki: http://esolangs.org/wiki/ | The Esoteric File Archive: http://esolangs.org/files/.
22:04:50 <ehird> what
22:16:41 <slereah_> What what
22:17:01 -!- RedDak has quit ("Killed (NickServ (Comando GHOST usato da DIO))").
22:17:22 -!- RedDak has joined.
22:22:16 <ehird> slereah_: In the butt?
22:22:41 <slereah_> Yes, indeed.
22:22:54 <slereah_> Although "Bear Force One" is a contender in gayness.
22:25:22 -!- okopol has joined.
22:29:15 -!- ehird_ has joined.
22:29:18 -!- ehird has quit (Read error: 113 (No route to host)).
22:36:15 -!- Tritonio__ has quit (Remote closed the connection).
22:46:35 -!- shinkuzin has quit (Read error: 113 (No route to host)).
23:01:26 -!- olsner has joined.
23:31:44 -!- timotiis has quit ("leaving").
23:47:08 -!- jix has quit (Read error: 110 (Connection timed out)).
23:47:16 -!- RedDak has quit (Remote closed the connection).
←2008-03-26 2008-03-27 2008-03-28→ ↑2008 ↑all