Skip to content

Instantly share code, notes, and snippets.

var cakeTypes = [
{weight: 7, value: 160},
{weight: 3, value: 90},
{weight: 2, value: 15},
// {weight: 0, value: 1}
]
var capacity = 20
const weightless = function (cakeTypes) {
@BrennerSpear
BrennerSpear / keybase.md
Created December 18, 2017 01:18
keybase.md

Keybase proof

I hereby claim:

  • I am brennerspear on github.
  • I am brennerspear (https://keybase.io/brennerspear) on keybase.
  • I have a public key ASDPeBSEYRUoAmsYtbelrHgBYukhh1p-KR5zYehz3qDB_go

To claim this, I am signing this object:

This post links my 3Box profile to my Github account! Web3 social profiles by 3Box.
✅ did:3:bafyreibpuabq7rj2izcwiyy6wjqwzprwyrnvz5v3jucsiixnisusugwr3i ✅
Create your profile today to start building social connection and trust online at https://3Box.io/
@BrennerSpear
BrennerSpear / superwhisper-vs-wisperflow-vs-aqua.md
Created January 16, 2026 07:30
Voice Transcription Comparison

Voice Transcription Tools Comparison

Comparing three leading macOS voice-to-text apps: SuperWhisper, Wispr Flow, and Aqua Voice.


Quick Summary

Feature SuperWhisper Wispr Flow Aqua Voice
@BrennerSpear
BrennerSpear / tycho-l1-draft.yaml
Created March 6, 2026 00:47
Tycho L1 Safety Profile for gogcli — Draft & Organize (compile-time command removal)
# Safety Profile: Tycho L1 — Draft & Organize
#
# Philosophy: Do anything to YOUR OWN stuff. Nothing outbound.
# Create drafts, organize inbox, edit docs, manage files — but never
# send a message, comment, RSVP, or share in a way that notifies others.
#
# Key principle: if an action could cause a notification to another human,
# it's blocked. Everything else is allowed.
gmail:
@BrennerSpear
BrennerSpear / README.md
Last active March 20, 2026 14:52
Global Git pre-commit hook that blocks API keys, tokens, and .env files from being committed. 30-second install.

git-secret-guard 🔐

A global Git pre-commit hook that blocks commits containing API keys, tokens, and .env files. Works across all repos — no per-project setup needed.

What it catches

Provider Pattern
OpenAI sk-proj-*
Anthropic sk-ant-api*
@BrennerSpear
BrennerSpear / spec.md
Created March 31, 2026 18:02
Claygent Prompt Builder — MVP Spec

Claygent Prompt Builder — MVP Spec

What is this?

A Claude Code project that helps you write, test, and improve Claygent prompts through an automated feedback loop. You describe what data you want to extract from company websites, it drafts a prompt, sends it to Clay, evaluates the results, and iterates until the prompt is good.

Why does this need to exist?

Writing Claygent prompts is trial and error. You write a prompt, run it in Clay, eyeball the results, tweak, repeat. This is slow and subjective. The value here is:

@BrennerSpear
BrennerSpear / cold-email-framework-playbook.md
Created March 31, 2026 18:06
Cold Email Framework Playbook - 25 practical cold email frameworks

Cold Email Framework Playbook x La Growth Machine

A collection of practical cold email frameworks used in modern outbound.

Each framework includes:

  • When to use it
  • Structure
  • Example
  • Sentence breakdown
@BrennerSpear
BrennerSpear / gog-setup.md
Last active March 31, 2026 20:27
GOG CLI setup with L1 safety profile for AI agents

GOG CLI Setup with L1 Safety Profile

Set up the GOG CLI with compile-time safety restrictions so your AI agent can access Google Workspace (Gmail, Calendar, Drive, Docs, Sheets, etc.) without being able to send emails, messages, or take other outbound actions.

Prerequisites

  • Go 1.22+
  • macOS or Linux
  • The credentials.json file (you should have received this from Brenner)
@BrennerSpear
BrennerSpear / claude-code-in-warp-for-beginners.md
Last active April 14, 2026 23:32
Claude Code in Warp: beginner-friendly setup guide

Claude Code in Warp: a beginner-friendly setup guide

This is the fastest clean setup I know for someone who has never really used the terminal before.

The goal is simple:

  1. Install Warp (a nicer terminal)
  2. Install Claude Code
  3. Make sure your terminal can find the claude command
  4. Add a short cc shortcut
  5. Open Claude Code in a real project folder and log in