Jacob Hoffman-Andrews
Jacob Hoffman-Andrews
I spent some time debugging a problem with @davidstrauss that turned out to be caused by bad flash memory on his router. We should ensure that on first boot we...
We should deal with the factory reset button in a reasonable way, probably restoring the router to its default state after installing fresh firmware.
Right now if you search Google for [yubikey ssh], you'll wind up at the page that describes how to use the OpenPGP applet to do SSH: https://developers.yubico.com/PGP/SSH_authentication/ However, it's also...
In #6519, we're removing a unittest that spuriously breaks (it relied on a coincidental behavior of our indexes). It needs a refactoring in the SA to use an interface instead...
We see: - Higher CPU usage on our database - Higher latency for certain SA RPCs, particularly for those that make multiple DB queries.
Follow-up to #7519. This will allow us to ensure that all arguments (to INSERTs, UPDATEs, and SELECTs) are truncated or rounded to a second.
Right now I believe Certbot defaults to RSA account keys. We can reduce bandwidth usage significantly by switching to ECDSA keys, which are also considered stronger. This will also make...
### Problem you are trying to solve I was trying to build https://github.com/rust-lang/www.rust-lang.org and encountering some very confusing behavior - it was complaining about edition 2021 stuff, even though I...
Right now, we run clippy checks against the latest stable, which means we get [spurious build failures when new stable versions are released](https://github.com/rust-lang/docs.rs/pull/1892). We should use a specific Rust version...