Technology Short Take 148
Welcome to Technology Short Take #148, aka the Thanksgiving Edition (at least, for US readers). I’ve been scouring RSS feeds and various social media sites, collecting as many useful links and articles as I can find: from networking hardware and networking CI/CD pipelines to Kernel TLS and tricks for improving your working memory. That’s quite the range! I hope that you find something useful here.
Networking
- Here’s an article on the recently-introduced
pwru
tool, which aims to help with tracing network packets in the Linux kernel. It seems like it may be a bit too debug-level to be useful to the average person, but I have yet to lay hands on it myself and find out for sure. - Matt Mullen has a pretty lengthy (and informative) article on using the Python
requests
module to work with REST APIs. Good stuff here. - While reading Tom Hollingsworth’s article regarding “slower” Wi-Fi on the M1-based MacBook Pro laptops (a good read, BTW), he shared a link to this post about drag racing the bus. Hilarious—but very true. Also found via Tom’s article was this post on Wi-Fi throughput, which I found to be a very informative read.
- Ivan Pepelnjak explains the concepts Continue reading