Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
ppoint
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
10 ms
·
1.
▲
by
ppoint
4y ago
I think the point you're missing is that senior engs in Meta do not just write code. Some of the senior engs almost do not write code at all. They design systems and move complex projects forward. So that's more of like a TPM/
2.
▲
by
ppoint
5y ago
curious why you think there are no benefits to QUIC?
3.
▲
by
ppoint
6y ago
There are just multiple opinions on remote work. Simple answer is that there is no right or wrong - it just depends on each individual case. There are people that would benefit from remote work - they might like living close to the mountain
4.
▲
by
ppoint
6y ago
Facebook has been managing distributed teams for a long time. Nothing new for them.
5.
▲
Facebook to Allow Remote Work
(facebook.com)
4 points
by
ppoint
6y ago
|
0 comments
6.
▲
by
ppoint
9y ago
Probably licensing. You can do whatever you want with BSD-licensed code, not so much with GPL.
7.
▲
by
ppoint
9y ago
Interesting. Usually moving networking operations into userland allows your application to "own" the NICs and the stack and reduce lock contention in the packet path down to virtually zero. My impression was that profiling userlan
8.
▲
by
ppoint
9y ago
Interesting read, thank you! Have you considered moving into userland? E.g DPDK/netmap/etc + BSD stack extracted?
9.
▲
by
ppoint
9y ago
Agreed. No knowledge in Python. How am I supposed to know specifics of x.append() and x = y within the same function?
10.
▲
by
ppoint
9y ago
Yes. To be honest, Intel's announcement was a little dry, lacking details.
11.
▲
by
ppoint
9y ago
Yea, maybe. going to the port is less conclusive in general case. E.g. you have some firewalls/other networking devices/etc in the middle that would deny access to that port and it would make you think it's disabled but it&#x
12.
▲
by
ppoint
9y ago
I think AMT needs to be provisioned on target computer to be exploitable.
13.
▲
by
ppoint
10y ago
+1 for "reject" fruit and vegetables. We would go to farmer's markets and ask for "seconds", which they usually have in abundance. It's much cheaper, perfectly good and most of the times more ripe/ready to
14.
▲
by
ppoint
10y ago
Vendor? Sounds too good to be true.
15.
▲
by
ppoint
10y ago
Thanks!
16.
▲
by
ppoint
10y ago
Are E5 Skylakes available exclusively to Google? Can't find E5 v5 on Intel's site: http://ark.intel.com/#@Processors .
17.
▲
by
ppoint
10y ago
I've only seen E3s on Intel's web-site. But maybe E5s are coming? That'd be awesome.
18.
▲
by
ppoint
10y ago
It depends on the size of the chunk of allocated memory. If it is quite large, time spent zeroing it can be substantial. Then again, if you're allocating in performance critical path, you're doing it wrong anyways.
19.
▲
by
ppoint
10y ago
I think it's relying on libcrypto from openssl, at least that was the case when it came out. E.g. it implements TLS/SSL protocols only, no crypto. Not sure if that's changed and they implemented crypto as well.
20.
▲
by
ppoint
10y ago
Always nice to have options. Not zeroing memory on allocation might save a few cpu cycles.
21.
▲
by
ppoint
10y ago
calloc zeroes memory on allocation.
22.
▲
by
ppoint
10y ago
Tempered Networks | Senior Software Engineer, data plane networking | Seattle, WA | onsite, full time, https://www.temperednetworks.com Looking for experienced networking data plane software engineer: Linux kernel networking sta
23.
▲
by
ppoint
10y ago
Are you planning on adding code search feature any time soon (in the cloud, that is)?
24.
▲
by
ppoint
11y ago
Ah, I guess if you do want to game the system there is plenty of room to do so.
25.
▲
by
ppoint
11y ago
> The DOL approves LCA based on minimum wages Is this true? I thought that the salary of H1b worker must match an average paid for this kind of position in this area. In fact, I'm fairly certain that the company sponsoring H1B must
26.
▲
by
ppoint
11y ago
There is a SilverLine by F5 Networks: https://f5.com/products/platforms/silverline/f5-silverline-d... .
27.
▲
by
ppoint
11y ago
Great stuff! Would be great if similar comparison existed for data grids (tables).
28.
▲
by
ppoint
12y ago
How does this compare to DPDK?