00:31:29 -!- conehead has joined. 00:32:07 iconmaster: In Pascal you choose what an array starts at for every array you make 00:32:42 So you can have one array whose indexes go from 3 to 6, and another one whose indexes go from 'c' to 'A' 00:32:59 Actually, make that 'A' to 'c' 00:33:04 Indexes that start at strings? That's wonderful 00:33:31 I bet the're just char bytes in disguise, though 00:33:59 iconmaster: In Pascal it's hard to tell a Char and a single-character String apart 00:34:40 Although they have different types and behaviour, the syntax for making one is the same 00:35:19 I don't think arrays can be indexed by strings though, AFAIK they can only be indexed by enums 00:35:53 I haven't written any Pascal in a while 00:36:48 int array_[16], *array = array_-1; /* "good" old (undefined) C trick for 1-based arrays */ 00:38:01 The insane things we'll do for arrays of the other style 00:38:13 I don't think that is actually undefined 00:38:22 FreeFull: Sure it is. 00:38:22 It is. 00:39:23 Accessing array[0] would be, but array[1] to array[16] should be defined 00:39:24 One may only have a pointer be equal to NULL, somewhere within an object, or one past the end of that object. And only one of those is a derefereceable pointer. 00:39:40 FreeFull: "Wwhen an expression that has integer type is -- subtracted from a pointer, -- [things what happen when it points inside the object]; otherwise, the behavior is undefined." 00:39:41 (why one past the end, I know not) 00:40:04 fizzie: Fair enough 00:44:48 pikhq: "An important endorsement of widespread practice is the requirement that a pointer can always be incremented to /just past/ the end of an array, with no fear of overflow or wraparound: SOMETYPE array[SPAN]; // ... for (p = &array[0]; p < &array[SPAN]; p++) This stipulation merely requires that every object be followed by one byte whose address is representable. -- In the case of p-1, on the other hand, an entire object /would/ have to be alloca 00:45:16 ... /would/ have to be allocated prior to the array of objects that p traverses, so decrement loops that run off the bottom of an array can fail. This restriction allows segmented architectures, for example, to place objects at the start of a range of addressable memory." (C99 rationale) 00:45:27 (Seems that I don't have splitlong.pl in autoloads.) 00:47:29 ("Widespread practice" is the reason for many things in the rationale.) 01:21:12 -!- ottianna has joined. 01:22:24 -!- ottianna has left. 01:26:47 -!- nooodl has quit (Ping timeout: 260 seconds). 01:30:34 True, C *is* speced so as to be at least compatible with nearly everything that compiled C at some point. 01:30:50 Thus why EBCDIC C exists. 01:31:56 I was wondering the other day which extant platforms (if any) don't have twos-complement signed integer overflow 01:32:07 I don't know of any general purpose CPUs in this category 01:32:14 That's actually a good question. 01:32:22 but DSPs often do saturating arithmetic, I think 01:32:34 (also some general purpose CPUs have instructions for saturating arithmetic, as well) 01:32:56 I assume people program DSPs in C because people program everything in C, but do they have saturating semantics for regular ints and such? 01:33:23 I think so? 01:33:34 I want to say no, but I suspect yes. 01:34:00 the heart says no but the mind says yes 01:42:31 -!- Phantom_Hoover has quit (Ping timeout: 264 seconds). 01:44:23 -!- douglass has quit (Remote host closed the connection). 02:30:23 -!- zzo38 has joined. 02:49:15 -!- CADD has joined. 03:05:20 -!- OriginalOldMan has joined. 03:33:39 -!- OriginalOldMan has quit (Ping timeout: 250 seconds). 04:01:32 -!- carado has joined. 04:16:16 -!- carado has quit (Ping timeout: 246 seconds). 04:20:02 -!- audioPhil has quit (Ping timeout: 264 seconds). 04:25:37 -!- carado has joined. 04:33:33 `run tclsh 04:33:34 bash: tclsh: command not found 04:36:25 Heh, /usr/bin/primes has a bug. 04:36:41 Oh wait, it's /usr/games/primes. I should have known. 04:36:52 What bug does it have? 04:36:54 -!- OriginalOldMan has joined. 04:36:59 more like /usr/lames/primes 04:37:13 It prints 10000000079. 04:37:47 That's a pretty bad bug. 04:37:49 > 10000000079 `quotRem` 75329 04:37:51 (132751,0) 04:38:27 `primes 04:38:28 ​/home/hackbot/hackbot.hg/multibot_cmds/lib/limits: line 5: exec: primes: not found 04:44:45 "Educated persons who read Ken Thompson’s “Reflections on Trusting Trust” throw up their hands in stoic resignation, as if they were confronted with some grim and immutable law of nature. But where is the law of physics which tells us that any computation must be broken up into millions of human-unintelligible instructions before a machine can execute it?" 04:44:49 * Sgeo facepalms 04:45:03 Ok, fine, get rid of the compiler--- you still need to trust the silicon at some point 04:45:31 the law of physics was under the couch the whole time 04:46:00 compiler-++ 04:46:12 `karma compiler- 04:46:17 compiler- has 0 karma. 04:46:17 @karma compiler- 04:46:17 compiler- has a karma of 0 04:46:42 your commitment to the karma system is admirable, shachaf, to someone, i'm sure 04:46:59 self-admiration is good enough for me 04:47:59 @karma blah 04:47:59 blah has a karma of 31338 04:56:13 Ok, it prints numbers whose second smallest positive factor is at least 65539. 04:56:22 Perhaps that was prime enough for bsd. 04:57:34 that's prime enough for me most of the time, honestly 04:57:38 also: lol. 04:58:37 This may also explain why it is much faster than my version of primes. 05:18:53 -!- OriginalOldMan has quit (Quit: Page closed). 05:21:22 -!- carado has quit (Ping timeout: 246 seconds). 05:26:47 -!- carado has joined. 05:33:01 -!- conehead has quit (Quit: Textual IRC Client: www.textualapp.com). 05:44:43 -!- SingingBoyo has joined. 05:45:10 -!- carado has quit (Ping timeout: 246 seconds). 05:57:19 http://i.imgur.com/pDxdwpb.jpg 06:18:05 If a pizza place gives me a slice of pizza on the house, is that likely to be just a thing they do for regular customers or might they be assuming stuff about my financial status? 06:18:33 you got some kinda problem with hobos, motherfucker 06:19:48 -!- Taneb has joined. 06:29:05 Why does Wikipedia always try to enter secure mode? 06:29:58 According to Wikipedia: The Skeptic Encyclopedia of Pseudoscience states that some principles of feng shui are "quite rational", while noting that "folk remedies and superstitions... [have been] incorporated into feng shui's eclectic mix". 06:33:45 -!- Zuu has quit (Ping timeout: 245 seconds). 06:35:14 -!- zzo38 has quit (Remote host closed the connection). 06:42:40 -!- Nets has joined. 06:44:54 -!- Taneb has quit (Ping timeout: 264 seconds). 06:59:40 -!- Nets has quit (Quit: Page closed). 07:00:37 -!- CADD has quit (Quit: leaving). 07:21:31 -!- mnoqy has quit (Quit: hello). 07:36:46 -!- mnoqy has joined. 08:37:33 -!- epicmonkey has joined. 08:46:51 -!- Taneb has joined. 08:48:15 -!- Bike has quit (Ping timeout: 260 seconds). 08:48:30 -!- Bike has joined. 09:02:14 -!- Bike has quit (Ping timeout: 240 seconds). 09:08:47 -!- oerjan has joined. 09:10:08 -!- MindlessDrone has joined. 09:11:13 -!- Bike has joined. 09:21:59 -!- mnoqy has quit (Quit: hello). 09:29:12 @tell s1 it is. But no rule whatever thing. Interested in BF code? <-- it's code 20 in wolfram's number scheme for _totalistic_ 1d automata (2 colors, size 5 neighborhood). 09:29:12 Consider it noted. 09:29:32 @tell ais523 it is. But no rule whatever thing. Interested in BF code? <-- it's code 20 in wolfram's number scheme for _totalistic_ 1d automata (2 colors, size 5 neighborhood). 09:29:32 Consider it noted. 10:07:46 -!- Phantom_Hoover has joined. 10:22:42 -!- yorick has joined. 10:23:37 -!- nooodl has joined. 11:31:48 :t (??) 11:31:49 Functor f => f (a -> b) -> a -> f b 11:35:28 :t (<*>) . pure 11:35:29 Applicative f => (a -> b) -> f a -> f b 11:35:36 :t (<*>) 11:35:37 Applicative f => f (a -> b) -> f a -> f b 11:35:42 Oh, right 11:35:54 :t ap (<*>) pure 11:35:55 Occurs check: cannot construct the infinite type: 11:35:55 a0 = f0 (a0 -> b0) 11:35:55 Expected type: f0 (a0 -> b0) -> f0 a0 11:35:59 :t ap (<*>) . pure 11:36:00 Applicative f => f a -> f (a -> b) -> f b 11:36:39 That didn't do what I thought it would do 11:36:53 what did you think it would do 11:37:06 -!- Bike has quit (Ping timeout: 264 seconds). 11:37:35 the ap is probably in the -> Monad, unlike the rest 11:37:57 Yeah, I did expect ap to be in Reader 11:38:11 ap = (<*>) for any sensible Monad/Applicative type 11:38:21 I'm trying to get something that matches (??) type signature pointfree 11:38:44 well you should note that it only uses Functor. 11:38:54 Oh, right 11:39:39 @pl \a b -> fmap ($b) a 11:39:42 flip (fmap . flip ($)) 11:39:42 optimization suspended, use @pl-resume to continue. 11:39:43 :t \a b -> fmap ($b) a 11:39:44 Functor f => f (a -> b) -> a -> f b 11:40:10 @pl seems still broken. 11:40:47 :t flip $ \b -> fmap ($b) 11:40:48 Functor f => f (a -> b) -> a -> f b 11:41:09 :t flip (fmap . flip id) 11:41:09 Functor f => f (a -> b) -> a -> f b 11:41:28 i'm spoiling again, ain't i 11:41:53 I don't think you can actually simplify flip id away 11:42:10 indeed, that's pretty simple 11:43:32 :t (??) (fmap . (??) id) 11:43:33 Functor f => f (a -> b) -> a -> f b 11:44:12 Using ?? to define ?? probably wouldn't work well 11:44:25 shocking 11:49:05 @type let (???) = (???) (fmap . (???) id) in (???) 11:49:06 Occurs check: cannot construct the infinite type: b0 = f0 b0 11:49:06 Expected type: ((f0 (f0 b0) -> f0 b0) -> f0 (f0 b0) -> f0 b0) 11:49:06 -> (f0 (f0 b0) -> f0 b0) -> f0 b0 -> b0 11:49:33 Taneb: i think that's polymorphic recursion 11:50:06 :/ 11:50:23 @type let (???) = (???) (fmap . (???) id); (???) :: Functor f => f (a -> b) -> a -> f b in (???) 11:50:24 Functor f => f (a -> b) -> a -> f b 11:50:45 > let (???) = (???) (fmap . (???) id); (???) :: Functor f => f (a -> b) -> a -> f b in (???) div 2 4 11:50:46 *Exception: stack overflow 11:50:57 > div ?? 2 $ 4 11:50:59 2 11:51:24 :t let f1 = (??); f2 = (??); f3 = f1 (fmap . f2 id) in (f1, f2, f3) 11:51:25 Functor f => ((a -> a1 -> b1) -> a1 -> a -> b1, ((a -> b) -> a2 -> b2) -> a2 -> (a -> b) -> b2, f (a -> b) -> a -> f b) 11:52:38 :t \f1 f2 -> f1 (fmap . f2 id) 11:52:38 Functor f => ((a -> f a1 -> f b) -> t) -> ((a2 -> a2) -> a -> a1 -> b) -> t 11:54:12 -!- Bike has joined. 12:02:13 -!- fungot has quit (Ping timeout: 248 seconds). 12:31:39 -!- Zuu has joined. 12:42:14 -!- oerjan has quit (Quit: leaving). 12:45:22 I have came to the conclusion I am not very good at the Hello World quiz 12:45:53 Oh, that's not fair... 12:53:47 what quiz? 13:02:00 http://helloworldquiz.com/ 13:02:17 `quote wine 13:02:23 820) i love how allegedly wine can run all of these different programs but the only one i can actually run is starcraft i think wine may secretly be a cleanroom reimplementation of starcraft 13:07:07 -!- Bike has quit (Ping timeout: 260 seconds). 13:12:35 it's true 13:12:49 -!- oklopol has quit (Ping timeout: 246 seconds). 13:12:55 whether or not something works in wine is entirely nondeterministic 13:15:36 -!- Bike has joined. 13:51:56 I should replace gnome with wine, then. 14:20:32 -!- conehead has joined. 14:28:18 -!- Bike has quit (Ping timeout: 264 seconds). 14:32:43 -!- AnotherTest has joined. 14:36:28 -!- Bike has joined. 14:42:30 -!- Taneb has quit (Read error: Connection reset by peer). 14:43:11 I can't seem figure out how to type ς̂ into LibreOffice. 14:43:17 Copy-pasting it in drops the hat. 14:44:43 Well, not exactly "drops", since it is still there (backspacing over it takes an extra step), but it's not visible. 14:46:09 -!- Taneb has joined. 15:02:18 -!- Bike has quit (Ping timeout: 264 seconds). 15:22:16 -!- trout has changed nick to function. 15:22:57 -!- Bike has joined. 15:33:04 -!- iconmaster_ has joined. 15:37:06 -!- iconmaster has quit (Ping timeout: 264 seconds). 15:54:16 -!- Bike_ has joined. 15:54:43 -!- Bike has quit (Disconnected by services). 15:54:44 -!- Bike_ has changed nick to Bike. 16:06:45 -!- mnoqy has joined. 17:10:24 -!- AnotherTest has quit (Ping timeout: 256 seconds). 17:14:38 -!- zzo38 has joined. 17:21:41 -!- Taneb has quit (Quit: Leaving). 17:47:17 -!- AnotherTest has joined. 17:57:01 I wonder if any humans ever used merge sort when manually sorting some things 17:58:09 No, but there are many computer science freshmen 18:00:59 If you are given a deck of cards and asked to sort it, maybe using merge sort wouldn't be a bad idea 18:01:29 Rather than category sort or whatever the standard human sort is 18:01:34 mostly when sorting things (in a computer or in person) you have more information than just pairwise less-than 18:01:38 and you can use that to be faster 18:02:22 True 18:02:34 Surely you would sort a deck of cards using the patience game 18:02:44 Sorting a deck of cards is probably O(n) 18:02:44 I think I end up using selection sort when I sort? 18:02:49 I thought I remember hearing that was what humans usually use 18:03:00 because, like, in a hand of cards, moving a card is a lot harder than finding the minimum 18:03:07 since you can do the latter with your eyes, right? 18:03:13 so if findmin() is super fast but moving is slow, selection is good 18:03:28 -!- Taneb has joined. 18:03:42 what's the sorting algorithm called where you just give up and let it be messy >_> 18:03:47 Fiora: I tend to put the current card into the corresponding pile and then just merge all the piles at the end 18:03:49 52 card pickup? XD 18:03:55 elliott: bogosort 18:04:41 The pseudo-sorting algorithm that works best is the one where you riffle the deck ten times to try and make the next game more random 18:05:11 Jafet: ooh patience sort 18:05:19 you can use that to implement a diff algorithm 18:05:42 But I've never needed to diff two decks of cards... 18:05:44 Shuffling works best when you have a reliable source of randomness 18:05:54 http://bramcohen.livejournal.com/73318.html 18:15:31 -!- oerjan has joined. 18:16:52 I have came to the conclusion I am not very good at the Hello World quiz <-- *MWAHAHAHA* 18:17:04 * oerjan needs to gloat about the few things he can. 18:19:59 -!- ais523 has joined. 18:21:52 If you are given a deck of cards and asked to sort it, maybe using merge sort wouldn't be a bad idea <-- i think for a deck of cards the obvious manual algorithm is to designate a spot on the table for each card and put it directly there. 18:22:29 -!- nycs has quit (Quit: This computer has gone to sleep). 18:27:00 Just scan through the deck and convert it to a permutation index in your head 18:28:32 oerjan, sorting algorithms can be much improved if you know in advance exactly which values you are sorting 18:28:43 yeah 18:29:14 Like, O(this isn't even really an algorithm) 18:29:45 Well, the way you described is probably O(n) 18:29:45 Throw away the useless unsorted deck and snort out a sorted one from your nose 18:33:18 sounds like a trick 18:39:42 "quicksnort" 18:41:08 O(balls) 18:41:29 What would be a Haskell class having (w x -> m x), (w x -> w (w x)), (w (x -> m y) -> w x -> w y)? 18:46:21 -!- function has changed nick to variable. 18:52:43 http://aem1k.com/world/ 18:53:21 oerjan: Yeah, spot sort would be the fastest 18:56:00 killall killall& killall killall& killall killall& killall killall& killall killall& killall killall& killall killall& 18:57:13 hm, why is it that every so often I search for "CHROMEBOOK TURN OFF CAPS LOCK" 18:57:13 you know the thing where you're using a solaris computer and you type killall out of habit 18:57:22 shachaf: actually no 18:57:47 and I learnt UNIX on SunOS 18:58:03 with a version of Mozilla so old that it blanked Wikipedia's Talk:Main Page once 18:58:20 shachaf: I know about the thing, but no-one I know has actually done that afaik 18:58:29 at least it was only the talk page 18:58:35 Gracenotes: yeah 18:58:45 I actually use to have perms to edit Wikipedia's Main Page 18:58:49 but never found a reason to do so 18:59:12 (although I did start a large campaign to rename it that ultimately ended in failure) 18:59:17 everyone is like "let's use templates" and also "let's use bots" 18:59:51 the templates were a good idea 19:00:03 the bots are at least a reasonable idea, although I can see some downsides 19:00:04 shachaf: I never use killall, I use pkill instead 19:00:20 I'm so used to using pkill, sometimes I use pkill on process numbers 19:00:25 it doesn't work 19:05:34 -!- Taneb has quit (Quit: Leaving). 19:05:36 Whose might is riptide and undertow / There's no escaping from Ohio 19:10:08 oregon is bad / stop it if you can 19:10:49 where's the rhyme 19:11:07 ask john linnell 19:31:47 -!- AnotherTest has quit (Ping timeout: 260 seconds). 19:40:43 I have thought about Newcomb's and I see that statistically speaking, if they know 99% accurately which one you picked, you can calculate the expected value is better with one box. However, statistically speaking is not the only way to speak! 19:43:04 ais523: rename it to what? 19:43:24 Is there any reason that storebought mac and cheese would be any less healthy than making pasta and cheese myself? 19:44:22 Sgeo: Perhaps depending how it is make? 19:47:59 Sgeo: well, i suspect that in some sense the storebought will be healthier 19:48:15 they invent special fake cheese with more vitamins 19:48:24 but the homemade will probably taste better 19:48:46 I think the storebought tastes better 19:49:04 And also, there's the factor of how much time it takes to make... 19:49:30 you aren't making it right then 19:51:14 store mac+cheese is not guaranteed to come from a cow at any point 19:51:15 -!- epicmonkey has quit (Ping timeout: 260 seconds). 19:51:25 if that's the kind of property you want 19:51:45 the reason why storebought takes better is because they add a bunch of microscopic things your tastebuds like. 19:52:20 The properties I want: Not going to kill me if I eat it every night for dinner, and fast to make. And not too expensive, but if mac and cheese violates the first property, I'm open to more expensive stuff 19:53:08 and stuff to improve creaminess, even when it gets cold, and just the right amount of congealing. 19:57:04 i would not recommend eating kraft dinner for every dinner 19:57:42 quintopia: why not? 19:58:28 it's far from a balanced diet. it's missing a lot of essential shit. it's really not much more than carbs and sodium, and a little fat too if you use whole milk 19:59:35 Is pasta and real cheese any better? 19:59:47 Is (real) pizza any better? 20:00:11 pizza usually has tomatoes, which should at least make scurvy less likely 20:01:01 Also, I do eat lunch, consisting of usually a hamburger (could be chicken too) 20:01:31 quite possibly "eat the same thing every night for dinner" is incompatible with "balanced diet". 20:01:47 what if you eat a magic concoction of every possible good thing 20:01:52 Sgeo: can I convince you to see an actual nutritionist? like, it'll be slightly better than #esoteric at the very least. 20:01:53 in just the right balance 20:02:38 elliott: I spoke to a nutritionist once, I should do that again 20:03:22 copumpkin: istr there is a couple of healthy foodstuffs, one of which neutralizes the health benefit of the other if you eat/drink them simultaneously. i don't quite remember what they were, though. 20:04:00 or well, some mineral or something which cannot be absorbed if you have the other thing simultaneously. 20:07:31 hmm, interesting 20:09:24 i have vague bells on either calcium, iron or c-vitamins as one of them. 20:09:41 (the one that cannot be absorbed) 20:10:44 oh it was coffee and calcium 20:10:51 iron and calcium 20:10:56 no, it's iron and calcium 20:11:01 wat 20:11:05 i remember from when we were mocking that soylent idiot 20:11:41 well i find google hits on coffee and calcium. but there might be other incompatible things, of course. 20:12:26 ais523: rename it to what? ← Portal:Main 20:12:34 i vaguely recall that iron and calcium soylent thing too, though. 20:12:46 ais523: that's a terrible name :P 20:12:54 quintopia: well it's the correct namespace 20:13:05 [[Main Page]] should be an encyclopedia article 20:13:14 quintopia: he is now waiting for someone to make up something called "Main Page", so they _have_ to move it. 20:13:16 correct and user-friendly are frequently at odds 20:13:45 or else get an ugly disambiguation notice in the main page 20:14:01 I'm going to name my daughter Main Page and hope she gets famous 20:14:09 perhaps Main Page is just another name for brainfuck 20:17:10 -!- MindlessDrone has quit (Quit: MindlessDrone). 20:17:14 quintopia: is Page your real surname 20:17:32 that would make things easier. 20:17:56 Page sounds like Paige, which is a reasonable girl's name 20:18:27 but i'm afraid Jimmy Page didn't have any kids named Main, so 'oh well' on that front 20:20:30 I wonder if there's a Jimmy somewhere authoring Jimmy's Jimmy Page Page 20:20:37 we could start a band called Main Page 20:20:38 quintopia: well things being in the wrong namespace mean that you need exceptions all over the place 20:21:56 doesn't having a 'Portal:' namespace create potential conflicts with 3D platforming puzzle games? 20:22:38 say, if they made a movie 20:22:43 Portal: The Movie 20:23:54 https://en.wikipedia.org/wiki/Ø_(Disambiguation) 20:24:39 quintopia: yeah, there are namespace / pagetitle clashes on occasion 20:24:48 the most infamous was [[:coolCat]] 20:25:05 which broke the database in random ways for months 20:25:33 eventually I think they had to modify the database manually to get rid of it 20:32:50 http://en.wikipedia.org/wiki/Portal:Portal 20:35:10 quintopia: I don't think there's a user-friendliness issue here; who manually types /Main_Page into their browser? 20:35:37 people just get there from http://en.wikipedia.org or more likely from Googling something and later clicking the globe logo 20:36:38 people have bookmarks, [[Main Page]] will never point anywhere else 20:36:47 fuck them and their bookmarks 20:36:58 kmc: the problem is existing links 20:36:59 but you could at least have it be a redirect to Portal:Main 20:37:01 elliott: http://en.wikipedia.org/wiki/Special:Search?go=Go&search=%s 20:37:15 wut 20:37:17 in particular, read the talk page 20:37:20 kmc: that's what I was suggesting 20:37:40 ais523: why does it link to a page that redirects to the Main Page at the top rather than the actual main page...? 20:37:43 why am I trying to understand Wikipedia?? 20:37:50 whykipedia 20:38:17 elliott: because [[Main Page]] is in the wrong namespace for a Wikipedia-internal-specific disambiguation hatnote 20:38:22 anyway, if you bookmark Wikipedia then you'll end up with it linking to /wiki/Main_Page in like 99.999% of cases 20:38:23 and the bots would thus get confused 20:38:33 so that's a lot worse than breaking the search shortcut thing 20:38:46 this is boring though :V 20:39:58 anyway, I think you're inadvertently arguing for moving the Main Page, there :) 20:41:03 oh, I also wanted to rename the Main Page to the null string, but apparently the developers were unwilling to make that possible 20:46:33 -!- nisstyre has quit (Quit: Leaving). 21:05:09 -!- SingingBoyo has quit (Read error: Connection reset by peer). 21:05:26 -!- SingingBoyo has joined. 21:11:39 -!- zzo38 has quit (Ping timeout: 260 seconds). 21:17:07 -!- iconmaster_ has quit (Ping timeout: 260 seconds). 21:44:19 -!- ais523 has quit. 21:45:08 -!- epicmonkey has joined. 21:59:20 -!- iconmaster has joined. 22:28:26 -!- nooodl has quit (Ping timeout: 264 seconds). 22:33:27 -!- stuntaneous has joined. 22:55:40 -!- Koen_ has quit (Quit: Koen_). 23:03:50 -!- epicmonkey has quit (Ping timeout: 264 seconds). 23:08:16 -!- zzo38 has joined. 23:08:31 My computer was off, sorry 23:10:10 -!- yorick has quit (Remote host closed the connection). 23:25:36 You are forgiven. 23:27:09 zzo38, thank god you're back, there was a major crisis brewing 23:29:54 -!- stuntaneous has quit (Ping timeout: 264 seconds). 23:32:00 -!- Frooxius_ has quit (Read error: Connection reset by peer). 23:32:13 -!- Frooxius has joined. 23:32:46 Do you know of any compiler MML -> .MOD? 23:34:22 Phantom_Hoover: What kind of crisis is that? 23:34:35 well the details aren't important now 23:40:51 crisis on infinite earths 23:43:44 that sort of thing, yes 23:46:45 -!- oerjan has quit (Quit: Well this Earth is finite so we are fine.). 23:49:26 -!- SingingBoyo has quit (Ping timeout: 256 seconds).