MCP server Rust ports:
https://crates.io/crates/filesystem-mcp-rs https://crates.io/crates/memory-mcp-rs These are the direct ports of https://github.com/modelcontextprotocol/servers: They’re faster, better and in Rust. Filesystem searches/reads/writes files for you...
OpenFX plug-in boilerplate
Just opened my repository with OpenFX boilerplate code: https://github.com/ssoj13/boilerplate_openfx OpenFX API allows you to make image plug-ins. Once you have...
Git: how to push
Seemingly simple thing, but causes so many problems: how to push into _current_ branch, without specific name. https://stackoverflow.com/questions/14031970/git-push-current-branch-shortcut https://stackoverflow.com/questions/948354/default-behavior-of-git-push-without-a-branch-specified So,...