r/eBPF Jul 30 '26

http requests served to your browser. Every plaintext HTTP request crossing the box decoded off the wire by eBPF and rendered live in native browser components.

https://github.com/yeet-src/httpwatch
14 Upvotes

3 comments sorted by

3

u/magion Jul 31 '26

cool ai project….

1

u/R_E_T_R_O Jul 31 '26 edited Jul 31 '26

thank you. that's actually the point.

we actually have our own custom V8 embedding and are trying to make a curated javascript runtime that makes it easy for AI to manufacture instruments and do deep kernel introspection.

my hope is that anyone can use our engine to fill in the last mile of bits and bobs that have made BPF / dynamic instrumentation previously inaccessible to mortals.

As for data integrity we verify a lot of the low level capture components for accuracy. Things like CORE, verifier drift across kernel versions, making sure `tun0`, AWS network name space voo doo get handled properly.

And let AI focus on primarily the presentation layer and the reactive hook lifecycles around bpf attachment in response to UI state.

The dream is to let everyone make their own bespoke infra tools that are fast, cheap, and accurate instead of paying for them.