HackerTrans
TopNewTrendsCommentsPastAskShowJobs

syncomo

no profile record

Submissions

R10edocker: Reproducible Docker container for Go applications, in Nix

github.com
4 points·by syncomo·3 years ago·1 comments

Reproducible, statically linked Rust cross builds in Nix

github.com
5 points·by syncomo·3 years ago·1 comments

comments

syncomo
·3 years ago·discuss
r10edocker creates a framework for making bit-for-bit reproducible Docker container images for Go applications, in one click.
syncomo
·3 years ago·discuss
A "one-click" ways of cross building Rust programs, deterministically.
syncomo
·3 years ago·discuss
Secure boot is a restriction put on a device, indeed. Whether secure boot should be enabled on a device or not depends on the perspective, and also on the threat model. For example, for an ESP32-based crypto wallet product like Jade (https://github.com/Blockstream/Jade) that's to be used to store Bitcoin, it's very likely a very good idea to enable secure boot, no matter it's an official or DIY device.
syncomo
·3 years ago·discuss
This post is a follow-up to the first blog post (https://thistle.tech/blog/esp32-secure-boot-v2-enablement-1) on the topic of secure boot v2 enablement on ESP32 platforms