LaTeX.Online – Cloud Compiler LaTeX to PDF (latexonline.cc)
1 points by 0x54MUR41 13m ago 0 comments
Delta Air Lines can sue CrowdStrike over outage (itnews.com.au)
6 points by Khaine 1h ago 1 comments
Terraform MCP Server
49 kesor 6 5/19/2025, 10:50:26 PM github.com ↗
I try to avoid modules out of the gate until I know the shape of a system and the lifecycles of things and I've been pleasantly surprised with how well the AI agents get AWS things correct out of the gate with HCL.
This should super charge this workflow since it should be able to pull out the provider docs / code for the specific version in use from the lockfile.
But as mdaniel notes in a sibling thread, this doesn’t seem to do much at this point.
The back side of that coin is that it similarly just(?) seems to be a fancy way of feeding the terraform provider docs to the LLM, which was already available via `tofu provider schema -json` without all this http business. IMHO the fields in the provider binary that don't have populated "description" fields are a bug