Was using @testcontainers with a fresh container per integration test. 🐢
Switched to a single shared container + resetting the DB between tests using a Postgres template:
CREATE DATABASE test_db WITH TEMPLATE test_template;
9x faster tests. 🚀😅 #postgres#testcontainers
Cleanroom v0.10.0 is out.
Shared Cleanroom servers are a lot more usable now: OIDC auth, owner-scoped access, DeepSec hardening, and suspend/resume with automatic wake-on-use.
https://t.co/UDiqXgMTtX
The Cursor CLI is quite good to use however it seems to be stuck at 1.0.0, with some overlap with latest cursor 3.x features, but not all. History and some MCP features seem borked, even though they share the same config path...
Seems disjointed or just me? @cursor_ai#ai 😞
@kylegalbraith Whats the bet little changes, and developers just need to work around it... There is so much inertia around package managers, the only thing that changes them is a fork/rewrite/shift.
Currently learning Rust so I can hack on MCP, and Agent related projects. Biggest challenge after getting the basics is just building momentum enough to start using the language day to day on a project.
Once I get over that hump it should be fine. #rust
It still blows my mind when I get an agent to run a security review, and it switches seamlessly to destroying my service and providing a curated list of issues.
Especially given it just wrote this code, feels like I am getting farmed here. AI treadmill life.🐁🤔🤦♂️ #ai#agents
@matteocollina AWS scaling when paired with other services like ECS, has many of layers of latency, it is a bit of a mash up. Can be very frustrating... ⏳⏳⏳⏳⏳
@kebabman Zig is a nice language, simple, fast, and practical. That said a lot changed in the recent 0.16 release.
The big plus is cross platform builds. I am bouncing between Zig and Rust, will probably end up on Rust as it is more stable and more resources. Fun either way.
Sunday has evolved into coffee, baking and learning new programming languages. Currently rewriting the same thing in Rust, and Zig, really interesting comparing solutions, build tools while using an LLM to learn rather than just produce. #AI#sunday
In a holding pattern for Operational issue - Amazon Elastic Compute Cloud (N. Virginia) to be resolved...
Tough day(s) for people at AWS, and on callers everywhere. #AWS 🙏
👻Is it just me, or are Agent Skills spooky?
Skills can:
• fetch remote content
• Register subagents
• Create Hooks
• Hide instructions in Unicode
Check out my walk through of 19 capabilities that make malicious skills scary: https://t.co/cNQWpRt7qq
Cleanroom 0.7 is out.
Cleanroom runs repo workloads inside policy-controlled microVM sandboxes (linux and macOS): explicit network egress, host-held credentials, reproducible checkouts, and cached dependency traffic.
0.7 makes that usable for real dev loops: workspace sync, port exposure, stage-scoped egress, and reusable dependency/service outputs.
https://t.co/hP0hiEny1y
https://t.co/nBXhbUDIsM