-
💭 Recovering from Disaster with Seth Eliot
Here's my thought on 💭 Recovering from Disaster with Seth Eliot This episode really got me thinking about the difference between HA and DR and my approach to…
-
💭 Deploy to Fly using a Depot builder
Here's my thought on 💭 Deploy to Fly using a Depot builder Here the integration to depot appears to be opt in using the flag on . This must have changed…
-
💭 Changelog on X: "🗣️@dhh on Kubernetes' migration...
Here's my thought on 💭 Changelog on X: "🗣️@dhh on Kubernetes' migration pitch: “Oh, w... switching cloud providers, theres no easy way. K8s was supposed to…
-
💭 PolyFill Vulnerability is WILD - YouTube
Here's my thought on 💭 PolyFill Vulnerability is WILD - YouTube Damn, supply chain vector attacks are wild. Random guy in Primes stream was getting $40k…
-
💭 Queueing – An interactive study of queueing stra...
Here's my thought on 💭 Queueing – An interactive study of queueing strategies – Encor... Absolutely sick post. This is top tier animated blog posts. This…
-
💭 How Ahrefs Gets a Billion Dollar-Worth Infrastru...
Here's my thought on 💭 How Ahrefs Gets a Billion Dollar-Worth Infrastructure With a 9... 2024 has been a wild year for infra with going "back" to on prem…
-
💭 Dax Raad - SST, Build modern full-stack applicat...
Here's my thought on 💭 Dax Raad - SST, Build modern full-stack applications on AWS wi... such a sick episode with dax. SST's free tier will be free as long…
-
💭 How an empty S3 bucket can make your AWS bill ex...
Here's my thought on 💭 How an empty S3 bucket can make your AWS bill explode | by Mac... Imagine waking up to a $1,300 for running an example project! That…
-
Redka Runs on SQLite
With the liscense changes to redis there are several new forks out there. One that I am particularly interested in is redka . We now have redis running on port 6379 that we can connect to with a redis client. And we have a sqlite database that we can inspect. We can look at the values in the vstring table.
-
Udating Cloudflare Pages using the Wrangler cli
Before deploying to cloudflare pages with wrangler you need a cloudflare api token. You can get one at dash.cloudflare.com/profile/api-tokens . cloudflare-pages-api-token Install Wrangler Next install wrangler using npm. Create a Project Before you deploy to cloudflare pages you need to create a project. You might already have one, or you might want to create one in the webui, but you have the option to create it at the command line with wrangler. Deploy Now you can deploy your static applicat
-
💭 Kubernetes Secrets in 5 Minutes! - YouTube
Here's my thought on 💭 Kubernetes Secrets in 5 Minutes! - YouTube I am converting my docker compose env secrets over to k8s secrets. This guide was clear…
-
💭 Waylon Walker 🐍 on X: "Which is more complicated...
Here's my thought on 💭 Waylon Walker 🐍 on X: "Which is more complicated" / X Wow, shocked at these results. All this time I've been told and believed that…
-
💭 Delete a Postgres Cluster · Fly Docs
Here's my thought on 💭 Delete a Postgres Cluster · Fly Docs Deleting a fly postgres db cluster was not straightforward to me as the app name is not inferred…
-
💭 s3-tree · PyPI
Here's my thought on 💭 s3-tree · PyPI Super useful way to show a tree view of an s3 bucket's structure! !!! note This post is a thought . It's a short…
-
localstack status permission
I ran into an issue where I was unable to ask localstack for its status. I would run the command and it would tell me that it didn't have permission to read files from my own home directory. Let's fix it The issue I would run this to ask for the status. And get this error What happened It dawned on me that the first time I ran localstack was straight docker, not the python cli. When docker runs it typically runs as root unless the Dockerfile sets up a user and group for it. "cell shaded, long,