Skip to content

Instantly share code, notes, and snippets.

View kevinsperrine's full-sized avatar

Kevin Perrine kevinsperrine

View GitHub Profile
@kevinsperrine
kevinsperrine / frontend-review-ruleset.md
Created May 13, 2026 22:56
Frontend code review rule set: WCAG 2.2 AA, Krug/Norman cognition, responsive/mobile breakpoints. Synthesized from the design-system Claude Code plugin.

Frontend Review Rule Set — A11y, Cognition, Responsive

Synthesized from the design-system Claude Code plugin: WCAG 2.2 AA (W3C), Don't Make Me Think (Krug), The Design of Everyday Things (Norman), About Face (Cooper), Information Architecture for the Web (Rosenfeld & Morville), Designing Interfaces (Tidwell), Grid Systems (Müller-Brockmann), Refactoring UI (Wathan & Schoger), Inclusive Design Patterns (Pickering).

Format: each rule is PASS/FAIL, with a grep-able signal. Source in parens.

@kevinsperrine
kevinsperrine / local-claude-code-omlx.md
Last active April 14, 2026 03:41
Running Claude Code locally with Gemma 4 on Apple Silicon via oMLX

Running Claude Code Locally with Gemma 4 on Apple Silicon

Run Claude Code entirely offline using Gemma 4 26B and oMLX on Apple Silicon Macs.

What This Gets You

  • Claude Code running against a local Gemma 4 model — no API keys, no cloud, no data leaving your machine
  • Native Anthropic API support — oMLX speaks Claude's protocol directly, no translation proxy needed
  • Tiered KV caching (RAM + SSD) for fast prompt processing across long sessions
  • Thinking/reasoning mode with proper streaming to Claude Code's UI
{
"basics": {
"email": "kevin@ksp.dev",
"image": "https://avatars0.githubusercontent.com/u/609466?s=460&v=4",
"picture": "https://avatars0.githubusercontent.com/u/609466?s=460&v=4",
"label": "Full Stack Web and Mobile App Developer",
"location": {
"city": "Asheville",
"countryCode": "US",
"postalCode": "NC 28801",
@kevinsperrine
kevinsperrine / gatito.itermcolors
Last active May 19, 2020 19:28
Gatito Color theme for iTerm
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>Ansi 0 Color</key>
<dict>
<key>Alpha Component</key>
<real>1</real>
<key>Blue Component</key>
<real>0.18039216101169586</real>