Yep. Especially with non-wildcard certs this leaks all service names (privacy concern).
HN user
Thom2000
Sadly most tools still doesn't support it: https://github.com/cert-manager/cert-manager/issues/8373#iss...
And then the issue is protecting the private key of the issuer and monitoring certificates (it's a good idea to do that anyway).
The artist, JT Nimoy, was an Emacs user but still thought it would be fun to set up a dichotomy--some fun details on this blog
I don't see any details about setting up a dichotomy in that article (just that the author was a happy Emacs user). Or maybe that was in that HN meetup you mention?
Github still doesn't support SHA-256 git repos (https://github.com/orgs/community/discussions/12490) even though their competitors (Gitlab, Codeberg) have that for ages now.
Sadly services such as Github don't support these so it's mostly good for internal infrastructure.
PGP supports RSA. That's enough reason to avoid it.
I hate to break the narrative but age also supports RSA, for SSH compat:
I wonder if they think of a deeper integration of this into the age binary. Currently the invocation looks extremely ugly:
age -r $(go run filippo.io/torchwood/cmd/age-keylookup@main joe@example.com)My biggest hurdle was getting it to export to a nice looking PDF that could be emailed or printed later.
If you can export to structured data such as JSON, I guess Typst would be a perfect fit for that job.
Exactly!
Bearer tokens should be replaced with schemes based on signing and the private keys should never be directly exposed (if they are there's no difference between them and a bearer token). Signing agents do just that. Github's API is based on HTTP but mutual TLS authentication with a signing agent should be sufficient.
FWIW it's possible to run readme examples automatically add part of tests: https://github.com/parallaxsecond/rust-cryptoki/blob/main/cr...
You don't need any third party modules and can proxy based on ALPN (https://wiki.xmpp.org/web/Tech_pages/XEP-0368#nginx) thus running everything on port 443. Note that ALPN is not encrypted AFAIK but public wifi services don't care.
It's hard to answer your question without repeating the arguments made in the post itself.
Are you implying that djb blew the matter out of proportion?
I've used dynamic pipelines. They work quite well, with two caveats: now your build process is two step and slower. And there are implementation bugs on Gitlab's side: https://gitlab.com/groups/gitlab-org/-/epics/8205
FWIW Github also allows creating CI definitions dynamically.
Interesting. I've never seen the import-with syntax, though and it's hard to find any documentation on it. Is this a syntax extension?
Sadly, Rust proc macros operate on tokens and any serious macro implementation needs third-party crates.
Compile-time reflection, with good, built in API, akin to C# Roslyn would be a real boon.
"comment" may be relevant to the object. Maybe using "_" for the whole object comment would be safer?
That clarifies some matters - thanks!
It seems like everything you have described could be done with TPM: creating a signing key for TLS mutual authentication (against the secret store) with policy that allows using that key only if system configuration did not change (PCR values stay consistent). Additionally TPMs allow remote attestation (via quotes and endorsement keys).
So I'm wondering what's the advantage of Nitro Enclaves? Better out of the box tooling?