All those Claude Code phone workflows don't work for me if I have to run CC on a VPS
I want it to run all on my Mac, and connect from my phone from time to time to check how the terminal is doing, needs input, etc
Who's build the app for this?
It's finally here! serversideup/php v4 is now stable 🎉
😅 Over a year of work
🐘 FrankenPHP & Laravel Octane support
🤖 LLM integration on our docs
🤝 13 new contributors
❤️ All open source
Run PHP and Laravel anywhere you want.
Now go build awesome stuff, Internet. 🚀
Imagine this:
"Here's the source code. Buy it. Run it. Modify it. I'm done."
No subscriptions, hosting or support (Well maybe a little bit of support.)
You're buying the code, not the coder.
If you want to make money with software today, there are two options:
1. Build a SaaS and deal with churn, infra and support
2. Sell your time through consulting
I keep wondering if that's it?
@timolins Although it’s not quite what you want, I created a very simple event organisation app - no sign up required: rsvp.ngo
You can share the invite on any platform you’d like
@TheLaravelDev The Hash facade has a “isHashed” method you can you as well: #method_isHashed" target="_blank" rel="nofollow noopener">laravel.com/api/11.x/Illum…
TIL that Laravel uses bcrypt for hashing the password by default. The hashed password is always 60 char long and always starts with $2y$.
Came across following code which was used to check whether Password is hashed.
I think LLMs are *great*. Truly do. So so helpful.
The problem is they usually either get it right or completely wrong, and we forget that sometimes they get things... just slightly wrong to be dangerous.
Here's a completion that copilot added — notice the bug?
👨💻 Laravel developers, did you know you can prevent session data loss during concurrent requests? 🤔
By using session blocking, you can ensure that requests sharing the same session ID are processed sequentially. 🤞
This ensures smooth operation of critical processes! 🚀
Kamal 2 is getting close. Huge upgrade coming. Support for multiple apps on a single server, auto-provisioning of Let's Encrypt SSL certs, better secrets, faster deploys, aliases, and much more. This is the key to unlocking amazing deployment on any VPS / bare metal box.
@jaydrogers@caddyserver@Cloudflare Rsync, scp or ansible depending on the complexity of the project. I may then add these to a pipeline to automate it.
Another approach is just to use Cloudflare Pages.
What do people use to deploy JavaScript apps to a VPS?
Or is JavaScript hosting basically pick a PaaS, pay by the CPU cycle, and hope to God you don't get DDoS'ed? 😅
@jaydrogers Are you able to support "major" tagging for your PHP images?
For example, being able to use serversideup/php:8.2-fpm-nginx-alpine-v3 - which would always be updated with minors and patches on V3?
I was part of an effort to filter through a log file containing 10's of thousands of lines. The log wrote out in JSON and we used @duckdb to filter and identify the key lines.
Now the Laravel application is writing out to JSON, so we can do similar: dey.bearblog.dev/simplifying-la…
Very impressed with what @jaydrogers and @serversideup have achieved with their latest PHP docker images - thanks for the effort guys.
I’ve recently been migrating a project to run on ECS and I’ve used these images without fault. 💪
@jamonholmgren Yes, certainly. My thought process around this was to introduce optional auth at a later date.
For me, just getting the product out was my main aim.
🚧 New #Telegram game in progress…
Set in the world of mafioso, you’ll guide your way through the crime life and interact with others on the app.
It’s on the very early stages but I’ll be looking for early testers - let me know if you’re interested.
#buildinpublic#game
After 500+ hours & huge support from the community, serversideup/php v3.0 has been merged to STABLE!🚀
Tons of new stuff:
🏆 Based on official PHP
🔐 Unprivileged user by default
🏎️ Laravel Optimized
🎨 Variable-first config
⚡️ Production-ready
github.com/serversideup/d…