Skip to content

Instantly share code, notes, and snippets.

View wyattowalsh's full-sized avatar
:shipit:
Hey there GitHub folks! 👋

Wyatt Walsh wyattowalsh

:shipit:
Hey there GitHub folks! 👋
View GitHub Profile
@wyattowalsh
wyattowalsh / init.zsh
Last active November 2, 2025 11:04
spec-kit one-liners
# 2) zsh: init Spec-Kit here for all AIs (assumes `specify` already in PATH) :contentReference[oaicite:1]{index=1}
for ai in claude codex cursor-agent gemini copilot; do
specify init --here --force --ai "$ai" --script sh --ignore-agent-tools
done
@wyattowalsh
wyattowalsh / spec-kit-multi-AI-init.zsh
Created October 22, 2025 03:52
spec-kit initialization with multiple AI providers
# initializes vscode github copilot, cursor, and codex
specify init --here --force --ai copilot && specify init --here --force --ai cursor-agent --ignore-agent-tools && specify init --here --force --ai codex --ignore-agent-tools
@wyattowalsh
wyattowalsh / fumadocs-shield.json
Last active October 17, 2025 12:32
fumadocs shield
{
"label": "",
"message": "FumaDocs",
"logoSvg": "<svg xmlns='http://www.w3.org/2000/svg' width='124' height='124' viewBox='0 0 124 124'><defs><linearGradient id='a' x1='0' y1='0' x2='1' y2='1'><stop offset='0%' stop-color='#fff'/><stop offset='40%' stop-color='#e8efff'/><stop offset='70%' stop-color='#7aa5ff'/><stop offset='100%' stop-color='#1d4ed8'/></linearGradient></defs><circle cx='62' cy='62' r='58' fill='url(#a)' stroke='#3b82f6' stroke-width='2' vector-effect='non-scaling-stroke'/></svg>",
"logoWidth": 12,
"labelColor": "white",
"color": "#3bb3c4"
}
@wyattowalsh
wyattowalsh / ossinsight-public-api-spec.json
Last active June 28, 2025 20:20
OSSInsight Public API Spec (JSON)
{
"openapi": "3.0.3",
"info": {
"title": "OSSInsight Public API",
"description": "\nOSSInsight Public APIs (beta) provide a convenient way to access insight data for open source projects on GitHub, supplementing the existing GitHub API.\n\nIt provides data query in different dimensions, including:\n\n```mdx-code-block\nimport DocCardList from '@theme/DocCardList';\nimport {useCurrentSidebarCategory} from '@docusaurus/theme-common';\n\n<DocCardList items={useCurrentSidebarCategory().items.filter((item) => {\n // Exclude Introduction and Showcase pages\n return item.docId !== 'api/showcase' && item.docId !== 'api/ossinsight-public-api';\n})}/>\n```\n\n## Usage\n\nThe OSSInsight Public API is designed to follow the OpenAPI specification and can be accessed by initiating HTTP requests using the command line `curl` or web request libraries in different programming languages.\n\n### Base URL\n\nAll API requests are based on the following URL:\n\n```shell\n[https://api.ossinsight.io/v1](https://api
{
"@context": {
"skos": "http://www.w3.org/2004/02/skos/core#",
"schema": "http://schema.org/",
"name": "schema:name",
"url": "schema:url",
"description": "schema:description",
"text": "schema:text",
"summary": "schema:abstract",
"highlights": "schema:comment",
{
"@context": {
"name": "http://schema.org/name",
"related": "http://www.w3.org/2004/02/skos/core#related",
"Skill": "http://schema.org/DefinedTerm",
"Interest": "http://schema.org/DefinedTerm",
"SkillKeyword": "http://schema.org/DefinedTerm",
"InterestKeyword": "http://schema.org/DefinedTerm"
},
"@graph": [
@wyattowalsh
wyattowalsh / .python-version
Last active May 30, 2025 17:07
Infinite Loop Coding Challenge
3.13
@wyattowalsh
wyattowalsh / Python Video Enhancer Script TUI for macOS -- README.md
Last active April 27, 2025 09:20
Python Video Enhancer Script TUI for macOS

enhance_video.py

Python CLI/TUI for Waifu2x + RIFE video enhancement.

  • Single resolution knob-k 1|2|4|8|12 (auto-picks Waifu2x scale chain)
  • Pydantic validates every flag
  • Rich progress bar & Loguru debug logs
  • GPU rife-ncnn-vulkan auto-detected; falls back to CPU minterpolate
  • Zero temp files (pure streaming FFmpeg → Waifu2x → RIFE)
{
"$schema": "https://raw.githubusercontent.com/jsonresume/resume-schema/v1.0.0/schema.json",
"basics": {
"name": "Wyatt Walsh",
"label": "Data Integrations Software Engineer | AI, Data, Software, & Optimization | JPMorgan Chase & Co.",
"image": "https://i.ibb.co/FLtKMt6p/avatar-min.webp",
"email": "[email protected]",
"phone": "(209) 602-2545",
"url": "https://www.w4w.dev",
"summary": "Accomplished Senior Software Engineer and data engineering specialist bridging advanced operations research with AI-driven optimization strategies. Drawing on extensive experience at JPMorgan Chase & Co., I architect compliance-centric, real-time data infrastructures that empower critical enterprise decision-making. Skilled in synthesizing theoretical constructs into robust, high-availability software pipelines, I have led cross-functional teams, implemented fault-tolerant frameworks, and championed leading-edge AI solutions. My enduring commitment to research-driven innovation and stringent

waka