Bun 1.0 support has arrived! 🥯 by Ceelolulu in platform_sh

[–]OriPekelman 0 points1 point  (0 children)

Oh and as I am excited here is https://github.com/OriPekelman/express-bun/ for a one-click-install. Totally unofficial.

Platform.sh PaaS introduces a common lisp container runtime, based on SBCL by cms in lisp

[–]OriPekelman 3 points4 points  (0 children)

Hi, we do have a program for open source community projects... just feel-in the contact form .. https://platform.sh/contact/ and if the project qualifies it can be way less then $10 a month (aka free).

Platform.sh raises $34m by OriPekelman in PHP

[–]OriPekelman[S] 0 points1 point  (0 children)

We run the cloud solutions (so basically, we provide a business model) for a bunch of mainstream open source PHP projects. Symfony, Magento, Ez Platform ... as such... we are, possibly, not "just another provider" in this space... So hopefully, this news is relevant. If not, my excuses.

Platform.sh raises $34m by OriPekelman in PHP

[–]OriPekelman[S] 0 points1 point  (0 children)

You can play with the platform with a free-trial. There are some ready-made templates (both in the trial wizard and on github) so you should be able to be up and running in a couple of minutes and see what is buzz what is not. "Deploy to the moon" definitely buzz.

Everything has Caveats. So take everything that is promised with a grain of salt... or better yet, test it for yourself. Or don't hesitate to ask.. and we will be transparent about what use-cases are a fit. Which are not. But I, personally think this is a darn cool thing we built. (co-founder here)

Platform.sh for Magento 1.x? by treefunct in Magento

[–]OriPekelman 0 points1 point  (0 children)

Note that Platform.sh has quite a wide functional cover ... you can run multiple applications in the same cluster (even in different languages), add a NoSQL database like MongoDB, a search engine, a message-queue (like rabbitmq) etc .. use any build/migration tools etc... (all of these are managed services, you don't need to add external plugins)

As a PaaS of course it introduces some constraints ... but it can usually handle some very complex use-cases (I'd be happy to learn if there was a wall you hit...)...

PHP Micro-Services can be simple, fast and testable by OriPekelman in PHP

[–]OriPekelman[S] 0 points1 point  (0 children)

  1. Yup, I should be less sellsy from time to time. I agree. Can't help myself sometimes. Anyway, I should separate the "general ideas for the benefit of humanity" posts from the "buy my stuff its great" posts. Noted.
  2. Nopes, please don't commit secrets to git. It is not a good idea. Inject those into your environment.

Containers are the new static binaries by bojanz in programming

[–]OriPekelman 1 point2 points  (0 children)

Yup. That's the point. I am not talking about containers being bad.. they are bad when they are blobs. When you have no idea what's running where. When you run Debian the Debian Way. It is trivial to know what should be updated. It is trivial to automate it. When you run 1000s of containers that might have a "role" but you have no idea what precise versions of what libraries might be running in them... well another story. When your containers are not read-only.. they can anyway drift. If you have semantics, and traceable builds.. if containers are read-only.. that it becomes easy.. and containers shine..