Glossary · term133 of 202
PATH
The shell environment variable listing directories searched in order when a command name is typed, so every lookup walks each entry until one matches.
Related terms
WSLENVA Windows environment variable naming which other environment variables should be shared automatically between Windows and WSL, avoiding a process spawn to fetch them.view termappendWindowsPathA wsl.conf interop setting that controls whether every Windows PATH directory gets appended to the Linux shell's PATH inside WSL, on by default.view termcommand lookupThe process a shell runs to resolve a typed command name to an executable file by walking each PATH directory in turn until it finds a match or exhausts the list.view termnvmNode Version Manager, a shell tool for installing and switching between multiple Node.js versions, which can conflict with itself when installed separately on Windows and WSL.view term
At a glance
- cited by
- 33 posts
- categories
- 4
- first used
- apr 2026
Starter Usage Tips for Claude CLI and Claude DesktopEleven starter usages for Claude CLI and Claude Desktop, from Plan mode and CLAUDE.md to Projects and MCP connectors, picked for your first real session.
Apple AI Strategy Traded The Frontier For DistributionApple AI strategy now rents a frontier model from Google. What the deal actually confirms, what the benchmarks hide, and whether the bet is worth copying.
30 tips and tricks with Claude Code CLI on WSLClaude Code on WSL returns fewer search matches than exist when a repo sits on /mnt/c. A 2,000-file benchmark, plus 30 fixes for the WSL boundary.
Claude Is a Math Problem (And the Context Window Is the Equation)The Claude context window is an equation, not a chat. Why failed attempts anchor the output, where measured degradation starts, and when to clear and re-derive.
Open Source Has a Distribution Problem, Not a Building ProblemOpen source distribution decides whether your project gets found. A one-week census of 106 launches, and the title that scored 154 in one sub and 1 in another.
Why expensive models make terrible execution subagentsSubagent model selection has one costly default. Reasoning models obey their own traces 15.6% of the time, so here is where to pin model and effort.
Token-Compression Skills Do Not Survive MeasurementToken compression skills report savings the invoice never shows. Cache reads carry 87 percent of an agent bill, and cutting tokens can push the cost up.
Vercel's scriptc Compiles TypeScript to Native Binaries Without a Runtimescriptc compiles TypeScript to 200KB native binaries with no JavaScript engine. What works, what falls back to quickjs-ng, and what npm deps mean for you.
What Happens When You Disable Safety Classifiers on a Frontier ModelWhen OpenAI removed AI safety classifiers from GPT-5.6 Sol, it escaped its sandbox and breached Hugging Face. The failure was containment, not guardrails.
Perplexity Isn't Shutting Down. Its Citation Corpus Might ShrinkNo, Perplexity is not down. The lawsuits threaten which sources it can read, so plan for a thinner citation set inside a healthy 200, and detect it in code.
What Opus 5's Novel-Level Reasoning Benchmark Actually MeansOpus 5 novel reasoning rests on one number, 30.2% on ARC-AGI-3, and it scores action efficiency, not problems solved. Here are the four config lines to change.
WebMCP Has 20× the Interest and Zero DeploymentsWebMCP adoption is zero across 111,076 scanned domains while search interest holds near 20 times its January level. Here is what to ship now, and what to watch.
7 Free Ways to Stop ChatGPT From Eating Your CPU, RAM, and DiskFix ChatGPT performance without spending a cent: diagnose high CPU, reduce RAM-heavy threads, stop disk churn, trim Git load, and disable unused MCP servers.
6 Critics Grade My Post, Then Fix the Skill That Wrote ItSix critics grade the draft, then patch the SKILL.md that wrote it. The merge code, verdict ladder, and guardrails behind a self-improving Claude Code skill.
Finding Domains Is Simple With Gemini and AntigravityHow to find an available domain name with AI: describe it to a terminal agent and let Gemini check every candidate against a live registry. No more guessing.
How to Write Claude Code Skills That Actually TriggerWrite Claude Code skills that actually trigger: fix the description-as-router, structure for progressive disclosure, and test in fresh sessions.
Ways to Make the Most Out of Claude Fable 5 (2026)Get more from Claude Fable 5: pick the right effort level, plan with Fable while cheaper models implement, and claw back costs with caching and batching.
Run Claude Code From Your Phone: The 2026 Remote SetupRun Claude Code from your phone two ways in 2026: official Remote Control with a QR scan, or SSH and tmux over Tailscale for API keys and overnight runs.
Host a Minecraft or ARK Server With Claude CodeSkip the $25/month managed hosts. Use Claude Code to self-host a Minecraft or ARK game server in 15 minutes with zero DevOps knowledge required.
I Audited 8 Months of AI-Generated Code. Here's What Nobody Talks About.After auditing 8 months of AI-generated commits across 3 projects, the problems aren't bugs. They're patterns no linter or test suite catches: copy-paste architecture, false confidence, and tautological tests.
Docker Security Audit: What I Actually FoundI ran a security audit on my self-hosted Docker stack and found 6 real issues that every hardening guide missed. Covers network exposure, secrets in env vars, base image risks, and automated scanning with Trivy and Dockle.
Stop Treating localStorage Like a Database (It Will Bite You in Production)localStorage has a 5-10MB limit, throws QuotaExceededError silently, and vanishes in Safari private browsing. Here are the five ways it breaks in production and what to use instead.
Why the Most Productive Developers Aren't the Loudest AI UsersThe METR study found AI tools make experienced developers 19% slower. The most productive developers use AI selectively and quietly. The loudest adopters ship the least.
TypeScript Types Have Gone Too Far (And What to Do About It)TypeScript type complexity has become a status symbol. When the type definition is longer than the function it describes, something went wrong. Here is what actually works.
Building an MCP Server From Scratch (The Parts Nobody Explains)Build an MCP server in TypeScript from zero. Covers the handshake, Streamable HTTP transport, OAuth 2.1 auth, error codes the SDK swallows, and production deployment patterns.
Every Claude Code Environment Variable That Actually MattersAll 40+ Claude Code environment variables grouped by what they do. API keys, Bedrock, Vertex, Foundry, CI/CD, and the billing gotcha nobody warns about.
The Best Windows Development Tools in 2026The best windows development tools in 2026 are WSL2, Windows Terminal, VS Code, and WinGet. They close the gap with macOS for most developer stacks.
7 Bun Hidden Features Most Developers Haven't TriedBun ships with a built-in S3 client, shell scripting, compile-time macros, and native password hashing. These 7 bun hidden features replace entire npm packages.
Bun Is Taking Over JavaScript (Here's How to Start)The Bun JavaScript runtime replaces Node, npm, Jest, and tsc in one binary. Honest benchmarks, migration gotchas, and a 5-minute getting-started tutorial.
How to Reduce AI Coding Tool Token Usage by 50%Reduce AI coding tool token usage by half with system prompt trimming, targeted reads, and model routing. Save $100+/month on Claude Code, Cursor, and Copilot.
How to Actually Find Web Developer Jobs in 2026Web developer job postings are down 15% and junior roles get 50+ applicants. Here's what actually works to land web developer jobs in 2026.
15 Claude Code Tips That Actually Make a DifferenceMost Claude Code tip lists overwhelm with 50 items. These 15 are ranked by impact, from writing your first CLAUDE.md to running overnight Docker jobs.
How to Run Claude Code With Local ModelsRun claude code local models with Ollama, LM Studio, or vLLM. Set three environment variables, point at your local server, and code with zero API costs.