Home/Blog

Blog

16 articles on programming, web tech, gaming, and the tools we build. Updated every week.

Jun 16, 2026 · 8 min read

Codex Cheat Sheet for Agentic Coding

Codex-style agentic coding means delegating software tasks to an AI agent that can read files, edit code, run commands, inspect failures, and iterate. Treat it ...

Jun 16, 2026 · 8 min read

Claude Code Cheat Sheet (2026)

Claude Code is an agentic coding CLI from Anthropic. It runs inside your terminal, reads your repository, edits files, runs tests, explains code, and automates ...

Jun 1, 2026 · 8 min read

How to Maximize Your Claude Usage Limits

Claude usage limits usually come in three forms: requests per minute, tokens per minute, and daily or monthly quota. Chat product limits may also depend on mess...

Top 5 Agentic CLI Coding Tools for Vibe Coders
Jun 1, 2026 · 9 min read

Top 5 Agentic CLI Coding Tools for Vibe Coders

Vibe coding is not about abandoning engineering judgment; it is about staying in flow while an AI agent handles the mechanical parts of software work. The best ...

How to Change Graphics Quality in Overwatch
May 31, 2026 · 9 min read

How to Change Graphics Quality in Overwatch

OverviewChanging graphics quality in Overwatch is done from the in-game Video settings menu. On PC, you can choose a preset such as Low, Medium, High, Ultra, or...

Overwatch: How to Customize Crosshair/Reticle
May 31, 2026 · 9 min read

Overwatch: How to Customize Crosshair/Reticle

OverviewOverwatch lets you customize your crosshair, also called a reticle, so your aim indicator better matches your hero, screen size, visibility needs, and p...

May 30, 2026 · 10 min read

How to Add Uniwind to a React Native Expo App

IntroductionUniwind lets you use Tailwind-style utility classes in React Native and Expo apps. Instead of creating a StyleSheet for every small layout change, y...