jf99

Results 24 comments of jf99
trafficstars

I don't know any details about this GSoC approach. But I would be dissappointed if offline messages were not stored in a decentralized fashion, which means not only on some...

Thinking further, the 2nd idea should be extended. Given the example above, Bob would now be able to mitm the communication between Alice and Carol, right? He could have given...

I generally agree that two friends should connect directly to each other if possible, no matter if they use UDP or TCP. However, I'm unsure how many users would actually...

@LuccoJ I know UDP is used for hole-punching, but the mobile clients use TCP mode anyway, because it causes less traffic (and needs less power). Nevertheless, a direct connection to...

@LuccoJ These are different things: - Connecting to a node because he's in my friend list and he's currently online. - Connecting to a node because he's in my friend...

Transferring multiple files in parallel causes fragmentation of your hard disk. Also, if the connection breaks while transferring all files in parallel, you will have a dozen of useless parts...

When you change keys often, watch out that you're not running out of entropy. Otherwise this practice might lower the security. To avoid this, you could take the old key,...

Imo, if the text is "het" and the reader says "the", this must lead to a Nope, regardless of whether "het" was written erroneously. Otherwise, we would train the software...

I had the same issue when I tried to build infer v1.1.0 inside docker. Installing `tzdata` fixed the issue for me.

I guess this happens if the employed pytorch version is incompatible with the installed cuda version. Both updating pytorch and downgrading cuda comes with other issues that need to be...