Skip to content

Instantly share code, notes, and snippets.

View bfollington's full-sized avatar
😈
scheming

Ben Follington bfollington

😈
scheming
View GitHub Profile
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Holographic Stickers with Improved Lighting</title>
<style>
body { margin: 0; overflow: hidden; }
canvas { display: block; }
</style>
@bfollington
bfollington / caption_video.sh
Created February 8, 2025 01:42
MLX Whisper + FFMpeg video caption script
#!/bin/bash
# Function to check if a command exists
command_exists() {
command -v "$1" >/dev/null 2>&1
}
# Function to install mlx_whisper using uv
install_mlx_whisper() {
if command_exists uv; then
@bfollington
bfollington / transcribe.sh
Created February 17, 2025 06:08
Transcribe from microphone
#!/bin/bash
# Function to check if a command exists
command_exists() {
command -v "$1" >/dev/null 2>&1
}
# Function to install mlx_whisper using uv
install_mlx_whisper() {
if command_exists uv; then
/**
* Multi-Timescale Explorer
*
* A framework for creative technological exploration that balances
* present engagement with future direction.
*/
namespace MultiTimescaleExplorer {
// ======== Core Types ========