rcurtin_irc changed the topic of #mlpack to: mlpack: a scalable machine learning library (https://www.mlpack.org/) -- channel logs: https://libera.irclog.whitequark.org/mlpack -- NOTE: messages sent here might not be seen by bridged users on matrix, gitter, or slack
<rcurtin[m]> any contributors willing to review https://github.com/mlpack/mlpack/pull/3001 ? should be an easy review :)
<jjb[m]> ryan I’ll get back to you tomorrow on the pointer hiccup. Just getting back from a series of appointments. We’ll likely ping Dirk as well to check my thoughts.
<rcurtin[m]> 👍 sounds good!
<rcurtin[m]> ok, sent all the historical IRC logs I have off to whitequark, so hopefully they will unpack and deploy those, and then I'll update the website and finally decommission the handwritten logging bits that I had built over the years :)
<rcurtin[m]> that will also make our own website building scripts simpler, which is nice :)
<heisenbuugGopiMT> Thats great...
<heisenbuugGopiMT> I can see it takes a lot of effort to maintain the each and every part of the community...
<heisenbuugGopiMT> * Thats great...
<heisenbuugGopiMT> I can see it takes a lot of effort to maintain each and every part of the community...
<rcurtin[m]> yeah, it could definitely be a full-time job to keep everything running, especially the build farm
<rcurtin[m]> fortunately, most of the things are kind of fire-and-forget... the website builds for mlpack and ensmallen are fully automatic and typically don't have any problems
<heisenbuugGopiMT> Yea, it is a full time job and you know soo many things...
<heisenbuugGopiMT> Can't wait when I will be working like this...
<heisenbuugGopiMT> BTW I am nearly done removing `boost::spirit` only thing left to handle is quoted strings and new implementation of `trim`.
<rcurtin[m]> heisenbuug (Gopi M Tatiraju): I just take it one day at a time... I try to learn one new thing each day. and after 10 years I guess that is a lot of things 😃
<jeffin143[m]> heisenbuug (Gopi M Tatiraju): well done :)
<jeffin143[m]> Great progress
<jeffin143[m]> Thank you for every bit , it would be a good gain for the library :)
<heisenbuugGopiMT> One new thing everyday, I will also adopt this in my work...
<heisenbuugGopiMT> I will soon update my blog and post the link so that everyone can see what all we worked on...
<rcurtin[m]> I'd also consider "tricky" cases like an empty input string, a string that is only spaces (one space, ten spaces), but otherwise that should be good
<rcurtin[m]> when I think about how to test something, my thought is "what is the meanest and most awful input I can give? 😈"