Matthieu Napoli
mnapoli@phpc.social
<p>Building:<br />▸ bref.sh<br />▸ bref.sh/cloud<br />▸ port7777.com<br />AWS Serverless Hero</p>
Posts
-
Post #4501036
My DeepCopy package should cross 1 billion downloads in ~ 6 months 💃 https://github.com/myclabs/DeepCopy
-
Post #4411383
Introducing Prereview for @phpstorm Review local changes: - human review: add inline comments like on GitHub - AI review: Codex + Claude Code review Then copy as prompt for your agent https://github.com/mnapoli/phpstorm-prereview
-
Post #4280704
Got secrets in local `.env`? Afraid of a compromised dependency or agent reading your filesystem? I built dotlock: - store secrets encrypted in `.env.secrets` - decrypted on the fly via `php artisan dev` https://github.com/mnapoli/dotlock
-
Post #4136237
If this benchmark is to be trusted, current frontier is: - grok 4.5 (high): cheap + fast - opus 5 (medium): best - fable 5 (high): if you're feeling fancy and forget the rest. Now time to see if Opus 5 is really that good. Source: https://cognition.com/frontiercode
-
Post #3892614
yessss
-
Post #3675425
I tried Fable extensively, I am blown away. Daily tasks are handled well, better than Opus but nothing too crazy. Complex tasks, risky features, etc -> Fable is insanely good. It codes better than me, it is
-
Post #3650322
3 nice Bref updates: - zero-downtime deploys for website assets - public storage on S3 made simple - osls 4.0: resolved deprecations, hardened, supports SSO
-
Post #3627996
Best job in the world… I hope the reports of its death are greatly exaggerated
-
Post #929111
with all the supply chain attacks, I&#39;m pushing code to GitHub the secure way
-
Post #786146
If you're getting old like me, writing long prompts in a terminal is annoying: can't use the mouse, select text, use normal shortcuts… I built a native Claude Code prompt editor: hit Ctrl+G, edit the prompt in an overlay window and hit save https://github.com/mnapoli/PromptEdit
-
Post #606998
Bref 3 is released 🎉 Since its creation, Bref has served 1.2 trillion requests and jobs! ▸ simpler &amp; lighter runtimes ▸ PHP 8.5 ▸ improved observability (logs &amp; tracing) ▸ simpler Laravel onboarding ▸ postgres &amp; redis built-in and more ⤵ https://bref.sh/news/03-bref-3.0
-
Post #375514
Improved Bref docs on a quick win: cleanup the AWS SDK before deployment https://bref.sh/docs/deploy#reducing-package-size (btw could also be useful if you deploy your app on a server)
-
Post #239892
Claude keeps writing transactions wrong, I wrote this skill in case you're interested https://gist.github.com/mnapoli/0e8f22ca872d0182a9a620d6c1574d74 (also if you spot something wrong let me know 🙏)