Skip to content

Instantly share code, notes, and snippets.

View tnvmadhav's full-sized avatar
🐎
Dedicating my Heart

TnvMadhav tnvmadhav

🐎
Dedicating my Heart
View GitHub Profile
@tnvmadhav
tnvmadhav / tdd.sh
Created October 14, 2024 04:10 — forked from codeinthehole/tdd.sh
A Bash script for running an iterative TDD loop using an LLM to make a set of tests pass
#!/usr/bin/env bash
#
# A Bash script to run a TDD loop for building a Python module to pass tests.
set -euo pipefail
# How many times to loop.
ATTEMPTS=4
# The system prompt to use when creating the initial version.

macOS Internals

Understand your Mac and iPhone more deeply by tracing the evolution of Mac OS X from prelease to Swift. John Siracusa delivers the details.

Starting Points

How to use this gist

You've got two main options: