Explore >> Select a destination


You are here

thevaluable.dev
| | www.integralist.co.uk
10.7 parsecs away

Travel
| | I see a lot of posts on Vim 'tips and tricks' and decided I'd have a go at putting together my own list of things that don't typically see the light of day, but are super powerful and useful to know about. IMPORTANT: I want people to realise that they don't need super complex Vim configurations with lots of third-party plugins, and this entire post is built on that motivation. This means you'll find nearly everything described here is just plain Vim (no plugins).
| | ctoomey.com
15.2 parsecs away

Travel
| |
| | www.trickster.dev
10.0 parsecs away

Travel
| | Code level discussion of web scraping, gray hat automation, growth hacking and bounty hunting
| | ezyang.github.io
91.0 parsecs away

Travel
| Model Context Protocol servers provide a standard interface for LLMs to interact with their environment. Cursor Agent mode and Claude Code use agents extensively. For example, instead of needing a separate RAG system (e.g., as previously provided by Cursor) to find and feed the model relevant context files, the LLM can instead call an MCP which will let it lookup what files it wants to look at before deciding what to do. Similarly, a model can run tests or build and then immediately work on fixing problems when this occurs. It is clear that Anthropic's built-in MCP servers are useful, and you should use agent mode when you can.