the-algorithm icon indicating copy to clipboard operation
the-algorithm copied to clipboard

Source code for the X Recommendation Algorithm

Results 385 the-algorithm issues
Sort by recently updated
recently updated
newest added

**Is your feature request related to a problem? Please describe.** A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] **Describe the solution you'd...

Limits all account level "shadow-banning" caused by blocks/mutes/unfollows to X days (configurable); InteractionGraphNegativeJob.scala: `accountLevelShadowbanMaxTime = 1 //in days` Rationale; Account level censorship based on block/mute feature is easily gamified. Any...

![20240703_170824.jpg](https://github.com/twitter/the-algorithm/assets/128058066/434f3a6f-f530-4bf0-aadc-e0b3830c3870)

This code essentially hasn't been updated since release and with some fairly major reworks of how twitter works it seems unlikely nothing ever changed in the last year. Additionally when...

hello this is a pull req

fixes #1953 and #1935 docx > *, best programming language known to man,, customizability, memory safety, speed and also supported on [the best IDE ever -- microsoft (r)(c)(allrightsreserverd)(m$) word](https://www.youtube.com/watch?v=X34ZmkeZDos) and...

`**Is` your feature request related to a problem? Please describe.** Space calls audio and video audio play at same time **Describe the solution you'd like** Perhaps have a toggle or...

```ruby require 'matrix' class RecommendationSystem def initialize(user_preferences, space_profiles) @user_preferences = user_preferences @space_profiles = space_profiles end def recommend(user) user_vector = Vector.elements(@user_preferences[user]) similarities = {} @space_profiles.each do |space, profile| space_vector = Vector.elements(profile)...

can we legalize nuclear bombs?

**Describe the bug** The _Right Of Reply_ is a core tenet of journalism in the U.S. and it's even part of the law in other countries. It means that if...