←2008-07-27 2008-07-28 2008-07-29→ ↑2008 ↑all
00:00:07 <psygnisfive> oh so guys
00:00:17 <psygnisfive> we need to make a language thats highly parallel in its primitives
00:00:30 <psygnisfive> where parallelization is trivial
00:00:33 <oklopol> everything is executed at the same time INFINITE TIMES
00:00:38 <psygnisfive> not in the haskell sort of fashion
00:00:52 <psygnisfive> haskell i dont like because its very recursive in its parallelism
00:00:55 <psygnisfive> same with erlang
00:00:56 <oklopol> ALSO ALL COMBINATIONS OF ALL OPERATIONS ARE EXECUTED IN PARALLEL GARAGHAHAHGRAREDS
00:01:01 <oklopol> ...
00:01:06 * tusho orgasms
00:01:10 <psygnisfive> O_O
00:01:19 <psygnisfive> i mean, look at the haskell map function:
00:01:42 <psygnisfive> map f [] = []
00:01:42 <psygnisfive> map f x:xs = f x : map f xs
00:02:16 <psygnisfive> thats not really parallelizable! you've got all sorts of crazy recursions that need to be distributed, thats just crazy talk there
00:02:29 <psygnisfive> better:
00:02:32 <psygnisfive> map f [] = []
00:02:33 <tusho> psygnisfive: that map function...
00:02:35 <oklopol> now look at map in Ef: (f .l){\x:l => ?x = f x}
00:02:35 <tusho> what is its type...
00:02:38 <tusho> tell me...
00:02:42 <tusho> oh god
00:02:43 <tusho> it's
00:02:43 <tusho> it's
00:02:47 <psygnisfive> map f [..x..] = [..f x..]
00:02:47 <tusho> (a -> b) -> [a] -> [b]
00:02:49 * tusho orgasms
00:03:03 <psygnisfive> yes, that is correct tusho
00:03:14 <psygnisfive> oklopol: Ef?
00:03:23 <oklopol> ef is one of my awesomest languages
00:03:23 <psygnisfive> in erlang i think it'd be
00:03:27 <psygnisfive> map([]) = []
00:03:30 <psygnisfive> er
00:03:36 <psygnisfive> map(f, []) = []
00:04:03 <psygnisfive> map(f, [x|xs]) = f(x)|map(f,xs)
00:04:04 <tusho> erlang is explicitly parallel psygnisfive
00:04:06 <tusho> not automatically
00:04:09 <psygnisfive> its the same thing!
00:04:35 <oklopol> in erlang you just do it with existential quantification and you can parallelize it all mwahaha!!!
00:04:35 <psygnisfive> i just wanna experiment with a language that doesn't define things in such a way that parallelism has to be explicit
00:04:41 <oklopol> PARALLLLLLLEL
00:04:49 <oklopol> errr
00:04:52 <oklopol> not erlang :D
00:04:53 <oklopol> Ef
00:04:54 <psygnisfive> nor do collections have to be accessed by defining recursions
00:04:59 * oklopol slaps oklopol
00:05:07 * psygnisfive slaps oklopol
00:05:17 * psygnisfive slaps tusho
00:05:57 * tusho slaps tusho
00:06:06 <oklopol> i'm gonna do some sleeping now.
00:06:38 <oklopol> WHEN YOU FAIL IT'S TIME TO BAIL
00:07:00 <oklopol> yes, it fucking rhymes.
00:08:44 <oklopol> so, an episode of awesome south park, or sleep?
00:09:54 <psygnisfive> sleep
00:10:04 <oklopol> tusho: comments?
00:10:20 <tusho> sleep
00:10:30 <oklopol> i need to ask the bot
00:11:06 <oklopol> 02:10… +oklopol: %choice jax sleep
00:11:07 <oklopol> 02:10… @trazer: jax
00:11:11 <oklopol> thought so
00:11:14 <psygnisfive> jax?
00:11:17 <oklopol> jax is finnish for episode ofc
00:11:35 <psygnisfive> sure its not finnish for masturbate on camera?
00:11:36 <oklopol> ...raped finnish
00:12:06 -!- olsner has quit ("sleep 21600 && wakeup").
00:13:05 <psygnisfive> im pretty sure it means "masturbate on camera"
00:13:50 <oklopol> no what's runx
00:19:04 <psygnisfive> mah bumper sticker dont stick to mah bumper
00:19:06 <psygnisfive> D:
00:20:13 -!- Sgeo has joined.
00:37:04 -!- tusho has quit.
00:55:30 -!- calamari has joined.
01:36:19 -!- tritonio has joined.
01:36:35 -!- tritonio has quit (Client Quit).
01:36:41 -!- Tritonio_ has joined.
01:36:51 <Tritonio_> hello
01:37:36 <Tritonio_> calamari are you here?
01:44:40 <calamari> hi Tritonio
01:51:59 <Tritonio_> hi. do you remember my table implementation?
02:30:47 -!- pikhq has joined.
03:05:52 -!- Tritonio_ has quit ("Leaving").
04:45:46 -!- Sgeo has quit ("Ex-Chat").
04:50:19 -!- RodgerTheGreat has joined.
04:57:02 -!- GreaseMonkey has joined.
05:01:27 -!- calamari has quit ("Leaving").
05:03:19 -!- pikhq has quit ("leaving").
06:13:22 -!- olsner has joined.
06:29:21 -!- Corun has joined.
06:50:09 -!- CakeProphet has quit (Remote closed the connection).
07:03:50 -!- lament has joined.
07:45:00 <lament> ok, laugh when I say shovel
07:45:07 <lament> ...
07:45:09 <lament> SHOVEL!
07:47:20 -!- olsner has quit ("Leaving").
07:59:59 -!- clog has quit (ended).
08:00:00 -!- clog has joined.
08:03:58 -!- Corun has quit ("This computer has gone to sleep").
08:36:01 <psygnisfive> you crazy lament
08:41:27 -!- AnMaster has joined.
08:42:01 -!- jemarch has joined.
08:42:46 <jemarch> hi
08:44:14 <AnMaster> morning
09:00:01 <psygnisfive> morning! :D
09:01:15 -!- lament has quit.
09:35:22 -!- CakeProphet has joined.
10:34:48 -!- tusho has joined.
10:35:47 -!- GreaseMonkey has quit ("HydraIRC -> http://google.com <- Go find something better").
11:08:59 -!- RedDak has joined.
11:09:04 -!- ihope_ has joined.
11:26:43 -!- ihope has quit (Read error: 110 (Connection timed out)).
12:28:11 -!- RedDak has quit (Remote closed the connection).
12:51:46 -!- RedDak has joined.
14:03:39 -!- pikhq has joined.
14:15:41 -!- Polar has quit (Remote closed the connection).
14:30:12 -!- RedDak has quit (Read error: 104 (Connection reset by peer)).
15:56:40 -!- MikeRiley has joined.
16:21:03 -!- MikeRiley has quit ("Leaving").
16:29:22 -!- MikeRiley has joined.
16:50:31 -!- Corun has joined.
17:11:02 -!- Sgeo has joined.
17:15:55 -!- lament has joined.
17:27:13 -!- lilja has joined.
17:28:33 -!- lament has quit.
17:30:34 -!- psygnisfive has quit (Read error: 104 (Connection reset by peer)).
17:30:48 -!- psygnisfive has joined.
17:46:57 -!- AnMaster has quit ("thunderstorm").
17:52:16 -!- atrapado has joined.
17:52:46 -!- jemarch has quit ("ERC Version 5.0 (CVS) $Revision: 1.1.1.1 $ (IRC client for Emacs)").
18:03:55 -!- ais523 has joined.
18:04:23 <ais523> hi tusho
18:04:27 <tusho> ...
18:04:28 * tusho kills himself
18:04:38 <ais523> bye tusho
18:04:49 <tusho> hah
18:06:16 <oklopol> :D
18:06:32 <tusho> urgh
18:06:36 <tusho> I hate having to write addons for php software
18:06:41 <tusho> foo(bar)[N] is invalid in php
18:06:43 <tusho> you have to do
18:06:45 <tusho> $junk = foo(bar);
18:06:46 <tusho> $foo[N[
18:06:48 <tusho> *[N]
18:06:48 <ais523> why do you have to write an addon for php software?
18:06:59 <oklopol> yeah that's quite stupid
18:07:00 <tusho> ais523: So that the PHP software gains the features I want? :P
18:07:14 <tusho> at least this app is well-written as php stuff goes
18:07:33 <oklopol> a fairly arbitrary restriction considering you can make any kinds of long expressions usually, but have to do that with a temp var
18:08:04 <ais523> probably it can't figure out the data type of foo(bar) until it's called, so can't tell whether it can be subscripted
18:08:27 <tusho> ais523: um no
18:08:29 <tusho> you can do
18:08:31 <tusho> $a=2;
18:08:32 <tusho> $a[0]
18:08:33 <oklopol> ais523: that sounds unlikely
18:08:41 <tusho> ais523: it's actually the syntax
18:08:46 <tusho> it's defined as var '[' expr ']'
18:09:01 <tusho> it's just because the php devs don't know shit about programming :)
18:09:09 <ais523> oh, ok
18:09:21 <ais523> well, INTERCAL has something similar
18:09:29 <ais523> but that's not a problem because no expression returns an array value
18:09:33 <ais523> they're second-class in INTERCAL
18:10:00 <oklopol> yeah but this is something php definitely should allow as it everything is first-class
18:10:06 <oklopol> *as everything
18:24:34 -!- olsner has joined.
18:32:13 -!- ihope_ has changed nick to ihope.
18:35:35 -!- oklopol has quit (Client Quit).
19:05:25 -!- ais523 has quit ("(1) DO COME FROM ".2~.2"~#1 WHILE :1 <- "'?.1$.2'~'"':1/.1$.2'~#0"$#65535'"$"'"'&.1$.2'~'#0$#65535'"$#0'~#32767$#1"").
19:05:27 -!- Hiato has joined.
19:08:57 -!- Corun has quit ("This computer has gone to sleep").
19:22:09 -!- ais523 has joined.
19:23:52 -!- oklopol has joined.
19:41:57 -!- sebbu has quit (Read error: 60 (Operation timed out)).
19:45:07 -!- sebbu has joined.
19:54:41 -!- AnMaster has joined.
20:05:42 <psygnisfive> :O
20:07:47 <ais523> hi AnMaster
20:10:30 <AnMaster> hi ais523
20:10:37 <AnMaster> ais523, any cool new stuff?
20:10:46 <ais523> not really
20:10:54 <ais523> likely there will be sometime
20:10:56 <ais523> just not right now
20:11:08 <ais523> I've spent a day or so reading the source code to Nethack
20:15:38 <tusho> what do you all think of this domain pun:
20:16:10 <tusho> desrever.su (backwards: 'us.reversed')
20:16:31 <ais523> clever
20:16:33 <ais523> what's .su?
20:16:40 <tusho> ais523: soviet union
20:16:42 <tusho> you can still register it...
20:16:52 <tusho> 600 rub/year, so £12/year
20:17:04 * tusho is certainly considering it for the thing he's setting up
20:17:37 <tusho> i mean, as well as the clever domain pun
20:17:37 <pikhq> Or about $1,000/year? :p
20:17:44 <tusho> i can say that I own a domain from the soviet union
20:17:53 <tusho> which is pretty cool right :P
20:17:56 <tusho> pikhq: *g*
20:18:13 <tusho> Of course, if anyone else provides a better pun I might go for it.
20:18:19 <tusho> but desrever.su is also quite nice to _type_
20:18:28 <tusho> oh.
20:18:28 <tusho> 'Attention! To execute orders for registration of second level domain names in RU and SU domains, written contract must be signed. '
20:19:03 * tusho kills himself
20:19:09 <tusho> (second time today)
20:19:44 <psygnisfive> in soviet russia, domain name request executes YOU!"
20:19:51 <tusho> hah
20:20:00 <tusho> ais523: do you think the domain pun is worth a signed bloody contract
20:20:03 <tusho> i'm not so sure
20:20:06 <ais523> no, it isn't
20:20:10 <tusho> £12/year, sure. written contract? no.
20:20:14 <psygnisfive> what pun are you going for now?
20:20:23 <tusho> psygnisfive: that's where YOU come into play!!!!!!111
20:20:26 <tusho> where YOU = #esoteric
20:20:44 <psygnisfive> so its not a specific pun?
20:20:49 <psygnisfive> you just want _a_ pun?
20:20:55 <tusho> yeah.
20:21:02 <tusho> involving 'us' or 'ourselves' would be nice
20:21:13 <psygnisfive> ourselv.es?
20:21:16 <tusho> taken
20:21:36 <psygnisfive> ours.elv.es
20:21:42 <psygnisfive> you can oh
20:21:43 <psygnisfive> damn
20:21:52 <psygnisfive> elv.es is taken too
20:21:55 <psygnisfive> fuckers!
20:22:04 <psygnisfive> pretty picture tho
20:23:25 <psygnisfive> esot.er/ic
20:23:27 <psygnisfive> :D
20:23:53 <tusho> heh
20:24:20 <ais523> httpcolonslashslashhttpcolonslashslashhttpcolonslashslashdotdotdotdotcom.com
20:24:38 <ais523> although maybe the first dotdotdot should be ellipsis
20:24:49 <ais523> change the "com" to taste
20:24:50 <tusho> http://httpcolonslashslashslashdotdotorg.org
20:24:58 <ais523> is that one real?
20:25:02 <tusho> no
20:25:03 <ais523> it should be
20:25:04 <tusho> should be though
20:25:06 <tusho> heh
20:27:05 <psygnisfive> forwardslash not slash
20:27:17 <tusho> psygnisfive: the BBC says slash
20:27:17 <ais523> no, should be slash because that's what Slashdot uses
20:27:24 <tusho> so thar
20:27:51 <psygnisfive> bbc and slashdot are wrong :(
20:28:05 <psygnisfive> \ and / are both slashes
20:28:13 <psygnisfive> http:\\slashdot.org
20:28:15 <psygnisfive> doesnt work! :(
20:29:31 <psygnisfive> hm interesting
20:29:55 <psygnisfive> in the middle ages, / was like , and // was like -
20:30:14 <psygnisfive> you ever wonder what orthography will be like in the distant future?
20:31:48 <tusho> so
20:31:50 <tusho> domain puns
20:31:54 <Deewiant> psygnisfive: http://en.wikipedia.org/wiki/Slash_(punctuation)
20:32:25 <Deewiant> a slash, by itself, refers specifically to /
20:32:49 <Deewiant> calling it a forward slash is redundant
20:33:20 <psygnisfive> shut up dewiant
20:33:44 <tusho> 'SHUT UP YOU AND YOUR TRUTH'
20:34:44 <psygnisfive> EXACTLY
20:34:51 <psygnisfive> REALITY IS WRONG.
20:35:17 <psygnisfive> lmfao
20:35:23 <psygnisfive> http://en.wikipedia.org/wiki/Space_%28punctuation%29
20:35:32 <psygnisfive> theres a big blank space displaying... a space character
20:35:47 <Deewiant> depends on your font :-P
20:36:09 <psygnisfive> what?
20:36:23 <Deewiant> well, if your font displays the space character as a smiley face
20:36:27 <Deewiant> you'd see a smiley face
20:36:40 <psygnisfive> oh, well yes, if you're using a retarded font then you're correct ofcourse
20:37:36 * MikeRiley returns
20:37:41 <ais523> wb
20:37:45 <MikeRiley> thanks!!
20:37:59 <psygnisfive> damn you mikeriley!!!
20:38:05 <MikeRiley> ????
20:38:17 <ais523> psygnisfive: ?
20:38:28 <ais523> are you trolling or trying to make a joke, or something?
20:39:00 <ihope> psygnisfive: when you say -, do you mean dash?
20:41:01 <psygnisfive> yes, - is a dash
20:41:15 <psygnisfive> or is it a hyphen
20:42:44 <psygnisfive> yes, thats a hyphen
20:42:59 <Deewiant> or is it a minus sign
20:43:05 <psygnisfive> no its a hypen
20:43:05 <Deewiant> or what kind of dash
20:43:08 <psygnisfive> a minus is –
20:43:25 <psygnisfive> oh, no,
20:43:28 <psygnisfive> – is a figure dash
20:43:34 <Deewiant> - – — ― −
20:43:36 <psygnisfive> -
20:43:39 <psygnisfive> thats a minus
20:43:42 <Deewiant>
20:43:47 <Deewiant> − is a minus
20:44:01 <Deewiant> U+2212
20:44:05 <psygnisfive> oh yes, there we go
20:44:12 <psygnisfive> why wasnt that next to +
20:44:13 <psygnisfive> thats weird
20:44:23 <Deewiant> + is ASCII
20:44:33 <psygnisfive> no id ont mean like that
20:44:37 <Deewiant> but - is a "hyphen-minus"
20:44:48 <psygnisfive> my character palette displays the hyphen-minus next to +
20:45:00 <psygnisfive> and then displays − next to ∓
20:45:24 <Deewiant> yes, because it displays it in numerical order by codepoint, probably
20:45:38 <psygnisfive> no, i was looking at it by character type and junk
20:45:54 <Deewiant> maybe it sorts like that anyway, though
20:45:56 <psygnisfive> tho maybe within that its humerical, you could be right
20:46:06 <Deewiant> double hyphens! = =
20:46:14 <Deewiant> ゠⸗
20:46:30 <psygnisfive> no it doesnt
20:46:39 <psygnisfive> ÷±
20:46:44 <psygnisfive> thats the order of those two characters
20:46:59 <psygnisfive> 00F7 and 00B1
20:47:04 <Deewiant>
20:47:21 <psygnisfive>
20:47:25 <tusho> a∕b
20:47:45 <psygnisfive> :)
20:47:50 <Deewiant> \
20:48:00 <psygnisfive> is set minus used?
20:48:26 <Deewiant> − again
20:48:57 <Deewiant> or \
20:49:37 <psygnisfive> my semantics prof used a minus sign for set minus
20:49:42 <psygnisfive> A-B instead of A\B
20:49:48 <Deewiant> yep
20:50:00 <Deewiant> as I said, those are the two that are generally used
20:50:41 <Deewiant> ah ha, I knew there was a code point for it
20:50:42 <Deewiant>
21:01:07 -!- pikhq has left (?).
21:06:27 <tusho> gah
21:06:33 <tusho> velociraptu.re is not taken
21:06:38 <tusho> but you have to be in reunion something
21:07:35 <psygnisfive> veloci-rapture? lol
21:23:50 <AnMaster> Deewiant, http://www.dsource.org/projects/llvmdc/
21:23:57 <AnMaster> Deewiant, does that work with ccbi?
21:32:52 <tusho> bah
21:32:54 <tusho> .st costs a lot
21:32:56 <tusho> 27 poudns a year
21:33:02 <tusho> otherwise I'd get bolog.ist (inside joke)
21:33:20 -!- Hiato has quit (Read error: 104 (Connection reset by peer)).
21:36:49 <SimonRC> ah, the wonders of spam: http://spamusement.com/forums/viewtopic.php?t=8621
21:37:00 <SimonRC> specifically, the subject lines
21:37:36 -!- timotiis has joined.
21:41:47 <psygnisfive> bologist?
21:41:57 <tusho> psygnisfive: inside joke.
21:42:06 <psygnisfive> you're someone who reads/edits Bolog?
21:42:11 <tusho> no.
21:42:16 <tusho> it's from biologist, obviously
21:42:31 <psygnisfive> oh, thats a dZ not a g
21:43:28 -!- MikeRiley has quit ("Leaving").
21:49:50 -!- atrapado has quit ("Abandonando").
21:52:28 -!- ihope has changed nick to comexicomex.
21:52:52 -!- comexicomex has changed nick to ihope.
21:58:46 -!- RedDak has joined.
21:59:13 <AnMaster> night btw
21:59:27 <ais523> night
22:04:24 -!- pikhq has joined.
22:05:37 * ais523 just had a strange moment: I was looking up how to build mingw programs on cygwin
22:05:45 <ais523> and found it on delorie.com, of all places
22:05:49 <ais523> that's the website of DJGPP...
22:06:35 <SimonRC> weird
22:06:49 <SimonRC> but not totally random
22:07:04 <ais523> no, not totally
22:07:34 <ais523> I was just amused at the profusion of compilers that compiled UNIXy stuff for windows, on one webpage
22:07:37 <ais523> or at the involvement of such
22:10:45 <ais523> anyway, it took about 24 hours to make, but I finally have Cygwin on my USB stick
22:10:48 <ais523> working pretty well
22:10:55 <ais523> and working on more than one compuer
22:11:17 <ais523> the long time period was because I installed directly onto the USB stick for disk space reasons
22:11:54 <SimonRC> you lack the disk space to install cygwin?
22:12:11 <ais523> the Windows computer I have doesn't have much disk space left
22:12:26 <ais523> also, having it on a USB stick means I can use it on multiple computers
22:12:40 <ais523> although I haven't yet figured out what to do about /etc/passwd
22:12:50 <SimonRC> but an install to disk then copy to USB would have been faster presumably
22:13:01 <ais523> yes, it would have been
22:13:08 <ais523> I didn't mind running cygwin setup overnight, though
22:16:00 <SimonRC> unless it goes: 10% complete. I must now ask you a pointless question I have just worked out the answer to myself.
22:16:28 <ais523> no, there were no pointless questions
22:16:34 <ais523> not during the install, anyway
22:16:44 <ais523> a couple beforehand but it guessed wrong so I'm glad it asked
22:17:26 <SimonRC> ISTR exim does that
22:25:04 <olsner> who wants a cleveland steamer?
22:25:13 <ais523> olsner: ?
22:25:20 <olsner> just asking...
22:27:07 <SimonRC> please, this is a PG-13 channel
22:27:44 <pikhq> Lies.
22:27:50 * pikhq walks around the room naked
22:28:19 <lilja> uh oh
22:28:57 <tusho> it's not a pg-13 channel SimonRC
22:29:03 <ais523> it should me
22:29:05 <ais523> s/me/be/
22:29:07 <tusho> hasn't been since oklopol and bsmnt arrived
22:29:11 <tusho> which was ages ago.
22:29:38 <SimonRC> heh
22:29:42 <ais523> well, it still is as long as the guilty parties (which has expanded to more now) aren't talking
22:30:13 <SimonRC> ah, but IRC speech acts are of 0 duration, so almost all the time it is so
22:32:43 <tusho> ais523: who cares though, honestly
22:32:56 <tusho> the only people under 13 who visit here (3 of them) aren't exactly innocent little things
22:33:13 <ais523> I care because I visit this channel to talk about esolangs
22:33:23 <ais523> and other similar stupid things to do on computers
22:33:24 <tusho> ais523: and we do.
22:33:26 <tusho> but when there's nothing to talk about
22:33:29 <tusho> we talk about random crap
22:34:01 <SimonRC> I was joking goshdarnit; the joke was that I was taking "cleveland steamer" as sexual innuendo.
22:34:07 <SimonRC> tusho: indeed
22:34:52 <ais523> SimonRC: it's not you I was complaining at, nor olsner
22:35:16 <tusho> it's oklopol and psygnisfive, yes, we know
22:35:19 <tusho> but who cares?
22:35:24 <tusho> it only goes on when there's no reasonable discussion.
22:35:33 <tusho> and it's amusing, to some of us at least
22:35:39 <psygnisfive> what?
22:35:41 <psygnisfive> what'd i do?
22:35:52 <tusho> psygnisfive: ais523 is complaining that the channel isn't pg13
22:36:13 <psygnisfive> oh yes
22:36:37 <psygnisfive> so i was assraping a goat earlier and..
22:36:48 <tusho> oh you wacky psygnisfive
22:36:51 <psygnisfive> :D
22:39:21 * tusho awaits domain propogation
22:41:19 -!- AnMaster has quit (Connection timed out).
22:42:21 <psygnisfive> which domain did you get. tusho?
22:42:37 <tusho> it's sekrit! and also an injoke.
22:42:39 <psygnisfive> also, ais, i recently downloaded 29 books on theory of computation, do you want?
22:42:54 <psygnisfive> did you get bologi.st??
22:43:00 <tusho> no
22:43:03 <ais523> tusho: which domain did you register?
22:43:05 <tusho> .st costs £27/year
22:43:05 <tusho> :(
22:43:08 <psygnisfive> oh right
22:43:22 <tusho> ais523: it's sekrit! also an injoke. but rutian's apache config files have it obviously.
22:43:28 <tusho> being an injoke you're unlikely to get it.
22:43:34 <ais523> ok, I'll look
22:43:35 <tusho> also don't give anyone the url. it's sekrit.
22:43:54 <psygnisfive> sekr.it?
22:43:58 <psygnisfive> :O
22:43:58 <tusho> no.
22:44:01 <psygnisfive> damn
22:44:21 <psygnisfive> tus.ho!
22:44:50 <tusho> no.
22:45:10 <psygnisfive> >.<
22:45:23 <ais523> what do you mean no.?
22:45:30 <tusho> i didn't get tus.ho
22:46:04 <psygnisfive> has ais blocked me or something?
22:46:07 <ais523> oh, ok, I was only seeing one side of the conversatoin
22:46:10 <ais523> yes, I had you on ignore
22:46:12 <ais523> at the time
22:46:13 <psygnisfive> oh thats lame :P
22:46:14 <tusho> ... why?
22:46:27 <ais523> when people start talking about that sort of thing I just put them on /ignore for a while usually
22:46:34 <ais523> so it doesn't disturb me while I'm doing other things
22:46:36 <psygnisfive> psygnisfive: also, ais, i recently downloaded 29 books on theory of computation, do you want?
22:46:37 <tusho> what
22:46:38 <tusho> raping goats?
22:46:40 <psygnisfive> about what sort of thing?
22:46:49 <ais523> well, anything that's widely offtopic and I'm not interested in
22:46:51 <SimonRC> ais523: why not just not look at irc?
22:47:05 <psygnisfive> lol. ais, you have no sense of humor
22:47:08 <ais523> SimonRC: I have notifications pop up on top of everything when something comes through on IRC
22:47:09 <ais523> normally it's usual
22:47:15 <SimonRC> ok
22:47:35 <ais523> psygnisfive: no, I just have a different sense of humour from you, I don't mind you showing yours to other people in the channel, so I just filter it out my end
22:47:41 <ais523> that way everyone's happy except when the subject changes
22:48:05 <psygnisfive> <psygnisfive> also, ais, i recently downloaded 29 books on theory of computation, do you want?
22:48:12 <ais523> I saw that
22:48:16 <ais523> but not particularly
22:48:19 <psygnisfive> ok.
22:48:23 <SimonRC> psygnisfive: legality?
22:48:32 <ais523> definitely not if it was illegal, as I'm deliberately keeping this computer copyright-clean
22:48:34 <psygnisfive> probably completely illegal
22:48:45 <ais523> and also I don't like breaking the law in general anyway
22:48:50 <tusho> STUPID DOMAIN PROPAGATION
22:48:58 -!- Sgeo has quit (Connection timed out).
22:49:07 <SimonRC> ais523: indeed, you should see me at traffic lights
22:49:07 * tusho adds to /etc/hosts for now
22:49:10 <ais523> tusho: anyway I couldn't figure out what domain it was even after looking at the conffiles
22:49:26 <SimonRC> tusho: propagation takes hours, you know
22:49:31 <tusho> SimonRC: I know.
22:49:37 <tusho> But eso-std.org propagated in like
22:49:38 <tusho> 5 minutes
22:49:42 <SimonRC> luck?
22:49:45 <tusho> yes.
22:49:47 <tusho> I want luck
22:49:59 <SimonRC> try throwing gems at unicorns
22:50:00 <oklopol> with any decent client you could just filter by message.split(' ') intersection badwordlist == []
22:50:23 <psygnisfive> lol oklopol :D
22:50:28 <oklopol> also i'm rarely all that foulmouthed unless provoked
22:50:49 <psygnisfive> ill have to use good words in highly euphemistic ways :D
22:51:19 <ais523> SimonRC: doesn't it depend on what colour of unicorn
22:51:24 <ais523> and how genuine the gem is?
22:51:32 <ais523> if not, you could just throw the gems at an off-aligned unicorn
22:51:37 <ais523> then kill it and sacrifice it for the alignment
22:51:42 <SimonRC> ais523: oh, yeah
23:06:57 -!- sebbu2 has joined.
23:10:10 -!- ais523 has quit ("(1) DO COME FROM ".2~.2"~#1 WHILE :1 <- "'?.1$.2'~'"':1/.1$.2'~#0"$#65535'"$"'"'&.1$.2'~'#0$#65535'"$#0'~#32767$#1"").
23:20:09 -!- sebbu has quit (No route to host).
23:31:18 <psygnisfive> BAHAHAHA
23:31:45 <psygnisfive> Gwen: Have you ever eaten alien meat?
23:31:45 <psygnisfive> Jack: Yes.
23:31:46 <psygnisfive> Gwen: What was it like?
23:31:48 <psygnisfive> Jack: Well, he' seemed to enjoy it. ;D
23:36:21 <SimonRC> *groan*
23:45:00 <psygnisfive> oh jesus christ
23:45:01 <psygnisfive> hahaha
23:45:12 <SimonRC> ?
23:45:23 <psygnisfive> Jack: ::yell at Gwen's husband, insulting him, etc.::
23:45:33 <psygnisfive> Rhys, the husband: ::yells back::
23:45:40 <psygnisfive> Jack, looking at Gwen: This is quite homoerotic..
23:52:57 <oklopol> i know a better joke
23:53:00 * oklopol farts
23:54:18 <psygnisfive> :(
←2008-07-27 2008-07-28 2008-07-29→ ↑2008 ↑all