ChanServ changed the topic of #mlpack to: "mlpack: a fast, flexible machine learning library :: We don't always respond instantly, but we will respond; please be patient :: Logs at http://www.mlpack.org/irc/
UmarJ has quit [Ping timeout: 264 seconds]
ImQ009 has joined #mlpack
< jenkins-mlpack2> Project mlpack - git commit test build #456: UNSTABLE in 1 hr 21 min: http://ci.mlpack.org/job/mlpack%20-%20git%20commit%20test/456/
favre49 has joined #mlpack
< favre49> The rainbow brackets plugin for vim looks fantastic, definitely adding it to my config
< favre49> Does anyone know of anything fun to try on a rather underpowered computer? I have an old laptop from like 2014 and I'm itching to try something with it, just not sure what
favre49 has quit [Quit: Lost terminal]
jonpsy[m] has left #mlpack []
favre49 has joined #mlpack
< shrit[m]> favre49: my laptop is 2013 and I basically use it for everything, 2014 computers are new and performance has not changed yet a lot from that period a part from SSD
< favre49> Agreed, but this laptop is pretty bad even for 2014, it has 2GB of RAM and a (i think) 2 Ghz processor
< shrit[m]> an old challenging laptop will be something from 2002. This is underpowered computer
< shrit[m]> it should intel core in 2014 at least
< favre49> True, unfortunately nothing that old
< shrit[m]> *use
< favre49> Yeah iirc it's a celeron processor
< shrit[m]> Well you can try to install Arch Linux or Gentoo on it
< favre49> I tried Gentoo, but it was just too much of a pain. I would leave it compiling something overnight, only to find I did something wrong the next morning
< favre49> At some point I just lost patience and installed Fedora
< shrit[m]> Try Arch, there is not thing to compile, and the basic installation is pretty simple
< shrit[m]> do not install any graphics, if you want a good performance
< favre49> Yeah I use Arch on my main machine, I wanted to try something new though
< rcurtin> I use my ARM chromebook without X to keep things snappy :) but it kind of sucks when I need a web browser...
< rcurtin> favre49: I agree with your experience of Gentoo... that was my first Linux experience in ~2004 or so. I used to compile firefox on a pentium 1 machine... it would take like a week...
< favre49> I just went with Fedora in the end, I lost my patience. Had to use i3 though, GNOME seems to use too much RAM
< rcurtin> I like awesomewm, very lightweight
< shrit[m]> @rcurtin Why not trying a tailing window manager
< rcurtin> (I still have to get better at actually using it in tiling mode)
< rcurtin> shrit[m]: yeah, just need to learn new habits :) awesome has tiling mode, I just need to take the time to learn it
< favre49> I've been meaning to try, but I'm still happy with bspwm. I like how it's just a shell script
< shrit[m]> I am using bspwm, I do not think there is anything lighter with the same features
< KimSangYeon-DGU[> kartikdutt18 (@kartikdutt18:matrix.org): Great post :)
< kartikdutt18[m]> Thanks :)
< favre49> rcurtin: How do you not use X? I didn't know there were other good display servers
< favre49> Besides Wayland ofc
< shrit[m]> Actually it is possible to live without X
< shrit[m]> but it need to be verrry patient
< shrit[m]> you can use lynx for web browsing 👍️
< shrit[m]> mutt for emails
< shrit[m]> and tmux for termainl
< KimSangYeon-DGU[> sakshamb189: kartikdutt18 (Gitter) Are you there?
< sakshamb189[m]> yes I am here
< KimSangYeon-DGU[> Okay
< kartikdutt18[m]> Hey KimSangYeon-DGU , sakshamb189 , I'm here.
< KimSangYeon-DGU[> I think #2474 is almost done, right?
< kartikdutt18[m]> Right, I have to incorporate suggestions from review (which I'll do today) and I'll write one gradient test as well.
< shrit[m]> favre49: that is true. Even today it is possible https://www.youtube.com/watch?time_continue=80&v=zqAoBD62gvo&feature=emb_logo
< KimSangYeon-DGU[> Ok, great
< KimSangYeon-DGU[> Is there anything you want to discuss?
< sakshamb189[m]> sounds good
< KimSangYeon-DGU[> Great
< kartikdutt18[m]> Great, I'll keep posting updates on the IRC then.
< KimSangYeon-DGU[> Thanks
< KimSangYeon-DGU[> Can you explain the test `I'll write one gradient test as well.`?
< KimSangYeon-DGU[> Is it GradientBatchNormTest with Convolutional layer as you said?
< kartikdutt18[m]> Right, The current implementation has test with gradient linear layer. [Link](https://github.com/mlpack/mlpack/blob/7adc6fb89ef8365763f7768c8691bfeacdc1b656/src/mlpack/tests/ann_layer_test.cpp#L1913), we can have a similar test with output coming from a convolutional layer instead of a linear layer.
< KimSangYeon-DGU[> Great, I agree with that as well
< KimSangYeon-DGU[> Alright, is there anything to discuss?
< kartikdutt18[m]> I think that's it from my side.
< KimSangYeon-DGU[> Ok, I finished as well
< kartikdutt18[m]> Great, Have a great weekend!
< KimSangYeon-DGU[> Yes, great. I left a minor review a minute ago :)
< KimSangYeon-DGU[> Have a great weekend Saksham and Kartik!
< KimSangYeon-DGU[> And everyone :)
< sakshamb189[m]> yeah thanks KimSangYeon-DGU Have a great weekend.
< KimSangYeon-DGU[> :)
< rcurtin> favre49: sorry for the slow response; I got distracted
< rcurtin> I mean that I don't use any graphical window manager :-D
< rcurtin> just VTs
< rcurtin> it works if all I need to do is write code and SSH to somewhere, check email, send messages on IRC, etc.
< rcurtin> the only place that falls apart is when I need to use a web browser or see any graphics... lynx is far from usable
< shrit[m]> rcurtin: there is browsh instead of lynx, the life of VT would be just perfect
< rcurtin> whoa!
< rcurtin> shrit[m]: you might have just solved all my problems :-D
< shrit[m]> 👍️
< abernauer[m]> I haven't messed with configuration of my distro something I will want to down the line.
< abernauer[m]> Might actually be a good idea cause my RAM is a bit lacking on my laptop.
sy0814kGitter[m] has left #mlpack []
< jenkins-mlpack2> Project mlpack - git commit test build #457: FAILURE in 2 hr 49 min: http://ci.mlpack.org/job/mlpack%20-%20git%20commit%20test/457/
< rcurtin> timed out
< rcurtin> my build hosts are too slow :-D
< shrit[m]> rcurtin There is a video chat today right?
< jeffin143[m]> Yes first Thursday
< shrit[m]> jeffin143 while there is only two of us
favre49 has quit [Remote host closed the connection]
< jeffin143[m]> Yes shrit : we can have a meet here :)
< jeffin143[m]> Haha
< shrit[m]> Yes of course
< shrit[m]> but since we have forgot, we can do the meeting next week
< shrit[m]> I will go and take a dinner
< shrit[m]> see you
< rcurtin> jeffin143[m]: shrit[m]: crap! I did not set up that automatic email
< rcurtin> I am under the gun for some work today, I won't be able to join
< rcurtin> I'm really sorry
< jenkins-mlpack2> Yippee, build fixed!
< jenkins-mlpack2> Project mlpack - git commit test build #458: FIXED in 2 hr 21 min: http://ci.mlpack.org/job/mlpack%20-%20git%20commit%20test/458/
ImQ009 has quit [Quit: Leaving]
< zoq> ahh, forgot that there is a meeting today ... let me go ahead and setup a reminder
< zoq> okay, done - I like the idea to have a meeting next Thursday.
< zoq> So if everything works, we will see an automatic mail next Thursday :)
UmarJ has joined #mlpack
mlpack-meeting has joined #mlpack
mlpack-meeting has quit [Remote host closed the connection]
mlpack-meeting has joined #mlpack
< mlpack-meeting> test
mlpack-meeting has quit [Remote host closed the connection]
mlpack-meeting has joined #mlpack
< mlpack-meeting> test
mlpack-meeting has quit [Remote host closed the connection]
< zoq> Okay, so will send another reminder to the irc channel as well :)
< shrit[m]> I think this is a great application to share to continue the discussion about VT: https://github.com/Rigellute/spotify-tui
< shrit[m]> Basically I think it is possible to be independent from X server
< rcurtin> zoq: nice!
< rcurtin> shrit[m]: I was just playing with browsh, the mlpack homepage looks good :)
< rcurtin> I use cmus for music though (I keep everything locally)