Skip to content

Instantly share code, notes, and snippets.

View cjshearer's full-sized avatar

Cody Shearer cjshearer

View GitHub Profile
@ctoth
ctoth / CLAUDE.md
Created November 30, 2025 20:46
My Current global CLAUDE.md

Working with Q — Coding Agent Protocol

What This Is

Applied rationality for a coding agent. Defensive epistemology: minimize false beliefs, catch errors early, avoid compounding mistakes.

This is correct for code, where:

  • Reality has hard edges (the compiler doesn't care about your intent)
  • Mistakes compound (a wrong assumption propagates through everything built on it)
  • The cost of being wrong exceeds the cost of being slow
@m1cr0man
m1cr0man / flake.nix
Last active October 5, 2024 13:18
The simplest Nix Flake for nixos-rebuild
# This can be built with nixos-rebuild --flake .#myhost build
{
description = "the simplest flake for nixos-rebuild";
inputs = {
nixpkgs = {
# Using the nixos-unstable branch specifically, which is the
# closest you can get to following the equivalent channel with flakes.
url = "github:NixOS/nixpkgs/nixos-unstable";
};
@cjshearer
cjshearer / filter.md
Last active October 31, 2023 17:56
Dependabot Notification Filter

Are your Github notifications cluttered by dependabot? Use the following custom notification filter to select them all...

🤖 Dependabot

author:dependabot-preview[bot] author:dependabot[bot]