Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
ddelnano
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
ddelnano
11mo ago
Wouldn't the Nsight Systems suite provide coverage here? Are the tricky cases difficult to debug with the standard CUDA tooling stack?
2.
▲
by
ddelnano
11mo ago
Does anyone know how their KV cache sync mechanism compares to newer P2P communication layers like nixl, uccl p2p, etc.? The authors mention that NCCL and Ray initialization were too slow (see quote below), but from the description it sound
3.
▲
by
ddelnano
11mo ago
What kind of NCCL testing are you thinking about? Always curious what’s hardest to validate in people’s setups.
4.
▲
by
ddelnano
1y ago
For Linux kernel dev, I found Linux Kernel Programming: A Comprehensive Guide to Kernel Internals to be a really helpful resource. For eBPF, the early chapters of Brendan Gregg’s BPF Performance Tools gave me the context I needed to get sta
5.
▲
by
ddelnano
1y ago
For kernel dev and eBPF, what kinds of resources or tutorials have you tried in the past? Have you ever tried building something small or contributing to an existing project? Curious to hear what hurdles you ran into.
6.
▲
by
ddelnano
1y ago
Even if you have experience with DWARF, I think you will learn something new from the book. I work on CNCF Pixie, which uses DWARF for eBPF uprobes and dynamic instrumentation. While I understood how our project uses DWARF, the book made ma
7.
▲
by
ddelnano
1y ago
It covers version 4, but it explains differences with v5 as they come up.
8.
▲
by
ddelnano
1y ago
Also second that the book is a fantastic read. I work in the eBPF profiling space (on CNCF Pixie) and this has helped me understand DWARF concepts that I previously took at face value in our project's implementation.
9.
▲
by
ddelnano
2y ago
The approach you describe above is common for similar projects: - Pixie ( https://px.dev ) -- which I contribute to - Beyla ( https://github.com/grafana/beyla ) - Coroot ( https://github.com/coro
10.
▲
by
ddelnano
2y ago
Disclaimer: I'm a maintainer of the project Pixie [1] is a similar project and offers the self hosted model you are looking for. We also support 11 application protocols [2] with TLS handshake tracing and MQTT support coming soon (encr
11.
▲
by
ddelnano
2y ago
Disclaimer: I'm a maintainer of the project Pixie ( https://px.dev ) can be installed in under 5 mins and gives this level of visibility across all applications. No need to change your application (wrap in `subtrace run`) to
12.
▲
by
ddelnano
2y ago
Definitely agree. As I've looked into instrumentation/tracing, it has helped me more fearlessly look at the kernel. Ftrace is another tool that's helped me level up as well ( https://blog.px.dev/ebpf-probes-and
13.
▲
by
ddelnano
2y ago
Yep, that's correct. It uses eBPF upprobes to attach to the SSL_write/SSL_read functions.
14.
▲
by
ddelnano
2y ago
Author here :). Happy to answer any questions on this TLS tracing stuff.
15.
▲
eBPF TLS Tracing: The Past, Present and Future
(blog.px.dev)
5 points
by
ddelnano
2y ago
|
0 comments
16.
▲
Keeping Production Observable with rising costs
(blog.px.dev)
1 points
by
ddelnano
2y ago
|
0 comments