Viewing profile — jsfitzsimmons
jsfitzsimmons
HN member- Joined
- Fri, Feb 10, 2017, 6:23 AM UTC
- HN karma
- 19
- Public activity
- 11 items
- HN profile
- View on Hacker News ↗
About jsfitzsimmons
No profile information was provided.
Recent public activity
-
comment
Comment #48097472
Yes, AI datacenters do actually use evaporative cooling. The water isn't destroyed obviously but it is made unavailable for other purposes (like keeping people, animals, and plants…
-
comment
Comment #15093730
The act of buying stock signals demand and reduces supply, which will effectively cause the price to rise. Indirectly, rising stock prices are a positive indicator for the health o…
-
comment
Comment #14658434
Drag and drop a tab to another position on the tab bar while holding ctrl. (Might be command or whatever on Mac?). No idea why this functionality isn't exposed via a menu item. I j…
-
comment
Comment #14638075
Your second point is a great point, and I believe that there should be a user prompt every time something tries to read from the password database over any API. With that said, wha…
-
comment
Comment #14638009
I'm trying the snap package, but I don't think the cli is available this way. I can find the binary in /snap/keepassxc/current/bin, but it has library loading problems.
-
comment
Comment #14449396
Doesn't WASM need GC support before Go can be used? It'll need to be fully managed languages until then, I think. With that said I'm just parroting some other comments I've seen on…
-
comment
Comment #14169382
It's not really that innocuous. It'll cause the program to crash as soon as it's discovered that there wasn't a value where you were expecting one. In languages with exceptions, th…
-
comment
Comment #14100805
Does it have end to end encryption though? That's kind of a killer feature.
-
comment
Comment #14080534
We ran into this problem with terraform and we needed a fix quickly. The problem is that they recommend you check in your .tfstate files, which does make sense; they do need to be …
-
comment
Comment #13943630
The implementation is open source. You can launch your own ACME server (valuable for testing), and use that. CAs implementing this technology obviously need to go through the same …
-
comment
Comment #13613644
What kind of stuff do you get from the integration? I mean, aside from the obvious stuff like a clustered storage backend and leader election?