/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

blog.stevenlevithan.com
| | v8project.blogspot.de
4.1 parsecs away

Travel
| | JavaScript regular expressions are getting some new functionality: lookbehind assertions.
| | 2ality.com
5.2 parsecs away

Travel
| | The proposal "RegExp Lookbehind Assertions" by Gorkem Yakin, Nozomu Kat?, Daniel Ehrenberg is part of ES2018. This blog post explains it.
| | mathiasbynens.be
4.3 parsecs away

Travel
| | [AI summary] The article discusses recent advancements in ECMAScript regular expressions, including new features like dotAll mode, lookbehind assertions, named capture groups, Unicode property escapes, and set notation, along with proposals for further enhancements.
| | ezyang.github.io
15.6 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.