IRC logs of #shogun for Saturday, 2011-06-04

--- Log opened Sat Jun 04 00:00:54 2011
-!- blackburn [~qdrgsm@188.122.237.128] has joined #shogun11:24
-!- blackburn [~qdrgsm@188.122.237.128] has quit [Remote host closed the connection]13:44
CIA-18shogun: Sergey Lisitsyn master * r6e1583e / (266 files in 30 dirs): Merged upstream - http://bit.ly/ipWn9O15:40
CIA-18shogun: Sergey Lisitsyn master * r88443c9 / (5 files in 3 dirs): Adapted CClassicMDS to new structure - http://bit.ly/j7U83R15:40
CIA-18shogun: Sergey Lisitsyn master * raba45d0 / (3 files): Cleaned and fixed CClassicMDS - http://bit.ly/mAfLto15:40
serialhexsonney2k, are you on?18:56
serialhexhmm, ok, well when you get on there are 2 things:19:00
serialhex1) Kernel needs to be renamed, as it's a top-level module in ruby (everything decends from object, and object mixes in kernel, so every object will add those methods & stuff to it when you require kernel)19:02
serialhexit could be something as simple as Kernels, seeing as theres more than one...19:03
serialhex2) how does one make the *.so files that are generated be lowercase, as rubyists expect to "require 'classifier'"  not "require 'Classifier'"  and with Classifier.so being capitalized the first wont find it19:05
serialhexi noticed this can be done while looking at the java_modular stuff, i just dont know where it is (or if that's the default of how it outputs)19:06
-!- blackburn [~qdrgsm@188.122.237.128] has joined #shogun19:44
blackburnhehe just noticed mds has been accepted as is19:45
serialhexcool cool19:48
serialhexyou doin alright blackburn?19:49
blackburnserialhex: yeap, all day long was doing lecture notes for exam on parallel computations19:51
serialhexcool, sounds like fun :P19:51
blackburnI fckng hate teacher of that shit19:51
blackburnand how are you today?19:52
serialhexdoing well, writing up some tests for the ruby modular stuff19:52
serialhexbasically making sure the libs load up properly & stuff19:52
blackburnI have just read logs19:53
blackburnyou said there are kernel conflict :)19:53
blackburnit is really strange they called some base object - kernel19:53
serialhexyeah, it's not really an object, it's all the basic methods that are used throughout most of the objects19:54
serialhexthough object Object has it's own methods too :D19:54
blackburnI see19:54
blackburnanyway strange naming19:55
blackburnwhy not Base or sth like that19:55
serialhex(yes, it is fun to talk about the object Object and how class Class's superclass is module or sth... :P )19:55
serialhexidk, but that's what it is...19:55
serialhexif we can rename it kernels then we're good, but i dunno if he'll want to name it that or sth else19:56
blackburnhmm it is raining all day long19:57
serialhexnice!  i wish it would rain here19:57
serialhexSWEET!!! my test failed :D19:58
blackburnmay be it is possible to rename it in typemap?20:00
blackburnserialhex: hmm if question starts with maybe is it ok to say 'it is' and not 'is it'?20:03
blackburnvoices in my head says it is ok but idk20:03
blackburn:D20:03
serialhexyeah, you're right20:04
serialhexon both counts :D20:04
serialhexi'm also hoping to find a way to rename all the files from "Foo.so" to "foo.so"20:06
blackburnFoo.i should contain sth related to20:07
serialhexhmm... i'll look there in a min...20:07
-!- serialhex [~quassel@99-101-148-183.lightspeed.wepbfl.sbcglobal.net] has quit [Remote host closed the connection]20:45
@sonney2kblackburn, hmmhh your patch is suspicous ...20:55
blackburnsonney2k: why?20:56
@sonney2klooks like you didn't do a git pull --rebase20:56
blackburnI didn't20:56
@sonney2kso this means git took what you did as the master and applied everything I and others did on top of your stuff20:57
blackburnsonney2k: where is the difference?20:57
blackburnsonney2k: but the diff is only for 4 files20:57
@sonney2kblackburn, one is using what I do as a master and apply your patch on top20:58
blackburnah so everything is ok now?20:58
@sonney2kand one is to use what you did and apply all the many patches on top20:58
@sonney2kand you should do the first by using git pull --rebase20:58
blackburnsorry, I haven't knew it20:59
@sonney2kyeah too late now20:59
@sonney2knext time20:59
blackburnsonney2k: ah it makes my branch 'branched' from the current master, right?21:00
@sonney2kyes21:00
@sonney2kyou should rebase21:01
@sonney2keither you do git checkout master21:01
@sonney2kthen git pull21:01
@sonney2kand then git checkout <nameofyourbranch>21:01
@sonney2kgit rebase master21:01
blackburnsonney2k: so if I want to keep my branch actual I should not git merge upstream/master but git rebase?21:01
@sonney2kyes of course !21:02
blackburndamn21:02
blackburni'm useless hehe21:02
@bettyboo:*)21:02
@sonney2kI mean we could still undo the last change21:02
@sonney2kI just do some git reset --hard21:03
@sonney2kand then git push --force21:03
@sonney2kbut no idea if someone else already git pull'd21:03
@sonney2kthen it would go kaboom21:03
* blackburn is crying :)21:03
-!- serialhex [~serialhex@99-101-148-183.lightspeed.wepbfl.sbcglobal.net] has joined #shogun21:04
serialhexwow, it's been a LOOONG time since i've used windows... and i dont miss it!21:05
blackburnsonney2k: but git pull is pulling only my local master21:06
blackburnhow to apply upstream master?21:06
serialhexgit pull upstream master21:06
serialhex(if you've made an upstream)21:06
blackburnoh damn21:07
serialhex???21:07
blackburnactually I was doing merging with upstream all the time21:08
blackburnI just didn't know there is a human way to do it21:08
serialhexHA!!!  thats wonky!!! :P21:08
@bettyboo*g*21:08
serialhexwow windows is being slow!!!21:11
blackburnsonney2k: well so what you will do?21:11
blackburnserialhex: I'm a stupid monkey - I have pulled a request with all changes being before :D21:12
blackburnbecause I had been doing merging all the time21:12
@sonney2kI suspect otherers will or have already made the same mistake and I just didn't notice because I cannot recognize this from the diff21:14
@sonney2kserialhex, I have no idea what we should do about kernel21:14
@sonney2kI mean adding an exception just for ruby will be confusing on the long run21:15
@sonney2kso we should have a consistent name21:15
serialhextrue... and breaking backwards compatibility is probably bad...21:15
@sonney2kthe problem is that I was just about to de-pluralize things21:16
@sonney2klike distributions21:16
serialhexok21:16
@sonney2k-> distribution21:16
* blackburn just found out that git have 'stash' cmd21:16
@sonney2kwe are currently massively breaking things21:16
serialhexHAHA!!! lol21:16
@sonney2kI mean recall the CClassifier -> CMachine change21:17
@sonney2kpreproc -> preprocessors21:17
@sonney2ketc etc21:17
serialhextrue21:17
blackburnnext version of shogun will be surprising a lot21:17
@sonney2kafter this GSoC we hopefully have sth stabalized21:17
@sonney2kstabelized21:17
blackburnjust imagine some guy using shogun from his ubuntu repo21:17
blackburnand one day it is all changed :D21:18
@bettyboosmart21:18
serialhexZOMG WINDOWS IS SOOOO FSCKING SLOWWWWWWWW!!!!!!!21:21
serialhexblackburn, theres a free uber-git book @ http://progit.org/21:25
blackburnehh21:27
blackburnokay21:27
blackburnserialhex: do you know how to completely replace my master to upstream master?21:28
blackburnwith*21:28
serialhexwow, you sound like i told you that if you had sex with an ugly woman i'd give you $10021:28
serialhexumm... hd on21:29
blackburnno, ehh is about my issues with my master branch21:29
blackburnI have commited something I should not21:30
serialhexwell you could do a git reset --hard HEAD^ if it was your last commit21:32
blackburnoh21:32
blackburnit is ok now21:32
blackburnI pushed --force it21:33
serialhexyou fixed it?21:33
blackburnyeap21:33
serialhexahh... yeah that'll fix your github.com stuffz21:33
serialhexFFS!!! i'm like 3 days late for the sale!!! dammit!21:34
serialhexand i *REALLY* hate this font!!21:35
blackburnfor some reason I want to reinstall my ubuntu hehe21:38
blackburnwell why not21:38
blackburnit was a mistake to update it21:47
serialhexupdate what??21:48
blackburn10.10 -> 11.0421:49
serialhexoh, yeah, that's the reason why i moved to archlinux21:49
blackburnarch? how it is?21:49
serialhexi *LOVE* gentoo, but i dont have the time to install it21:49
blackburnI was thinking about debian21:49
blackburni'm a paranoid sometimes and now when X.org falls down sometimes I'm even a bigger paranoid21:51
blackburnwell I think now I'll install ubuntu 11.04 and will remove unity :)21:53
serialhexheh, yeah unity sucks afaik21:54
blackburnwhen I had updated ubuntu I deleted unity in 1 min :D21:54
* blackburn is saving cracked wolfram mathematica license21:57
serialhexyou think you might be able to get me in on the mathematica action?? :D21:58
blackburndon't understand21:58
serialhexcracked mathematica license + e-mail to me = a new toy!!21:59
blackburnah21:59
blackburnI don't know if it will be working for you (there is a hardware key afaik)21:59
serialhexyeah, i've never used mathematica... i heard it's pretty spiffy21:59
serialhexooh, thats not cool!22:00
blackburnI can send you a crack anyway if you want :D22:00
blackburnI just don't care if it bad22:00
serialhexok22:00
serialhexOOH!!! i need a new computer!!!22:09
serialhexi'll bbl!22:09
-!- serialhex [~serialhex@99-101-148-183.lightspeed.wepbfl.sbcglobal.net] has quit []22:09
-!- blackburn [~qdrgsm@188.122.237.128] has quit [Quit: Leaving.]22:27
@sonney2khmmhh23:44
CIA-18shogun: Soeren Sonnenburg master * r07b707b / (4 files in 3 dirs):23:47
CIA-18shogun: Potentially work around the java_modular compile error.23:47
CIA-18shogun: This commit *may* again cause issues with labels not being known in classifiers or23:47
CIA-18shogun: kernels respectively in preprocs. - http://bit.ly/jsVLVK23:47
-!- blackburn [~blackburn@188.122.237.128] has joined #shogun23:52
blackburnsonney2k: do you use debian on your laptop?23:56
@sonney2kblackburn, I am a debian developer...23:56
@sonney2kof course23:56
@sonney2kbut I might have different focus23:57
@sonney2kI don't need the newest stuff just a stable system23:57
@sonney2kand I don't want to upgrade too often23:57
@sonney2kI just don't have time for this23:57
@sonney2kand ubuntu is just too unstable for me23:58
blackburnsonney2k: is it very stable?23:58
@sonney2kand really has a lot of buggy software - since it uses random snapshot of debian packages for the release23:58
blackburnmay be I will change it to debian some day too :)23:59
@sonney2kblackburn, depends of course but I use it on 3 servers / all machines at work and on my notebooks.23:59
blackburnI don't like unity and all these stuff23:59
@sonney2kno issues so far23:59
--- Log closed Sun Jun 05 00:00:00 2011

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