00:06:15 -!- GregorR has quit (Remote closed the connection). 00:13:37 -!- jix has quit ("Bitte waehlen Sie eine Beerdigungnachricht"). 00:23:46 -!- int-e has left (?). 00:37:54 -!- calamari has quit (Connection timed out). 00:38:35 -!- calamari has joined. 00:41:52 -!- kipple_ has joined. 00:41:53 -!- kipple has quit (Read error: 104 (Connection reset by peer)). 01:17:47 -!- WildHalcyon has joined. 02:20:37 latest processor: DS89C430 02:39:06 -!- kipple_ has quit (Read error: 110 (Connection timed out)). 04:38:14 -!- calamari has quit (Read error: 110 (Connection timed out)). 04:41:05 -!- calamari has joined. 06:47:31 -!- nooga has joined. 06:47:43 morning 07:19:48 -!- CXII has joined. 07:40:47 tokigun: did you started implementing SADOL ?:> 07:59:59 -!- clog has quit (ended). 08:00:00 -!- clog has joined. 08:21:35 i guess that means no :> 08:36:13 -!- calamari has quit (Read error: 110 (Connection timed out)). 08:37:34 -!- calamari has joined. 08:38:10 e 08:50:36 hi nooga 08:51:57 hi calamari 10:33:11 -!- pgimeno has quit (Read error: 110 (Connection timed out)). 10:50:40 -!- nooga has quit (Read error: 110 (Connection timed out)). 10:53:16 -!- calamari has quit ("Leaving"). 10:54:06 -!- pgimeno has joined. 11:34:58 -!- jix has joined. 11:49:04 moin 12:00:56 -!- CXII has quit ("If you're reading this, it's probably xchat's fault."). 12:27:51 -!- kipple_ has joined. 12:28:06 -!- kipple_ has left (?). 12:54:01 hello 12:54:11 hmm i've started implementing SADOL 12:55:57 cool 12:57:03 what's the best way to convert a 25,964,951 digit binary number to decimal? 12:57:25 you mean mersenne prime? 12:58:10 hehe 12:58:11 yes 12:58:33 generally FFT is used, but if you really wanna print it see http://fabrice.bellard.free.fr/mersenne.html 12:59:14 that code isn't really readable 12:59:35 :p 12:59:55 It takes about 2 minutes 30 on a 2.4 GHz Pentium 4.... too much 13:12:46 ...you realise that FFT is O(NlogN), right? 13:12:56 it takes such a long time because you're converting a 25 million digit number 13:13:04 if you want to speed it up you could always use a smaller number 13:13:37 i realized that the number is too big 13:21:23 hmm 13:22:29 perhaps i have to use something like Ruby's objectspace 13:24:53 tokigun: why? 13:28:24 recent versions of gmp have a decent radix conversion routine 13:35:51 tokigun: is there a current complete SADOL spec? 13:36:18 nooga has written http://agentj.risp.pl/wysypisko/uploads/sadl.htm -- but he says it is obsoleted. 13:37:50 i think i'll make my own dialect 13:39:36 i think so... current spec is too ambiguous 14:15:57 -!- puzzlet_ has quit (Remote closed the connection). 14:16:07 -!- puzzlet has joined. 14:39:23 I disagree, I dont think the current spec is ambiguous enough 14:39:50 I say, if you can figure out how to build the interpreter from the spec, it gives too much away - like a mystery novel where you know who the bad guy is already! 16:38:15 -!- int-e has joined. 16:57:56 -!- nooga has joined. 16:58:07 hi 16:58:47 wassup? 16:59:05 hmm 16:59:18 tokigun implements SADOL.. 16:59:23 and i thought about it too 16:59:23 yyaaay 16:59:37 * nooga is very happy 16:59:42 ;) 17:00:06 but i'd change some things in my implementation (and give it another name because its a different language then) 17:00:15 mhm 17:00:44 tokigun: will you threat functions like a variables? 17:00:52 nooga: nope 17:01:05 i'll implement original spec first 17:01:36 do you know about that A to Z symbols are always global 17:01:37 ? 17:01:46 and a to z are local... 17:01:49 yes 17:01:55 for functions too 17:02:05 heh? 17:02:07 right 17:02:11 local functions 17:02:12 ah 17:02:31 i see 17:02:44 i'm implementing dynamic typing.. somewhat boring 17:02:49 heh 17:02:51 yea 17:03:06 what language? 17:05:23 ruby afaik 17:05:50 nooga: http://tokigun.exca.net/dev/sadol/sadol.c current code 17:05:52 hehe.. try to imagine me implementing lists and dynamic typing in old Free Pascal 17:06:10 on a 10 years old laptop 17:06:38 tokigun: you talked about ruby... 17:06:51 i thought you use it for implementing 17:06:56 no 17:07:07 i was writing code in c 17:07:33 hmm 17:07:35 respect 17:08:33 writing SADOL interpreter in Perl or other lang. which has got lists and dynamic typing is easier 17:09:33 much easier 17:10:28 oh man 17:10:37 your site is in corean 17:10:42 nooga: another cool esolang idea? 17:10:44 korean 17:10:59 jix: ? 17:11:16 nooga: do you have another cool idea for an esoteric language? 17:11:21 no 17:11:46 unfortunately no 17:12:01 nooga: yes i'm korean 17:12:08 hehe 17:12:23 and as you see, my english is not very well ;) 17:12:54 hehe 17:12:57 like mine 17:13:01 im Polish 17:13:11 * jix is german 17:13:43 lol, that korean signs look kinda esoteric :) 17:14:59 jix: actually i have one idea 17:15:27 but it's brainfuck based 17:15:36 and that makes it uncool 17:15:42 my only language is brainfuck based too :( 17:16:07 i don't have good ideas... 17:18:15 so 17:18:44 mine is brainfuck in perforated-card-like notation 17:18:47 + ' .' 17:18:48 - '. ' 17:18:48 > ' :' 17:18:48 < ': ' 17:18:48 [ '.:' 17:18:49 ] ':.' 17:18:51 . '..' 17:18:53 , '::' 17:19:32 that is even more uncool than mine because it's just another name for the same things... ;) 17:19:33 and program must be written as separate rectangles 16x24 characters 17:28:30 http://rafb.net/paste/results/os31mB56.nln.html 17:28:33 an example ;p 17:29:50 it doesn't load here 17:30:05 http://rafb.net/paste/results/os31mB56.html 17:30:28 no the whole rafb.net page doesn't respond... 17:30:36 huh 17:30:41 werid 17:30:49 i can ping the server 17:30:52 ah it works now 17:31:25 but it's just another way to write brainfuck 17:31:31 my language is based on brainfuck but different 17:31:44 http://esolangs.org/wiki/YABALL 17:32:30 a 17:32:43 2d 17:32:54 hehe 17:33:12 maybe it will be funny to write SADOL interpreter in Java 17:33:23 and create MSADOL 17:33:34 Multithreaded SADOL >:D 17:34:23 wow 17:35:09 but i dont know Java ;p 17:36:45 damn 17:37:04 my dog needs to ... nvm 17:37:26 got to go... maybe i'll be back 17:37:32 bye 17:37:36 -!- nooga has quit ("Leaving"). 17:37:51 i'm going to sleep 17:37:53 bye ;) 17:38:19 to sleep? 17:45:56 it's 1:41 AM in Korea 17:46:10 oops 1:50 AM 17:48:36 fix your clock (18:47:15oops 1:50 AM) 17:49:30 perhaps there's a personal daylight saving time in my computer 17:50:09 or something i don't know 17:50:20 ;) 17:50:37 i sync my clock with a timeserver so it should be the correct time 17:50:48 so do i 17:50:53 hum 17:50:55 my ubuntu should do it for me 17:51:03 my osx should do it for me 17:51:23 i got an idea 17:51:26 ask ChanServ 17:51:48 only if i can know how. 17:52:00 nonsense. 17:52:32 your clock is 2 minutes in front of mine.. (and a few time zones but that doesn't affect minutes) 17:52:48 hm back 17:52:54 i know 17:53:16 oops 17:53:16 i got a remote server crashed and i can't figure out why 17:53:39 when i ping it doesn't pong back 17:53:47 i also sync my clock with a timeserver 17:54:02 tokigun: your clock is -1 min (compared with mine) 17:54:06 hmm 17:54:08 wait... 17:54:18 maybe the timeserver-hoster want chaos all over the world! 17:54:24 it says it's 01:55:27 KST 17:54:30 IRC must have a good time sync bot 17:54:32 maybe the nasa kidnapped all timeserver-hosters 17:55:05 what for? 17:55:06 hmm 17:55:17 to control the time 17:55:33 but time flys like an arrow 17:55:38 when my clock reads 01:55:27, cmeme says it was 01:55:28 17:56:03 it seems that my clock is correct with error less than 10 seconds 17:56:12 hmm yes 17:56:24 have to restart my mac.. new tv-card driver installed 17:56:27 then it's me whose time's incorrect 17:56:54 AAARGH MY SERVER!! 17:57:09 -!- jix has quit ("Bitte waehlen Sie eine Beerdigungnachricht"). 17:57:22 puzzlet: when my sync program was inactive for unknown reason, it has error more than minutes. :S 17:58:28 does that mean your hardware fails to keep its clock constant? 17:59:31 linux doesn't use hardware clock when it's running afaik 17:59:58 it just reads it on bootup 18:00:43 -!- jix has joined. 19:03:05 -!- nooga has joined. 19:07:07 how's it going? 19:07:23 -!- CXII has joined. 19:08:19 -!- CXI has quit (Read error: 131 (Connection reset by peer)). 19:08:48 tokigun 19:26:52 -!- WildHalcyon_ has joined. 19:32:56 hello 19:34:53 hello nooga 19:46:56 -!- WildHalcyon has quit (Read error: 110 (Connection timed out)). 19:59:14 -!- Freya has joined. 19:59:19 gah 19:59:27 -!- Freya has changed nick to nooga_. 19:59:46 jix 20:02:27 jix 20:02:30 r u there? 20:04:29 -!- nooga has quit (Read error: 110 (Connection timed out)). 20:06:21 -!- nooga_ has changed nick to nooga. 20:06:33 * nooga listens to the Pink Floyd ;p 20:33:22 lol -> http://photos6.flickr.com/7234920_0aed5a3cd2.jpg?v=0 20:40:14 heh] 20:43:47 blah blah blah 20:43:52 anybody here? 21:23:51 hola 21:24:43 -!- WildHalcyon_ has changed nick to Wildhalcyon. 21:37:04 -!- nooga has quit (Read error: 110 (Connection timed out)). 21:45:18 -!- {^Raven^} has quit (Read error: 110 (Connection timed out)). 21:45:18 -!- {^Raven^} has joined.