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/
< ShahAnwaarKhalid>
Hi! How do I send a message on the mailing list? I emailed on <mailto:mlpack@lists.mlpack.org|mlpack@lists.mlpack.org> but I can't see it on the mailing list.
< rcurtin[m]>
are you subscribed to the list? only subscribers can post
< rcurtin[m]>
(that's to reduce spam)
< abernauer[m]>
Ryan any suggested resources for learning about software design patterns?
< jonpsy[m]>
Hey, weird question but, I submitted my proposal but I don't see it in the mailing list. I'm pretty sure I'm subscribed because I've received proposals of other candidates.
< jonpsy[m]>
Is the [mlpack] important, I skipped that thinking it wasn't necessary... Lemme know :)
vinay has joined #mlpack
vinay has quit [Client Quit]
onikolskyy has joined #mlpack
onikolskyy has quit [Quit: Connection closed]
ImQ009 has joined #mlpack
< ShahAnwaarKhalid>
@jonpsy: It's there. I just saw it 🙂
umwang has joined #mlpack
umwang has quit [Quit: Connection closed]
< RishabhGargGitte>
Yep. Its showing me in the spam folder. Check in your spam once @jonpsy
< jonpsy[m]>
<ShahAnwaarKhalid "@jonpsy: It's there. I just saw "> Thanks for confirming! Guess [mlpack] was important after all!
< rcurtin[m]>
it's not, mailman automatically prepends that to any list message. all you have to do is subscribe to the mailing list then you can post to it
< jonpsy[m]>
Hmm, but I'm already subscribed..
< rcurtin[m]>
I'm not sure why it ends up in the spam folder---unfortunately there is not all that much I can do about that. I already set all the mailserver settings like DKIM and DMARC up, so if Google chooses to put it in spam there's nothing more I can do
< rcurtin[m]>
their process is completely opaque; there's nobody I can talk to about it
< rcurtin[m]>
(running your own mailserver is sometimes kind of a nightmare)
< jonpsy[m]>
As long as I get reviews, I don't mind if it's in span :)
< jonpsy[m]>
In the end, what matters is that whether I've expressed my idea
< rcurtin[m]>
(and not because it's hard to keep it running! instead, it's a nightmare because all the big mail providers just decide to not accept your mail because you're not a big provider 😠)
< jonpsy[m]>
<rcurtin[m] "(and not because it's hard to ke"> Sheeesh...
< shrit[m]>
It will be a day where everyone run their one mail server
< rcurtin[m]>
I hope... in recent years I have started to wonder if I want to actually use a third-party service because of these deliverability issues
< rcurtin[m]>
it's frustrating because there's not a way for me to figure out what's wrong; the mail ends up in the spam folder, but I cannot find the information that tells me why
< jonpsy[m]>
It seems to be the case with other mailing list as well. It happened to me in shogun
< jonpsy[m]>
Had to unsubcribe and resubscribe
< shrit[m]>
because outlook and gmail should not be used for work, I never got mlpack emails in the spam, because I use my own server
< shrit[m]>
Also it should be possible to not define a spam folder, so everything goes into one palfce
< shrit[m]>
place
< shrit[m]>
* Also it should be possible to not define a spam folder, so everything goes into one place
< jonpsy[m]>
<shrit[m] "Also it should be possible to no"> Comes at the price of being bombarded with ads haha
< rcurtin[m]>
apparently most people don't even bother to unsubscribe from marketing lists
< rcurtin[m]>
(I unsubscribe from every single one I get, if there's a link...)
< jonpsy[m]>
I just report those mails xD
< birm[m]>
They end up getting away from me sometimes....
< jonpsy[m]>
Gotta catch em all
< shrit[m]>
rcurtin: I think I have a parity between the corss compiled and the locally compiled mlpack_test for arm64. There still some tests that are failing for FastMKS in the cross compiled version, but these tests are also failing when using the locally compiled mlpack_test on arm64
< shrit[m]>
So, I believe there is still an issue that is related to arm64 in fastmks code.
< shrit[m]>
I have run the tree_tests, it passed.
< rcurtin[m]>
awesome! want to open an issue for the failing arm64 tests? I could reproduce and debug
< shrit[m]>
Of course, I will open right now.
< rcurtin[m]>
👍
KhizirSiddiquiGi has left #mlpack []
< jeffin143[m]>
rcurtin: should be migrate all out master branch to main branch ??
< jeffin143[m]>
I mean rename the
< jeffin143[m]>
Should we*
< rcurtin[m]>
no opinion from my end---Conrad uses `unstable` for Armadillo, that might be a good name to use (since it highlights that not everything may work quite as expected 😃)
< zoq>
Hm, if we use unstable I would have to adjust my local env, which is not the case for master/main since GitHub implemented a redirect for that case.
< rcurtin[m]>
ahh, I didn't think about that, maybe `main` would be a better choice in that case
< rcurtin[m]>
anyway, if we want to, I'm happy to make the change---should we maybe notify the mailing list that we'll be making the change or anything, in case this might affect anyone? (it sounds like github redirects mean maybe not?)
< AvikantSrivasta4>
Is there some dependency problem with Jenkins CI?
< rcurtin[m]>
@zoq sounds good, what do you think? I have no problem making the change, just trying to figure out if we should notify or ask others, etc.
< rcurtin[m]>
Avikant Srivastava thanks! forgot to install a dependency on a new node, hang on
< AvikantSrivasta4>
I think `cereal` is not installed there
< AvikantSrivasta4>
ryan alright
< rcurtin[m]>
should be fixed now, so future runs won't have that issue
< zoq>
rcurtin[m]: I would just open an issue, see if there are any concerns and depending on the outcome adjust the setting or not after a week or so.
< rcurtin[m]>
yeah, that seems like a good plan--- jeffin143 , want to do that? :)
< jeffin143[m]>
And if someone has any problem , then we can address it
< jeffin143[m]>
And also let others know that we would be doing this on a Sunday afternoon and so on
< jeffin143[m]>
😄
< rcurtin[m]>
perfect, please take the lead 😃 I'll hit the button to make the change after the discussion 👍️ (I think only repo admins can do that?)
< jeffin143[m]>
Yes :) you can take the charge of renaming
< jeffin143[m]>
I will open the issue and also notify through the channels
< rcurtin[m]>
🚀 sounds good to me
< SergioMoralesE[m>
hey, did something happen to the project webpage? It's redirecting me to <https://lugatgt.org/> :)