AshProfiler
I just saw this on Elixir Forum and had to share https://hexdocs.pm/ash_profiler/readme.html
8 Replies
the complexity scoring is kind of interesting
using Ash in what I would consider a normal way, looks like it would easily rack up a lot of points
hmm, the links from hexdocs to github aren't working
would have liked to take a look at the actual code, well I could just pull it from hex and look at the code that way
you can view individual files on hex, eg. https://preview.hex.pm/preview/ash_profiler/0.1.0/show/lib/ash_profiler/domain_analyzer.ex
lib/ash_profiler/domain_analyzer.ex
| Hex Preview
lib/ash_profiler/domain_analyzer.ex from ash_profiler 0.1.0 written in the Elixir programming language
which I'm pretty sure won't work for things like line 137 in that file (
resource.attributes()
)Looks very AI-generated to me, giving me low-trust in it's utility
TIL
Yeah, might have jumped the gun on this one, I'll remove this from showcase for now
yeah very full of AI fluff, co-authored by Claude https://github.com/zpc-sh/ash_profiler/commit/5c1a2e564c9a032c1899750d9a0b4570f3a2f0a5
GitHub
Add comprehensive Docker optimization suite for 98.2% performance i...
…rovements
Features Added:
🚀 DockerOptimizer module with battle-tested configurations
🛠️ New mix task: ash_profiler.docker for instant optimization
📊 Enhanced container detection with specific CI...
and quite a bit of what it claims will optimize things, doesn't exist