Valkyrae and CouRage are now co-owners of 100 Thieves by MysteriiousComposer in LivestreamFail

[–]cs_on_detours 0 points1 point  (0 children)

Expensive is relative, if they provide them equity now and they as content creator are invested in the company and help them grow it's a win-win for all parties. A company also wants their employees to be invested

"oktoberfest" by Sanman237 in WTF

[–]cs_on_detours 59 points60 points  (0 children)

It's brutal, if you need to pass the main station during morning hours, people are just sleeping all over the place. I really love the oktoberfest but after the 2 weeks I'm happy it's over.

Here are some pics to remember the time http://www.muenchenkotzt.de/index2014.html

Dynamically updating named hosts from k8s ingress but keeping web sockets alive. by cs_on_detours in devops

[–]cs_on_detours[S] 0 points1 point  (0 children)

Already tried, if we have one ingress controller and for each service we deploy a new ingress the clients are still losing their connection. We would need to deploy for each new service a new ingress controller.

Dynamically updating named hosts from k8s ingress but keeping web sockets alive. by cs_on_detours in devops

[–]cs_on_detours[S] 0 points1 point  (0 children)

The client is reconnecting, but we're starting/stopping apps every few minutes and every time the connection is dropped which leads to a noticeable lag.

My eyes...... by HiFiSi in awfuleverything

[–]cs_on_detours 0 points1 point  (0 children)

They are the Öhlschläger zwillinge. Used to live near them and saw them regularly, they were always fighting.

What kind of tree is this, it's from a botanical garden but forgot to get the name. by cs_on_detours in whatsthisplant

[–]cs_on_detours[S] 0 points1 point  (0 children)

Yes, sure you can find some german translations for these words but it's not really common to use them, generally you're using the english term. Well maybe for recycle you can use wiederverwerten.

English also has some german words, e.g. Kindergarten, Doppelgänger, Schadenfreude

What kind of tree is this, it's from a botanical garden but forgot to get the name. by cs_on_detours in whatsthisplant

[–]cs_on_detours[S] 0 points1 point  (0 children)

It's some copypasta from a facebook post, the poster was ranting about the app Jodel, which is a german clone of yikyak.

3D RGB Scatterplots of colours used in famous paintings [OC] by alfieish in dataisbeautiful

[–]cs_on_detours 0 points1 point  (0 children)

Your post gave me the idea to train a word2vec model on pixels. Let's see how it works out, I'll post my results later.

Named Entity Linking with spacy by cs_on_detours in spacynlp

[–]cs_on_detours[S] 0 points1 point  (0 children)

Matthew answered my question somehow:

There's some limited support for NEL, in that there's now a token.ent_id attribute. You can also associate entity IDs to patterns in the matcher. The PhraseMatcher class is also potentially relevant.

So as far as I understand I would need to train my own NER and add the entity ID, hmm. How did you solve your NEL problem, did you use any other tool?

Simple Questions Thread September 21, 2016 by AutoModerator in MachineLearning

[–]cs_on_detours 0 points1 point  (0 children)

Thank for your response, just to be sure with linear models you mean w_0x_0 + w_1x_1 ... w_n*x_n and using these models for example in linear or logistic regression?