Was learning ebpf this past week, turns out writing ebpf programs kinda reminds me of writing Bazel rules:
- they both have a pretty high initial learning curve. You need to understand the api/framework to be effective in it.
- they both require debugging esoteric error messages.
- they both have a pretty high initial learning curve. You need to understand the api/framework to be effective in it.
- they both require debugging esoteric error messages.
Comments
- they both help you better understand abstractions you typically take for granted (kernel for ebpf, build tools for bazel).