2016-04-09T03:04:06 *** amstan has quit IRC (Ping timeout: 276 seconds) 2016-04-09T03:26:41 *** UncleVasya has joined #aichallenge 2016-04-09T03:27:11 *** cyphase has quit IRC (Ping timeout: 250 seconds) 2016-04-09T03:27:58 smiley1983: added pagination on Players and Matches pages: https://hktools-staging.herokuapp.com/players/?page=12 https://hktools-staging.herokuapp.com/matches/ Will add to other pages later. 2016-04-09T03:28:15 smiley1983: bugging you with small updates to keep myself going :D 2016-04-09T04:00:52 UncleVasya: Looks great :) Is this all done by scraping from the original site? 2016-04-09T04:21:42 smiley1983: only the looks. I copy color/size/etc of some elements from css. And adjust them. Original site used hardcoded sizes for page layout but I use Bootstrap grid. This led to a different box model (had to adjust margin-padding values). 2016-04-09T04:23:40 UncleVasya: smiley1983 With some elements I try pretty hard for them to look exactly s on original site. Last example is why pagination took few days instead of one. 2016-04-09T04:28:17 smiley1983: pagination library that I decided to use was producing output like [Prev, 1, 2, ..., 6, 7, 8, ... 15, 16, Next]. Number of shown first and last pages is optional and called MARGIN_PAGES_DISPLAYED (2 in this case). 2016-04-09T04:28:39 smiley1983: But original site had no first/last pages shown: [Prev, ... 6, 7, 8, ... Next] 2016-04-09T04:29:14 smiley1983: so I tried to set MARGIN_PAGES_DISPLAYED = 0 but it produced error inside of library :D 2016-04-09T04:29:54 smiley1983: I went to github and saw that this is a known 5-year old issue but nobody seems to maintain this lib anymore. 2016-04-09T04:30:36 smiley1983: btw, this is Django lib, not frontend. 2016-04-09T04:32:31 Did you fix the original library? 2016-04-09T04:35:36 smiley1983: So I ended up digging lib source and fixing this error. With a good fashion of 1) writing test case 2) adding few more convenient methods to use. 3) updating sample templates to showcase new methods 4) updating localization 5) writing Contribute instructions in readme (they didn't have one). 2016-04-09T04:36:00 But I don't think anyone will look into it cause repo is so dead :D 2016-04-09T04:38:00 And I could've just accept that I'll have [Prev, 1, ..., 6, 7, 8, ... 15, Next] Intead of [First, Prev, ..., 6, 7, 8, ... Next, Last] but what fun in doing so :) 2016-04-09T04:39:52 On the other hand, original site had pagination links only on the bottom but I added them on top of the list too. Cause I think it's more usable even if not so pretty. 2016-04-09T04:41:22 smiley1983: did you finish your android game you've been working on in the past? 2016-04-09T05:29:10 *** UncleVasya has quit IRC (Quit: Miranda IM! Smaller, Faster, Easier. http://miranda-im.org) 2016-04-09T05:39:30 *** cyphase has joined #aichallenge 2016-04-09T05:45:34 *** cyphase has quit IRC (Ping timeout: 248 seconds) 2016-04-09T06:00:16 *** cyphase has joined #aichallenge 2016-04-09T06:15:54 *** cyphase has quit IRC (Ping timeout: 268 seconds) 2016-04-09T06:30:33 *** cyphase has joined #aichallenge 2016-04-09T06:36:11 *** smiley1983 has quit IRC (Remote host closed the connection) 2016-04-09T06:39:53 *** smiley1983 has joined #aichallenge 2016-04-09T06:41:48 *** cyphase has quit IRC (Ping timeout: 268 seconds) 2016-04-09T06:56:07 *** cyphase has joined #aichallenge 2016-04-09T07:19:58 *** cyphase has quit IRC (Ping timeout: 248 seconds) 2016-04-09T07:34:34 *** cyphase has joined #aichallenge 2016-04-09T08:01:58 *** cyphase has quit IRC (Ping timeout: 268 seconds) 2016-04-09T08:16:35 *** cyphase has joined #aichallenge 2016-04-09T08:16:50 *** Scooper has joined #aichallenge 2016-04-09T08:53:36 *** fractalcat has quit IRC (Ping timeout: 246 seconds) 2016-04-09T09:02:24 *** cyphase has quit IRC (Ping timeout: 268 seconds) 2016-04-09T09:17:04 *** cyphase has joined #aichallenge 2016-04-09T10:30:53 *** tbelaire has joined #aichallenge 2016-04-09T10:38:25 *** UncleVasya has joined #aichallenge 2016-04-09T11:46:50 UncleVasya: in answer to your question, no, the Android game is not going to happen now. My friend who was the artist and writer for the project was killed in a car accident. I am very sad. :( 2016-04-09T11:47:16 I have turned my attention to other projects, and might go back to writing mobile apps or games some day, but that project will never happen. 2016-04-09T11:47:43 smiley1983: oh... sorry for your friend 2016-04-09T11:47:57 life is just like that sometimes 2016-04-09T11:52:58 Here are a couple of samples of her artwork: http://archaedia.deviantart.com/art/Speed-Paint-Starfu-Capital-Estinvaan-523965876 2016-04-09T11:53:03 http://archaedia.deviantart.com/art/The-Emperor-s-Advisor-Shigan-521583911 2016-04-09T11:54:09 The second one was going to be a character in the game we were working on 2016-04-09T12:04:45 UncleVasya: did I tell you I'm running a TCP server again? This time for the Go game at theaigames : http://frogherd.com:2084/replay.3734 2016-04-09T12:05:14 A few people using it, not many so far. 2016-04-09T12:06:35 yep, saw this one and UTTT 2016-04-09T12:06:41 Hmm, that game was from before Ko was prevented properly, this is a better example: http://frogherd.com:2084/replay.5827 2016-04-09T12:06:49 Right, I'm repeating myself :) 2016-04-09T12:08:05 If you'll working with it I can look into porting visualizer to epsilon like i did with Ant->Conway->LightsOut. 2016-04-09T12:08:51 This is using the Epsilon engine.py, and the same pathway for generating the replays 2016-04-09T12:09:40 Of course it could always use a nicer visualizer if you felt motivated to make one :) 2016-04-09T12:10:16 no, I mean the visualizer looks like PlanetWars-based. I could make it Ants-based (with graphs and zooming) I guess. 2016-04-09T12:10:24 yep, you understood me :) 2016-04-09T12:10:26 Oh, I see 2016-04-09T12:11:31 I'm sure that would be great, though as you can see not many people would see it at this stage: http://frogherd.com:2084/ranking 2016-04-09T12:11:42 Three unique users, plus me :) 2016-04-09T12:12:24 There are 32 on the official site so far though, and about 200+ for one of the other competitions which is closer to finals 2016-04-09T12:12:35 I'm hoping the Go game will attract lots of competitors 2016-04-09T12:17:08 Building Go bot is a nice reason to learn MCTS algorithm. I was reading about it ~5 years ago but never write a line of code with it. Still have a sweet collection of pdf-articles about it. Maybe will read them someday. 2016-04-09T12:17:52 *** mhvis has quit IRC (Ping timeout: 264 seconds) 2016-04-09T12:23:39 *** mhvis has joined #aichallenge 2016-04-09T12:57:30 *** UncleVasyaAI has joined #aichallenge 2016-04-09T12:57:30 *** UncleVasya has quit IRC (Read error: Connection reset by peer) 2016-04-09T14:02:23 *** kilae has joined #aichallenge 2016-04-09T14:36:51 *** UncleVasyaAI has quit IRC (Quit: Miranda IM! Smaller, Faster, Easier. http://miranda-im.org) 2016-04-09T17:53:38 *** kilae has quit IRC (Quit: ChatZilla 0.9.92 [Firefox 45.0.1/20160315153207]) 2016-04-09T19:50:47 *** Scooper has quit IRC (Quit: Leaving) 2016-04-09T21:14:04 *** amstan_ is now known as amstan