Earlier quoted context omitted.
Assuming anything in this codebase is worth reusing, I'm glad it's GPL. It's a case where I'd like open-first to spread.
GPL would be good if it is a self contained library. If anyone would use it, it would be small portions of it, but GPL makes it completely useless. You can't contaminate anything with it. We'll stare at it, that's about it. That makes me think, this is actually a good call. Twitter can claim that they have complete transparency while not allowing anyone to touch their code (because it is GPL). "Anyone" being future c…
Twitter's Recommendation Algorithm
91–100 of 1001 posts
Re: Twitter's Recommendation Algorithm
#92Re: Twitter's Recommendation Algorithm
#93I wonder what the "author_is_elon", "author_is_power_user", "author_is_democrat", and "author_is_republican" labels are for [1]. [1]: https://github.com/twitter/the-algorithm/blob/main/home-mixe...
Re: Twitter's Recommendation Algorithm
#94Earlier quoted context omitted.
It's a colloquial term for recommendation engines, how often do you hear people say "the algorithm" (vs. "the recommendation engine") on YouTube?
yes, but this is the first repository i have seen named like this
So this language is Elon signaling that he's presenting the "woke hivemind's" head on a platter.
Re: Twitter's Recommendation Algorithm
#95Re: Twitter's Recommendation Algorithm
#96Earlier quoted context omitted.
The author_is_elon flag doesn't surprise me, but the two political designators are somewhat shocking. I'd sure like to know what changes based on what Twitter knows about your political affiliation.
The repo suggests it's about tracking engagement metrics[0], so Team Red people see more Team Red content and vice versa. Nothing nefarious. [0] https://github.com/twitter/the-algorithm/blob/7f90d0ca342b92...
Re: Twitter's Recommendation Algorithm
#97huh, legit open source too with 'Affero-GPL'
Re: Twitter's Recommendation Algorithm
#98Re: Twitter's Recommendation Algorithm
#99> We also took additional steps to ensure that user safety and privacy would be protected, including our decision not to release training data or model weights associated with the Twitter algorithm at this point.
which is a shame.
Re: Twitter's Recommendation Algorithm
#100Earlier quoted context omitted.
GPL would be good if it is a self contained library. If anyone would use it, it would be small portions of it, but GPL makes it completely useless. You can't contaminate anything with it. We'll stare at it, that's about it. That makes me think, this is actually a good call. Twitter can claim that they have complete transparency while not allowing anyone to touch their code (because it is GPL). "Anyone" being future c…
It's only contaminating other components where you incorporate or link it. If it's e.g. a microservice that's fine.