|
You are here |
blog.lmorchard.com | ||
| | | | |
testingcup.wordpress.com
|
|
| | | | | At times, we as automation testers must connect to a remote VM to develop our test scripts in BDD. This is mostly due to the organization policy that one cannot have the source code on their local machine. It is also observed that it is quite a heavy operation to open the IDE and load... | |
| | | | |
www.softdevtube.com
|
|
| | | | | Programming history is filled with bugs that turned out to be features and limitations that pushed developers to make even more interesting products. We'll journey through code that was so 'bad' it was actually good. Along the way we'll look at the important role failure plays in learning. Then we'll tame our inner perfectionists and | |
| | | | |
ezyang.github.io
|
|
| | | | | 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. | |
| | | | |
rakudoweekly.blog
|
|
| | | Daniel Sockwell wrote two advent blog posts (1, 2) about the problem of dependencies. This resulted in the release of the _ module (aka "lowbar" module), a growing collection of micro packages of less than 70 lines of code. This caused quite some discussion on Hacker News and made it to the top posts list!... | ||