Subject
3 entries
Tips
Bookmarks
Claude Code: connecting to local models when quota runs out
A practical guide to routing Claude Code to a local LLM when Anthropic quota runs out — using Ollama or similar tools as a fallback so work doesn't stop mid-session. Cheap-plan users will relate.
30 Python Language Features and Tricks You May Not Know About
Sahand Saba's tour of 30 Python language features that intermediate programmers often overlook — covers unpacking, generators, context managers, decorators, and more. A practical companion to reading the Python docs.
Unix Shell Tricks
Carles Fenoy's collection of Unix/Linux shell tricks and one-liners — a plain-text reference of practical command-line techniques. The kind of document that circulated among sysadmins and developers via bookmarks before Stack Overflow consolidated this knowledge.
