Riley Goodside shared a prompt requesting Claude Opus 5.5 to create a 30-second animated video of a pelican on a unicycle juggling fish while explaining a bash shell command using synthesized voice and visuals.
Executor is a workflow system for AI coding agents that enforces structured phases from intake through verification, using script-based contracts and evidence tracking to ensure quality output. It works with any agent (Claude Code, Cursor, Aider) through a skill library installed into the agent's skills directory, with mandatory reviews and severity-graded findings across all task types.
A collection of Linux command-line tutorials covering practical tasks including finding empty directories, file backups, keyboard language switching, RabbitMQ messaging, text searching in documents, SSH login notifications, email verification, sorting algorithms, and AWS RDS connection management.
Facebook PathPicker (fpp) is a command-line utility that parses file paths from bash output and presents them in an interactive selector UI, allowing users to edit files in their preferred editor or execute arbitrary commands on selected files. It supports multiple shells and can be installed via Homebrew, package managers, or manual setup.
Pici is a CI/CD system designed for individuals and small teams that runs build steps as interactive terminal sessions you can attach to, uses bash scripts instead of YAML configuration, and triggers builds through SSH and rsync rather than Git webhooks. It emphasizes simplicity, fast debugging, and avoiding complex pipeline abstractions.
A bash script for building Codex in Rust that downloads and verifies V8 dependencies, then executes cargo build with specific flags for the codex-cli and codex-code-mode-host packages.
ATY is a terminal-native AI assistant that integrates with shell sessions (bash/zsh on macOS and Linux) to generate commands based on user queries and terminal context. It supports multiple interaction modes (?, ??, ???) with optional reasoning and agent capabilities, works over SSH, and can be configured with local or cloud LLM providers.