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/
mindlifter1 has joined #mlpack
mindlifter has quit [Ping timeout: 260 seconds]
mindlifter1 has quit [Remote host closed the connection]
mindlifter has joined #mlpack
mindlifter has quit [Remote host closed the connection]
mindlifter has joined #mlpack
< abernauer[m]> How is everything going Ryan?
< ABHINAVANAND[m]> <zoq "ABHINAV ANAND: Looks like you fi"> zoq Yup. Previously while creating the Matrix I used.
mindlifter has quit [Remote host closed the connection]
mindlifter has joined #mlpack
mindlifter has quit [Remote host closed the connection]
mindlifter has joined #mlpack
mindlifter has quit [Remote host closed the connection]
mindlifter has joined #mlpack
mindlifter has quit [Remote host closed the connection]
mindlifter has joined #mlpack
mindlifter has quit [Ping timeout: 240 seconds]
mindlifter has joined #mlpack
mindlifter has quit [Remote host closed the connection]
mindlifter has joined #mlpack
mindlifter has quit [Remote host closed the connection]
mindlifter has joined #mlpack
< ABHINAVANAND[m]> > <undefined>
< ABHINAVANAND[m]> (edited) ... still don't invalid ... => ... still invalid ...
mindlifter has quit [Remote host closed the connection]
mindlifter has joined #mlpack
mindlifter has quit [Remote host closed the connection]
mindlifter has joined #mlpack
ImQ009 has joined #mlpack
mindlifter has quit [Remote host closed the connection]
mindlifter has joined #mlpack
mindlifter has quit [Remote host closed the connection]
mindlifter has joined #mlpack
< say4n> Looks like freenode is going through some very weird period: https://mastodon.sdf.org/@kline/106299403921451814
rgdsg has joined #mlpack
rgdsg has quit [Client Quit]
mindlifter has quit [Remote host closed the connection]
< jonpsy[m]> say4n: That means if i type "lib****", there's a chance that this channel can be seized?
mindlifter has joined #mlpack
mindlifter has quit [Remote host closed the connection]
mindlifter has joined #mlpack
mindlifter has quit [Remote host closed the connection]
mindlifter has joined #mlpack
< say4n> Let’s hope not
< say4n> The first 3 posts on the front-page of HN are this! :/
mindlifter has quit [Remote host closed the connection]
mindlifter has joined #mlpack
< jonpsy[m]> A very sad state of affairs. I think discussing this any further would be like walking on a landmine, I'll refrain.
< zoq> Hm, would be somewhat easy for us to switch.
mindlifter has quit [Remote host closed the connection]
< rcurtin[m]> agreed, I think I might play around with some other server that I will not name πŸ˜ƒ
< rcurtin[m]> everything is bridged via matrix... so I suspect I could just bridge in that too
< zoq> It's said, but I just heard from a colleague that a channel he is in just got destroyed because they put "lib..." in the channel topic.
< rcurtin[m]> yeah, I imagine they are using simple searches to find what they are looking for... so I'll just leave the channel topic as-is...
mindlifter has joined #mlpack
< rcurtin[m]> what a ridiculous situation
< zoq> Yes, sureal
< zoq> I guess as long as we keep the channel topic we are safe, but I think with that they bascially push us to switch.
< rcurtin[m]> yeah, agreed, although honestly unless the matrix bridges go down or something we can just keep both bridged in
< zoq> Right, great that you set that up.
< jonpsy[m]> > what a ridiculous situation
< jonpsy[m]> True! I feel this is a direct offence on open source culture.
mindlifter has quit [Remote host closed the connection]
mindlifter has joined #mlpack
< shrit[m]> it is more an attack on liberty of expression
< shrit[m]> * it is more an attack on lib** of expression
< shrit[m]> arch linux have done similar thing
< jonpsy[m]> > arch linux have done similar thing
< jonpsy[m]> do you mean a*** linux? :)
< shrit[m]> Y**
< shrit[m]> Would the situation be same on all languages? or only on English language channels
< jonpsy[m]> Imagine if they use open-source code to try and catch these words which then suppresses the repository from which the code came from. Would be funny
mindlifter has quit [Remote host closed the connection]
mindlifter has joined #mlpack
mindlifter has quit [Remote host closed the connection]
mindlifter has joined #mlpack
mindlifter has quit [Remote host closed the connection]
mindlifter has joined #mlpack
mindlifter has quit [Remote host closed the connection]
mindlifter has joined #mlpack
ghosthell has left #mlpack []
mindlifter has quit [Remote host closed the connection]
mindlifter has joined #mlpack
mindlifter has quit [Remote host closed the connection]
mindlifter has joined #mlpack
mindlifter has quit [Remote host closed the connection]
mindlifter has joined #mlpack
mindlifter1 has joined #mlpack
mindlifter has quit [Ping timeout: 265 seconds]
mindlifter1 has quit [Remote host closed the connection]
mindlifter has joined #mlpack
mindlifter has quit [Remote host closed the connection]
mindlifter has joined #mlpack
< Aakash-kaushikAa> Hi @zoq and @rcurtin i have applied the suggested changes for the pr in models repo, can we get it merged ?
ImQ009 has quit [Quit: Leaving]
< rcurtin[m]> I think kartikdutt18 (kartikdutt18) will need to approve it because he requested changes πŸ‘οΈ
mindlifter has quit [Remote host closed the connection]
mindlifter has joined #mlpack
mindlifter has quit [Remote host closed the connection]
mindlifter has joined #mlpack
jenkins-mlpack2 has quit [Ping timeout: 260 seconds]
jenkins-mlpack2 has joined #mlpack
mindlifter has quit [Remote host closed the connection]
mindlifter has joined #mlpack
< rcurtin[m]> ok, I made a channel on some other network that I won't name, but matrix does not yet have support to bridge in rooms from this other unnamed network πŸ˜ƒ I should be able to do that in the next day or so
mindlifter has quit [Remote host closed the connection]
< rcurtin[m]> (whenever matrix makes that bridge available)
mindlifter has joined #mlpack
< zoq> nice
< zoq> sounds so mysterious
< rcurtin[m]> πŸ˜‚ I wish it was that exciting...
< heisenbuugGopiMT> How can I replicate it as we are not supposed to use the functions which are not mentioned in the public API documentation as they can be changed anytime...
< rcurtin[m]> I don't think you need to bother with any of the function attributes like `arma_cold` or `arma_hot` for the CSV parser; you should be able to just drop them from your implementation πŸ‘οΈ
< heisenbuugGopiMT> Okay, sounds good...
< heisenbuugGopiMT> What do they do anyways?
< rcurtin[m]> they tell the compiler a little bit more about the function; there's a bit more documentation on attributes here: https://gcc.gnu.org/onlinedocs/gcc-4.7.2/gcc/Function-Attributes.html
< rcurtin[m]> so, for instance, if you search for `__cold__`, you can see its meaning in the documentation on that page
< heisenbuugGopiMT> Oh, thank you...
< zoq> Aakash-kaushikAa: rcurtin[m]: That was just to hold back my pre-approval :)
< zoq> But let's ping him on the PR.
mindlifter has quit [Remote host closed the connection]
mindlifter has joined #mlpack
< heisenbuugGopiMT> typedef unsigned long long u64;
< heisenbuugGopiMT> arma has soo many typedefs like these, should I use them as it is? And if yes shall I create a new file as they did in armahttps://gitlab.com/conradsnicta/armadillo-code/-/blob/10.4.x/include/armadillo_bits/typedef_elem.hpp?
< heisenbuugGopiMT> * typedef unsigned long long u64;
< heisenbuugGopiMT> arma has soo many typedefs like these, should I use them as it is? And if yes shall I create a new file as they did in arma?https://gitlab.com/conradsnicta/armadillo-code/-/blob/10.4.x/include/armadillo_bits/typedef_elem.hpp
< shrit[m]> I am not sure if mlpack has similar thing
< shrit[m]> if there are only few in the parser, then use the entire definition
< shrit[m]> otherwise, we might need to redefine only what it is used
< rcurtin[m]> you can use the arma types with an `arma::` prefix, or simply adapt them
< rcurtin[m]> it would be ok to replace `arma::uword` with `size_t`, for instance
< shrit[m]> I imagine they are the same defined in bandicot
< shrit[m]> coot*
< shrit[m]> Thinking of future when `arma::` and `coot::` might be used seamlessly
< rcurtin[m]> heisenbuug (Gopi M Tatiraju) I suggest carefully reading the logic of what the CSV parser does, and adapting that to the types and conventions used in mlpack
mindlifter has quit [Remote host closed the connection]
mindlifter has joined #mlpack