You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-- db-api/sql/migrations/2025-12-16--01--add_place_lat_long.up.sql
BEGIN;
ALTER TABLE place
ADD COLUMN IF NOT EXISTS latitude DOUBLE PRECISION,
ADD COLUMN IF NOT EXISTS longitude DOUBLE PRECISION;
DO $$
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This directory contains two Bash scripts for opening lists of URLs in Safari, one at a time, waiting for each window to be closed before proceeding to the next.
These tools are designed for workflows where you must manually inspect many pages without overloading history, CPU, or open tabs.
The mental health industry is ripe for disruption.
The mental health industry is ripe for disruption. Traditional therapy relies on state-licensed professionals charging premium rates for one-on-one sessions, but much of it boils down to discussing the human condition: subjective experiences like loss, relationships, and personal growth. Why enforce rigid licensing boards and standardized treatments that haven’t evolved much since Viktor Frankl’s era in the mid-20th century? These one-size-fits-all approaches can’t address inherently personal issues. Instead, we need market-driven solutions: a gig economy platform where anyone can offer paid talking sessions, regulated by user reviews, reputation, and demand rather than bureaucracy.
State licensing makes sense for objective fields like evidence-based medicine or precision treatments. But for “pay to talk” services (where clients vent, seek advice, or process life’s mess) it’s overkill. Human responses to existence are subjective; there’s no universal right or wrong. Standardized protocols ignore this, leadin
My Automated FFMPEG hardware recoding setup (desktop screen capture + camera + multiple audio sources for redundancy) all muxed into a single master copy
🎥 Clean Multi-Input Capture on macOS
A set of dead-simple FFmpeg helper scripts for recording high-quality, synchronized video + audio streams directly into a clean, editable .mkv master file on macOS. Designed for screen walkthroughs, project documentation, and clean archival capture using built-in or external hardware.
🎙️ Why Record and Mux Multiple Raw Streams?
This project is built around a "clean master capture" philosophy:
FFMPEG Video Recording Automation Scripts — 2025-6-24
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
What i'm doing with ContentML, in additional to the functionality as shown in WebCompiler is basically building a smart system to embed the timeless principles of copywriting right into the markup itself so the copy almost writes itself. It's like a digital assistant trained in classic advertising, working quietly behind the scenes to shape persuasive, audience-aware content every time you compile.
Provisioning LLM-Generated Content
This document describes the <provision> element in ContentML, which acts as a declarative hook for generating and embedding copywriting content via LLMs.
📘 Overview
The <provision> element specifies a placeholder within HTML that triggers one-time content generation during the provisioning phase. It uses the current context stack (inherited from surrounding <context> elements) along with a human-written prompt hint to generate copy for the site.