IRC logs of #shogun for Wednesday, 2019-03-06

--- Log opened Wed Mar 06 00:00:38 2019
-!- wiking [~wiking@huwico/staff/wiking] has quit [Remote host closed the connection]01:13
-!- wiking [~wiking@huwico/staff/wiking] has joined #shogun01:33
-!- mode/#shogun [+o wiking] by ChanServ01:33
-!- wiking [~wiking@huwico/staff/wiking] has quit [Remote host closed the connection]02:17
-!- callmetesla [31ccd6b6@gateway/web/freenode/ip.49.204.214.182] has joined #shogun02:31
-!- callmetesla [31ccd6b6@gateway/web/freenode/ip.49.204.214.182] has quit [Client Quit]02:32
-!- wiking [~wiking@huwico/staff/wiking] has joined #shogun04:18
-!- mode/#shogun [+o wiking] by ChanServ04:18
-!- wiking [~wiking@huwico/staff/wiking] has quit [Ping timeout: 252 seconds]04:22
-!- wiking [~wiking@huwico/staff/wiking] has joined #shogun04:39
-!- mode/#shogun [+o wiking] by ChanServ04:39
-!- wiking [~wiking@huwico/staff/wiking] has quit [Remote host closed the connection]04:54
-!- taichi303j [672c33c8@gateway/web/freenode/ip.103.44.51.200] has joined #shogun04:57
-!- taichi303j [672c33c8@gateway/web/freenode/ip.103.44.51.200] has quit [Client Quit]04:59
-!- wiking [~wiking@huwico/staff/wiking] has joined #shogun05:37
-!- mode/#shogun [+o wiking] by ChanServ05:37
-!- wiking [~wiking@huwico/staff/wiking] has quit [Remote host closed the connection]06:20
-!- ashwath [0e8be4dc@gateway/web/freenode/ip.14.139.228.220] has joined #shogun06:27
ashwathHello06:27
-!- ashwath [0e8be4dc@gateway/web/freenode/ip.14.139.228.220] has quit [Ping timeout: 256 seconds]06:34
-!- wiking [~wiking@huwico/staff/wiking] has joined #shogun06:35
-!- mode/#shogun [+o wiking] by ChanServ06:35
-!- wiking [~wiking@huwico/staff/wiking] has quit [Ping timeout: 255 seconds]06:39
-!- wiking [~wiking@huwico/staff/wiking] has joined #shogun06:53
-!- mode/#shogun [+o wiking] by ChanServ06:53
-!- ashwath [0e8be4dc@gateway/web/freenode/ip.14.139.228.220] has joined #shogun08:26
-!- gf712 [c13cdcfd@gateway/web/freenode/ip.193.60.220.253] has joined #shogun08:41
gf712wiking: hi08:46
@wikinghi08:47
gf712I was thinking that if we wanted we could make the factories more pythonic08:48
gf712rather than passing strings08:48
gf712we can just add them as class to the module at runtime08:49
gf712so would go back to sg.MyAlgo, but still using factories at it's core08:50
@wikingthe q here is09:22
@wikingwhether this could be done across all the interfaces09:22
@wikingor this becomes haxors for each interface09:22
gf712hmmm in theory all interfaces could support this I think09:24
gf712I mean all it would do would be add stuff to the module09:24
gf712which is just a hash table in the stack, which all interpreted languages use right?09:25
@wikingye09:32
@wikingbut i mean09:32
@wikingthe problem is that this you cannot do with java09:32
@wikingor any jvm09:32
-!- geektoni [c1cdd24a@gateway/web/freenode/ip.193.205.210.74] has joined #shogun09:32
@wiking(monkeypatching the module)09:32
@wikingnot sure about ruby09:32
@wikingjs for sure09:32
@wikingbecause this is what you suggest09:32
@wikinghave the module09:33
@wikingand then monkeypatch it09:33
@wikingbut then again09:33
@wikinghow do you wanna do the runtime extension of sg module09:33
@wikingwhen the dll is not yet loaded into the memory09:33
@wikingsay we have the plugins framework09:33
@wikingand you do09:33
@wikingimport shogun09:33
@wikingthis loads in the bare shogun-core with only interfaces etc09:33
@wikingthe ideas that when you do09:33
@wikingshogun.machine("asdf")09:34
@wikingthen there's a dynamic loading of a libasdf.so in the backkend09:34
@wikingthat loads the shared lib that contains asdf machine09:34
gf712well you can do it lazily right?09:34
@wikingand then just passes back the new instance of asdf09:34
@wikingyou say that instead of this09:34
gf712the things you see in the module is just a partial function09:35
@wikingimport shogun.asdf09:35
@wikingand then where and who does the things mentioned above?09:35
@wikingif not in dictionary: try load? :)09:35
gf712ok, I need to understand this better09:36
gf712when you load the .so what would you know in the plugin approach?09:36
gf712do you know what is available to load?09:37
gf712and then call the respective so when the factory is called?09:37
gf712sg.ASDF just has to map to a lazy function such as sg.machine('ASDF') that returns an error if it doesn't exist?09:38
@wikingso say we have a plugin .so dir09:38
@wikingand that's where you can put all your shit09:38
@wikingand then when you do sg.machine('asdf')09:39
@wikingthen basically you try to load the libshogun-asdf.so09:39
@wikingor whatever09:39
gf712yes, but that would work fine with this approach09:39
gf712at least in python/..09:39
@wikingyeah09:39
@wikingbut i'm saying that it doesn't work imo in jvm09:39
@wikingdunno about ruby, .net09:39
@wikingi mean we can add this convenience thing for sure09:40
gf712maybe could start a feature branch to test out a bit?09:40
@wikingsure09:40
gf712just wanted to know if it would be worth trying out09:40
gf712wiking: anyway, the LibLinearRegression fails sometimes in MKL, sometimes in Accelerate but never for both :(09:41
gf712I have no idea what is happening09:42
gf712but it's just for lr_without_bias09:42
gf712which is very odd09:42
-!- wiking [~wiking@huwico/staff/wiking] has quit [Remote host closed the connection]09:43
-!- wiking [~wiking@huwico/staff/wiking] has joined #shogun09:54
-!- mode/#shogun [+o wiking] by ChanServ09:54
-!- wiking [~wiking@huwico/staff/wiking] has quit [Ping timeout: 240 seconds]09:58
-!- wiking [~wiking@2001:67c:10ec:5784:8000::1153] has joined #shogun10:01
-!- wiking [~wiking@2001:67c:10ec:5784:8000::1153] has quit [Changing host]10:01
-!- wiking [~wiking@huwico/staff/wiking] has joined #shogun10:01
-!- mode/#shogun [+o wiking] by ChanServ10:01
-!- Lefteris [~lefteris@2a05:b400:100:100:9013:13cd:ae89:b44] has joined #shogun10:32
-!- glitch [~saphire@42.108.33.74] has joined #shogun10:57
-!- glitch404 [uid346916@gateway/web/irccloud.com/x-abquhnmbdyvfhbve] has joined #shogun10:58
glitchhi this is glitch .10:58
glitchI was looking forward for issue #351310:59
glitchhttps://github.com/shogun-toolbox/shogun/issues/351310:59
glitchwould doing a documentation task put me away from developing team ?10:59
@wiking?11:03
@wikinghave you read the getting started guide?11:03
-!- ashwath [0e8be4dc@gateway/web/freenode/ip.14.139.228.220] has quit [Ping timeout: 256 seconds]11:03
glitchYes , I have read through the guide11:06
glitchhttps://github.com/shogun-toolbox/shogun/wiki/Google-Summer-of-Code-2019-Projects11:06
glitchhttps://github.com/shogun-toolbox/shogun/wiki/Getting-involved11:06
glitchgetting involved11:06
glitchand have successfully been through the building process11:06
glitchand there , i found links to "entrance tasks"11:07
@wikingk11:07
@wikingso then just start sending in prs11:08
@wikingdoesn't matter the type of pr11:08
@wikingof course on the end of the day for a successful application11:08
@wikingwe expect that the student would do coding11:08
@wikingbut in the beginning any sort of pr is fine11:08
@wikingthis gets your familiar with the dev cycle of shogun11:08
@wiking(or any other open source project)11:08
glitchthank you for the guidance , sir !11:08
@wikingit's all good and drop the 'sir' ;)11:09
@wikingwelcome to shogun11:09
glitch:) thank you @wiking11:10
glitchI will send a PR draft ASAP11:11
@wikingsure thing11:11
glitchfor issue #351311:11
@wikingif you are unsure, plz send a pr draft11:11
glitch:D11:11
@wikingas that doesn't eat up CI resources11:11
@wikingta11:11
glitchsure11:11
gf712wiking: the python version of what I meant https://github.com/gf712/shogun/commit/3ac32e07786847ae8e573714ead8dc1165853191#diff-2ede860129e5a4430fa32403a0c6fffeR147211:11
-!- Lefteris [~lefteris@2a05:b400:100:100:9013:13cd:ae89:b44] has quit [Quit: Leaving]11:55
-!- Ash__ [uid350320@gateway/web/irccloud.com/x-tlzfwozzeryogxet] has quit [Quit: Connection closed for inactivity]12:20
-!- glitch [~saphire@42.108.33.74] has quit [Ping timeout: 245 seconds]12:27
-!- trancenoid [0e8becd3@gateway/web/freenode/ip.14.139.236.211] has joined #shogun12:30
-!- trancenoid [0e8becd3@gateway/web/freenode/ip.14.139.236.211] has quit [Ping timeout: 256 seconds]13:29
-!- wiking [~wiking@huwico/staff/wiking] has quit [Remote host closed the connection]13:58
-!- wiking [~wiking@huwico/staff/wiking] has joined #shogun13:59
-!- mode/#shogun [+o wiking] by ChanServ13:59
-!- wiking [~wiking@huwico/staff/wiking] has quit [Remote host closed the connection]14:16
-!- wiking [~wiking@2001:67c:10ec:5784:8000::1153] has joined #shogun14:16
-!- wiking [~wiking@2001:67c:10ec:5784:8000::1153] has quit [Changing host]14:16
-!- wiking [~wiking@huwico/staff/wiking] has joined #shogun14:16
-!- mode/#shogun [+o wiking] by ChanServ14:16
-!- besser82 [~besser82@fedora/besser82] has quit [Quit: Freedom, Friends, Features, First [fedoraproject.org]]14:48
-!- besser82 [~besser82@fedora/besser82] has joined #shogun14:50
-!- mode/#shogun [+o besser82] by ChanServ14:50
-!- wiking [~wiking@huwico/staff/wiking] has quit [Remote host closed the connection]15:02
-!- glitch404 [uid346916@gateway/web/irccloud.com/x-abquhnmbdyvfhbve] has quit [Quit: Connection closed for inactivity]15:08
-!- wiking [~wiking@2001:67c:10ec:5784:8000::1153] has joined #shogun15:17
-!- wiking [~wiking@2001:67c:10ec:5784:8000::1153] has quit [Changing host]15:17
-!- wiking [~wiking@huwico/staff/wiking] has joined #shogun15:17
-!- mode/#shogun [+o wiking] by ChanServ15:17
@wikinganybody has any idea about localisation on windowser?15:20
@wikingnamely why the hack the very same thing that works on my windows 7 (reading file content) doesn't work on the windows at azure ci :)15:23
@wikinggf712: :+1:15:23
@wikinggf712: https://twitter.com/CompilerCpp15:33
gf712wiking: haha it'll be quiet until msvc starts pulling its weight...15:34
@wikinggf712: dont be harsh on msvc15:35
@wikingparallel stl is only available in msvc15:35
@wiking;)15:35
@wikinghttps://devblogs.microsoft.com/cppblog/using-c17-parallel-algorithms-for-better-performance/15:35
gf712yes, but I like argument packs and stuff...15:35
gf712and it doesn't do it :(15:36
@wikingYOLO YOLO15:36
@wiking:)15:36
@wikingimagine that people still code in C98 standard15:36
@wiking;)(15:36
gf712I know... sometimes you just have to though15:37
gf712I guess parallel is better then15:37
gf712because packs you can replicate15:37
@wikingbut yeah15:37
@wikingi have no clue15:37
@wikingwhat's happening on azuer ci windows15:37
@wiking:S15:37
gf712ah yes let me check15:37
@wikingi mean15:37
@wikingit cannot read the file15:37
@wikingthe very same stuff on my windows15:37
@wikingworks15:37
@wikingit's not that the file doesn't exist15:37
@wikingit complains about reading content15:38
gf712the 0xc0000409?15:38
@wikingyep yep15:38
gf712can you give yourself sudo?15:38
@wikingcould not read array...15:38
@wikingnono but you see15:38
@wikingit opens the file15:38
gf712ah15:38
@wikingif it couldn't open or there would be problem with opening15:39
@wikingit would have a different error15:39
@wikingit would throw a 'Error opening file'15:39
@wikingwhen there's a problem wiht opening the file15:39
gf712but the reading operation returns a nullptr right?15:41
gf712as in the buffer is empty?15:41
@wikingCSerializableFile::false_warn being called15:41
@wikingwhich is when the read operation returns with a false15:42
gf712but it's false when it fails to read no?15:44
gf712when fscan fails?15:44
@wikingyes15:45
@wikingbut i mean the funniest as said15:48
@wikingother windowzer works15:48
@wiking:>15:48
gf712hmmm very weird15:48
gf712is there a check for the path in lib shogun?15:48
gf712to see if the file exists?15:48
gf712and if a file has been written?15:49
gf712I.e. might be an issue with the saving operation?15:49
@wikingit can write it :)15:49
@wikingwe are trying to read the reference txt15:50
@wikingfrom data submodule15:50
@wikingas said15:50
@wikingFILE* fstream = fopen(fname, mode);15:50
@wikingif (!fstream) {15:50
@wikingthis should catch file opening issues15:50
gf712ah ok, I didn't see that15:50
@wikingso it doesn't complain about writing files15:51
@wikingi.e. opens writes etc15:51
@wikingas you can see the generated- tests are passing15:51
@wikingso one presumes that those files are generated15:51
@wikingand based on that15:52
@wikingit can even read those files15:53
@wikingas it doesn't complain at that bit15:53
gf712hmmm ok makes sense15:53
gf712so basically the files it is trying to read are empty?15:53
@wikingit complains after15:53
@wikinggood q but something like that it seems15:53
gf712there wouldn't be encoding issues right?15:54
@wikinggood q15:54
@wikingthat was my idea as well15:54
@wikingcoz otherwise i have no clue why else would it work on another windows15:55
@wikingbut we even do a setlocale(LC_ALL, "C")15:56
@wiking:)15:56
gf712https://en.cppreference.com/w/cpp/io/c/fopen15:56
gf712ah no wait15:56
gf712I was going to say UB but no15:57
gf712The behavior is undefined if the mode is not one of the strings listed above. Some implementations define additional supported modes (e.g. Windows).15:57
@wiking"r"15:57
gf712yes I know :(15:58
gf712but in windows you can specify encoding https://docs.microsoft.com/en-us/cpp/c-runtime-library/reference/fopen-wfopen?view=vs-201715:58
@wikingwe have ascii16:00
@wikingnone of those should matter16:00
@wikingLC_ALL = C should clear all these mumojumbo16:00
gf712hmmm16:02
gf712then the files are somehow empty16:03
gf712might be worth doing a cat/dir?16:03
@wikingyeah i guess i have no other choice16:04
@wikingtype?16:04
@wiking:)16:04
gf712type?16:06
-!- ssk441 [31ce0691@gateway/web/freenode/ip.49.206.6.145] has joined #shogun16:07
@wikingthat's the windows eq of cat16:07
@wiking:)16:07
@wikingbased on that test16:08
@wikingthere's the file and the content is correct16:08
@wiking:)16:08
ssk441Hi there guys! I was hoping someone could help me generate the python examples for shogun. I'm new to CMake and I don't quite get what to do as specified in EXAMPLES.md16:09
@wikingssk441: you can use shogun via conda16:09
@wikingno need to compile it from source16:09
@wikingunless u wanna develop16:09
ssk441Yep I intend to participate through GSoC :D16:10
@wikingthen read the manual for how to get started16:10
@wikingthat should help you how to start16:10
@wikinggf712: so it's really no clue :)16:11
ssk441wiking: I did. That's what led me to trying to generate the examples so I could get a feel for shogun16:12
ssk441I ran cmake with -DBUILD_META_EXAMPLES=ON  and then make meta_examples as well. I'm not sure what comes next16:13
gf712wiking: i have no idea right now16:14
gf712ssk441: have you had a look at these http://www.shogun-toolbox.org/examples/latest/index.html ?16:18
ssk441gf712: I have but that involves running the examples. In my case, I'm unable to generate the examples.16:19
ssk441Looking at this right now: https://github.com/shogun-toolbox/docs/blob/master/EXAMPLES.md  . Not clear on how to generate the examples16:20
gf712ah ok, sorry I misunderstood16:21
gf712ssk441: are you compiling with interfaces? I.e. python?16:21
ssk441Yeah I've compiled with the python interface. I've checked and shogun.py is in the location its supposed to be.16:24
gf712did you check examples/meta/python in the build directory?16:25
gf712assuming you want to see the meta examples?16:25
-!- geektoni [c1cdd24a@gateway/web/freenode/ip.193.205.210.74] has quit [Quit: Page closed]16:29
ssk441I do want to see them and the directory only has a CMakeLists.txt16:30
gf712ssk441 I mean in the build directory16:32
gf712so build/examples/meta/python16:33
-!- glitch [~saphire@14.139.209.3] has joined #shogun16:33
ssk441Ahhh. So it was in the build directory. Thanks so much for your time! :D16:35
-!- wiking [~wiking@huwico/staff/wiking] has quit [Remote host closed the connection]16:38
gf712ssk441 no problem!16:40
-!- wiking [~wiking@huwico/staff/wiking] has joined #shogun17:02
-!- mode/#shogun [+o wiking] by ChanServ17:03
-!- ssk441 [31ce0691@gateway/web/freenode/ip.49.206.6.145] has quit [Quit: Page closed]17:04
-!- HeikoS [5534e66b@gateway/web/cgi-irc/kiwiirc.com/ip.85.52.230.107] has joined #shogun17:34
@wikinggf712: still here?17:38
-!- chaitanya [0e8b5206@gateway/web/freenode/ip.14.139.82.6] has joined #shogun17:42
HeikoSyoyo17:43
chaitanyaI want to do GSoC project for Shogun.ml, where should I start?17:44
@wikingchaitanya: there's a nice manual about how to get started. check our wiki (shogun repo)17:46
chaitanya@wiking can you provide link for it?17:49
gf712wiking: yes still here17:50
@wikingchaitanya: :) so far everybody managed to find it17:50
@wikingdont get me wrong, i dont mind giving it to you17:50
@wikinghttps://github.com/shogun-toolbox/shogun/wiki/Google-Summer-of-Code-2019-Projects17:50
@wikinghttps://github.com/shogun-toolbox/shogun/wiki/Getting-involved17:50
gf712HeikoS: hey, just got your email for ATI, I'll go through it tomorrow17:51
@wikingbut we expect much more autonomy from gsoc students17:51
HeikoSok sure nw17:51
@wikinggf712: do u know a quite big cnn for obj recongnition?17:51
@wikingwanna test some coreml stuff17:51
HeikoSwiking gf712 did you see the gradient refactoring PR?17:52
gf712vgg16 should be as big as it gets?17:52
@wikingHeikoS: not yet17:52
gf712or do you want stuff for bounding box17:52
@wikinggf712: bounding box17:52
@wikingand not yolo17:52
gf712YOLO17:52
gf712ah17:52
@wikingi mean not yolov317:52
@wikingthnx17:52
@wiking:D17:52
@wikingthat code17:52
@wikingmaaana17:52
@wikinghave u read the code?17:52
@wiking:D17:52
@wikingbecause i did17:52
@wiking:D17:52
gf712HeikoS: I went through it briefly17:53
@wikingvoid* x = calloc(...)17:53
@wikingx[i] =17:53
@wikingreturn value check17:53
@wikingfuck it17:53
@wiking:D17:53
gf712wiking: I did, I implemented it in tf once17:53
@wiking(and of course i ran out of memory)17:53
gf712to test distributed GPU stuff17:53
@wikingso calloc actually returned nullptr17:53
gf712next biggest would be the streetview ones I guess?17:54
@wikingok vgg16 should be good17:54
@wikinglol17:54
@wikinggood start17:54
@wikingprotobuf 556 megz17:54
@wiking:D17:54
@wikingnice one17:55
gf712wiking checkout coco17:55
@wikinglemme test17:55
@wikinggf712: because i'm just writing the mmap part of the coreml engine17:55
gf712it's the most famous dataset17:55
HeikoSwiking gf712 if you have a minute, check out how gradients work in shogun (any gp example/test will do). And then have a look at the PR by Lefteris. He refactored the old approach to the new param framework. But I have doubts about the whole design tbh, so before putting in all this work, we could maybe make that a bit more clean17:55
gf712ah ok17:55
@wikingsince i realised that i'm having trouble running this on embedded device17:55
@wikingwhere this is the ram17:56
@wikingMem:           494M         74M         99M        5.5M        320M        195M17:56
@wiking195M = availalbe17:56
gf712wiking: lol17:56
gf712HeikoS: I will have a better look now17:56
gf712I am not a big fan of adding name to AnyParameters btw17:56
gf712it's a bit redundant17:56
HeikoSno me neither17:56
HeikoSwell it was in TParameter before17:57
HeikoSbut that's partly why I asked you to think about the gradients17:57
HeikoSI think we can do a bit better17:57
@wikinggf712: the thing is that it'd be ggreat to have coreml as part of tracker (https://wiki.gnome.org/Projects/Tracker17:57
@wikingbut then this should work on NAS and shit like this17:57
HeikoSwe just need a way for shogun devs to manually implement gradients of models wrt to certain parameters17:57
HeikoSso some dev-API17:57
@wikinggf712: that ram is a linux nas17:58
gf712HeikoS: I'll see what Lefteris wrote and see if I can come up with better stuff17:59
HeikoSi think it might be good to think about how to do it before getting into it too much18:00
HeikoSas it is a big pr18:00
HeikoSbut yeah would be good to get some input18:00
gf712wiking: the tracker thing seems cool18:00
HeikoSwiking gf712 are you fine with merging https://github.com/shogun-toolbox/shogun/pull/4555?18:00
gf712wiking: out of RAM yet?18:00
HeikoSonly mkl mac fails but I guess that is unrelated18:00
@wikingmergeit18:02
@wikingwe have a regression18:02
gf712HeikoS: the PR seems fine18:03
HeikoSok!18:03
gf712HeikoS: the CI issues are due to LibLinearRegression18:04
HeikoSi see18:05
gf712I am not sure why as it only fails sometimes18:05
gf712and it can be either with mkl or accelerate18:05
gf712but there are only issues on clang18:05
gf712I can reproduce it locally if run the test several times it will fail occasionally18:05
HeikoSweird18:10
gf712HeikoS I tried setting a seed in the test but it didn't help18:11
gf712also it's only the test without bias that sometimes fails18:11
HeikoSoh my18:13
HeikoSI guess would need to check what code it uses under the hood18:13
gf712I've checked for issues in initialisation, but couldn't find any problems18:15
gf712everything is set to 018:15
HeikoSgf712 btw did you register for the ws in the end?18:16
HeikoSjust got an email that it is last day to register on eventb18:16
gf712really?18:16
gf712they told me it was full...18:16
gf712can you send me a link?18:16
gf712I'll register now then18:17
-!- glitch [~saphire@14.139.209.3] has quit [Ping timeout: 268 seconds]18:17
HeikoSsent18:20
HeikoSgf712 ok I gotta bounce now, let me know your thoughts on the gradient stuff so we can get back to Lefteris18:20
gf712HeikoS: thanks for the email18:21
gf712but it doesn't have the link18:21
gf712HeikoS: the link seems to have gotten lost?18:21
HeikoSsent another one18:22
HeikoSthey told me to not share the link18:22
HeikoSbut I think you should fill it anyways :)18:22
HeikoSsince you are just there one day18:22
gf712HeikoS: thanks!18:23
gf712I'll register now18:23
HeikoScool18:24
HeikoSbtw Ill also start making a poster soon18:25
HeikoSlet me know if you have comments on that18:25
HeikoSor ideas18:25
HeikoSas i will start from scratch18:25
-!- glitch [~saphire@14.139.209.3] has joined #shogun18:29
HeikoSok signing off, see you gf712!18:30
gf712HeikoS OK!18:31
gf712ttyl18:31
-!- HeikoS [5534e66b@gateway/web/cgi-irc/kiwiirc.com/ip.85.52.230.107] has quit [Ping timeout: 245 seconds]18:34
-!- gf712 [c13cdcfd@gateway/web/freenode/ip.193.60.220.253] has quit [Ping timeout: 256 seconds]18:35
-!- chaitanya [0e8b5206@gateway/web/freenode/ip.14.139.82.6] has quit [Ping timeout: 256 seconds]18:56
-!- glitch [~saphire@14.139.209.3] has quit [Ping timeout: 255 seconds]19:00
@wiking[libprotobuf ERROR google/protobuf/io/zero_copy_stream_impl_lite.cc:164] Cannot allocate buffer larger than kint32max for StringOutputStream.19:01
@wikinglOOOOL19:01
-!- vi-to [~Vito@93-40-66-36.ip37.fastwebnet.it] has joined #shogun20:13
vi-tohi :) I am having issues compiling shogun. It is not a shogun issue, so I asked on stackoverflow (I asked on stackoverflow (https://stackoverflow.com/questions/19915683/how-to-find-package-for-installed-file-in-brew)20:15
vi-tobut maybe someone of you experienced the same problem and solved it20:17
-!- vi-to [~Vito@93-40-66-36.ip37.fastwebnet.it] has left #shogun []20:26
-!- kartik [31248371@gateway/web/freenode/ip.49.36.131.113] has joined #shogun20:33
-!- kartik [31248371@gateway/web/freenode/ip.49.36.131.113] has quit [Client Quit]20:35
-!- vi-to [~Vito@93-40-66-36.ip37.fastwebnet.it] has joined #shogun20:36
-!- RUPESH [671b0868@gateway/web/freenode/ip.103.27.8.104] has joined #shogun20:44
-!- RUPESH [671b0868@gateway/web/freenode/ip.103.27.8.104] has quit [Quit: Page closed]21:28
-!- vi-to [~Vito@93-40-66-36.ip37.fastwebnet.it] has left #shogun []23:15
-!- wiking [~wiking@huwico/staff/wiking] has quit [Remote host closed the connection]23:29
-!- wiking [~wiking@huwico/staff/wiking] has joined #shogun23:30
-!- mode/#shogun [+o wiking] by ChanServ23:30
-!- wiking [~wiking@huwico/staff/wiking] has quit [Ping timeout: 255 seconds]23:36
--- Log closed Thu Mar 07 00:00:40 2019

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