# EPF Cohort 5 - Week 10 Date: 19/08/2024 ### Updates 1. Started working on the spec along with Ashley. * defined the initial datastructures for forming the rated list DHT. * defined an initial algo for creating the tree, calculating scores and evicting nodes. * In the process, we eliminated the endless recursion issue that pop pointed out. 2. Started working on the weak subjectivity blog. Will publish before end-of-week. > You can find the specs of rated list [here](https://github.com/dankrad/rated-list-specs) > You can find the code of rated list [here](https://github.com/hopinheimer/rated-list-research) ### Next Steps 1. Write tests for the algorithms 2. Make the spec executable 3. Publish the blog and make everyone rethink syncing and weak subjectivity (I'm sure this is gonna happen)