Viewing profile — syscomet
syscomet
HN member- Joined
- Thu, Sep 13, 2012, 5:02 PM UTC
- HN karma
- 27
- Public activity
- 10 items
- HN profile
- View on Hacker News ↗
About syscomet
System programmer / SRE / SWEng / security / ISP stuff / cloud stuff / email MTA stuff.
https://bridge.grumpy-troll.org/ for blog.
Recent public activity
-
comment
Comment #32680726
Defense in depth. First, the common RPC identity and authorization system provided RPC identity to the GFS API calls, and there was a common user/group system. GFS had ACLs and so …
-
comment
Comment #29974945
There are `-alpine` variants of the golang docker images, so if you're expecting to deploy to scratch or to alpine, the _builder_ step should be using `golang:1.17-alpine` instead.…
-
comment
Comment #26641698
[nb: I work for the main company behind NATS] Jetstream is GA with the 2.2.0 release. Folks who believe in waiting for "not .0" won't have to wait too much longer.
-
comment
Comment #14127405
Brad knows me slightly better than that and there was a bit more factoring into his decision. As I'm one of the maintainers and security/release people for Exim, a major MTA, I'd h…
-
comment
Comment #14123476
Those figures are both good and depressing to know, thanks. I figured the PGP usability problems were severe enough that I did not call you out by name in the post. This aspect was…
-
comment
Comment #14123256
It's a special case though. The golang.org/x/ packages are experimental but also candidates for promotion to the standard library. Eg, "context". But this sort of issue is exactly …
-
comment
Comment #14123176
blog-post author here, others are addressing the other points, but I wanted to answer Q1: CVEs are for tracking response to issues, so that people can clearly communicate about wha…
-
comment
Comment #14123129
blog-post author here: all of them written in Golang which use SSH. Packer, Terraform, Vault, all of them. Using a bastion host in your configurations doesn't help if you invoke th…
-
comment
Comment #11071112
For etcd: https://coreos.com/etcd/docs/0.4.7/etcd-api/ node.modifiedIndex appears sensible for fencing.
-
comment
Comment #11071099
In the linked consul documentation, we see a `LockIndex` field in the lock state; https://www.consul.io/docs/agent/http/kv.html confirms that "LockIndex is the number of times this…