ClaudeCode has this tendancy to spawn a lot of bash scripts. I just made php artisan app:kill and finally I have a way to unfreeze my system instantly.
@aarondfrancis Worktrees are just branches git knows about so you can spin up and tear down full environments via code. I use artisan git:worktree-add to get composer, npm, fresh DB, Herd SSL in one shot. Feels like something Solo could own natively - per-worktree process tabs would be 🤌
@aarondfrancis HOWEVER - memory usage, running big test suites, they're annoying. But less issues than running multiple on the same tree, that always ends in disaster
@PovilasKorop Courses should be markdown files. Or at the very least, transcripts that can be copied along with GitHub repo examples. Then iterating on code has a near zero feedback loop.
@calebporzio Interesting, I tried yesterday for a couple hours but blaze doesn't seem to work with nested Livewire components. Eg a 50 product cards each with a Save and AddToCalendar component. I will try again once I see some more examples
@taylorotwell Nice! I was asking for this at Laracon AU, wicked. Next request is capturing frontend errors, much harder (filtering pain), but arguably more consequential (broken UX vs true server errors).
Built an awesome Laravel logger using SQLite (portable & doesn't touch production DB), fingerprint dedups at write time, handles JS / CSP / PHP / Slow Queries, and has a Filament page to review / ignore / resolve. VERY useful with LLMs. Dispatched as jobs for speed.
@freekmurze@i_mansoorkhan I wonder if it beats SnapPDF in terms of speed? Having chrome binary is no issue for me owning my own server. Surely own hardware > dependency. I will benchmark out of interest
@jeffrey_way I keep a Commands agent terminal open, and maintain this CC README. I update commands a dozen+ times a day. Explain your specific problem, and have it meta-prompt create you a solution. Experiment, refine, it's incredible.