Dr. Quinten Stokkink

Results 216 comments of Dr. Quinten Stokkink

On a side note, how you draw the arrows depends on what convention you follow. In the existing IPv8 documentation we draw arrows from a stricter subtype to a more...

This tutorial could build off of the `Network` snapshotting used in the `TriblerTunnelCommunity` (see https://github.com/Tribler/tribler/blob/76ed927339a73d7b3c8464e8a4b43cf8a520e2d2/src/tribler/core/components/tunnel/community/tunnel_community.py#L134-L161).

This should also integrate the [everything-you-need-to-know-about-overlay-scaling paper](https://www.usenix.org/legacy/publications/library/proceedings/nsdi04/tech/full_papers/shen/shen_html/index.html) (more formally know as **Structure Management for Scalable Overlay Service Construction** by Kai Shen). This is one of the closest papers to our...

[Failed attempt] I attempted to start by explaining the `Network` class. However, it became apparent that knowing about walkers and peer discovery is a prerequisite to understand the `Network`. Essentially,...

Looking at this again: the basics of #977 should really be written before we jump into the advanced stuff. In essence, this documentation is really an extension of #977 for...

With #1027 merged, this can be taken off "on hold".

Ok, text containing heavy statistical analysis and code is not going to cut it to build intuition for new readers. Having `.gif` images that show how networks evolve is probably...

There is of course an alternative to explaining this ourselves and that is to just point at existing books on this topic. For example, [slide 20 of the chapter 2...

Some backup links for network diameters: - Page 78: https://books.google.nl/books?id=iNQLBwAAQBAJ&lpg=PA85&dq=Introduction%20to%20Parallel%20Computing%20diameter&pg=PA78#v=onepage&q=Introduction%20to%20Parallel%20Computing%20diameter&f=false - Page 44: https://books.google.nl/books?id=B3jR2EhdZaMC&lpg=PA43&dq=Introduction%20to%20Parallel%20Computing%20diameter&pg=PA44#v=onepage&q=Introduction%20to%20Parallel%20Computing%20diameter&f=false I would've loved to link to Wikipedia for further reading, but their explanation of network diameter...

_[Random rambling/brain dump (not sure how much of this should go into the docs)]_ The core issue of creating network topologies for _open-entry_ systems and _trustless_ communication lies in ensuring...