rssed

a collection of dev rss feeds - blogroll

Add a new feed

+

167 feeds


samwho.dev

Posts

Turing Machines πŸ”—

body { text-wrap: pretty; } @media (prefers-reduced-motion: reduce) { * { transition: none; animation: none; } } tur [...]

A Commitment to Art and Dogs πŸ”—

.dog-line { display: flex; flex-wrap: nowrap; flex-direction: row; width: 100%; height: 10rem; margin-top: 2rem; margin-bottom: 2rem; } [...]

Bloom Filters πŸ”—

.bf { width: 100%; height: 150px; } @media only screen and (min-width: 320px) and (max-width: 479px) { .bf { height: 200px; } } @media o [...]

Hashing πŸ”—

form { padding-top: 0.5em; padding-left: 0.5em; padding-right: 0.5em; display: flex; justify-content: center; gap: 0.3em; } [...]

Memory Allocation πŸ”—

.memory { width: 100%; margin-bottom: 1.5em; margin-top: 0.5em; } input[type=range]:focus { outline: none; } a[simulation] { cursor: p [...]

Load Balancing πŸ”—

.simulation { width: 100%; display: flex; justify-content: center; align-items: center; margin-bottom: 2.5em; } .load-balancer { [...]

Practical Problems with Auto-Increment πŸ”—

In this post I'm going to demonstrate 2 reasons I will be avoiding auto-increment fields in Postgres and MySQL in future. I'm going to prefer using UU [...]

Getting an Autism Diagnosis πŸ”—

On the 3rd of March 2022, we received a letter informing us that our eldest son, Max, has Autism Spectrum Disorder. The letter was the end result of a [...]

I finally figured out how to take notes! πŸ”—

I’ve never been good at taking notes. I’ve tried. Oh boy, have I tried. Name a piece of note taking software, odds are I’ve tried it. I’ve even tried [...]

Adventures in Homelab: Part 1 πŸ”—

If you work in tech, and you use the cloud in any way, you've probably heard of Kubernetes. It's inescapable now, and there's no shortage of takes on [...]

Simple Complex Easy Hard πŸ”—

You might have noticed the last time you were doing chores or tackling a tricky problem at work, that when something is hard it's not always hard in t [...]

Scale is Poison πŸ”—

It's March 9th 2021 and Google Calendar still doesn't have a dark mode. The iOS app update notes for the Just Eat app are still boasting about the app [...]

Fun With Rust's Traits πŸ”—

Rust's trait system is wonderful. Everyone I know that has used it agrees with this statement. It's a great way to encode shared behaviour between dat [...]

Dude, where's my main? πŸ”—

<p>So I was writing a debugger. You know the sort of thing: breakpoints, stepping, checking the value of variables. It was going wonderfully until I t [...]

Having a Baby πŸ”—

During the pregnancy of our first child, I kept a journal. I don’t keep journals. I don’t feel like I have much to say in them. This was different. Th [...]