Matt Oswalt's Avatar

Matt Oswalt

@oswalt.dev

Principal Systems Engineer @Cloudflare, O’Reilly Author, Perpetual Learner. In pursuit of Essentialism. http://oswalt.dev/links

726
Followers
0
Following
13
Posts
26.09.2023
Joined
Posts Following

Latest posts by Matt Oswalt @oswalt.dev

T minus 1hr 20 min!

07.03.2026 16:41 👍 0 🔁 0 💬 0 📌 0

REMINDER - this is tomorrow! Set your reminders to tune in live and follow along! I'd prefer this is less like a lecture and more like an actual book club (I'm learning too)

06.03.2026 12:28 👍 0 🔁 0 💬 0 📌 0

My renewed content goals require that I at least maintain some awareness of LinkedIn. But my god what a cesspool. I know it's been this way for a while but the absolute firehose of garbage AI takes are taking it to a new level

04.03.2026 13:36 👍 3 🔁 0 💬 0 📌 0
https://www.brendangregg.com/systems-performance-2nd-edition-book.html

https://www.brendangregg.com/systems-performance-2nd-edition-book.html

Kicking off my weekly Book Club stream this Saturday at 1PM US/Eastern time, starting with Chapter 1 of Systems Performance by Brendan Gregg (2nd ed.)

Follow/chat live on Twitch: www.twitch.tv/mattoswalt
Or subscribe via YouTube to get the recording: www.youtube.com/@Matt_Oswalt

02.03.2026 14:01 👍 2 🔁 1 💬 0 📌 2
Preview
Matt Oswalt I'm a software engineer with a current specific focus on traffic engineering. I have years of experience building and operating production network platforms at a global scale, and a variety of related...

If Twitch isn't your thing, subscribe to my YT for recordings - I'll be adding some more non-stream videos there soon anyways, have a lot of ideas for concise, focused videos on specific technical topics. www.youtube.com/@Matt_Oswalt

28.02.2026 13:44 👍 0 🔁 0 💬 0 📌 0
Preview
MattOswalt - Twitch Systems programming, design, and other technical topics

I've been trying to do multi-stream to Twitch and YT, but just don't have the upload speed, keep dropping lots of frames.

I will still publish recordings to YT, but going forward I'll just be streaming to Twitch - so plz follow me there for live streams.
www.twitch.tv/mattoswalt

28.02.2026 13:44 👍 0 🔁 0 💬 1 📌 0

Literally feels like I have a different brain when I'm programming "live" on stream. It's embarrassing the basic things I forget, and then remember the moment I'm back in "my element". Have always been that way (pair programming, etc). Hopefully doing it more often is the answer

28.02.2026 12:33 👍 0 🔁 0 💬 0 📌 0
Preview
Matt Oswalt I'm a software engineer with a current specific focus on traffic engineering. I have years of experience building and operating production network platforms at a global scale, and a variety of related...

Been toying around with a fairly niche and contrived toy project idea just to get used to the idea of programming on stream, and give myself something fun to warm up the brain in the morning.

twitch.tv/mattoswalt
www.youtube.com/@Matt_Oswalt

28.02.2026 01:43 👍 1 🔁 0 💬 0 📌 0

I'm feeling compelled to get back into making regular video content. What would you find most useful? Could be a prerecorded video or a livestream, or both.

1. Rust
2. Machine learning
3. Distributed systems
4. Other?

(apparently no first-class poll support on bsky)

30.01.2026 13:39 👍 2 🔁 0 💬 1 📌 0
Preview
A Simple Neural Network from Scratch In this post, we’ll explore building a neural network from scratch, for whatever definition of “from scratch” includes the use of Python. This means no third-party libraries like PyTorch, Tensorflow, ...

📢📰 NEW POST! 📰📢

I explored building a neural network in Python - with no libs, in order to really build an intuitive understanding of how it all works. I found it super fun, and even included an interactive notebook at the end you can play with on your own.

Enjoy!
oswalt.dev/2025/08/a-si...

29.08.2025 08:07 👍 4 🔁 0 💬 0 📌 0
Preview
Unix Domain Sockets In a previous post on sockets in Linux we briefly explored Unix Domain Sockets (UDS) by invoking the AF_UNIX domain in a few examples. In this post I’d like to dig into more of the specifics of using ...

📢 [NEW POST] 📢 In today's post I explore Unix Domain Sockets - these are sometimes an overlooked capability for inter-service communication with some really unique features, and will be the foundation for blog posts I aim to write in the near future.

Enjoy! 😄

oswalt.dev/2025/08/unix...

11.08.2025 20:26 👍 2 🔁 0 💬 0 📌 0
Preview
Linux Sockets: Relevant Syscalls In my previous post on Linux sockets, there were several examples that referenced “syscalls” when working with sockets. I’d like to spend a little time exploring these more exhaustively - what they ar...

[New Post] Linux Sockets and Relevant Syscalls
oswalt.dev/2025/07/linu...

01.08.2025 18:16 👍 2 🔁 0 💬 0 📌 0
Preview
Linux Sockets: Domains and Types The socket is one of the most crucial primitives for systems communication. It is the endpoint on which an application can send and/or receive information, either between processes on the same system,...

[New Post] Linux Sockets: Domains and Types
oswalt.dev/2025/07/linu...

28.07.2025 15:02 👍 1 🔁 0 💬 0 📌 0