IRC logs of #shogun for Tuesday, 2011-08-09

--- Log opened Tue Aug 09 00:00:42 2011
-!- learner [86794366@gateway/web/freenode/ip.134.121.67.102] has joined #shogun00:47
-!- learner [86794366@gateway/web/freenode/ip.134.121.67.102] has quit [Client Quit]00:48
-!- f-x` [~user@117.192.215.3] has joined #shogun01:33
-!- f-x` [~user@117.192.215.3] has quit [Client Quit]01:35
-!- f-x [~user@117.192.215.3] has quit [Ping timeout: 260 seconds]01:37
-!- blackburn [~blackburn@188.122.237.5] has quit [Quit: Leaving.]01:37
-!- serialhex [~quassel@99-101-148-183.lightspeed.wepbfl.sbcglobal.net] has joined #shogun03:16
serialhexsonney2k: you're gonna hate me when you check the pull requests :P06:51
-!- f-x [~user@117.192.219.221] has joined #shogun11:21
-!- heiko [~heiko@134.91.53.196] has joined #shogun11:24
CIA-87shogun: Justin Patera master * r382c407 / (5 files): changed 'print' to 'puts' for more idiomatic & nicer-looking ruby - http://bit.ly/roV0QA11:56
CIA-87shogun: Justin Patera master * re81612c / (146 files):11:56
CIA-87shogun: used an automated program to translate shogun examples in python to ruby.11:56
CIA-87shogun: most of them work, but may need to be cleaned up & prettified.11:56
CIA-87shogun: that is stage 2... - http://bit.ly/ovuTcJ11:56
CIA-87shogun: Justin Patera master * rfca3318 / (141 files):11:56
CIA-87shogun: last commit didn't work too well. most of the examples fail, but that is to be expected.11:56
CIA-87shogun: need to fix & get the examples running right... fun! - http://bit.ly/r4fDAi11:56
CIA-87shogun: Soeren Sonnenburg master * rc5d48a9 / (150 files):11:56
CIA-87shogun: Merge pull request #274 from serialhex/master11:56
CIA-87shogun: auto translated python -> ruby examples - http://bit.ly/qAaIXc11:56
-!- CIA-87 was kicked from #shogun by bettyboo [flood]11:56
-!- CIA-87 [~CIA@cia.atheme.org] has joined #shogun11:56
@sonney2kheiko, why not insert everything into the array and then sort it *once* afterwards?12:10
heikosonney2k, hi12:10
@sonney2kheiko, I mean we only need to register transitions once12:10
@bettyboo!12:10
heikothis would be possible12:10
@sonney2kI mean per class one registers all transitions and then calls finalize_transitions() or so12:11
heikobut then it is even less a map12:11
heikobut ok12:11
heikoit is called ParameterMap anyways12:11
heikoso this would be ok12:11
heikowill add a flag if finalize() was called12:11
heikoand throw error if not12:11
@sonney2kfinalize_mapping()12:11
@sonney2kyeah12:12
@sonney2kdon't make it overly compilicated ... this should be totally sufficient12:12
heikoyes true :)12:12
@bettyboohaha12:12
@sonney2kheiko, regarding the constructor calls - yes you are right the *default* constuctor of the inherited class is called - but please make it explicit12:21
@sonney2kheiko, regarding the warning - we have to disable this at some point - but ok lets keep it for now12:25
heikosonney2k, the warnings will automatically be gone if a file contains a parameter version12:31
CIA-87shogun: Soeren Sonnenburg master * rf0ded6a / (7 files in 3 dirs):12:31
CIA-87shogun: Merge pull request #273 from frx/streaming_vw12:31
CIA-87shogun: Added VW hash functions. - http://bit.ly/plpCSG12:31
@sonney2kheiko, I know but currently every saved file will trigger such warnings...12:31
heikosonney2k, should this explicit base constructor call be there everytime? I have not done it in all my classes12:32
@sonney2kI mean there is only shogun 0.10.x with taht version12:32
heikosonney2k, but there will be two warnings anyways per file12:32
@sonney2kheiko, yes please12:32
@sonney2kheiko, yeah that warning should of course go too12:32
heikoI mean it would be better to remove these12:32
heikook, then a method like check_parameter_existance should be there12:33
@sonney2kor quietly attempt to load...12:34
-!- heiko [~heiko@134.91.53.196] has quit [Ping timeout: 258 seconds]14:48
-!- blackburn [~blackburn@188.122.237.5] has joined #shogun14:50
blackburnsonney2k: got a trouble with java serialization14:57
blackburneverything is clear but there are classes *not* derived from SGObject14:57
blackburnand they don't have any save_serializable14:58
blackburnone solution is to call method using reflection, but it is not pretty enough for me14:59
blackburnmay be we should ignore this objects in java_modular if possible?15:00
-!- heiko [~heiko@134.91.53.196] has joined #shogun15:17
-!- heiko [~heiko@134.91.53.196] has quit [Quit: Leaving.]16:14
-!- heiko [~heiko@134.91.53.196] has joined #shogun16:14
-!- blackburn [~blackburn@188.122.237.5] has quit [Quit: Leaving.]16:29
-!- heiko [~heiko@134.91.53.196] has quit [Ping timeout: 258 seconds]16:45
-!- f-x [~user@117.192.219.221] has quit [Ping timeout: 260 seconds]18:20
-!- f-x [~user@117.192.210.94] has joined #shogun18:33
-!- blackburn [~blackburn@188.122.237.5] has joined #shogun19:15
-!- blackburn [~blackburn@188.122.237.5] has quit [Quit: Leaving.]19:41
CIA-87shogun: Soeren Sonnenburg master * r4a52712 / (12 files in 5 dirs):20:13
CIA-87shogun: Merge pull request #272 from karlnapf/master20:13
CIA-87shogun: Initial Parameter map implementation (+7 more commits...) - http://bit.ly/nkyngh20:13
CIA-87shogun: Soeren Sonnenburg master * r259c1ec / (3 files):20:13
CIA-87shogun: Merge pull request #276 from sploving/master20:13
CIA-87shogun: add Load.cs and one kernel example - http://bit.ly/nQzXPB20:13
@sonney2kserialhex, around?20:27
@sonney2kf-x, could you please fix the minor issues such that I can merge your patch?20:34
f-xsonney2k: done20:34
@sonney2kgreat20:34
@sonney2kf-x, there is another float in Math.h in 31120:35
f-xah damn20:36
f-xsonney2k: submitted.. i'll send the other learner also now20:39
@sonney2kok thanks20:40
@sonney2kblackburn, any class not derived from SGObject should be %ignored - I hope that doesn't create further clashes then...20:50
serialhexsonney2k: i'm around now, what's up??23:54
serialhexp.s. e-mailing me is a much better way to contact me, as i can check e-mail at work, i can't irc at work :P23:57
--- Log closed Wed Aug 10 00:00:51 2011

Generated by irclog2html.py 2.10.0 by Marius Gedminas - find it at mg.pov.lt!