-
While discussing single packet space vs multi packet space designs, @martinduke brought up the topic of hardware offloading. The effect of any design changes on packet encryption/decryption should tak…
-
Very briefly, the current ARF architecture considers the issuance of "long-term" PIDs. With the current cryptographic schemas used for signature and data obfuscation this leads to the privacy and li…
-
In a zero trust microservices architecture, it is extremely useful to have an ability to generate "on behalf of" access tokens with shorter lifespan and narrower scope when performing service to servi…
-
Account confirmation would be very helpful for controlling the amount of users on your server, especially when you are only interested in PRs and are not hosting for other people basically.
The use…
-
There are multiple "entity resolution" functions for mailing lists currently in BigBang.
These should be consolidated into a single module with the relevant differences documented.
-
In versions of Feign before 10.x, if the URI template looked like http://base/action/{arg1}/{arg2}, and null was passed as the value to arg1, the URI
http://base/action/{arg1}/somevalue
would…
-
The GHA workflow to check the translation content consistency should open a new issue for each language.
However for the language `pt-br` it did not do that. Instead it attached a comment to a comp…
-
I think we should use the [CC-BY-SA 4.0 International license.](https://creativecommons.org/licenses/by-sa/4.0/) But I am not a lawyer.
-
Network scenario:
BR -> router -> leaf
BR knows that leaf is behind router, however for some reason the leaf node goes missing and router drops it from its fib (e.g. by router reboot, or clock drift …
-
What do you think about the option to add the syslog.h to the project?
In such a case you could debug the device if it is not more connected via serial.
Updating via OTA is working fine - a log vi…