Skip to content

Instantly share code, notes, and snippets.

View KyleAMathews's full-sized avatar

Kyle Mathews KyleAMathews

View GitHub Profile
@KyleAMathews
KyleAMathews / index.html
Last active July 24, 2026 19:29
Scratch-made food around Thanksgiving Point — published with Gist Host
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width,initial-scale=1">
<title>Scratch Food Finder</title>
<link rel="icon" href="data:,">
<link rel="stylesheet" href="https://unpkg.com/leaflet@1.9.4/dist/leaflet.css" integrity="sha256-p4NxAoJBhIIN+hmNHrzRCf9tD/miZyoHS5obTRR9BMY=" crossorigin="anonymous">
<style>
:root{color-scheme:light;--bg:#f7f2e9;--paper:#fffdf8;--ink:#28231d;--muted:#6f665b;--line:#ded4c5;--accent:#a44c2f;--accent2:#c89438;--soft:#f1e3d1;--focus:#165d86;--shadow:0 8px 24px rgba(61,45,29,.1);font-family:ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}
@KyleAMathews
KyleAMathews / index.html
Created July 23, 2026 18:02
Scratch restaurant explorer — 30-minute drive from East Millcreek
This file has been truncated, but you can view the full file.
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width,initial-scale=1">
<title>Scratch Food Finder</title>
<link rel="icon" href="data:,">
<link rel="stylesheet" href="https://unpkg.com/leaflet@1.9.4/dist/leaflet.css" integrity="sha256-p4NxAoJBhIIN+hmNHrzRCf9tD/miZyoHS5obTRR9BMY=" crossorigin="anonymous">
<style>
:root{color-scheme:light;--bg:#f7f2e9;--paper:#fffdf8;--ink:#28231d;--muted:#6f665b;--line:#ded4c5;--accent:#a44c2f;--accent2:#c89438;--soft:#f1e3d1;--focus:#165d86;--shadow:0 8px 24px rgba(61,45,29,.1);font-family:ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}
@KyleAMathews
KyleAMathews / index.html
Created July 23, 2026 18:01
Scratch bakery explorer — Salt Lake Valley, Park City, Heber and Midway
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width,initial-scale=1">
<title>Scratch Food Finder</title>
<link rel="icon" href="data:,">
<link rel="stylesheet" href="https://unpkg.com/leaflet@1.9.4/dist/leaflet.css" integrity="sha256-p4NxAoJBhIIN+hmNHrzRCf9tD/miZyoHS5obTRR9BMY=" crossorigin="anonymous">
<style>
:root{color-scheme:light;--bg:#f7f2e9;--paper:#fffdf8;--ink:#28231d;--muted:#6f665b;--line:#ded4c5;--accent:#a44c2f;--accent2:#c89438;--soft:#f1e3d1;--focus:#165d86;--shadow:0 8px 24px rgba(61,45,29,.1);font-family:ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}
@KyleAMathews
KyleAMathews / index.html
Last active July 16, 2026 22:58
Scratch Bakery Field Guide — Salt Lake Valley and Wasatch Back
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width,initial-scale=1">
<title>Scratch Bakery Field Guide — Salt Lake + Wasatch Back</title>
<meta name="description" content="Explore scratch bakeries across Salt Lake Valley, Park City, Heber, and Midway with practical access filters and an interactive map.">
<link rel="preconnect" href="https://unpkg.com">
<link rel="stylesheet" href="https://unpkg.com/leaflet@1.9.4/dist/leaflet.css" crossorigin="">
<style>
@KyleAMathews
KyleAMathews / shrewsbury-scratch-kitchens.html
Created July 10, 2026 22:33
Shrewsbury UK Scratch-Kitchen Scorecard (v8.2) — Published with Gist Host
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Shrewsbury Scratch-Kitchen Scorecard (v8.2)</title>
<style>
:root {
--bg: #faf9f6; --fg: #23211c; --muted: #6b6659; --card: #ffffff;
--line: #e5e1d8; --accent: #8a4b1f; --accent2: #3d5a3d; --chip: #f0ece3;
@KyleAMathews
KyleAMathews / sugarhouse-scratch-scorecard.html
Created July 10, 2026 21:24
Sugar House SLC — Scratch-Kitchen Scorecard v8.7 (Published with Gist Host)
<!doctype html>
<html><head><meta charset='utf-8'><meta name='viewport' content='width=device-width,initial-scale=1'><title>Sugar House SLC — Scratch-Kitchen Scorecard (v8.7)</title>
<style>
:root{--bg:#fffdf8;--ink:#26221c;--sub:#6b6357;--line:#e8e1d4;--accent:#9a5b2c;--card:#faf6ec;--pass:#3d6b45;--fail:#a04434;}
@media (prefers-color-scheme: dark){:root{--bg:#1c1913;--ink:#ece5d8;--sub:#a89c8a;--line:#3a342a;--accent:#d9995c;--card:#26221a;--pass:#8fc79a;--fail:#e08a76;}}
:root[data-theme="dark"]{--bg:#1c1913;--ink:#ece5d8;--sub:#a89c8a;--line:#3a342a;--accent:#d9995c;--card:#26221a;--pass:#8fc79a;--fail:#e08a76;}
:root[data-theme="light"]{--bg:#fffdf8;--ink:#26221c;--sub:#6b6357;--line:#e8e1d4;--accent:#9a5b2c;--card:#faf6ec;--pass:#3d6b45;--fail:#a04434;}
body{background:var(--bg);color:var(--ink);font:16px/1.55 Georgia,'Times New Roman',serif;margin:0;padding:2rem 1rem 4rem;}
main{max-width:60rem;margin:0 auto;}
h1{font-size:1.9rem;line-height:1.2;margin:.2rem 0 .3rem;}
@KyleAMathews
KyleAMathews / slc-holladay-bakeries.html
Created July 10, 2026 20:52
Scratch Bakeries: Downtown SLC to Holladay (July 2026) — Published with Gist Host
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Scratch Bakeries: Downtown SLC → Holladay (July 2026)</title>
<style>
:root {
--bg: #ffffff; --fg: #1a1a1a; --muted: #666; --accent: #b5541c;
--border: #ddd; --card: #f7f5f2; --warn-bg: #fff6e5; --warn-border: #e8b45a;
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>TanStack DB PR #1630 — Mutation Log Reconciliation</title>
<style>
:root {
--bg: #fbfaf7;
--paper: #ffffff;
@KyleAMathews
KyleAMathews / misfits-survey.md
Created June 24, 2026 03:56
TanStack DB Misfits Survey Markdown

Misfits Survey — Signal Inventory Memo

Last surveyed through: pending

Reader's Guide

This is a signal inventory, not design analysis. It gathers and organizes open-source project signals so maintainers can dispatch follow-up investigation work. Clusters are probable descriptive groupings, not conclusions. Historical related items are bounded context only, not claims that current behavior is broken. Use this memo by pointing a follow-up human or agent at one cluster or standalone item for focused investigation.

Repo Framing

@KyleAMathews
KyleAMathews / misfits-survey.html
Created June 24, 2026 02:53
TanStack DB Misfits Survey Signal Observatory
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>TanStack DB Signal Observatory</title>
<style>
:root{
--ink:#f3ead7; --muted:#b9ac91; --dim:#726a5b; --bg:#090b0f; --panel:#11151d; --panel2:#17120d;
--amber:#ffb84d; --blue:#72d7ff; --green:#8dffb2; --red:#ff6f61; --line:rgba(255,220,160,.18);