Skip to content

Instantly share code, notes, and snippets.

View PeterGrecian's full-sized avatar

Peter Grecian PeterGrecian

View GitHub Profile
@PeterGrecian
PeterGrecian / aws_costs_cheatsheet.md
Last active June 15, 2025 08:35
AWS Costs Cheatsheet

AWS Costs Cheatsheet

  • USD per year.
  • Yearly cost is so much easier to understand than hourly.
  • Costs which are charged by the event (usually per million) are more easily understood as the cost of one event per second sustained for a year.
  • The always free allowances are significant: Lambda is 24 requests per minute or 9, 1GB processes per minute whichever is reached first.

Compute and DB per year

@PeterGrecian
PeterGrecian / forkterms.md
Last active July 14, 2026 12:11
Working method: strands + forkterms with Claude Code

Working method: strands + forkterms with Claude Code

A way to organise long-running work with Claude Code so that sessions are disposable and the durable state lives in git, and so that one session can spawn focused helper sessions in their own terminal windows. Two independent ideas — adopt either alone:

  1. Strands — a curated, git-backed "memory bank" for a recurring workstream, so a fresh session picks up exactly where the last left off.
  2. Forkterms — forking the current session into its own terminal window