Psi Vesely
Psi Vesely
Error: ``` The Meson build system Version: 0.37.1 Source dir: /home/noah/builds/theme-stuff/paper-icon-theme Build dir: /home/noah/builds/theme-stuff/paper-icon-theme/build Build type: native build Meson encountered an error in file meson.build, line 1, column 0: Not...
Since for some use cases (see https://github.com/SpinResearch/merkle.rs/pull/36 and https://github.com/poanetwork/hbbft) knowing the index of a leaf inclusion proof is useful, it might be useful to add an `index` field to the...
# Background @commandnotfound brought up the question of mobile support in SecureDrop. Considering that, worldwide, mobile computing surpassed desktop usage in 2013, and that much of this rise of mobile...
Sandstorm [1] has become a popular platform for individuals and smaller groups to self-host services. Not only does it allow for super easy setup of various services, but uses containerization...
From https://lkml.org/lkml/2016/9/11/28 (emphasis mine): > NOTE - the 3.14.y kernel series is now end-of-life. It will not be receiving any more updates and **should no longer be used at all**....
Relevant to `fetch_linux_kernel_source.yml`: Assume an adversary has the capacity to MitM HTTPS. Then they can add a line in the format of a linux kernel checksum before the signature block...
When using `changed_when:` in combination with `command: gpg --recv-key ...` you are only considering a change to have happened when the key is imported for the first time. This ignores...
Instructions on updating the pfSense firewall are presented in our docs: > Periodically, the pfSense project maintainers release an update to the pfSense software running on your firewall. You will...
https://github.com/celo-org/celo-bls-snark-rs/pull/176 added benchmarks for validating BLS signatures. It would be nice to add separate benchmarks for the hash function and pairing computations. Low priority.