Johan Pouwelse
Johan Pouwelse
Please _no_ random walks of 100 hops! Sane values for reset probability = [15%, 30%]. Not 1%. [See the empirical grounding and old paper of this](https://homes.cs.washington.edu/~arvind/papers/onehop.pdf) and https://en.wikipedia.org/wiki/Six_Degrees_of_Kevin_Bacon
Wrapping up with a few pages report in [ipynb format](https://github.com/alexander-stannat/Incremental-Pagerank/blob/master/Notebook.ipynb) (or old-skool 2-column IEEE format paper). - focus on _short random walks_ - 500 honest nodes, 1000 densely connected attackers,...
Reviewed [final project report](https://github.com/alexander-stannat/Incremental-Pagerank2/blob/master/Report.ipynb): - URLs broken - dropedge: http://www.eecs.harvard.edu/cs286r/courses/fall09/papers/tang09.pdf - $M=\left$ - $$ w((v_p,vq)):=\sum\limits{i\in{}I:a(i)=(p,q)}w(i,p) $$ - "this agent msut be completely" - by $\tilde{E} is a matrix of only...
### Related work assuming _obedient users_. Related work from the ancient times of file sharing and public goods. All ignoring real world security issues, like the Sybil attack. Thus showing...
[Dynamic trust metrics for peer-to-peer systems](https://ieeexplore.ieee.org/abstract/document/1508367), early work, 2005 "One of the fundamental challenges for peer-to-peer (P2P) systems is the ability to manage risks involved in interacting and collaborating with...
[Filtering trust opinions through reinforcement learning](https://www.ntu.edu.sg/home/boan/papers/dss14.pdf), AI-solves-everything, 2014 work _solution: AI magic + make the problem simpler by assuming a witness can always be inserted into any transaction_ "we propose...
Solid progress. Please focus on feature completeness and leave "GUI beauty" to others... To reduce rendering CPU consumption you can use "DrawCircular". Hard-code that there is 1 node at the...
- smooth 4-devices demo - Bluetooth 15k packet size?!? (modified IPv8-Kotlin) - Novel Bloom Broadcast idea + Patrica tree struct usage
OK, thank you for posting the repo URL. Your entry in the progress table is updated. We'll try to post any screenshots of stability fixes, network fixes, or novel features...
@absolutep nice stats! This is Bittorrent engine dumping the state of Torrents to disk. Especially seeding 20 GByte in 6 swarms would trigger a disk blast in Libtorrent for checkpoint...