Johan Pouwelse
Johan Pouwelse
thnx for that reference! That is great info to see, attempting only a single write to sockets is quite a bug in my world. Very much needs fixing if Kotlin...
ToDo. sorry, we need to clearly link to the arxive paper.. Google: brussee pouwelse arxive.
@AndroidDeveloperLB Sorry for the noise. Full answers below. 1. Wouldn't the new APK still need user-confirmation to be installed? If not, how, and wouldn't it need to stay with the...
Screenshots:  Changing icon and app name:  First self compile step, process resources  Compile source:  Integrate dependencies:  (this takes a while)  Package app:  Prepare...
Awsome work @jesseposner, thank you. Do you consider stress testing your code with [10M users](https://github.com/jonasnick/musig-benchmark#example)? btw [Proof-of-concept](https://github.com/Tribler/trustchain-superapp/compare/master...iiacoban42:final-version) of your FROST efforts now operational on Android. Delft University students took your...
Wow, thank you for finding this weird bug! Btw could you possibly test if the experimental version on our front-page has for you the same weird bug?
Very helpful! Btw Website Tribler.org has bleeding edge downloads on front-page.
- option to scale Android VM using QEMU. fun link: [MegaDroid: 300,000 Androids clustered together to study network havoc](https://arstechnica.com/information-technology/2012/10/megadroid-300000-androids-clustered-together-to-study-network-havoc/) - https://github.com/Tribler/Bitcoin-Regtest-Server - (preffered method) [get JVM cmdline example running](https://github.com/Tribler/kotlin-ipv8/blob/master/demo-jvm/src/main/java/nl/tudelft/ipv8/jvm/demo/Application.kt). -...
- push the [JVM instances to 100 possibly](https://stackoverflow.com/questions/54296903/multiple-jvms-with-sum-of-xms-greater-than-hosts-ram) - fully concurrent, but linear growth of the DAO. Join in order of sequence number. remove all magic (5 second) waits. -...
- Remember 99% of performance is lost if your switch from native Kotlin multithreads doing communication towards network-of-Dockers containers. Plus it won't scale to 10k instances. - please laser focus...