Skip to content

Instantly share code, notes, and snippets.

View kevinmichaelchen's full-sized avatar
💭
🕸️🤖🎨

Kevin Chen kevinmichaelchen

💭
🕸️🤖🎨
View GitHub Profile
@kevinmichaelchen
kevinmichaelchen / alchemy-aws-code-intelligence.md
Last active September 22, 2026 12:11
AWS and Alchemy compatibility for local code-intelligence graph servers

Running Code-Intelligence Graphs on AWS with Alchemy

[Alchemy][alchemy] can provision four AWS compute models: Lambda, ECS, EKS, and EC2. The code-intelligence tools compared here are persistent, long-running indexers, so their natural deployment target is usually an ECS Service on Fargate, not Lambda.

Compatibility summary

| Project | Alchemy/AWS fit | Recommended runtime | Primary consideration |

@kevinmichaelchen
kevinmichaelchen / gortex-alternatives.md
Created September 22, 2026 11:37
Neutral comparison of local code-intelligence graphs for AI coding agents

Comparing Local Code-Intelligence Graphs for AI Coding Agents

Projects such as [Gortex][gortex], [Codebase Memory MCP][cbm], [GitNexus][gitnexus], and [Graphify][graphify] give coding agents a structured view of a repository instead of relying exclusively on file search and whole-file reads. They overlap substantially, but differ in language coverage, analysis depth, operational model, licensing, and published performance evidence.

This comparison uses project documentation and GitHub repository statistics

@kevinmichaelchen
kevinmichaelchen / planet-earth-feel-30s-demo.md
Last active September 18, 2026 15:00
The Planet Earth feel on a 30-second product demo: CC-BY cinematic music sources, Fish Audio Attenborough-style voice-over, and an ffmpeg-skill recipe for holds, ducking and export

The "Planet Earth" feel on a 30-second product demo

A repeatable recipe for turning a plain screen recording into a short, narrated, scored demo: Attenborough-style British voice-over, a quiet cinematic bed underneath, frame holds so nothing feels rushed, and a total runtime of 20–30 seconds. Everything below is CLI-driven and free to use commercially.

1. Music: where to get it, what you owe

Source License Attribution Notes
@kevinmichaelchen
kevinmichaelchen / opencode-crush-provider-matrix-2026-04-23.md
Last active April 23, 2026 20:58
OpenCode / Crush provider matrix with zero-data-retention notes (2026-04-23)

OpenCode / Crush Provider Matrix

Research date: April 23, 2026.

This matrix focuses on providers similar to [OpenRouter][openrouter] and [Fireworks AI][fireworks], with emphasis on:

  • whether they are usable from [OpenCode][opencode-docs]
  • whether they are usable from [Crush][crush-readme]
  • how their zero-data-retention controls work
@kevinmichaelchen
kevinmichaelchen / openclaw-variants-matrix-notes.md
Last active March 24, 2026 16:24
OpenClaw variants: shallow comparison + Matrix multi-device retrofit notes

OpenClaw Variants: Shallow Comparison + Matrix Retrofit Notes

Last updated: 2026-02-16

Scope

This note focuses on OpenClaw and close variants, with emphasis on:

  • Retrofitting popular Rust variants for Matrix-based multi-device coordination
  • Practical benefits of using multiple machines (Synology NAS + Mac Mini + 3 Raspberry Pi)

Quick Snapshot (Shallow)

@kevinmichaelchen
kevinmichaelchen / open-source-feed-readers.md
Created February 5, 2026 18:23
Open Source Feed Reader Alternatives to Inoreader - A comprehensive comparison of 24 RSS/Atom feed readers

Open Source Feed Reader Alternatives to Inoreader

A comprehensive guide to modern, well-maintained open-source RSS/Atom feed readers and aggregators.

Table of Contents

@kevinmichaelchen
kevinmichaelchen / ai-browser-automation-tools-2026.md
Last active February 5, 2026 16:52
AI Browser Automation Tools for the LLM Agent Era (2026) - Comprehensive comparison of Stagehand, Browser-Use, Skyvern, and more
@kevinmichaelchen
kevinmichaelchen / secrets-management-options.md
Last active February 5, 2026 16:39
Secrets management options (agentic-ready)

Secrets Management Options (Open, Modern, Agentic-Ready)

This gist summarizes modern secrets-management options that are open, popular, and well‑maintained, with a bias toward agentic workflows (non‑interactive auth, short‑lived credentials, CLI/SDK‑first, auditability).

What “Agentic‑Ready” Means

  • Non‑interactive auth (service accounts, OIDC) for CI/agents
  • Short‑lived / dynamic secrets (rotation + revocation)
  • CLI/SDK‑first so secrets can be injected on demand
  • Auditability (who accessed what, when)
@kevinmichaelchen
kevinmichaelchen / blob-sync-engine.md
Created February 5, 2026 14:47
Blob Sync Engine: A Unified Sync Layer for Structured Data and Media - RFC/Proposal

Blob Sync Engine: A Unified Sync Layer for Structured Data and Media

A proposal for an open-source sync engine that treats blobs (images, audio, video) as first-class citizens alongside structured data.

The Problem

Modern local-first applications need to sync two fundamentally different types of data:

Type Examples Characteristics