Home
Catching up on the FOSDEM 2022 network devroom
29 Apr 2022
2022, new year, new devroom at FOSDEM!.
On ABI stability in open source software
28 Apr 2022
I recently noted that I was the number #4 reviewer of code in the DPDK 21.11 LTS
release. This is a direct result of my role as DPDK ABI mantainer, responsible
for ensuring that DPDK releases remain backward compatible.
Revamping my homepage
19 Apr 2022
As I was adding more content to my blog, it was starting to feel messy and
adding tags seemed like the obvious solution. What started out as a simple
project to add tags to my blog, ended up in a more substantial rework to improve
the look-and-feel, structure and add tags.
How to configure gre-over-udp on Linux
17 Apr 2022
How to setup a gre-over-udp tunnel on Linux is something I have learned and
forgotten a few times now. So here is how you do it.
Pasting images into org-mode on WSL
25 Mar 2022
There are 101 different solutions to the problem of pasting images into org-mode
on the Windows Subsystem for Linux (WSL). My solution is a hybrid of a few of
them I found on stack-exchange and the like, after playing with them for a while
and needing to fix some bugs. The most notable bug which was the handling of
spaces in filenames and translating WSL paths to Windows paths.