Skip to content

Instantly share code, notes, and snippets.

@ashsidhu
ashsidhu / AutoModeSummary.md
Created May 27, 2026 13:45 — forked from sc0tfree/AutoModeSummary.md
Claude Code Auto Mode

Claude Code Auto Mode: A Comprehensive Technical Summary

Auto mode replaces the human "approve/deny" permission prompt with an ML classifier that evaluates every tool call before execution. Instead of asking you whether rm -rf node_modules is okay, a second instance of Claude (Sonnet 4.6) reads the conversation transcript and decides in real time.

This document walks through how it works, from the high-level architecture down to the actual code.


Table of Contents

@ashsidhu
ashsidhu / youtube-vanced-alternatives.md
Created March 18, 2022 18:13 — forked from SkyyySi/youtube-vanced-alternatives.md
A list of alternatives after the shutdown of Vanced

NONE OF THESE CLIENTS ARE VERIFIED BY ME FOR SECURITY OR ANYTHING ELSE! USE AT YOUR OWN RISK!

These are the current alternatives (with links when possible):

@ashsidhu
ashsidhu / Contract Killer 3.md
Created April 8, 2016 08:05
The latest version of my ‘killer contract’ for web designers and developers

Contract Killer

The popular open-source contract for web professionals by Stuff & Nonsense

  • Originally published: 23rd December 2008
  • Revised date: March 15th 2016
  • Original post

@ashsidhu
ashsidhu / osx-for-hackers.sh
Last active August 27, 2015 14:06 — forked from brandonb927/osx-for-hackers.sh
OSX for Hackers: Yosemite Edition. This script tries not to be *too* opinionated and any major changes to your system require a prompt. You've been warned. Also, please don't email me about this script, my poor inbox...
#!/bin/sh
# Alot of these configs have been taken from the various places
# on the web, most from here
# https://github.com/mathiasbynens/dotfiles/blob/master/.osx
# Set the colours you can use
black='\033[0;30m'
white='\033[0;37m'
red='\033[0;31m'