-
### Expected Deliverables
Metrices on the landing page such as total unsealed data stored using PDP, next proving time, and total PDP roots.
pie chart of service listener
Miner ranking dependi…
-
compare methods on: how to quantify the basic reproductive number?
ingredients:
- linelist
- serial interval (from systematic review or contact data):
methods:
- use lm2R0_sample() from {epit…
-
If we generate a register that gets initialized with a constant and never gets assigned to elsewhere, we could instead replace that register in generated C with the constant value. This might help wit…
-
The rate of energy gain (in real time) remains constant regardless of time acceleration.
Ideally if I put the time acceleration at 5X speed, then the batteries would charge 5X faster (in real time). …
-
I just downloaded that wonderful bash-script for this wonderful idea.
I am running Debian 12, installed jq and jq2a additionally.
but when I try to start the script without any parameter (so, a ra…
-
AMD64 ICC 19.1.2.254
```
==407113== Conditional jump or move depends on uninitialised value(s)
==407113== at 0x485FB93: secp256k1_ec_pubkey_create (secp256k1.c:568)
==407113== by 0x401490:…
-
After running the registration endpoint, I tried passing the return session to email_otp_which would call `get_user_by_id` function,
upon query from the database, I noticed the session_verified sa…
-
We recently reverted the musl build for sbtn due to ipcsocket JNI loading issue. However, I think we should try again.
The lack of test coverage bit us, but I don't think that's a reason to abandon …
-
Hello, I had a problem with my device. It is not connecting with the Internet. I tried with different SIM cards and it looks like the modem itself works properly (I can check status in 3ginfo: it show…
-
return password == "password" is vulnerable to timing attacks. Something like https://github.com/PeterScott/streql should be used to prevent them.
I can make a PR if you want.