Vibe Coding Pro Tip:
Use npx -y contextcalc@latest
for a quick project context overview.
More tokens lead to worse code output (Cursor & Claude Code have 200k, Codex 400k, Gemini 1M).
Here is the FastMCP (by @jlowin) quick context overview. Kudos for TDD approach!๐ซก
Starting June 15, paid Claude plans can claim a dedicated monthly credit for programmatic usage.
The credit covers usage of:
- Claude Agent SDK
- claude -p
- Claude Code GitHub Actions
- Third-party apps built on the Agent SDK
If typing fast in your app feels like wading through mud, you need useNativeState.
Every TextField in RN has felt slightly off for years; Expo UI just shipped the fix with the new useNativeState hook.
Instead of trying to keep the native input and react state in sync on each keystroke, useNativeState handles the state completely on the native side.
React (JS thread) only reads the value when it needs it e.g. onSubmit, using a lightweight reference.
Make your app faster, read the full blog โ
I was able to finally sort my messy 6 years old Obsidian knowledge base with Hermes + Deepseek v4.
Now I can literally dictate to Hermes what I need to update my knowledge base or extract something relevant.