CTK: 1,956 OpenAI Conversations as a Long Echo Archive
A live demonstration of CTK (Conversation Toolkit) exporting nearly 2,000 OpenAI conversations to a self-contained, searchable HTML archive.
Browse posts by tag
A live demonstration of CTK (Conversation Toolkit) exporting nearly 2,000 OpenAI conversations to a self-contained, searchable HTML archive.
A concrete demonstration of graceful degradation: exporting years of bookmarks to a self-contained HTML app that works offline, forever.
Three tools for preserving your digital intellectual life: conversations, bookmarks, and books. Built on the same resilient architecture with reading queues, semantic search, and LLM integration.
Introducing rerum - a Python library for symbolic computation with a readable DSL, powerful pattern matching, and a security-conscious architecture that separates rules from computation.
Crier is a CLI tool for cross-posting content to dev.to, Ghost, WordPress, Bluesky, Mastodon, and more. Now available on PyPI.
Introducing repoindex - a metadata index that gives LLM tools like Claude Code awareness of your entire repository collection.
Introducing symlik - define statistical models symbolically and automatically derive score functions, Hessians, and Fisher information.
A corpus-based language model using suffix arrays for O(m log n) pattern matching and LLM probability mixing.
AlgoGraph brings functional programming elegance to graph algorithms with immutable data structures, pipe-based transformers, declarative selectors, and lazy views.
A modern, database-first bookmark manager with powerful features for organizing, searching, and analyzing your bookmarks.
A framework for querying structured JSON documents using fuzzy logic principles, producing degree-of-membership scores instead of binary relevance.
A tool that converts source code repositories into structured, context-window-optimized representations for Large Language Models with intelligent summarization.
A powerful symbolic expression toolkit for rule-based term rewriting with pattern matching, multiple input formats, and an interactive REPL.
How virtual filesystem interfaces turned my scattered data tools into navigable, composable systems
EBK is a comprehensive eBook metadata management tool that combines a robust SQLite backend with AI-powered features including knowledge graphs, semantic search, and MCP server integration for AI assistants.
A virtual POSIX-compliant filesystem implementation using content-addressable DAG storage with SHA256 deduplication.
A powerful, plugin-based system for managing AI conversations from multiple providers. Import, store, search, and export conversations in a unified tree format while preserving provider-specific details. Built for the Long Echo project—preserving AI …
A logic programming system that alternates between wake and sleep phases—using LLMs for knowledge generation during wake, and compression-based learning during sleep.
ZeroIPC transforms shared memory from passive storage into an active computational substrate, enabling functional and reactive programming paradigms across process boundaries with zero-copy performance.
A production-ready streaming data processing system implementing boolean algebra over nested JSON structures. JAF brings dotsuite's pedagogical concepts to production with lazy evaluation, S-expression queries, and memory-efficient windowed …
A production-ready implementation of relational algebra for JSONL data with full support for nested structures. jsonl-algebra brings dotsuite's dotrelate concepts to production with streaming operations, schema inference, and composable pipelines.
A mathematically grounded ecosystem of composable tools for manipulating nested data structures. From simple helper functions to sophisticated data algebras, guided by purity, pedagogy, and the principle of least power.
Applying Monte Carlo Tree Search to large language model reasoning with a rigorous formal specification.
A Lisp-like functional programming language designed for network transmission and distributed computing. JSL makes JSON serialization a first-class design principle, enabling truly mobile code with serializable closures and resumable computation.
A powerful, immutable-by-default tree manipulation library for Python with functional programming patterns, composable transformations, and advanced pattern matching.
A minimal implementation of automatic differentiation for educational purposes.