Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
benth
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
benth
7y ago
Missed that. Thank you!
2.
▲
by
benth
7y ago
The parent comment is wondering about the structure of the signature and if different curve parameters can be specified for it. How can explicit curve parameters be specified in an ECDSA signature? ecdsaWithSHA256, at least, is simply two b
3.
▲
by
benth
9y ago
From the post: "For example, one customer told us that they plan to create hundreds of VPCs, each hosting and providing a single microservice" At first glance, that sounds pretty neat, but looking at VPC pricing shows that Private
4.
▲
by
benth
9y ago
Gotcha. On the ingest front, do you have any numbers around that? I see some benchmarks that focus on other (important) aspects like QPS but didn't catch anything on ingest.
5.
▲
by
benth
9y ago
Say I'm using ELK for log aggregation. Would Vespa be a good replacement? One pain point is ingest rate. How many "average" log lines per second can Vespa do per node?
6.
▲
by
benth
9y ago
In our case, the appliance usually can access the internet, possibly through a proxy, but it's not accessible from the internet.
7.
▲
by
benth
9y ago
I recently read about how Plex got trusted SSL certificates for all their users in partnership with DigiCert, and was really curious if a similar scheme could be accomplished with Let's Encrypt. The scheme required wildcard certificate
8.
▲
by
benth
10y ago
You raise some good points, like the kubelet killing off pods in hopes of getting a new pod with juicier secrets associated with it, but nevertheless the ticket mentioned by the sibling comment ( https://github.com/kubernetes
9.
▲
by
benth
10y ago
There's still rooted node / kubelet access control to worry about, which does not look to be a problem with Docker. ( https://github.com/kubernetes/kubernetes/issues/40476 )
10.
▲
by
benth
10y ago
I agree. I also care more about access control than encryption. But if you obtain a kubelet's credentials, you can read all secrets. It would be nice if a kubelet's access was restricted to only what the kubelet needs to know. Tha
11.
▲
by
benth
10y ago
It's not so much the plain text part that bothers me, it's the access control. Quoting the docs at https://kubernetes.io/docs/user-guide/secrets/#security-prop... : "Currently, anyone with root
12.
▲
by
benth
12y ago
ExtraHop Networks - Seattle Give us packets, get IT and business insight. Like systems-level programming? C, Go, Python? Let's talk! ben@extrahop.com
13.
▲
by
benth
12y ago
Glad the conditional/ternary operator's atypical associativity is documented now...
14.
▲
by
benth
12y ago
ExtraHop Networks. Seattle, WA. jobs+hn@extrahop.com Deep L7 protocol analysis at scale.
15.
▲
by
benth
12y ago
I'd have assumed this was Sipser's book as well, except that I was recently at a university bookstore and saw the third edition of his book priced at over $200. Sipser's a great writer, but that's an outrageous price. Wh
16.
▲
by
benth
13y ago
spu? :)
17.
▲
by
benth
13y ago
For the "catrank" case, could you use std::str::raw::from_utf8 to skip the utf-8 validity check?
18.
▲
by
benth
13y ago
Seattle, WA - ExtraHop Networks - http://www.extrahop.com/jobs From packets to perspicacity. If you want to work at a company with a strong engineering team, founded and run by engineers, send us an email: jobs+hn@extrahop.
19.
▲
by
benth
14y ago
ST2's first public alpha release was in January 2011 and there was an update about every two weeks. Six months later, July 2011, the first Beta was released and Jon Skinner said there would be monthly updates now that ST2 was in beta. True
20.
▲
by
benth
14y ago
Nice. It looks like beginning and end of string anchors are included by default. Is there any way to turn that off?
21.
▲
by
benth
14y ago
Curious how it compares with SCTP over DTLS over UDP (which WebRTC uses).
22.
▲
by
benth
14y ago
I wonder if it is still too soon to start seeing the worst failure cases given the age of the drives. I am curious why RAID6 is (still) used given its poor behavior in failure conditions. I am guessing that Backblaze is not as worried about
23.
▲
by
benth
14y ago
Congratulations, and thank you for sharing your experience.
24.
▲
by
benth
14y ago
His resources will grow exponentially!
25.
▲
by
benth
14y ago
Don't leave us hanging :) What was the problem?
26.
▲
by
benth
14y ago
Misleading headline and obviously you know it.
27.
▲
by
benth
14y ago
I agree. When I heard HP was buying Autonomy for that much, I immediately thought of MS's purchase of aQuantive. And now both end up with huge write-downs.
28.
▲
by
benth
14y ago
Neat. Some code does not round-trip. This JS terminates but if I convert the resulting CS back to JS, I get an infinite loop. function test() { var i; var countdown = function(n) { var i; for (v
29.
▲
by
benth
14y ago
He asked, not demanded, and he was going to release it eventually anyway.
30.
▲
by
benth
14y ago
So there is lexical scope, but it requires "do" which means an extra function, something that wasn't required in JS. You don't get lexical scope "for free" in CoffeeScript, there's overhead, unlike in JS. Is that right?
More ›