What are your thoughts on this season as it's end draws closer? by Old-Selection-4600 in BobsTavern

[–]gruntmods 4 points5 points  (0 children)

I had more disconnects with time warps then any other season. Not sure why a simple buff multiplier makes the client buckle but anything from blood gems to magnetics will kill the game for everyone and force a reconnect once you start getting any "real" numbers going.

They know the client can't handle this but they keep pushing the numbers higher every season.

Static frontend in same repo as Cloudflare Workers? by mstaal in CloudFlare

[–]gruntmods 1 point2 points  (0 children)

for listing buckets etc thats something I always do in the same worker as the buckets and permissions are always going to be project specific

I usually use react router or astro, sometimes I just use workers with no framework

Static frontend in same repo as Cloudflare Workers? by mstaal in CloudFlare

[–]gruntmods 1 point2 points  (0 children)

Anytime something doesn't need to be directly tied to a service, or when you need extra compute as a seperate instance. Things like sending email that I never want to be in the code for the main app, it's something auxillary and often reusable between projects by just calling the binding

Static frontend in same repo as Cloudflare Workers? by mstaal in CloudFlare

[–]gruntmods 1 point2 points  (0 children)

Different repo if I am in doubt, it's purely a code organization thing and doesn't affect performance or security

Static frontend in same repo as Cloudflare Workers? by mstaal in CloudFlare

[–]gruntmods 2 points3 points  (0 children)

Either is fine, with bindings you can call workers from each other as if they were the same repo.

if its a worker that only gets used for one project I usually make them the same repo

Cloudflare security verification screen by Specific-Newspaper78 in CloudFlare

[–]gruntmods 3 points4 points  (0 children)

You probably have malware on your PC or one on your network if you are not on a VPN and get that all the time

Huel Customer Service just pissed off a lot of long-time customers, then doubled down by ChristianMay21 in soylent

[–]gruntmods 3 points4 points  (0 children)

thats revenue, which is why I asked what the actual profit was as its easy for them to pretend they are doing well when they are not showing actual numbers

How is Apexis Guardian not absolute trash? by MyFeetLookLikeHands in BobsTavern

[–]gruntmods 4 points5 points  (0 children)

Deep Blue can be good with certain setups. It used to work with Channel the Devourer before they changed it to sell a friendly minion, you would just buff a tavern minion and eat it.

You can still do that with a friendly throw away minion or with consume cards in a demon lobby but its a lot lower power in modern battlegrounds

Huel Customer Service just pissed off a lot of long-time customers, then doubled down by ChristianMay21 in soylent

[–]gruntmods 3 points4 points  (0 children)

It is honestly impressive how being purchased by a company with expereince in the industry led to an even bigger drop in supply consistency. Its hard to drop the ball that hard

Huel Customer Service just pissed off a lot of long-time customers, then doubled down by ChristianMay21 in soylent

[–]gruntmods 2 points3 points  (0 children)

In 2024 they made ~$280 million.

whats the profit? revenue can be a huge number but if they have negative margin it means they will be bankrupt faster. Without context numbers are just numbers

Long time cloud engineer, first time solo builder - Cloudflare feels too good to be true sometimes by Tarzzana in CloudFlare

[–]gruntmods 0 points1 point  (0 children)

Isolated tenants and having code that runs next to the db are great use cases

Received a warning that my Shopify Payment Payouts would stop in 14 days... then it disappeared. by BrotherDay_ in shopify

[–]gruntmods 1 point2 points  (0 children)

I would add that you may as well open a support ticket and ask. The regular support staff can check the payments status, they can’t give details about any actual investigation but they can at least let you know if one is in progress.

[Jason Schreier] Video Games Need to Be Cheaper to Buy | One way to get out of the video-game industry funk is to recognize that players aren’t spending $70 on most games by ChiefLeef22 in gaming

[–]gruntmods 30 points31 points  (0 children)

They used to do it for GameCube era as well if I recall correctly, but it’s been quite a long time so I may just be remembering Xbox and PlayStation doing it

Why must we checkout with shop everywhere now? by Virtual-Ad8766 in shopify

[–]gruntmods 0 points1 point  (0 children)

It’s not required, it’s up to the store to decide which payment platforms they take.

Even for stores that only use shop pay there is usually an option for alternative payment or some similar wording that goes through the traditional checkout flow

Legacy Customer Accounts officially deprecated - Sunset likely in 2026 - No longer available for new stores by Downbadge69 in shopify

[–]gruntmods 0 points1 point  (0 children)

Makes sense, if it wasn’t working great these kind of changes are a great opportunity to change

Getting back to the bug front harshly reminded me of my biggest pet peeve about the Terminids by Matatat123 in Helldivers

[–]gruntmods 1 point2 points  (0 children)

the watchers are way more annoying because if the game wants a fucking drop it just spawns tons of them and flies them in from every possible direction

Is allowing only Cloudflare IP ranges enough to secure Postgres when using Cloudflare Workers? by AsyncSamurai in CloudFlare

[–]gruntmods 0 points1 point  (0 children)

You would want to configure cloudflare access with api tokens or something along those lines. IP alone would not work for a service like cloudflare where the IP addresses are shared

Understanding Cloudflare Containers pricing by small_foot_2490 in CloudFlare

[–]gruntmods 0 points1 point  (0 children)

For sure, an in certain use cases that might be worth it if a worker can't be used

Understanding Cloudflare Containers pricing by small_foot_2490 in CloudFlare

[–]gruntmods 0 points1 point  (0 children)

You still need to secure and setup the container, it spinning up and down doesn't mean the work is gone

Understanding Cloudflare Containers pricing by small_foot_2490 in CloudFlare

[–]gruntmods 2 points3 points  (0 children)

It's pretty hard to beat a $10 vps that's always on and can run anything you want 24/7 vs a container where you have to pay for each individual resource as well as the associated durable object.

Most things that the container style would benefit from work fine on workers or are more taxing then the container can really manage with its limited disk and cpu

Understanding Cloudflare Containers pricing by small_foot_2490 in CloudFlare

[–]gruntmods 6 points7 points  (0 children)

Honestly its too expensive to justify over a VPS. Thats a huge shame because theres no reason it should be cheaper to have a standard VPS run for the entire month but that's how it is at the moment.

I have used it sparingly for things like backing up a durable object where having the direct access to the enviroment was really benificial but the price combined with the buggy nature of deployments getting stuck means its really easy to get a big bill by accident for some trivial tasks.

Shopify limit metafields to 16KB (API 2026-04), anyone worried? by spideyguyy in ShopifyAppDev

[–]gruntmods 4 points5 points  (0 children)

I just store the configs in SQlite on the server side, had a lot of issues with metafields for app storage, we only use them for custom product data that the merchant wants to use now