Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
jsfitzsimmons
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
8 ms
·
1.
▲
by
jsfitzsimmons
4mo ago
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 alive) and depletes water tables that can't be ea
2.
▲
by
jsfitzsimmons
9y ago
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 of the company. Directly, if the company chooses to sell stoc
3.
▲
by
jsfitzsimmons
9y ago
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 just tried it with this tab and not only did I get full
4.
▲
by
jsfitzsimmons
9y ago
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, what's the threat model for the first point? Is localhost
5.
▲
by
jsfitzsimmons
9y ago
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.
6.
▲
by
jsfitzsimmons
9y ago
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 this topic in other contexts, so I'
7.
▲
by
jsfitzsimmons
9y ago
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, the program will crash as soon as you try
8.
▲
by
jsfitzsimmons
9y ago
Does it have end to end encryption though? That's kind of a killer feature.
9.
▲
by
jsfitzsimmons
9y ago
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 synchronized between everyone who might be working on the re
10.
▲
by
jsfitzsimmons
9y ago
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 hoop-jumping in order to become trusted, but that's tru
11.
▲
by
jsfitzsimmons
10y ago
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?