2012-05-04T00:09:56 *** dvladim has joined #aichallenge 2012-05-04T00:22:25 *** dvladim has quit IRC (Ping timeout: 252 seconds) 2012-05-04T01:01:35 *** Garf has joined #aichallenge 2012-05-04T01:09:17 *** Areks has joined #aichallenge 2012-05-04T01:17:28 *** dmj111` has quit IRC (Ping timeout: 246 seconds) 2012-05-04T01:24:07 *** HaraKiri has joined #aichallenge 2012-05-04T01:35:28 *** Kingpin13 has joined #aichallenge 2012-05-04T02:08:19 *** smiley1983 has quit IRC (Ping timeout: 245 seconds) 2012-05-04T02:10:11 *** smiley1983 has joined #aichallenge 2012-05-04T02:20:56 *** HaraKiri2 has joined #aichallenge 2012-05-04T02:23:01 *** HaraKiri has quit IRC (Ping timeout: 245 seconds) 2012-05-04T02:24:25 *** foRei has quit IRC (Quit: Bye) 2012-05-04T02:34:51 *** smiley1983 has quit IRC (Ping timeout: 255 seconds) 2012-05-04T02:35:45 *** smiley1983 has joined #aichallenge 2012-05-04T02:55:35 *** amstan has quit IRC (Quit: Konversation terminated!) 2012-05-04T03:15:48 *** smiley1983 has quit IRC (Ping timeout: 248 seconds) 2012-05-04T03:16:36 *** smiley1983 has joined #aichallenge 2012-05-04T03:24:47 *** epicmonkey has joined #aichallenge 2012-05-04T03:31:32 *** HaraKiri2 has quit IRC () 2012-05-04T03:41:14 *** epicmonkey has quit IRC (Ping timeout: 245 seconds) 2012-05-04T03:43:44 *** mviel_ has quit IRC (Remote host closed the connection) 2012-05-04T03:48:13 *** mviel has joined #aichallenge 2012-05-04T04:09:52 Is there a programing language called Z? 2012-05-04T04:10:00 I mean Z sounds cooler than D 2012-05-04T04:10:28 "wathca' doing", "writing Z!" 2012-05-04T04:10:32 way cooler 2012-05-04T04:12:59 Or X, X mite be just as cool 2012-05-04T04:43:46 *** NoxiaZ^ has joined #aichallenge 2012-05-04T04:44:09 how about Y? Y would you use it? harhar 2012-05-04T04:52:03 *** loglog has joined #aichallenge 2012-05-04T04:53:54 *** smiley1983 has quit IRC (Ping timeout: 272 seconds) 2012-05-04T04:54:20 *** smiley1983 has joined #aichallenge 2012-05-04T05:04:51 *** epicmonkey has joined #aichallenge 2012-05-04T05:05:54 *** sigh has joined #aichallenge 2012-05-04T05:14:31 *** mcstar has joined #aichallenge 2012-05-04T05:42:07 *** kurnevsky has joined #aichallenge 2012-05-04T05:43:37 *** smiley1983 has quit IRC (Ping timeout: 252 seconds) 2012-05-04T05:44:16 *** smiley1983 has joined #aichallenge 2012-05-04T05:47:19 *** Vrexu has joined #aichallenge 2012-05-04T05:56:36 *** Areks has quit IRC (Ping timeout: 272 seconds) 2012-05-04T06:05:50 *** pairofdice has joined #aichallenge 2012-05-04T06:09:55 *** Areks has joined #aichallenge 2012-05-04T06:33:22 *** HaraKiri has joined #aichallenge 2012-05-04T06:34:32 *** NoxiaZ^ has quit IRC (Ping timeout: 265 seconds) 2012-05-04T06:56:20 *** delt0r_ has quit IRC (Ping timeout: 252 seconds) 2012-05-04T07:09:06 *** delt0r_ has joined #aichallenge 2012-05-04T07:17:01 *** thestinger has joined #aichallenge 2012-05-04T07:40:11 *** foRei has joined #aichallenge 2012-05-04T07:47:55 *** mceier has joined #aichallenge 2012-05-04T07:49:25 http://antimatroid.wordpress.com/ 2012-05-04T07:49:33 yeah not me :P 2012-05-04T07:50:07 i figured, the guy likes haskell 2012-05-04T07:50:22 hi 2012-05-04T07:50:52 :P 2012-05-04T07:51:16 guy seems pretty cool though 2012-05-04T07:51:19 thestinger: hey! 2012-05-04T07:51:59 my chess implementation has 1000 bugs I need to fix :\ 2012-05-04T07:52:11 how'd you count the bugs? :p 2012-05-04T07:52:17 it's a guess 2012-05-04T07:52:31 ~3 bugs per line of code 2012-05-04T07:52:45 find ./chess -ibugs "*" 2012-05-04T07:52:48 hehe 2012-05-04T07:53:06 https://github.com/thestinger/chess/blob/master/test.cc#L105 solution will be writing 100000 tests :P 2012-05-04T07:53:34 * thestinger still needs to implement en passant, castling and pawn promotion 2012-05-04T07:53:47 i'd be curious to do very general ai bots 2012-05-04T07:53:53 to just play normal form games 2012-05-04T07:54:04 it's tricky picking out a single pure strategy 2012-05-04T07:54:14 thestinger: are you high on boost? 2012-05-04T07:54:16 I've barely touched the AI part so far 2012-05-04T07:54:18 mcstar: no 2012-05-04T07:54:24 you are 2012-05-04T07:54:24 I picked between cppunit, the google one and boost 2012-05-04T07:54:28 I already had this installed 2012-05-04T07:54:41 mcstar: there is no boost in the actual code 2012-05-04T07:54:46 only the tests because I was lazy 2012-05-04T07:55:15 not going to waste time using strtok_r when I can just use tokenizer.hpp or split.hpp from boost 2012-05-04T07:55:24 seems to be a lot of work, your chess engine 2012-05-04T07:55:38 not really :P 2012-05-04T07:55:50 you are doing it for days now 2012-05-04T07:56:31 I did it all in a few hours, the past few days was just random tweaks + starting on tests 2012-05-04T07:56:46 https://github.com/thestinger/chess/commit/73a197d8f52aac7a56adbfbdbec6b3c61b0e80c1 2012-05-04T07:57:04 "the past few days was just random tweaks + starting on tests" 2012-05-04T07:57:08 well, yeah 2012-05-04T07:57:10 a long time 2012-05-04T07:57:33 you cant really take these things apart when you count development time 2012-05-04T07:57:47 but I haven't been working on it much at all 2012-05-04T07:58:07 it was ~3 hours for the buggy incomplete implementation, ~3 to get the AI working sort of okay the next day 2012-05-04T07:58:17 and I've been too lazy to figure out what to do next 2012-05-04T07:58:23 so I just changed a bunch of ints to unsigned 2012-05-04T07:59:06 there are fundamental problems with the implementation so I need to figure those out before I can fix stuff 2012-05-04T07:59:49 ive been trying to get working the monodevelop plugin for f# 2012-05-04T07:59:55 its a mess 2012-05-04T08:00:02 and cabal too 2012-05-04T08:00:17 mcstar: I did waste a _huge_ amount of time playing against it :P 2012-05-04T08:00:30 and reading random stuff about chess 2012-05-04T08:00:45 are you good at chess? 2012-05-04T08:00:52 at or in? 2012-05-04T08:01:02 I haven't really ever put much time into it 2012-05-04T08:01:07 so I'd say definitely no 2012-05-04T08:01:35 ExitFailure 1 2012-05-04T08:01:45 im seeing this a lot today 2012-05-04T08:01:55 stupid gtk things are broken too 2012-05-04T08:02:02 gtksourceview2 2012-05-04T08:02:07 I just ended up using the boost unit tests because they work like python-nose 2012-05-04T08:02:19 and I didn't need to read any docs :P 2012-05-04T08:02:29 #define BOOST_TEST_MAIN 2012-05-04T08:02:39 and then make BOOST_AUTO_TEST_CASE functions 2012-05-04T08:02:43 (well, macros) 2012-05-04T08:03:57 sorry thestinger i havent written 1 single unit test 2012-05-04T08:04:27 i look at the code as long as im not convinced it is ok 2012-05-04T08:04:32 mcstar: want to write a few thousand for me? :P 2012-05-04T08:04:46 ah, no thanks 2012-05-04T08:05:15 im taking a break from a bigg ass article 2012-05-04T08:05:18 I need to figure out profiling 2012-05-04T08:05:37 valgrind's callgrind tool is nice but it takes forever to run 2012-05-04T08:05:55 try smaller problems 2012-05-04T08:06:08 i dont think there is a better one 2012-05-04T08:06:25 and I needed to install all of KDE to get the sane UI for it >.< 2012-05-04T08:06:27 and theres a gui to view the results... 2012-05-04T08:06:45 all it did was confirm what I already knew 2012-05-04T08:06:59 kdebase-runtime 2012-05-04T08:07:27 and kdelibs 2012-05-04T08:07:30 thats not much 2012-05-04T08:07:52 anyway, why are you profiling? 2012-05-04T08:08:02 it is not even bugfree 2012-05-04T08:08:52 mcstar: I was just figuring out the best profiler 2012-05-04T08:08:54 because I will need to 2012-05-04T08:09:11 mcstar: http://sprunge.us/ZAVc 2012-05-04T08:09:58 most of that is not kde 2012-05-04T08:10:06 things kde needs 2012-05-04T08:10:36 I already have qt, etc. 2012-05-04T08:10:37 yeah, but not kde 2012-05-04T08:10:40 those deps are ridiculous :P 2012-05-04T08:10:58 why did you chose phono-vlc? 2012-05-04T08:11:05 oo 2012-05-04T08:11:40 gstreamer is just as bad 2012-05-04T08:11:57 but you have it already, dont you? 2012-05-04T08:11:59 no 2012-05-04T08:12:15 cmus needs it 2012-05-04T08:12:23 * thestinger uses mplayer2 and mpd 2012-05-04T08:12:52 http://ompldr.org/vZG04dQ it's not like I have a slim system 2012-05-04T08:13:17 but I don't like having dozens of useless dotfiles and userspace daemons 2012-05-04T08:13:51 oh I shouldn't have left the stupid dep compression on 2012-05-04T08:13:59 makes it look like cabal-install is the devil 2012-05-04T08:19:35 im gonna take a break from computers 2012-05-04T08:20:35 that sounds too productive 2012-05-04T08:45:28 *** amstan has joined #aichallenge 2012-05-04T08:45:28 *** ChanServ sets mode: +o amstan 2012-05-04T08:57:55 *** mleise has quit IRC (Ping timeout: 240 seconds) 2012-05-04T09:25:37 *** kurnevsky has quit IRC (Quit: Leaving.) 2012-05-04T09:44:47 *** Vrexu has quit IRC (Remote host closed the connection) 2012-05-04T09:50:42 was a bit hot, but still felt great 2012-05-04T09:55:02 ? 2012-05-04T10:03:47 amstan: just a notification, that i was running, maybe some other guy gets a bit of motivation from me telling it 2012-05-04T10:18:19 motivation schmotivation 2012-05-04T10:18:38 that doesn't work so good with a word that starts with m 2012-05-04T10:19:50 mcstar: tired of this chess crap now :P 2012-05-04T10:20:20 thestinger: time to write a Go engine? 2012-05-04T10:20:43 *** Areks has quit IRC (Ping timeout: 272 seconds) 2012-05-04T10:21:17 thestinger: did you pick up ml class in the end? 2012-05-04T10:22:09 nope 2012-05-04T10:22:40 you should have had 2012-05-04T10:22:40 *** kurnevsky has joined #aichallenge 2012-05-04T10:22:45 lol, is this correct? 2012-05-04T10:22:51 grammatically 2012-05-04T10:23:01 you should have* 2012-05-04T10:23:09 but it is over now 2012-05-04T10:23:13 you cant 2012-05-04T10:23:18 ah 2012-05-04T10:23:39 i mean the application is over, not the course 2012-05-04T10:23:57 yeah, I know 2012-05-04T10:33:15 "I got an offer from the Board of Graduate Studies" 2012-05-04T10:33:23 if that means what google makes me think it means, fuck yeah for my friend 2012-05-04T10:33:38 super FUCK yeah 2012-05-04T10:35:11 mcstar: maybe I should :P 2012-05-04T10:35:28 ie. i think he got accepted to cambridge 2012-05-04T10:35:30 (implement a go AI) 2012-05-04T10:35:42 +1 2012-05-04T10:36:25 first I have to learn to play it :) 2012-05-04T10:36:49 wiki says it is hard to even write an evaluation function 2012-05-04T10:36:55 that scores the game 2012-05-04T10:37:36 yes, that's more fun 2012-05-04T10:37:42 simple gameplay and hard strategy 2012-05-04T10:37:47 antimatroid: also a mathematician? 2012-05-04T10:37:52 yep 2012-05-04T10:37:59 he and i did our tron bot together 2012-05-04T10:38:16 he's super duper smart 2012-05-04T10:38:31 he cant be that smart 2012-05-04T10:38:36 he is going to cambridge 2012-05-04T10:38:48 cambridge has one of the best maths departments in the world 2012-05-04T10:38:56 kk 2012-05-04T10:40:12 antimatroid: i bet you can solve the collatz conjecture first 2012-05-04T10:40:26 or another millenium prize problem 2012-05-04T10:40:42 mostly different interests anyway 2012-05-04T10:40:57 although we've done very similar units the whole way through 2012-05-04T10:41:12 what is his field? 2012-05-04T10:41:17 he did eco, finance and maths in undergrad but has also done all the algo units and knew how to program etc. before uni 2012-05-04T10:41:21 started uni at like 16 2012-05-04T10:41:43 not sure what he's planning for post grad now, he was torn between algebra and mathematical finance 2012-05-04T10:41:57 i'll talk to him more when he's online in the morning 2012-05-04T10:42:19 i've been trying not to prod him too much cause i don't think he was sure of what he was going to do, which is a little daunting from my experience 2012-05-04T10:42:39 he's been looking at group extensions lately 2012-05-04T10:43:06 has he published? 2012-05-04T10:43:10 nope 2012-05-04T10:43:27 he has submitted with one of the eco people at my uni a couple of times but it's been sent back for adjustments or wahtever 2012-05-04T10:43:38 well, mardi who i did some ra work for too 2012-05-04T10:43:45 but he's found more time for it than i ever did 2012-05-04T10:53:41 *** Accoun has quit IRC () 2012-05-04T11:01:19 *** Accoun has joined #aichallenge 2012-05-04T11:09:37 thestinger: finally, i got F# working under monodevelop 2012-05-04T11:31:39 *** thestinger has quit IRC (Quit: WeeChat 0.3.7) 2012-05-04T11:39:34 *** mcstar has quit IRC (Quit: mcstar) 2012-05-04T12:00:27 *** mviel has quit IRC (Remote host closed the connection) 2012-05-04T12:02:42 *** mviel has joined #aichallenge 2012-05-04T12:03:45 *** dvladim has joined #aichallenge 2012-05-04T12:09:41 *** epicmonkey has quit IRC (Ping timeout: 245 seconds) 2012-05-04T12:11:34 *** epicmonkey has joined #aichallenge 2012-05-04T12:12:18 *** choas has joined #aichallenge 2012-05-04T12:14:28 *** amstan has quit IRC (Ping timeout: 244 seconds) 2012-05-04T12:15:39 *** smiley1983 has quit IRC (Ping timeout: 276 seconds) 2012-05-04T12:15:50 *** smiley1983 has joined #aichallenge 2012-05-04T12:29:06 *** thestinger has joined #aichallenge 2012-05-04T12:29:41 *** epicmonkey has quit IRC (Ping timeout: 245 seconds) 2012-05-04T13:07:07 *** thestinger has quit IRC (Quit: WeeChat 0.3.7) 2012-05-04T13:21:14 *** iglo has joined #aichallenge 2012-05-04T13:21:36 *** amstan has joined #aichallenge 2012-05-04T13:21:37 *** ChanServ sets mode: +o amstan 2012-05-04T13:28:17 *** choas has quit IRC (Ping timeout: 265 seconds) 2012-05-04T13:38:49 *** mviel has quit IRC (Remote host closed the connection) 2012-05-04T13:42:45 *** epicmonkey has joined #aichallenge 2012-05-04T13:47:55 *** iglo has quit IRC (Remote host closed the connection) 2012-05-04T14:04:55 *** dvladim has quit IRC (Ping timeout: 272 seconds) 2012-05-04T14:13:31 *** sigh has quit IRC (Remote host closed the connection) 2012-05-04T14:14:35 *** coeus has joined #aichallenge 2012-05-04T14:20:37 *** iglo has joined #aichallenge 2012-05-04T14:46:34 *** choas has joined #aichallenge 2012-05-04T14:56:04 *** delt0r_ has quit IRC (Read error: Operation timed out) 2012-05-04T15:01:20 *** iglo has quit IRC (Remote host closed the connection) 2012-05-04T15:03:22 *** epicmonkey has quit IRC (Ping timeout: 276 seconds) 2012-05-04T15:09:53 *** delt0r_ has joined #aichallenge 2012-05-04T15:16:02 *** Accoun has quit IRC () 2012-05-04T15:26:20 *** mleise has joined #aichallenge 2012-05-04T15:50:16 *** iglo has joined #aichallenge 2012-05-04T15:59:05 *** Accoun has joined #aichallenge 2012-05-04T16:32:49 *** NoxiaZ^ has joined #aichallenge 2012-05-04T16:55:24 *** ARTSAM_STK has joined #aichallenge 2012-05-04T17:01:41 *** kurnevsky has quit IRC (Quit: Leaving.) 2012-05-04T17:03:22 *** iglo has quit IRC (Quit: .) 2012-05-04T17:04:01 *** ARTSAM_STK has left #aichallenge 2012-05-04T17:28:45 *** smiley1983 has quit IRC (Ping timeout: 260 seconds) 2012-05-04T17:29:12 *** smiley1983 has joined #aichallenge 2012-05-04T17:37:52 *** amstan has quit IRC (Quit: Konversation terminated!) 2012-05-04T17:40:35 *** HaraKiri has quit IRC () 2012-05-04T17:40:39 *** iglo has joined #aichallenge 2012-05-04T18:09:25 *** iglo has quit IRC (Remote host closed the connection) 2012-05-04T18:14:29 *** AlliedEnvy has quit IRC (Ping timeout: 248 seconds) 2012-05-04T18:15:20 *** _flag <_flag!~flag@69-165-173-172.dsl.teksavvy.com> has joined #aichallenge 2012-05-04T18:21:16 *** AlliedEnvy has joined #aichallenge 2012-05-04T18:27:05 *** NoxiaZ^ has quit IRC (Ping timeout: 260 seconds) 2012-05-04T18:48:11 *** choas has quit IRC (Ping timeout: 244 seconds) 2012-05-04T18:53:52 *** iglo has joined #aichallenge 2012-05-04T19:55:27 *** Kingpin13 has quit IRC (Read error: Operation timed out) 2012-05-04T20:25:15 *** Garf has quit IRC (Quit: Make a new plan, Stan!) 2012-05-04T21:02:23 *** sigh has joined #aichallenge 2012-05-04T21:20:55 *** cyphase has quit IRC (Ping timeout: 260 seconds) 2012-05-04T21:37:21 *** cyphase has joined #aichallenge 2012-05-04T22:12:38 *** amstan has joined #aichallenge 2012-05-04T22:12:38 *** ChanServ sets mode: +o amstan 2012-05-04T22:45:31 *** _flag <_flag!~flag@69-165-173-172.dsl.teksavvy.com> has quit IRC (Quit: Lost terminal) 2012-05-04T22:46:11 *** foRei has quit IRC (Quit: Bye) 2012-05-04T22:46:52 *** Redgis has quit IRC (Read error: Operation timed out) 2012-05-04T22:46:56 *** Redgis has joined #aichallenge 2012-05-04T22:56:47 *** delt0r_ has quit IRC (Ping timeout: 245 seconds) 2012-05-04T23:10:09 *** delt0r_ has joined #aichallenge 2012-05-04T23:35:36 *** pairofdice has quit IRC (Quit: in girum imus nocte et consumimur igni) 2012-05-04T23:48:34 *** dvladim has joined #aichallenge