Viewing profile — sgtcodfish
sgtcodfish
HN member- Joined
- Thu, Sep 22, 2016, 3:08 PM UTC
- HN karma
- 88
- Public activity
- 21 items
- HN profile
- View on Hacker News ↗
About sgtcodfish
Recent public activity
-
comment
Comment #46648973
cert-manager maintainter chiming in to say that yes, cert-manager should support IP address certs - if anyone finds any bugs, we'd love to hear from you! We also support ACME profi…
-
comment
Comment #44124167
As an active maintainer of cert-manager (which is CNCF graduated), I can shed some light here. It's not just "give away trademarks for nothing"! The CNCF pays for cert-manager's te…
-
comment
Comment #39904850
They might try - that's why it's important if you're generating + committing generated code that you also have a CI step that runs before merging anything which ensures that the ge…
-
comment
Comment #36507242
Plug (but it's open source and free - and mentioned in the article!): We've been trying to address this in Kubernetes with trust-manager. [1] Trust bundles need to be a runtime con…
-
comment
Comment #35375077
Having the communication in cleartext also makes it much easier for attackers to interfere with! Sure, they can't modify the .deb without failing signature verification, but they _…
-
comment
Comment #28467817
This is super interesting; we had a fairly long discussion about whether or not to add this action to cert-manager[1], and ended up rejecting it in part because it increased the ri…
-
comment
Comment #24950302
This mirrors my experience, too. Building a simple RPM isn't too bad, even if spec files are a little arcane. Packaging for the AUR isn't super complicated as far as I've seen. The…
-
comment
Comment #21898401
Do you have an example of a situation where a problem in systemd required you to patch the source and recompile, or are you just making a general statement? Specifically a problem …
-
comment
Comment #19736746
I currently have a messy side project[1] where I'm writing bare-metal RISC-V machine code (i.e. writing in hex after assembling instructions by hand) targeting the SiFive HiFive1. …
-
comment
Comment #19731834
As others have said, if you're gonna be reaching that kind of timeout, the use case would come under this caveat I mentioned: > assuming the task isn't hugely inappropriate We have…
-
comment
Comment #19728121
My experience with serverless (mostly AWS Lambda) is that I've found 3 major use cases where it's been a very successful choice: 1. as a cron-style job (e.g. download a file every …
-
comment
Comment #18952473
I've been thinking about this sort of thing a lot recently in terms of our heavy use of Troposphere[1] which is a Python abstraction over AWS CloudFormation and how much better tha…
-
comment
Comment #18657132
I was happy with Namecheap until they redesigned their website and included a tonne of JS which slowed everything down. Doing something as simple as changing an A record became unb…
-
comment
Comment #18099854
The Economist has been editorially pro-legalization of cannabis for a long time so any propagandizing agenda you think you're "sensing" just isn't there; in fact their agenda is li…
-
comment
Comment #17915983
There are proposals to add generics soon: https://go.googlesource.com/proposal/+/master/design/go2draf... It's not a question of whether or not it's easy or hard; it's definitely t…
-
comment
Comment #17878109
At the BBC we use mutual TLS extensively in our cloud-deployed applications, across a lot of developers and different teams, for both service-to-service and developer-to-service au…
-
comment
Comment #17774158
At least one tiling Wayland WM already exists, as a drop-in replacement for i3: http://swaywm.org/ Hopefully your fears are sufficiently alleviated by that! I suspect you've got a …
-
comment
Comment #17539883
If you're on Android, you can do this today with Termux. I believe you can also set up shortcuts (so you could have a home screen widget to open your TXT file).
-
comment
Comment #16512415
The article linked in this post directly addresses (3) as being an absolute non-issue spread by FUD, and the whole article is about (4) being very probably untrue. It also goes int…
-
comment
Comment #16463855
I'm not sure there's any obligation on the author of this article; if there's any, it's on the party that authorised the document to be released in the state it's in. You can be su…
-
comment
Comment #15503325
You can get the same amount of "bits" of security with EC as you can with RSA for sure if you choose the right parameters. There are also EC implementations (Ed25519 being an excel…