Digging into a non-reproducible build failure with:
mix xref graph --label compile-connected --format cycles
...
1 cycles found. Showing them in decreasing size:
...
Cycle of length 215 (6 compile, 85 export):
Never seen this before!
Digging into a non-reproducible build failure with:
mix xref graph --label compile-connected --format cycles
...
1 cycles found. Showing them in decreasing size:
...
Cycle of length 215 (6 compile, 85 export):
Never seen this before!
I just used zizmor to improve the security of our GitHub actions pipeline: https://github.com/pentacent/keila/commit/7eb6aeb61d0b191bc8fca13f4deef0bd422ac8d3
Thanks Michael from Paraxial for the tip in the most recent @ThinkingElixir episode! #myelixirstatus

Build interactive AI agents in Elixir with OTP supervision, middleware composition, human-in-the-loop approvals, sub-agent delegation, and real-time Phoenix LiveView integration. Built on LangChain...
While debugging my new coding agents orchestrating tool called Camelot today I developed more features for https://lamabot.social than during three previous months.
I wrote up a deliberate process of narrowing down a performance issue using a profiler (with a brief digression into benchmarking tools). Fortunately (given that I was writing the post in parallel with doing the actual work) it turned out well, delivering a 30–40× speedup. #MyElixirStatus

Build interactive AI agents in Elixir with OTP supervision, middleware composition, human-in-the-loop approvals, sub-agent delegation, and real-time Phoenix LiveView integration. Built on LangChain...
It's really incredible how fast @josevalim reviews PRs for Elixir. 💜
Tiny documentation improvement for something that tripped me up the other day:
https://github.com/elixir-lang/elixir/pull/15187
#elixirlang #myelixirstatus