Skip to content

Instantly share code, notes, and snippets.

View baaamn's full-sized avatar
🎯
Focusing

BAAAMN baaamn

🎯
Focusing
  • Pacific Northwest
  • 20:02 (UTC -07:00)
View GitHub Profile
@mberman84
mberman84 / PRD.md
Created February 17, 2026 19:59
OpenClaw PRD

PRD.md - Product Requirements & Feature Inventory

Everything built on top of the base OpenClaw platform. Canonical reference for what exists, where it lives, and how it works. Operational use cases and workflow playbooks live in docs/USE-CASES-WORKFLOWS.md.


Table of Contents

  1. Operational Use Cases & Workflows
<#
.SYNOPSIS
Scans files or clipboard for URLs with customizable output fields and export capabilities.
.DESCRIPTION
This function parses text for HTTP/HTTPS links. It allows granular control over
which metadata properties (Path, Line, Value, etc.) are included in the final output.
It supports:
1. Detailed Extraction: Returns specific properties for every match.
@1827marketing
1827marketing / PWL-V1.md
Last active January 6, 2026 19:22
Programming Without Language - Latent-Space Program Synthesis via Diffusion Models and Bespoke Compilation - V1

Coding without Language

Neurocode - Latent-Space Program Synthesis via Diffusion Models and Bespoke Compilation

Background - Vibes and Vectors

As someone who uses LLMs to generate code, I am used to seeing a Chain of Thought process as the LLM works through a coding challenge. These chains of thought are expressed in natural language, which means that the LLMs are constantly translating and committing to concrete expressions of a more latent and liminal process.

Coconut (Chain of Continuous Thought) is an approach which does not require LLMs to keep on resolving intermediate steps into natural language.

I wondered if this could be applied to code generation, and then I wondered if we could stay in latent space beyond code generation, reframing what we think of as an executable. I was interested in:

# Install Scoop App
# scoop alias add i 'scoop install $args[0]' 'Install scoop app'
scoop alias add i 'foreach ($_ in $args) {scoop install $_ -su}' 'Install apps'
# Uninstall Scoop App
scoop alias add rm 'scoop uninstall $args[0]' 'Uninstall a scoop app'
# List Scoop Apps
scoop alias add ls 'scoop list' 'List installed scoop apps'
@AndrewAltimit
AndrewAltimit / !README.md
Last active April 15, 2026 17:01
AI Toolkit MCP Server (local diffusion AI model trainer)

AI Toolkit MCP Server (local diffusion AI model trainer)

Warning: Requires a powerful GPU!

A containerized AI Toolkit setup with MCP (Model Context Protocol) integration for training LoRA models and fine-tuning diffusion models. This provides a complete solution for training custom LoRA models with full MCP integration, allowing AI assistants to manage the entire training workflow.

Usage

See the template repository for a complete example. Also includes the ComfyUI MCP Server used for creating images/videos from the trained models.

mcp-demo

@baaamn
baaamn / google-generative
Created January 4, 2025 15:36
Google commands and stuff
pip install -q -U google-generativeai
@baaamn
baaamn / Scoop-Install.ps1
Last active May 16, 2026 10:33
Scoop Installation Script
###############################################################################
# Scoop Installation Script
# Author: Wesley
# Purpose: Automate Scoop setup, bucket registration, and app installation
###############################################################################
# -------------------------------
# 1. Configure Execution Policy
# -------------------------------
# Allow running local scripts for the current user
@vielhuber
vielhuber / README.MD
Last active May 28, 2026 05:21
tools links #ai
@tkoz0
tkoz0 / yt-dlp.txt
Created March 23, 2024 15:09
yt-dlp notes common helpful options cheat sheet
YT-DLP helpful options cheat sheet
basics:
--version
-U,--update
-i,--ignore-errors
--flat-playlist (list videos, no download)
video selection:
--datebefore YYYYMMDD
@0xdevalias
0xdevalias / ai-ml-toolkit.md
Last active December 19, 2025 13:42
Some notes on AI / ML tools that seem interesting/useful (largely aiming to focus on open source tools)