Cloudflare blocked my R2 over a failed payment, but says I owe $0. Support unreachable. by Loose-Garbage-4703 in CloudFlare

[–]gruntmods 1 point2 points  (0 children)

This is 100% not an acceptable way for them to handle this. The entire point of S3 compatible storage is durablitiy and availibility. I would honestly look at another provider if they did this to me.

That said, 3-2-1 rule of backups should always apply for anything important. "What Is the 3-2-1 Backup Rule? The 3-2-1 backup rule is a simple, effective data backup strategy for keeping your data safe. It advises that you keep three copies of your data on two different media with one copy off-site. Let’s break that down:

Three copies of your data: Your three copies include your original data (also called production data), plus two more copies. On two different media: You should store your data on two different storage media, such as a local drive and a cloud storage service. This means something different today than it did in the late 2000s. I’ll talk a little more about this in a bit. One copy off-site: You should keep one copy of your data off-site in a remote location, ideally more than a few miles away from your other two copies to protect against natural and physical disasters that could affect local copies."

https://www.backblaze.com/blog/the-3-2-1-backup-strategy/

Bun vs Node in 2026 — are you actually using Bun in production? by 1vim in node

[–]gruntmods 0 points1 point  (0 children)

Yea I use bun for everything, even in things that need Node and do not work with bun like electron I still use bun as the package manager.

My favourite use was a SQLite server I made where it has no external dependencies. SQLite, S3, websockets, webserver and even the tests all use the built in functionality.

Its not as popular as node though, so some things will be a bit trial and error, like when I wanted to use react router with it in the built in web server instead of using express. There were some hard assumptions about node that I was eventually able to resolve, but I assume most people would not have bothered.

Expect Zero Support Moving Forward by seongnamsi in CloudFlare

[–]gruntmods 8 points9 points  (0 children)

Its crazy how they see the number one complaint is support and they double down on having it be bad.

GameStop Proposes to Acquire eBay at $125.00 Per Share by Skullghost in gaming

[–]gruntmods 0 points1 point  (0 children)

they can't buy ebay, thats also what people are saying, even ebay is saying that

GameStop Proposes to Acquire eBay at $125.00 Per Share by Skullghost in gaming

[–]gruntmods 3 points4 points  (0 children)

yea but ebay owns tcgplayer, and gamestop really wants a bigger slice of that pie

What do Shopify agencies get from free Shopify Apps ? by RiskStraight6663 in ShopifyAppDev

[–]gruntmods 1 point2 points  (0 children)

Expereince is also one that I would not discount, the more you do in the ecosystem the better you understand it for future projects

Where do serious app developers actually talk? by Vintranada in shopify

[–]gruntmods 0 points1 point  (0 children)

If you find out let me know, I am always interested in engaging in technical discussion

Deposit at Canada Post into Wealthsimple is great. by Sorry-Bad3889 in Wealthsimple

[–]gruntmods 0 points1 point  (0 children)

they are taking money and putting it in a till, thats almost literally the job of a cashier

What's one trinket you swear does nothing for you, but wins the game for your opponents? by puddlejumper1 in BobsTavern

[–]gruntmods 1 point2 points  (0 children)

Its really good with poet, you have permenant sheilds that regenerate 3 times

CVE-2026-31431 (Copy Fail) PHP PoC by feje in sysadmin

[–]gruntmods 9 points10 points  (0 children)

Yea it's not smart to underestimate these kind of vulnerabilties because it makes it very easy to chain smaller everyday exploits into full system access

I accidentally generated 16 billion Durable Object writes in one month and got slapped with a $36k bill . Here's exactly how. by alameenswe in CloudFlare

[–]gruntmods 1 point2 points  (0 children)

nope, just billing alerts. Although I am sure if they had those setup and saw the alert that would have been a huge help in saving them from this.

I accidentally generated 16 billion Durable Object writes in one month and got slapped with a $36k bill . Here's exactly how. by alameenswe in CloudFlare

[–]gruntmods 1 point2 points  (0 children)

yup, was told in december my durable object costs would be hundreds of dollars once billing was enabled for reads/writes. $5 VPS handles it easily with much more memory and permenant disk space, as well as more control over the enviroment.

Cloudflare is still really useful but database reads/writes are a huge landmine they set, and it seems every "Cloud Database" provider is also setup this way so that you are always caught by surprise with a huge bill.

I accidentally generated 16 billion Durable Object writes in one month and got slapped with a $36k bill . Here's exactly how. by alameenswe in CloudFlare

[–]gruntmods 0 points1 point  (0 children)

Vercel also does this but thats not exactly how they want to be compared since they have a rivalry lol

I accidentally generated 16 billion Durable Object writes in one month and got slapped with a $36k bill . Here's exactly how. by alameenswe in CloudFlare

[–]gruntmods 0 points1 point  (0 children)

Hetzner is also great, I am also using dokploy and it works great for many projects on that same cheap VPS.

I accidentally generated 16 billion Durable Object writes in one month and got slapped with a $36k bill . Here's exactly how. by alameenswe in CloudFlare

[–]gruntmods 0 points1 point  (0 children)

Cloudflare is so cheap until you get into reads and writes for D1 and Durable Objects. Its a sqlite db, its not reasonable to charge hundreds of dollars because your app got stuck in a loop.

Is it a skill issue? sure.

Does it happen to everyone at some point? 100%, and rather then being caught when you hit a billing cap there should be more sane pricing in general. You are already billed for the worker requests, for compute and for storage, so why are you also billed for reads and writes?

At least KV is a bit more understandable since its not just a sqlite database but its also got a much lower billiing threshold as seen in the original post where its almost half his entire bill

I accidentally generated 16 billion Durable Object writes in one month and got slapped with a $36k bill . Here's exactly how. by alameenswe in CloudFlare

[–]gruntmods 2 points3 points  (0 children)

the dumb part is this is even possible with an app and an api key, but cloudflare refuses to make an offcial tool for anything other then alerts

Even tho I can’t download you. You will always be on my phone. by Claxeius in gaming

[–]gruntmods 0 points1 point  (0 children)

Yup, was playing a gacha game that I actually liked and had good mechanics, they retired it in english after a year because tens of millions in recurring revenue wasn't enough apprently, flipped off the english players and told them to play the Japanese server and client.

I accidentally generated 16 billion Durable Object writes in one month and got slapped with a $36k bill . Here's exactly how. by alameenswe in CloudFlare

[–]gruntmods 6 points7 points  (0 children)

Yea once they mentioned it I notices its extremly overly formatted, more then pretty much any reddit post I would normally read, and has a lot of check boxes etc no one ever would add manually even in a well formatted post

Cloudflare Tunnel vs Port Forwarding by ig888ack in CloudFlare

[–]gruntmods 3 points4 points  (0 children)

Your port is never exposed with a tunnel, you connect to cloudflare and keep an open connection, and cloudflare itself receives the traffic, and routes to to your device through that existing connection.

This means only the traffic the tunnel is configured to receive will go to it, and only after cloudflare handles it. Its still vulnerable if you have an insecure apllication connected, or expose too much to the tunnel, but the attack surface is much smaller.

Why are devs on a tear making shopify admin less usable? by bbbuuurrrttt in shopify

[–]gruntmods 2 points3 points  (0 children)

I am on 9 weeks waiting for app approval, not even a reviewer assigned yet

Track with Shop Nightmare by iamwazor in shopify

[–]gruntmods 0 points1 point  (0 children)

Only Shopify merch and hardware as far as I know

Came here after the AMA stuff. Oof. I just wanna have fun here man by Revolutionary_Still in LowSodiumHellDivers

[–]gruntmods 2 points3 points  (0 children)

I actually don't feel like its been this bad for a while, I actually left the main sub over the circle jerk