What we've learned

A running journal of insights, breakthroughs, and early looks at the technology we are building as we terraform architecture.


Immutable Software Deploys Using ZFS Jails on FreeBSD

Immutable Software Deploys Using ZFS Jails on FreeBSD

FreeBSD’s native support for ZFS snapshots and jails provides a powerful foundation for immutable deployments. By creating a new jail from a ZFS snapshot for every release, we get instant roll‑backs, zero‑downtime upgrades, and a clean, reproducible environment. This article walks through the (very opinionated) flow that we use. From jails setup through running Caddy as a health‑checked reverse proxy in front of the jails.

Continue Reading
Temporal Dev Server on FreeBSD

Temporal Dev Server on FreeBSD

At Conrad Research we LOVE Temporal. It gives us a high velocity in development because our code doesn't have to worry as much about implementing retry logic. We are in the process of moving to a self-hosted Temporal server and as such we're starting with the baby step of setting up a Temporal CLI dev server to run on our FeeBSD deployment platform.

Continue Reading
Building Turso Golang Client on FreeBSD
Zed + Groq = Insanely Fast Coding Assistance

Zed + Groq = Insanely Fast Coding Assistance

Sometimes in life you stumble upon unexpected joy :) For me, it was recently Zed. After a couple of weeks, I was completely sold on Zed as my new IDE. Then one morning I was thinking about how insanely fast Groq’s inference is and it dawned on me: what if I could use Groq as my inference backend in Zed?

Continue Reading
Installing Infisical on FreeBSD
Installing FreeBSD on OVHcloud Bare Metal Server
Secure FreeBSD by Allowing Access Only Through Cloudflare Tunnels
Cloudflare Tunnels on FreeBSD 14.3
FreeBSD 14.3 on Parallels 26
Creating Temporal workflows from Cloudflare Workers
Cloudflare Worker Credential Attacks
TIL: Turso’s go-libsql & Build Constraints Error
Writing Website Copy With Grok 2, Claude 3.5, & ChatGPT 4
HTMX on Cloudflare Pages
CSS Nesting is Now Baseline Supported

CSS Nesting is Now Baseline Supported

css

Nested CSS is now baseline; meaning that it's finally supported across all the major browsers. We've been playing around with it and have found it really improves readability of your CSS. Let's go through some examples.

Continue Reading
Add Security Headers on Cloudflare Pages

Add Security Headers on Cloudflare Pages

Securing Static Sites: Why It Matters

Wait! What? Securing a static site? Yup, even if your site only contains static content, it doesn't mean you're safe from vulnerabilities like Cross-Site Scripting (XSS) and others. This becomes an even bigger issue if you've added forms or other interactive elements. The good news is that securing your site is straightforward.

Continue Reading
Hello World

Hello World

"Hello World". The most profound two words in computer science. Really this post should be titled "Hello Again" as it represents my return to blogging after a decade of hiatus.

Continue Reading