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

I'd just like to interject for a moment. What you're refering to as Linux, is in fact, GNU/Linux, or as I've recently taken to calling it, GNU plus Linux. Linux...

switched a nested if statement for a guard clause instead, makes the code more clean ;)

Currently, is reported that blocks and mutes are excessively penalized (see #658). I myself experimented the side effects from cancellation efforts from a woke majority and saw how engagement decreased...

This PR adds the 'Spamming' reason to our code. It helps the system detect and zap spammy posts. Made updates to the code to handle this new reason.

This optimization avoids allocation of new hash table on each batch being sent by using an array storing original content of requests to send. Not sure how often this code...

This looked like a typo so I fixed it :)

Replace polling with standard `BlockingQueue#take()` method.

- Adding syntax corrections of README.md files following updated templates; - Adding modifications related to the structuring.