Viewing profile — spliffedr
spliffedr
HN member- Joined
- Sat, Jan 17, 2026, 9:57 PM UTC
- HN karma
- 14
- Public activity
- 12 items
- HN profile
- View on Hacker News ↗
About spliffedr
No profile information was provided.
Recent public activity
-
comment
Comment #48614466
Take a look at https://github.com/concurrencykit/ck and https://github.com/microsoft/mimalloc , it will fit well for a zero-copy and mem aligned reverse proxy. Also, if you want to…
-
comment
Comment #47577677
I kinda built(vibe-coded) the same thing[1] but decided to go full C instead of rust. [1] https://github.com/NoFear0411/spliff
-
comment
Comment #47222980
CodecProbe asks your device what it can play — then checks if that's true. Browsers expose three separate APIs for codec support, and they return different answers for the same cod…
- story
-
comment
Comment #46688592
It is nice to see people thinking and working on low level networking stuff that everyone will benefit. I think even single node clusters/container hosts will benefit a lot from XD…
-
comment
Comment #46665858
Give it a test and let me know if you encounter any issues. Except the chrome/chromium with static binaries, that have BoringSSL shipped inside. The entire SSL/TLS code flow is a m…
-
comment
Comment #46665842
That is a rabbit hole that I don't wanna go down to again.
-
comment
Comment #46665822
I think (not 100% sure) Cillium [0][1] kinda already does this. This loophole is good for packet processing/routing and even introducing XDP based ACL to bypass any ip/nf tables an…
-
comment
Comment #46663688
I've updated the Architecture diagrams to include everything: https://github.com/NoFear0411/spliff/blob/main/README.md#arc... Thanks for the format tip.
-
comment
Comment #46663546
Here are answers to both your questions: The code has the infrastructure for XDP hardware offload: - XDP_MODE_OFFLOAD enum exists in bpf_loader.h:61 - XDP_FLAGS_HW_MODE flag mappin…
-
comment
Comment #46663326
Hi HN, I *built Spliff, a high-performance L7 sniffing and correlation engine in pure C23. The goal is to build a fully working, Linux-native EDR that isn't a resource-hogging blac…
- story