-
From a flaky test in geopandas, I observed the following behaviour:
```
In [1]: pd.__version__
Out[1]: '0.25.0.dev0+791.gf0919f272'
In [2]: from shapely.geometry import Point
In [3]: a = n…
-
When I make my amazing CC licensed monkey movie, I how can I tell who is remixing it and sharing it?
mattl updated
9 years ago
-
Besides the core API reference, there [should be](https://bitcointalk.org/index.php?topic=1785340.msg17820243#msg17820243) a "plain English" (non-technical) introductory text, and more details for adv…
-
Hello,
this is not the best platform for this discussion but I had no idea how to contact you otherwise. I am a developer with an interest in cryptography and a (relatively recent) interest in Rust…
-
#### Problem
We don't have a micro-ecc backend for our crypto PAL
#### Proposed Solution
Maybe we should.
-
In a recent meeting with Tony Hickey, external SME, he provided feedback on the Translator UI related to what he refers to as "convergent phenotyping", which is essentially the idea of leveraging shar…
-
The plugin is unable to decrypt files in Ubuntu 18.04. It just get a `Message could not be decrypted! (Press ENTER)` error in vim. The same setup worked fine in Ubuntu 16.04.
I noticed that I have …
-
All private keys are encrypted in the keystore. The next public keys may benefit from also being encrypted.
Currently they are not exposed in the KEL because only their hashes are exposed. But it …
-
Julia uses the `hash` function in the `Dict` object when keys are strings. Under the hood this uses MurmurHash3. While for most input MurmurHash3 results in an optimal distribution, an attacker can cr…
-
It seems that currently Botan uses a global instance of an internal thread pool implementation. It works pretty well, however some users might already depend on a different thread pool for other CPU h…