00:08:54 -!- Keymaker has left (?). 00:09:18 Hmmm 00:09:31 Is perl or BrainFuck more ridiculous (I'll use this term because BF is clearly more esoteric) 00:09:39 I vote perl. 00:35:23 i think perl, because, unlike brainfuck, people actually use it 00:35:36 and that's just ridiculous 00:46:07 True. 00:47:51 Brainfuck also has much more internal consistency. 00:58:51 and more international conspiracy. 01:00:52 remind me what Giki is 01:04:18 SimonRC: My wiki engine. 01:06:47 * pgimeno points to http://giki.sf.net/ (and goes to bed) 01:08:14 ah, of course 01:08:20 I should have remembered 01:11:27 It's small and easy to use, but supports plugins to a ridiculous degree. 01:11:39 heh 01:11:39 With plugins, you can go from the world's simplest wiki to MediaWiki ^^ 01:12:02 Mind you, not all of the plugins for that are implemented X-P 01:12:31 Surely I will never get used to the sheer amazingness of the net: 01:12:32 http://tcc.members.beeb.net/ 01:13:02 lol 01:13:07 http://www.donotputthebaby.com/ 01:23:00 any new ones? 01:24:34 There will be when you suggest one 8-D 01:41:15 don't put the baby into the vacuum bell jar 01:41:57 don't put the baby near a black hole 01:42:01 heh 01:43:07 don't put the baby close to Gregor 01:43:09 gn8 01:43:21 -!- jix has quit ("Bitte waehlen Sie eine Beerdigungnachricht"). 04:55:12 -!- kipple has quit (Read error: 110 (Connection timed out)). 05:58:51 -!- Arrogant has joined. 06:08:32 -!- calamari has joined. 07:06:44 hi 07:59:59 -!- clog has quit (ended). 08:00:00 -!- clog has joined. 08:21:05 -!- calamari has quit ("Leaving"). 10:20:19 -!- Arrogant has quit ("Leaving"). 12:20:57 -!- jix has joined. 16:51:13 -!- Sgeo has joined. 17:09:33 -!- Sgeo has quit (Remote closed the connection). 17:11:58 -!- Sgeo has joined. 17:22:24 -!- Sgeo has quit (Remote closed the connection). 17:24:33 -!- Sgeo has joined. 17:38:21 -!- Sgeo has quit (Remote closed the connection). 19:15:57 lolol: http://slashdot.org/articles/06/04/23/159227.shtml (a comment points to a mirror at: http://data.coolnicks.co.uk/Code%20Monkey.mp3 ) 19:17:02 # Code monkey like Fritos. # # Code monkey like TAB and Mountain Dew. # 20:17:01 -!- Sgeo has joined. 20:18:03 Arrrrgh, why doesn't w3 validator like this >_O 20:19:11 Damn, found it 8-X 20:37:07 -!- Sgeo has quit (Read error: 104 (Connection reset by peer)). 21:57:55 -!- EgoBot has joined. 21:58:37 -!- calamari has joined. 22:29:31 -!- Arrogant has joined. 22:32:35 * GregorR tries to decide whether to release Giki 1.5.0 today or wait for feedback from the people he e-mailed >_> 22:35:21 release it now and release a "i shouldn't have released this yesterday" release tomorrow! 22:36:29 Hahahah 22:36:41 Brilliant. 22:36:45 http://www.hermann-uwe.de/blog/debian-packages-release-names 22:38:09 The WoW Effect 22:38:17 WoW effect? 22:38:22 Break it with a patch on Tuesday 22:38:31 Apologize and revert with another patch on Wednesday 22:39:12 gn 22:39:12 -!- jix has quit ("Bitte waehlen Sie eine Beerdigungnachricht"). 22:39:18 Geeze. 22:39:22 Not much forewarning, jix. 22:40:47 (He can't hear you :)) 22:49:23 :P 23:04:18 -!- Sgeo has joined. 23:04:46 -!- Sgeo has quit (Remote closed the connection). 23:37:28 hmm, been thinking of another contest: smallest compiler, of any turing complete lang.. existing or nonexistant. basically what was done with bf. any platform, any binary type, any machine language with actual hardware 23:37:45 in other words, smallest compiler ever 23:38:13 I think it can be done smaller than bf, if another lang were used 23:42:55 No dynamic binaries allowed? 23:43:31 I was thinking about that.. it would be reasonable to allow file operations and stdin/out 23:43:52 but not any lib.. otherwise you get libturing.so 23:43:56 Pff, dynamic binaries are for pansies. 23:44:15 Just use raw system calls. 23:44:17 It's not so tough. 23:44:20 GregorR: how else would you read the file from linux 23:44:26 Raw system calls! 23:44:29 syscall 1 is read 23:44:33 sycall 2 is open IIRC 23:44:36 And there, you're done. 23:44:44 oh, I misunderstood what you were saying 23:44:45 Plus of course you could just make it read from stdin. 23:44:49 Heh 23:44:51 yeah syscalls 23:45:06 for example in ms-dos I could use bios / dos calls 23:45:12 not exactly library 23:45:15 Right. 23:45:20 okay 23:45:21 Safer than allowing library links. 23:45:27 And more fun >: ) 23:45:30 yeah 23:45:53 of course, MS-DOS calls might be considered cheating, I dunno 23:46:06 it has open/read/ etc calls 23:46:18 but thats fine 23:46:37 the idea was that they couldn't just call somer function that was the real compiler 23:46:41 Right. 23:46:49 Don't want them linking to libpython.so 23:47:18 also, no excuses based on platform.. if you choose linux, you live with the ovverhead elf or a.out or whatever :) 23:47:58 Yup 23:47:59 so probably best not to use linux hehe 23:48:02 Heh 23:48:19 .COM 4tw 23:49:00 pretty sure 8-bit atari and commodore machines also have a raw binary format 23:49:07 for the 6502 angle :) 23:50:43 Heh 23:50:48 not sure if any 68000-based machines used raw binaries.. perhaps the st? 23:50:48 did the amiga? 23:50:56 Not sure 23:51:36 I suppose it should also be a standard os .. otherwise the open call might have extra special turing complete behavior 23:51:49 not that anyone would cheat that way.. hehe 23:51:55 lol 23:52:00 First write your own OS, then write this :P 23:52:03 yep 23:52:27 and instantly you have the 0-byte turing complete lang 23:52:43 s/lang/compiler/ 23:53:20 anyhow, does this seem like a contest that would be fun? 23:53:44 Fun in that I'd never enter because I don't have the time or patience? Heck yeah! 23:54:03 ahh, maybe wait until summer then 23:54:34 you don't have the patience for writing assembly language code? and you call yourself a programmer? 23:55:07 I wonder how long it will be until they don't even offer assembly languages courses in college 23:55:13 sad, really 23:57:27 lol 23:57:56 No, I don't have the patience for writing this particular project in assembly language code, especially nasty code with raw syscalls et al.