Blog Posts
Filter by text:
Filter by tag (clear ✕):

3 items

  1. #1

    A NixOS/Windows 11 Dev Env

    This post covers setting up a NixOS development environment on Windows 11 LTSC using WSL2.

    Get reproducible, declarative configuration with Windows for gaming and NixOS for development.

  2. #2

    Discord Rich Presence

    As a WSL-based NixOS user, I make life difficult for myself sometimes.

    This post details setting up Discord Rich Presence to sync my Neovim activity from WSL to this blog in real-time using npiperelay and socat.

  3. #3

    Ecto Queryable Pattern

    Ecto queries are just data! This post goes over how we can abuse that fact to build ergonomic, composable query patterns.

    Using behaviors, callbacks, and metaprogramming, we can create a single source of truth for query logic that works everywhere.