strace with Navi
Diving into navi
as an interactive command builder, and using strace
as a
demo for concise cheat sheet!
Diving into navi
as an interactive command builder, and using strace
as a
demo for concise cheat sheet!
Details a few steps I take to make my terminal experience a little more pleasant.
Taking a look at adding shell completions to CLI programs using Rust.
In this post we add shell completions to the XKCD CLI utility we made earlier. We'll show how easy it is to support multiple shells, and generate the completions both at compile time and/or run time.
This is a multi-part series on my adventure into eBPF with Rust.
In part 4 do a deep dive into the current implementation of redbpf-probes
networking code in order to mark areas we want to look at for improvement.
This is a multi-part series on my adventure into eBPF with Rust.
In part 3 we look at current state of eBPF networking in Rust and what it would look like to solve our Part 1 problem.