I’m also wondering what is best for PHPStorm. I’ve been using the built in AI feature for code completion. Might try the Windsurf plugin windsurf.com/plugins
I’m also wondering what is best for PHPStorm. I’ve been using the built in AI feature for code completion. Might try the Windsurf plugin windsurf.com/plugins
Added benefit is the todos help guide the AI assistants
Yeah it also has to boot the framework for every web request too unless you use Octane. I feel the few ms doesn’t matter especially for scheduled commands
I’m talking about how if you have 2 scheduled commands for the same time it runs them sequentially and not in parallel. How long is this boot delay that you speak of? Is it enough to matter?
I think this is a bad decision by Laravel. If I say a command should run at 1:00 then it should run at that time. I think if you mark all your commands as runInBackground() then you won’t have that problem
Interesting idea. If you can programmatically pause jobs then it could be useful to apply a circuit breaker pattern. If a queue job fails a certain number of times then automatically pause it for a time period. For example if you hit an API rate limit.
3D print some mini PHP elephants and pass them out at conferences. Or hide them and have people hunt for them. That makes me think Laravel needs a mascot. 🤔
Gonna make some poutine tonight. Any Canadians know if these look legit? #poutine
If you use AWS there are lots of announcements of new features. Be sure to follow @aws-skeetbot.lastweekinaws.com to get the latest updates.
Same for those smart thermostats. I don’t need to adjust the temperature from my phone.
Docker/containers are actually pretty cool. Even DHH has fully embraced them for deploying Rails apps.
Microservices are the poison
AWS is the supposed cure
So they can suppress majestic monoliths in Laravel
I have Herd Pro but I love how DBngin shows Homebrew services and makes it easy to start them. Can almost build your own Herd if you install nginx/Caddy web server
I thought HTML Purifier was unmaintained but looks like it is now. Another option is symfony/html-sanitizer
She reminded me that the cat hair is mostly used for the inside core. The outside is sheep wool and alpaca wool.
Looks good! My wife needle felted a PHP elephant for me but her specialty is cats that she felts using actual cat hair.
I think the important factor is that you store the UUIDs in a varbinary column and not a varchar. How did you store them?
It would be interesting to see if Resonance could work with https://turbo-laravel.com similar to how ActionCable is used with Rails. @tonysm.com
Rails has ActionCable. Is this similar but for Laravel?
New Tiny Moving Parts album dropped.
https://open.spotify.com/album/45L20p3AZUB1PtZlwDgxP7?si=ujH3nfGyRnGk2bjDylFx-w
Count me in. My coworker tried starting a Laravel Meetup a few years ago but he only had 1 meeting and then moved out of state.
I’m not familiar with Prism but why do you have to specify Anthropic if the request already specified claude? Maybe specifying Anthropic is redundant.