Skip to content

Instantly share code, notes, and snippets.

View lorenmh's full-sized avatar

Loren Howard lorenmh

  • SF Bay Area
View GitHub Profile
@aarondfrancis
aarondfrancis / audit-your-codebase.md
Created August 14, 2026 15:20
A read-only, agent-orchestrated codebase audit prompt for data structures, state modeling, algorithms, and ownership.

Audit this entire codebase for materially useful simplifications in its data structures, state representation, control flow, algorithms, and ownership.

This is an audit-only exercise. Do not edit files, run tests, implement recommendations, commit, or push. Read-only inspection commands are allowed.

You are the coordinator. Continue until the complete codebase has been reviewed and the final audit is validated.

  1. Establish the coverage contract

Inspect the repository and inventory every identifiable subsystem.

@gene1wood
gene1wood / all_aws_lambda_modules_python.md
Last active June 27, 2026 11:20
AWS Lambda function to list all available Python modules for Python 2.7 3.6 and 3.7
@kachayev
kachayev / concurrency-in-go.md
Last active September 17, 2026 13:53
Channels Are Not Enough or Why Pipelining Is Not That Easy
@staltz
staltz / introrx.md
Last active September 17, 2026 13:53
The introduction to Reactive Programming you've been missing