Johan Pouwelse

Results 836 comments of Johan Pouwelse

(posting here, as it seems the best fit for now) Any good, this related work? @qstokkink "[Practical Homomorphic Encryption Over the Integers](https://arxiv.org/abs/1702.07588)" _We present novel homomorphic encryption schemes for integer...

Wireguard: related work on [security, session cookies, DDoS protections and 4000 lines of beauty](https://marc.info/?l=linux-netdev&m=153306429108040&w=2). Getting our layering model clear: IPv8 delivers UDP messages. Also a discovery services, bit of DHT...

Boostrap idea: - we manually create thousands-million pre-trusted nodes - 25 MByte of top trustchain records of all time. - download this using Libtorrent and trustchain records - This links...

- "[Benefits of Targeting in Trusted Gossiping for Peer-to-Peer Information Sharing](https://ieeexplore.ieee.org/document/4227941)" - "[Impact of Peer Churning in Trusted Gossiping for P2P Information Sharing](https://ieeexplore.ieee.org/abstract/document/4279027)" - "[Spreading rumours in Euclidean space](https://dl.acm.org/citation.cfm?id=2518035)"

Title brainstorm: 'middleware for provably trustworthy information flow'. - irrifutable ledger as underlying mechanism - system model: interaction, gossip and attestations - tamper-proof and Sybil-resilience - an verifiable random function...

Related work called "[safe gossip](https://github.com/maidsafe/safe_gossip/blob/master/README.md)" by Maidsafe team, they did a badly executed, early, few million ICO. Push-pull gossip protocol. They use [Scott Shenker](http://zoo.cs.yale.edu/classes/cs426/2013/bib/karp00randomized.pdf) approach from 2000. ![image](https://user-images.githubusercontent.com/325224/54681420-a6b3c200-4b0c-11e9-8cb4-40c188d759bc.png) ``` We...

Related work: the I2P people also build a gossip overlay (they have [32k nodes](https://www.researchgate.net/publication/327445307_An_Empirical_Study_of_the_I2P_Anonymity_Network_and_its_Censorship_Resistance)). The [Network-Database](https://geti2p.net/en/docs/how/network-database) offers: ``` I2P's netDb is a specialized distributed database, containing just two types of...

Related work, also for the @alexander-stannat work. "[RepuCoin: Your Reputation is Your Power](https://www.researchgate.net/profile/Jeremie_Decouchant/publication/331238152_RepuCoin_Your_Reputation_is_Your_Power/links/5cd2a652458515712e98d477/RepuCoin-Your-Reputation-is-Your-Power.pdf)". Show how to "grow" a reputation in mid-life and mature system. Quote: ![image](https://user-images.githubusercontent.com/325224/91977264-ad46f100-ed22-11ea-8b14-9ab433384341.png)

Related work: - Networking: "Spork lets you tunnel between any two devices using the Hyperswarm P2P network." "Sockets are identified by a public key and connect using a Distributed Hash...

Catching Cheating Servers in Decentralized Storage Networks. https://news.ycombinator.com/item?id=17702446 Bad idea, transparency, audits, and trust are superior to techno trickery.