@JBM_IV@StephenFleming Not really. In my country they generally charge $0.10 per lumen so a 5000 lumen projector + labor and misc. should cost about that
@kirso_@CherryJimbo@Cloudflare If the transcode jobs are asynchronous you could spin up a server somewhere and connect it to Cloudflare using tunnels through vpc?
@NicolaiSchmid@boristane What's confusing about durable objects? You have to get your head around how they work sure, but after that it's quite easy. One object per whatever you are keeping track of, be it game state, user state, or whatever else and then just communicate with that.
@GranumX@initjean It is for anything less than a basic Crud app, but then again seemingly most new sites are React+Crud using some hosted Baas like supabase.
@ruchernchong@ilyesm@gm_mertd@ritakozlov it has prettier DX, but I can spin up, and deploy an entire application including DB, KV, storage and AI features without touching the CF website. That is way better.
@GregKara6@tsconfigdotjson it's so not vendor locked that there are multiple products that exist to get it running properly on anything but Vercel. No good reason to use it anymore when you could choose Tanstack Start or another system like Nuxt or SvelteKit
@timfl93@BraydenWilmoth@notparbez To show how hostile Vercels approach is to the web. They pretend that they do open source, but lock features behind their own solutions. Every other react framework run on vite because that moves the ecosystem forward. Instead they chose to do their own runtime
@Negusnati@Zackary_Chapple Why would you? Assuming you meant r2 itβs just a s3 compatible bucket. Just use something else. Same with their v8 engine. Stuff being OSS is not the default, so it canβt really be an argument against it
@harisbuild@IceSolst@rauchg NextJS has a clear preference for Vercel where certain features are effectively locked.
And the lock in at CF is products they develop and sell to you, the customer. Itβs not like they pretend that it is open source, so you have all the info to make an informed choice
@overemployer @IceSolst They have a rest api for most if not all of their products. What more would you expect? The exception is stuff like durable objects or browser rendering which needs to run in a worker where you can create that api yourself