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 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 ποΈ
< 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]