Matt Oswalt
banner
oswalt.dev
Matt Oswalt
@oswalt.dev
Principal Systems Engineer @Cloudflare, O’Reilly Author, Perpetual Learner. In pursuit of Essentialism.
📢📰 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...
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, ...
oswalt.dev
August 29, 2025 at 8:07 AM
📢 [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...
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 ...
oswalt.dev
August 11, 2025 at 8:26 PM