2012-01-01T00:00:35 Happy new year everyone! 2012-01-01T00:12:40 *** antimatroid has joined #aichallenge 2012-01-01T00:13:38 *** amstan has quit IRC (Ping timeout: 240 seconds) 2012-01-01T00:16:26 *** jstrong has joined #aichallenge 2012-01-01T00:23:30 *** replore has joined #aichallenge 2012-01-01T00:27:51 *** replore has quit IRC (Ping timeout: 244 seconds) 2012-01-01T01:13:38 *** Jak_o_Shadows has joined #aichallenge 2012-01-01T01:32:13 *** X-Scale has quit IRC (Ping timeout: 268 seconds) 2012-01-01T01:47:22 *** Fandekasp has joined #aichallenge 2012-01-01T01:48:19 *** replore has joined #aichallenge 2012-01-01T01:58:56 *** srgpqt has quit IRC (Quit: leaving) 2012-01-01T02:09:39 *** replore has joined #aichallenge 2012-01-01T02:10:45 *** jstrong has quit IRC (Quit: Leaving.) 2012-01-01T02:23:11 *** grc48 has quit IRC (Quit: This computer has gone to sleep) 2012-01-01T02:30:56 *** replore has joined #aichallenge 2012-01-01T02:33:17 i've seen people propose translating a few pages, i wonder if it would be a good idea to have people do this like writing starter bots? 2012-01-01T02:33:25 mostly for the home/specs pages etc. 2012-01-01T02:35:00 *** fermianyon has joined #aichallenge 2012-01-01T02:40:27 *** amstan__ has joined #aichallenge 2012-01-01T02:40:27 *** ChanServ sets mode: +o amstan__ 2012-01-01T02:40:27 *** amstan_ has quit IRC (Read error: Connection reset by peer) 2012-01-01T02:40:51 *** amstan__ has quit IRC (Remote host closed the connection) 2012-01-01T02:41:35 *** amstan has joined #aichallenge 2012-01-01T02:41:35 *** ChanServ sets mode: +o amstan 2012-01-01T02:43:16 *** Fandekasp has quit IRC (Ping timeout: 240 seconds) 2012-01-01T02:43:48 *** Fandekasp has joined #aichallenge 2012-01-01T02:52:17 *** replore has joined #aichallenge 2012-01-01T02:58:30 contestbot: seen sigh 2012-01-01T02:58:30 amstan: sigh was last seen in #aichallenge 2 weeks, 0 days, 23 hours, 50 minutes, and 28 seconds ago: ah yeah, that happens 2012-01-01T02:58:38 sigh: you around? 2012-01-01T03:01:45 *** fermianyon has left #aichallenge ("Leaving") 2012-01-01T03:11:48 *** mleise has joined #aichallenge 2012-01-01T03:14:41 amstan: he shouldn't be far away unless he's out 2012-01-01T03:14:50 it's 7:15pm assuming he's in sydney 2012-01-01T03:16:23 i'm going through his config-files 2012-01-01T03:16:32 and i can't figure some of these things out 2012-01-01T03:16:40 like.. i can't get REPORTTIME to work for zsh 2012-01-01T03:17:13 *** Fandekasp has quit IRC (Ping timeout: 260 seconds) 2012-01-01T03:17:42 *** Fandekasp has joined #aichallenge 2012-01-01T03:20:07 *** Kurnevsky has joined #aichallenge 2012-01-01T03:24:54 amstan: here 2012-01-01T03:25:02 sigh: hey 2012-01-01T03:25:07 what's up? 2012-01-01T03:25:10 sigh: your config files are awesome, lol 2012-01-01T03:25:14 haha :) 2012-01-01T03:25:16 thanks 2012-01-01T03:25:29 one question though, how is reporttime supposed to work? 2012-01-01T03:25:43 just any command that takes more than one second? i can't get it to work 2012-01-01T03:25:57 hang on, let me look it up 2012-01-01T03:26:40 how are you testing it? 2012-01-01T03:26:52 wget 2012-01-01T03:27:20 wget https://github.com/downloads/aichallenge/aichallenge/nodejs_0.4.10~natty1~ppa201107202043_amd64.deb 2012-01-01T03:28:12 if you set REPORTTIME=0 does that do anything? 2012-01-01T03:28:20 that should report time for any command 2012-01-01T03:28:56 yes 2012-01-01T03:29:34 what did it print out for your wget command? 2012-01-01T03:29:46 4.68s real 0.02s user 0.08s system 1% cpu 4kB mem $ wget 2012-01-01T03:30:00 ah, report time only care about user+system time 2012-01-01T03:30:10 man zshparam for details 2012-01-01T03:30:19 hmm 2012-01-01T03:30:21 ok 2012-01-01T03:30:25 so something that computes more things? 2012-01-01T03:30:30 yeah 2012-01-01T03:30:49 so sleep 10 is also very little actual time 2012-01-01T03:31:04 dunno how to make it care about real time 2012-01-01T03:31:17 yeah, it works if i do python -c "while 1: pass" then ctrl+c it 2012-01-01T03:32:32 Mostly it works for commands when I need the info, so it works well enough :) 2012-01-01T03:32:58 if you explicitly want time info just start the command with "time" 2012-01-01T03:33:07 yeah 2012-01-01T03:33:24 are you just starting with zsh? 2012-01-01T03:33:25 how can i change its colour? replacing the tput setf 1 with fg[cyan] doesn't seem to work 2012-01-01T03:33:27 yeah 2012-01-01T03:33:46 and also with arch 2012-01-01T03:34:56 nice :) 2012-01-01T03:34:59 tput setf 3? 2012-01-01T03:35:08 for cyan 2012-01-01T03:35:11 *** replore has joined #aichallenge 2012-01-01T03:35:52 I switched to zsh a few months ago after seeing on of y coworkers using it :) 2012-01-01T03:36:11 i tried the same syntax for the PROMPT, where i could just do $fg[cyan] 2012-01-01T03:37:50 yeah, I don't think that works with timefmt... the man pages certainly don't say anything about it 2012-01-01T03:38:09 so just using the raw escape values works well enough 2012-01-01T03:38:17 found the problem.. i needed autoload -U colors && colors 2012-01-01T03:38:23 ahhh 2012-01-01T03:38:23 to use the fg stuff 2012-01-01T03:39:06 any idea how to make the home and end keys work? 2012-01-01T03:39:09 ah cool... I might change mine too :) 2012-01-01T03:39:26 what should they be doing? 2012-01-01T03:39:41 *** replore has quit IRC (Ping timeout: 255 seconds) 2012-01-01T03:40:11 go to the end and beggining of the line 2012-01-01T03:41:29 does this work for the home key: bindkey '\e[5~' beginning-of-line 2012-01-01T03:42:41 no 2012-01-01T03:43:03 hmm... press CTRL-V Home on the command line, and tell me what it prints out 2012-01-01T03:43:21 ^M 2012-01-01T03:43:34 ^[[F for end 2012-01-01T03:44:25 hmm.... ^M is weird... you should be able to remap End by using: bindkey '\e[F' end-of-line 2012-01-01T03:45:15 dunno why home button is printing a carriage return :S Might be an issue with your terminal emulator? 2012-01-01T03:45:26 yay, end works 2012-01-01T03:45:43 *** Fandekasp has quit IRC (Ping timeout: 240 seconds) 2012-01-01T03:45:51 i'm using konsole 2012-01-01T03:46:01 *** Fandekasp has joined #aichallenge 2012-01-01T03:46:27 right.. and delete is printing tildas 2012-01-01T03:46:56 it does the same thing in bash, I assume? 2012-01-01T03:47:03 no 2012-01-01T03:47:15 hmmm... odd 2012-01-01T03:47:54 it seems to work normally in zsh 2012-01-01T03:48:06 oh ok 2012-01-01T03:48:23 ctrl+v delete outputs: ^[[3~ 2012-01-01T03:48:45 yeah, if all else fails just remap that with '\e[3~' 2012-01-01T03:49:38 dunno what's happening with home, I would first see if konsole is responsible for it... you can remap '^M' but I don't know if that will have side effects 2012-01-01T03:49:49 yeah.... that messes up return :P 2012-01-01T03:49:53 don't do that :) 2012-01-01T03:51:41 and ctrl+d seems to be the real delete 2012-01-01T03:52:22 you can type "bindkey" without any args to see all the current bindings 2012-01-01T03:52:33 for me ctrl-d is bash-ctrl-d 2012-01-01T03:52:55 oh, i took that out 2012-01-01T03:54:03 aha... didn't realise it was some function I had made up :P 2012-01-01T03:54:14 I don't even use it... 2012-01-01T03:54:48 default for ctrl-d is delete-char-or-list 2012-01-01T03:54:59 (all this is in man zshzle) 2012-01-01T03:56:07 weird.. i get different behavoir from this zsh(archlinux) than from my server(ubuntu) 2012-01-01T03:56:33 *** Paradoxial has quit IRC (Quit: :) 2012-01-01T03:57:13 check if bindkey outputs the same thign 2012-01-01T03:58:04 bbl dinne 2012-01-01T03:58:05 no 2012-01-01T03:58:08 *dinner 2012-01-01T04:05:16 *** antimatroid has quit IRC (Ping timeout: 240 seconds) 2012-01-01T04:07:10 *** thestinger has joined #aichallenge 2012-01-01T04:29:40 *** antimatroid has joined #aichallenge 2012-01-01T04:41:22 amstan: did you get everything working? 2012-01-01T04:41:26 almost 2012-01-01T04:41:44 there's a builtin git prompt in zsh: http://briancarper.net/blog/570/git-info-in-your-zsh-prompt 2012-01-01T04:42:16 yeah, I know... I didn't like it 2012-01-01T04:43:12 so I sourced the prompt which is distributed by git :) 2012-01-01T04:59:47 lol ./play_one_game.sh now outputs time measurements 2012-01-01T04:59:48 good stuff 2012-01-01T05:46:06 *** UncleVasya has joined #aichallenge 2012-01-01T05:57:52 *** Kurnevsky has quit IRC (Quit: Instantbird 1.0) 2012-01-01T06:07:47 *** amstan has quit IRC (Ping timeout: 252 seconds) 2012-01-01T06:20:30 *** Anilm3 has joined #aichallenge 2012-01-01T06:21:36 hny!! 2012-01-01T06:41:25 *** mj41 has joined #aichallenge 2012-01-01T06:45:30 *** kilae has joined #aichallenge 2012-01-01T06:45:47 *** Anilm3 has quit IRC (Quit: Lost terminal) 2012-01-01T06:45:54 *** mcstar has joined #aichallenge 2012-01-01T07:02:50 *** Regis has joined #aichallenge 2012-01-01T07:08:22 *** ahow984_ has joined #aichallenge 2012-01-01T07:13:08 *** grc48 has joined #aichallenge 2012-01-01T07:16:04 *** grc48 has quit IRC (Client Quit) 2012-01-01T07:17:58 *** nha has joined #aichallenge 2012-01-01T07:19:34 UncleVasya: i finished the article 2012-01-01T07:20:03 So you finished with c++ too? 2012-01-01T07:20:52 I mean you have finished your preparing to job interview with c++ 2012-01-01T07:22:00 no 2012-01-01T07:22:55 im reading the comments now 2012-01-01T07:23:45 i didnt like that the author didnt really give an example of why would the type system catch errors 2012-01-01T07:24:01 he gave an example with the list-destuttering 2012-01-01T07:24:16 but that demonstrates ocaml's patter matching capability 2012-01-01T07:24:20 n 2012-01-01T07:25:35 and it is not clear to me wether ocaml supports type classes or not 2012-01-01T07:36:35 UncleVasya: no comment? 2012-01-01T07:36:46 no :) 2012-01-01T07:49:03 *** Xunie` has joined #aichallenge 2012-01-01T08:03:45 ahow984_: how you doing? 2012-01-01T08:09:40 nobody wants to talk with mcstar :( 2012-01-01T08:09:53 *** smjms has joined #aichallenge 2012-01-01T08:10:25 ;_; 2012-01-01T08:12:42 *** NotABug has joined #aichallenge 2012-01-01T08:17:50 *** smjms has quit IRC (Changing host) 2012-01-01T08:17:50 *** smjms has joined #aichallenge 2012-01-01T08:17:51 *** Regis is now known as Redgis 2012-01-01T08:21:36 *** Jak_o_Shadows has quit IRC (Remote host closed the connection) 2012-01-01T08:28:03 *** Bluedgis_ is now known as Bluedgis 2012-01-01T08:28:13 *** Bluedgis is now known as Bluedgis_ 2012-01-01T08:29:15 *** Bluedgis_ is now known as Snilmerg_ 2012-01-01T08:29:33 *** Snilmerg_ is now known as Bluedgis 2012-01-01T08:37:53 *** mj41 has quit IRC (Ping timeout: 252 seconds) 2012-01-01T08:47:25 *** ikaros has joined #aichallenge 2012-01-01T09:01:45 *** Migi32 has joined #aichallenge 2012-01-01T09:12:50 *** UncleVasya has quit IRC () 2012-01-01T09:26:29 *** bqf_ has joined #aichallenge 2012-01-01T09:27:03 *** bqf_ has quit IRC (Changing host) 2012-01-01T09:27:03 *** bqf_ has joined #aichallenge 2012-01-01T09:29:41 *** bqf has quit IRC (Ping timeout: 248 seconds) 2012-01-01T09:29:48 *** bqf_ is now known as bqf 2012-01-01T09:48:53 *** nha has quit IRC (Ping timeout: 252 seconds) 2012-01-01T09:51:44 heh mcstar 2012-01-01T09:51:48 I was afk 2012-01-01T09:51:57 you there now? :P 2012-01-01T09:51:57 im gonna be in a sec 2012-01-01T09:52:04 kk 2012-01-01T09:52:08 in an hour 2012-01-01T09:52:11 ok? 2012-01-01T09:52:13 kk 2012-01-01T09:52:15 ttyl 2012-01-01T10:01:08 *** mleise has quit IRC (Ping timeout: 240 seconds) 2012-01-01T10:02:11 *** mleise has joined #aichallenge 2012-01-01T10:09:42 *** Kurnevsky has joined #aichallenge 2012-01-01T10:14:34 *** alehorst has joined #aichallenge 2012-01-01T10:29:23 *** ikaros has quit IRC (Ping timeout: 252 seconds) 2012-01-01T10:32:03 *** ikaros has joined #aichallenge 2012-01-01T10:37:16 mcstar: I've given up on it totally 2012-01-01T10:37:23 right about now 2012-01-01T10:37:33 it's too difficult for me I think :/ 2012-01-01T10:40:57 *** ikaros has quit IRC (Quit: Ex-Chat) 2012-01-01T10:42:10 *** Fandekasp has quit IRC (Ping timeout: 276 seconds) 2012-01-01T10:43:26 *** ikaros has joined #aichallenge 2012-01-01T10:46:32 *** NotABug has quit IRC (Ping timeout: 258 seconds) 2012-01-01T10:57:15 ach, this puzzle is annoying me :/ mcstar you back yet? 2012-01-01T10:59:39 *** Migi32 has quit IRC (Quit: bye) 2012-01-01T11:02:44 *** alehorst has quit IRC (Read error: Connection reset by peer) 2012-01-01T11:05:17 *** srgpqt has joined #aichallenge 2012-01-01T11:14:05 ahow984_: back 2012-01-01T11:14:20 hey 2012-01-01T11:14:29 That puzzle is a lot harder then it seems 2012-01-01T11:14:44 i dunno 2012-01-01T11:14:52 it seemed hard to me 2012-01-01T11:14:56 :) 2012-01-01T11:15:08 heh, in that case I underestimated it 2012-01-01T11:15:45 do you want the solution now? 2012-01-01T11:16:10 I never saw haskell before, but pastebin it or something for me please :) 2012-01-01T11:16:22 in a sec 2012-01-01T11:16:27 http://ideone.com/ 2012-01-01T11:16:29 ty ;) 2012-01-01T11:16:36 that compiles it and all for you 2012-01-01T11:17:07 *** phillijw has quit IRC (Remote host closed the connection) 2012-01-01T11:17:22 *** phillijw has joined #aichallenge 2012-01-01T11:17:28 http://pastebin.com/JcyeHhN3 2012-01-01T11:18:00 i never used ideone before but seen others use it 2012-01-01T11:18:01 tyvm 2012-01-01T11:18:11 :O 2012-01-01T11:18:13 do you have ghc? 2012-01-01T11:18:13 so short 2012-01-01T11:18:24 I'll just yum install it if I need to 2012-01-01T11:19:09 dont try 48x10 with it 2012-01-01T11:19:16 48x4 works 2012-01-01T11:19:33 <4 height wont work in that case, because of idiosyncracies 2012-01-01T11:19:37 48*10 breaks the stack? 2012-01-01T11:19:41 no 2012-01-01T11:19:45 it just takes too long 2012-01-01T11:19:54 and Int cant hold that many elements 2012-01-01T11:20:16 but the examples will work 2012-01-01T11:20:25 kwl 2012-01-01T11:20:33 what filetype and how to compile do you mind? 2012-01-01T11:21:06 and this could be made as fast (and correct) as the c++ solution, but im not comfortable with haskell's mutable arrays, so i cant do the last step the efficient way 2012-01-01T11:21:18 ghc -O file.hs 2012-01-01T11:21:26 -O is for some optimization 2012-01-01T11:21:31 ./file 2012-01-01T11:21:51 >2012 2012-01-01T11:21:51 >not using codepad.org 2012-01-01T11:22:34 Xunie`: what?? 2012-01-01T11:22:54 http://pastebin.com/JcyeHhN3 << codepad.org is better. 2012-01-01T11:23:06 ideone for me ;) but either will do 2012-01-01T11:25:37 bleh, I hate RPMfusion :@ 2012-01-01T11:25:46 slows down yum by about 2 mins 2012-01-01T11:28:24 Xunie`: sry? 2012-01-01T11:28:51 Nevermind. I'm gonna sleep now. 2012-01-01T11:28:56 haha 2012-01-01T11:29:02 good answer Xunie` ;) 2012-01-01T11:29:11 by the way, that "nevermind" reminded me of something 2012-01-01T11:29:29 did you all see Miley Cyrus performing Smells Like Teen Spirit? :P 2012-01-01T11:29:38 i just wanted to share a piece of crap code, not compile and run and whatever it 2012-01-01T11:29:39 ...no 2012-01-01T11:29:42 *spirt? 2012-01-01T11:29:56 pairofdice: haha, its disgracefult 2012-01-01T11:30:05 she has destroyed another classic song 2012-01-01T11:30:22 I'm happy to keep not seeing it 2012-01-01T11:30:37 *** epicmonkey has joined #aichallenge 2012-01-01T11:30:54 * ahow984_ now wonders can I get contest bot to tell everyone my piece of news :P 2012-01-01T11:31:25 terrible quality, but: http://www.youtube.com/watch?v=ySsbkLVuYOs 2012-01-01T11:31:36 @rainbow Invisible Pink Unicorn 2012-01-01T11:31:36 pairofdice: Invisible Pink Unicorn 2012-01-01T11:31:49 wow, thats impressive 2012-01-01T11:32:06 @rainbow Justin Beiber is FABULOUS!!!! 2012-01-01T11:32:06 ahow984_: Justin Beiber is FABULOUS!!!! 2012-01-01T11:32:11 :) 2012-01-01T11:32:13 hehe 2012-01-01T11:32:49 aol [aol [aol miley]] 2012-01-01T11:32:50 I just wonder how it can be pink if it's invisible 2012-01-01T11:32:54 oops 2012-01-01T11:33:02 @aol [aol [aol miley]] 2012-01-01T11:33:02 thestinger: miley:-D:-D:-D:-):-):-):):):) 2012-01-01T11:33:09 meh 2012-01-01T11:33:12 D: 2012-01-01T11:33:17 lol 2012-01-01T11:33:48 ammm mcstar 2012-01-01T11:33:56 yep? 2012-01-01T11:33:56 your code is bwoken :( 2012-01-01T11:33:58 ahow984_: wow, that's one of the most awful performances ever 2012-01-01T11:34:06 it's basically like satire 2012-01-01T11:34:11 $ ./block_puzzle 7.5 1 2012-01-01T11:34:11 0 2012-01-01T11:34:17 thestinger: its disgraceful 2012-01-01T11:34:18 7.5? 2012-01-01T11:34:21 .5? 2012-01-01T11:34:26 why? 2012-01-01T11:34:43 I don't care if she wants to do that at home by herself or in a studio with no-one around 2012-01-01T11:34:44 dont try input it cant handle 2012-01-01T11:34:48 but in public... 2012-01-01T11:35:04 I thought it had to be made to take any inputs.... 2012-01-01T11:35:15 i said it will handle the examples 2012-01-01T11:35:20 *multiples of .5 2012-01-01T11:35:28 and if its multiple of 3 it will handle it 2012-01-01T11:35:33 mcstar: kk, you've it done anyways so you don't mind :P 2012-01-01T11:36:06 anywaay, the solution idea is general, try to cature that from the source 2012-01-01T11:36:13 capture* 2012-01-01T11:36:25 yeah, I'll give it a go 2012-01-01T11:36:33 btw, whats with the compiling/linking 2012-01-01T11:36:46 whats with it? 2012-01-01T11:36:46 haskell must be very high-level even though it looks horrible 2012-01-01T11:37:26 thers like 4 intermediate files 2012-01-01T11:37:49 it never bothered me 2012-01-01T11:38:12 maybe there's some option for ghc to clean up after itself 2012-01-01T11:38:20 I don't mind the files 2012-01-01T11:38:42 I just never saw a high level language looking so horrible :P 2012-01-01T11:38:48 thestinger: http://www.youtube.com/watch?v=FklUAoZ6KxY 2012-01-01T11:38:52 purge your ears 2012-01-01T11:39:05 really funny link :P 2012-01-01T11:39:44 i cant relate to that 2012-01-01T11:39:49 "horrible" 2012-01-01T11:39:52 thats a bit strong 2012-01-01T11:40:33 maybe 2012-01-01T11:40:47 to me its uninteligible 2012-01-01T11:41:41 start with "main" and work your way through 2012-01-01T11:42:06 but if you have absolutely no haskell background, that might prove difficult 2012-01-01T11:42:31 yeah, this is my first look at haskell code 2012-01-01T11:42:37 I'll give it a go 2012-01-01T11:44:15 if you want to rather read the (better) c++ solution i can paste that too 2012-01-01T11:45:06 if you wouldn't mind :) 2012-01-01T11:45:09 tyvm 2012-01-01T11:47:02 ahow984_: http://ideone.com/OgWiY 2012-01-01T11:47:30 but you need gcc 4.6 cause i use range based loops 2012-01-01T11:48:38 huh, makePermutations() 2012-01-01T11:48:41 interesting 2012-01-01T11:50:09 afaik haskell doesnt have that lexicographic next permutation function 2012-01-01T11:50:17 so i had to do it recursively 2012-01-01T11:50:34 lol 2012-01-01T11:50:36 because im permutting possibly identical elements 2012-01-01T11:51:07 how I was going to check for the intersection was by having a bool vector, true where the blocks meet for each layer 2012-01-01T11:51:27 and then check if the layer below it was true 2012-01-01T11:51:48 do you understand how i do it? 2012-01-01T11:52:08 still looking through it 2012-01-01T11:52:10 that nullIntersection checks for set intersections in ordered sets 2012-01-01T11:52:24 it's pretty advanced C++, you should be fine for your interview ;) 2012-01-01T11:52:36 it isnt object oriented 2012-01-01T11:52:44 i still dont know that part 2012-01-01T11:52:57 :/ 2012-01-01T11:53:08 anyway, can you cmpile it? 2012-01-01T11:53:16 you don't know about classes and inheritence and that? 2012-01-01T11:53:27 i know but not at a professional level 2012-01-01T11:53:36 details details details 2012-01-01T11:53:37 ah 2012-01-01T11:53:40 yeah 2012-01-01T11:53:45 c++ is a bitch like that 2012-01-01T11:55:41 I never saw for loops like that in C++ before 2012-01-01T11:55:43 only perl 2012-01-01T11:57:22 for loops like what 2012-01-01T11:57:31 the java-style syntax they added to C++11 2012-01-01T11:57:53 Ah 2012-01-01T11:57:55 yeah, range based for loops 2012-01-01T11:58:01 for-each 2012-01-01T11:58:12 well, C++ also has for_each 2012-01-01T11:58:16 like perl for(0..10) 2012-01-01T11:58:21 but it's like a twisted form of map() 2012-01-01T11:58:29 it's in #include woah, people! 2012-01-01T11:58:37 :P 2012-01-01T11:58:44 the devil... 2012-01-01T11:58:49 :P 2012-01-01T11:58:59 can't compilie it with gcc 4.6.2 2012-01-01T11:59:08 -std=c++0x ? 2012-01-01T11:59:24 ah, I'll try it in a sec 2012-01-01T11:59:53 antimatroid: congrats to your ranking 2012-01-01T12:00:08 in fact that goes to thestinger too 2012-01-01T12:00:36 thanks :) 2012-01-01T12:00:38 (probably you all wanted to be in top10 though) 2012-01-01T12:00:55 well, at the end I was trying for top 25 2012-01-01T12:01:06 mcstar: that ends up with a few screens of errors :P 2012-01-01T12:01:10 the other bots improved a lot in the final week(s) 2012-01-01T12:01:11 meh, I can read the code 2012-01-01T12:01:28 i have 4.6.2 too 2012-01-01T12:01:41 weird 2012-01-01T12:01:42 g++ -O3 -std=c++0x rwest.cpp -o rwest 2012-01-01T12:02:49 >_< 2012-01-01T12:02:55 I was using gcc lol 2012-01-01T12:02:57 ty 2012-01-01T12:03:14 thestinger: in the last 2 days i improved my generic strategy, but unfortunately it had a bad effect on my battle(i didnt have time to properly test it) 2012-01-01T12:03:23 and yeah, they became stronger generally 2012-01-01T12:04:08 you can actually use gcc but then you have to pass a flag to link the C++ standard lib 2012-01-01T12:04:17 mcstar: nice code :O 2012-01-01T12:04:35 $ time ./answer 48 10 2012-01-01T12:04:35 806844323190414 2012-01-01T12:04:36 real 0m0.220s 2012-01-01T12:04:36 user 0m0.213s 2012-01-01T12:04:36 sys 0m0.006s 2012-01-01T12:04:50 hm, you have a faster computer than me 2012-01-01T12:04:56 0.75 vs 0.22 2012-01-01T12:05:03 yeah 2012-01-01T12:05:08 64-bit? 2012-01-01T12:05:14 ofc 2012-01-01T12:06:54 *** foRei has joined #aichallenge 2012-01-01T12:08:11 mcstar: what is this for? 2012-01-01T12:08:24 https://dl.dropbox.com/s/89hd7283yx3546i/Block_Puzzle.pdf?dl=1 2012-01-01T12:08:31 a programming puzzle 2012-01-01T12:08:39 mcstar: cheers 2012-01-01T12:08:42 thestinger: rwest proposed this, werent you here? 2012-01-01T12:08:51 i didn't expect top 10, although top 30 would have been nice 2012-01-01T12:09:01 i was happy beating momobot and my planet wars ranking though 2012-01-01T12:09:05 close :D 2012-01-01T12:09:14 mcstar: nope, or at least I wasn't reading 2012-01-01T12:09:41 while theres people around, is there anyone doing the upcoming ICPC challenge? 2012-01-01T12:10:29 strcat@arch i ~ % time ./test 48 10 2012-01-01T12:10:31 806844323190414 2012-01-01T12:10:33 ./test 48 10 0.08s user 0.00s system 97% cpu 0.036 total 2012-01-01T12:10:47 mcstar: I'll have to read the puzzle now to figure out what your code does :P 2012-01-01T12:10:54 :) 2012-01-01T12:11:13 :O thats some beast of a machine thestinger 2012-01-01T12:11:23 it is 2012-01-01T12:11:29 :P 2012-01-01T12:11:38 ahow984_: core2 thestinger i7? 2012-01-01T12:11:38 i7 2600k @ 4.8GHz :) 2012-01-01T12:12:12 stock is... 3.4GHz iirc 2012-01-01T12:12:22 but it would just turbo up anyway 2012-01-01T12:12:23 lol man 2012-01-01T12:12:32 if i had that cpu, id run it on 2.5 ghz 2012-01-01T12:12:44 mcstar: yup, dual core 2.2 ghz 2012-01-01T12:12:50 and would take the heatsink frmo it 2012-01-01T12:12:54 no overclocking 2012-01-01T12:13:19 imo its just stupid overclocking a laptop :P 2012-01-01T12:13:29 well, this is a desktop :) 2012-01-01T12:13:31 amd x2 undervoltage, underclocked both cpu and memory 2012-01-01T12:13:49 mcstar: nice and quiet :) 2012-01-01T12:13:54 yep 2012-01-01T12:14:03 with fancontrol 2012-01-01T12:14:10 thestinger: I can't imagine theres too many laptops with them specs ;) 2012-01-01T12:14:42 this desktop is way quieter/more power efficient than my last one (an old socket 939 amd) 2012-01-01T12:14:56 i dont have the dough for that 2012-01-01T12:15:34 well, the whole computer was ~1100 dollars, but I reused a case/monitor/mouse/keyboard 2012-01-01T12:15:52 for the next aichallenge, I should make an android app for it :P have the visualiser and a rank notifier and stuff 2012-01-01T13:12:04 *** Garf has joined #aichallenge 2012-01-01T13:12:45 *** sigh has quit IRC (Remote host closed the connection) 2012-01-01T13:14:31 *** Israfel has quit IRC (Ping timeout: 240 seconds) 2012-01-01T13:19:09 *** kilae has quit IRC (Ping timeout: 240 seconds) 2012-01-01T13:27:30 *** Israfel has joined #aichallenge 2012-01-01T13:51:41 *** suid has quit IRC (*.net *.split) 2012-01-01T13:51:41 *** Accoun has quit IRC (*.net *.split) 2012-01-01T13:52:20 *** suid has joined #aichallenge 2012-01-01T13:52:29 *** Accoun has joined #aichallenge 2012-01-01T13:53:56 *** suid has quit IRC (*.net *.split) 2012-01-01T13:58:59 *** suid has joined #aichallenge 2012-01-01T14:03:56 *** Paradoxial has joined #aichallenge 2012-01-01T14:10:46 *** vrexu has joined #aichallenge 2012-01-01T14:25:10 *** sigh has joined #aichallenge 2012-01-01T14:40:38 *** treeform has joined #aichallenge 2012-01-01T14:55:13 *** thestinger has quit IRC (Quit: WeeChat 0.3.6) 2012-01-01T14:56:31 *** Kurnevsky has left #aichallenge 2012-01-01T14:56:34 *** mj41 has joined #aichallenge 2012-01-01T15:04:39 *** Accoun has quit IRC () 2012-01-01T15:10:09 *** cyphase has quit IRC (Ping timeout: 240 seconds) 2012-01-01T15:20:11 *** Accoun has joined #aichallenge 2012-01-01T15:20:21 *** TheLinker has joined #aichallenge 2012-01-01T15:23:57 *** cyphase has joined #aichallenge 2012-01-01T15:37:39 *** amstan has joined #aichallenge 2012-01-01T15:37:39 *** ChanServ sets mode: +o amstan 2012-01-01T15:38:49 *** epicmonkey has quit IRC (Ping timeout: 240 seconds) 2012-01-01T15:44:02 *** X-Scale has joined #aichallenge 2012-01-01T15:53:43 ahow984_: why not 2012-01-01T15:56:00 my mother now has a notebook with one of those cpus that overclock on demand. it works pretty well, i was surprised. don't know about playing games on that for a few hours, but for an office notebook it is a nice feature 2012-01-01T16:09:54 *** sigh has quit IRC (Remote host closed the connection) 2012-01-01T16:12:39 *** sevikkk has quit IRC (Quit: Leaving.) 2012-01-01T16:15:15 the second appearance of the good old turbo button 2012-01-01T16:36:55 *** cyphase has quit IRC (Ping timeout: 240 seconds) 2012-01-01T16:51:50 *** Garf has quit IRC (Quit: Make a new plan, Stan!) 2012-01-01T16:52:54 *** yoden has quit IRC (Ping timeout: 268 seconds) 2012-01-01T16:58:13 *** yoden has joined #aichallenge 2012-01-01T17:10:59 *** sevikkk has joined #aichallenge 2012-01-01T17:23:46 *** kilae has joined #aichallenge 2012-01-01T17:26:49 *** Paradoxial has quit IRC (Ping timeout: 240 seconds) 2012-01-01T17:36:34 *** cyphase has joined #aichallenge 2012-01-01T17:39:47 *** vrexu has quit IRC (Quit: Off I am!) 2012-01-01T17:47:40 *** cyphase has quit IRC (Read error: Connection reset by peer) 2012-01-01T17:50:59 *** mj41 has left #aichallenge ("Leaving") 2012-01-01T18:01:02 *** Paradoxial has joined #aichallenge 2012-01-01T18:04:05 *** cyphase has joined #aichallenge 2012-01-01T18:05:20 *** ahow984_ has quit IRC (Quit: leaving) 2012-01-01T18:20:42 *** kilae has quit IRC (Quit: ChatZilla 0.9.88 [Firefox 8.0/20111104165243]) 2012-01-01T18:31:48 *** smjms has quit IRC (Ping timeout: 255 seconds) 2012-01-01T18:32:08 *** Anilm3 has joined #aichallenge 2012-01-01T18:33:09 *** Fandekasp has joined #aichallenge 2012-01-01T18:35:22 *** Harpyon has joined #aichallenge 2012-01-01T18:38:51 *** Harpyon_ has joined #aichallenge 2012-01-01T18:39:35 *** X-Scale has quit IRC (Ping timeout: 268 seconds) 2012-01-01T18:39:37 *** Harpyon has quit IRC (Ping timeout: 252 seconds) 2012-01-01T18:39:37 *** Harpyon_ is now known as Harpyon 2012-01-01T18:42:24 *** suid has left #aichallenge ("WeeChat 0.3.1.1") 2012-01-01T18:43:08 *** Jak_o_Shadows has joined #aichallenge 2012-01-01T18:47:01 *** Anilm3 has quit IRC (Ping timeout: 248 seconds) 2012-01-01T18:48:21 *** mleise has quit IRC (Ping timeout: 244 seconds) 2012-01-01T19:05:26 *** foRei has quit IRC (Quit: Bye) 2012-01-01T19:14:38 *** amstan has quit IRC (Ping timeout: 240 seconds) 2012-01-01T19:18:24 *** nha has joined #aichallenge 2012-01-01T19:30:59 *** grc48 has joined #aichallenge 2012-01-01T19:45:03 *** Anilm3 has joined #aichallenge 2012-01-01T19:50:06 *** Anilm3 has quit IRC (Ping timeout: 260 seconds) 2012-01-01T20:01:40 *** sigh has joined #aichallenge 2012-01-01T20:10:49 *** Paradoxial has quit IRC (Ping timeout: 240 seconds) 2012-01-01T20:12:43 *** Redgis has quit IRC (Quit: ... mains libres) 2012-01-01T20:13:19 *** nha has quit IRC (Ping timeout: 268 seconds) 2012-01-01T20:16:37 *** Paradoxial has joined #aichallenge 2012-01-01T20:31:44 *** mcstar has quit IRC (Quit: WeeChat 0.3.6) 2012-01-01T20:40:41 *** amstan has joined #aichallenge 2012-01-01T20:40:41 *** ChanServ sets mode: +o amstan 2012-01-01T20:51:49 *** amstan has quit IRC (Ping timeout: 240 seconds) 2012-01-01T21:22:22 *** ikaros has quit IRC (Quit: Ex-Chat) 2012-01-01T21:26:39 *** dorisabayon has joined #aichallenge 2012-01-01T21:29:41 *** Fandekasp has quit IRC (Ping timeout: 252 seconds) 2012-01-01T21:40:46 *** cyphase has quit IRC (Ping timeout: 240 seconds) 2012-01-01T22:01:42 *** kurti_ has quit IRC (Read error: Operation timed out) 2012-01-01T22:01:47 *** kurti has joined #aichallenge 2012-01-01T22:07:33 *** amstan has joined #aichallenge 2012-01-01T22:07:33 *** ChanServ sets mode: +o amstan 2012-01-01T22:50:59 *** dorisabayon is now known as Fandekasp 2012-01-01T23:24:09 *** amstan_ has joined #aichallenge 2012-01-01T23:24:09 *** ChanServ sets mode: +o amstan_ 2012-01-01T23:48:23 *** grc48 has quit IRC (Ping timeout: 255 seconds) 2012-01-01T23:49:03 *** grc48 has joined #aichallenge