Skip to content

Instantly share code, notes, and snippets.

View jmanhype's full-sized avatar
🚢
Shipping

Straughter "BatmanOsama" Guthrie jmanhype

🚢
Shipping
View GitHub Profile
@jmanhype
jmanhype / CEBSam3d_Workflows.md
Last active May 11, 2026 16:16
CEBSam3d v2 - Working Motion Capture Pipelines (May 2026)

CEBSam3d — Two Motion Capture Pipelines

Both pipelines run 100% on the 3090 workstation (192.168.1.143). Your Mac does zero heavy lifting — it only sends the command and collects the finished .mp4.


Option A: High-Fidelity 3D Pipeline (Headless Blender)

What it does: Extracts the raw mathematical skeleton from the video, builds a real 3D rig with a weighted mesh, and renders a studio-lit silver mannequin video using Blender's EEVEE engine — all headlessly on the 3090.

@jmanhype
jmanhype / NEXT_STEP_REPORT.md
Last active May 7, 2026 15:51
SGFLIX Run 090 — Memetic Political Satire Blueprints

Run 090 Next-Step Report

Created: 2026-05-04T03:40:01.378182+00:00

Run 090 appears to contain meme images and a caption but not the standard SGFLIX factory package surface (FACTORY_RUN_STATUS.md, research, strategy, audio, CHAI, handoffs, manifests, and QC files). This cycle did not modify or overwrite its generated assets.

Recommended next step: either formalize Run 090 as a lightweight meme package with status/QC/manifest files, or mark it as non-official/aborted so future factory cycles do not treat it as a completed numbered run.

@jmanhype
jmanhype / 1_mhr_exporter.py
Last active May 7, 2026 15:58
CEBSam3d — Two Motion Capture Pipelines (Option A: Headless Blender 3D | Option B: ComfyUI Pixel)
import torch
import json
import os
import numpy as np
def export_mhr_from_pt(pt_path="mhr_model.pt"):
if not os.path.exists(pt_path):
print(f"Error: {pt_path} not found.")
return
@jmanhype
jmanhype / llm-wiki.md
Created April 4, 2026 20:33 — forked from karpathy/llm-wiki.md
llm-wiki

LLM Wiki

A pattern for building personal knowledge bases using LLMs.

This is an idea file, it is designed to be copy pasted to your own LLM Agent (e.g. OpenAI Codex, Claude Code, OpenCode / Pi, or etc.). Its goal is to communicate the high level idea, but your agent will build out the specifics in collaboration with you.

The core idea

Most people's experience with LLMs and documents looks like RAG: you upload a collection of files, the LLM retrieves relevant chunks at query time, and generates an answer. This works, but the LLM is rediscovering knowledge from scratch on every question. There's no accumulation. Ask a subtle question that requires synthesizing five documents, and the LLM has to find and piece together the relevant fragments every time. Nothing is built up. NotebookLM, ChatGPT file uploads, and most RAG systems work this way.

@jmanhype
jmanhype / blackice_ideas_consolidated.md
Created March 25, 2026 16:36
BLACKICE Research Ideas - Consolidated from 19 tool analyses (Jan 7-8, 2026)

BLACKICE Research Ideas - Consolidated

Consolidated from 19 tool/project analyses (Jan 7-8, 2026). Each section contains ideas worth adopting for BLACKICE from a different open-source tool.



<!-- Source Gist 1 of 19: 2b8159ee806769c1358481bc20b2c70b -->

@jmanhype
jmanhype / blackice_strategy_consolidated.md
Created March 25, 2026 16:35
BLACKICE 2.0 Strategy & Architecture - Master Synthesis, Risk Analysis, ggen Comparison, Code Archaeology (Jan 7-8, 2026)

BLACKICE 2.0 Strategy & Architecture - Master Consolidated Document

Consolidated: March 25, 2026 Original dates: January 7-8, 2026 Sources: 10 strategic/architecture gists consolidated into one Contents: Master Synthesis, Risk Analysis, ggen Comparison, Code Archaeology, Naming Schemes, Use Cases, Enhancement Plan, System Context, Features Roadmap, Oracle Handoff


Table of Contents

@jmanhype
jmanhype / riley_video_consolidated.md
Created March 25, 2026 16:35
AI Video Factory: Complete Riley Project Reference - Protocol, Artifacts, Blueprint, Distribution (Feb 2026)

AI Video Factory: Complete Riley Project Reference

Consolidated: March 25, 2026 Original Session: Feb 4, 2026 System: Gemini CLI

This document consolidates all Riley AI Video Factory gists into a single reference.


@jmanhype
jmanhype / deleted_forks_record.md
Last active March 25, 2026 16:39
GitHub Cleanup Record - 2026-03-25 (974→274 repos)

Deleted Forks Record - 2026-03-25

Forks removed from jmanhype during GitHub cleanup. All had live upstreams (re-fork anytime from upstream). None contained your commits.

Deleted Forks (396)

Fork Language Upstream Size (KB)
DenarioApp Python AstroPilot-AI/DenarioApp 333
@jmanhype
jmanhype / OPENCLAW-EVOLUTION.md
Created February 18, 2026 14:44
VSM Code Archeology Research — OpenClaw, Jido, Cybernetic-aMCP (Feb 17-18, 2026)

OpenClaw Architectural Evolution: A Comprehensive Chronological Analysis

Research compiled: 2026-02-18 Source: CHANGELOG.md (2114 lines), GitHub release metadata (54 tags), GitHub API data, source tree


Key Metrics

| Metric | Value |

@jmanhype
jmanhype / vaos-voice-bridge-journey.md
Created February 17, 2026 17:36
VAOS Voice Bridge: Building a Talker-Reasoner on PersonaPlex/Moshi — research journal, debugging war stories, drip-feed token injection

VAOS Voice Bridge: Building a Talker-Reasoner Architecture on PersonaPlex/Moshi

A technical journal of building dual-process voice AI on top of Kyutai's Moshi and NVIDIA's PersonaPlex, with Letta as the reasoning backbone.

The Goal

Build a Talker-Reasoner voice system where:

  • System 1 (Talker): PersonaPlex/Moshi handles real-time conversation at 12.5Hz
  • System 2 (Reasoner): Letta agent with persistent memory does deep thinking, web search, tool use
  • A Voice Bridge (Bun + TypeScript) connects them, with Voxtral transcription + classification in parallel