Posts tagged with 'productivity'
-
Using Cloudflared Database Tunnels in GitHub Actions
Automating Cloudflared database tunnels in GitHub Actions for secure database connections.
-
How to Test GitHub Actions Locally Using act
Setting up and testing GitHub Actions workflows locally with `act` for smoother deployments.
-
Parallel Development with Git Worktrees and Codex CLI
Exploring how to use Git worktrees and the Codex CLI to develop multiple features concurrently.
-
How To Classify Gmail Messages With LLMs (v2)
An upgraded Google Apps Script that uses structured outputs and lean labels to keep your inbox zen
-
Skip Husky – A Tiny Git Pre‑Commit Hook with PNPM
How I replaced the Husky dependency with a 6‑line shell script and one post‑install tweak
-
Batch convert m4b to m4a with ffmpeg
Easily batch-convert .m4b audiobooks to .m4a for compatibility with apps like NotebookLM using ffmpeg on macOS.
-
Dynamically Filtering Google Sheets with QUERY and Optional Criteria
How to build a dynamic Google Sheets QUERY that applies optional filters and supports multiple values using IN clauses.
-
Convenient Gmail Keyboard Shortcuts
Some of my most used gmail keyboard shortcuts
-
Chain of Draft to Speed Up LLM Reasoning
Chain of Draft (CoD) prompts LLMs to use short, minimal reasoning steps, achieving near-CoT accuracy with far lower token use and latency.
-
How To Classify Gmail Messages With LLMs
Useful Google script to classify all incoming emails using OpenAI
-
Absorbing Data and Overcoming Information Blindness
How to design data systems that help users absorb information and avoid information blindness, with actionable strategies.