Top
Best
New

Posted by tjek 21 hours ago

Cloudflare Flagship(developers.cloudflare.com)
335 points | 165 commentspage 4
jwr 12 hours ago|
Am I the only one worried about Cloudflare becoming too powerful?

We went through this with E-mail: we slept through the period when Google, Microsoft and AWS were growing, and we ended up with them dictating the terms. Today I get 90% of my spam from Google, Microsoft and AWS and they don't care: they can safely ignore spam reports, because at this point they are Too Big to Block.

I have a feeling we are moving towards the same problem with Cloudflare and the web. Tomorrow Cloudflare will start dictating what we can or cannot do and we will not be able to do anything about it. This has already begun: their arbitrary "bot-filtering" for example.

Rp8yXmdmr 11 hours ago||
Cloudflare is already too powerful, their anti DDOS solution is just too good. But their serverless products/features don't really build on that, they are just another hosting company.
xboxnolifes 12 hours ago||
> Am I the only one worried about Cloudflare becoming too powerful?

No, it gets brought up in every single thread about cloud flare. And if this wasnt a feature release that people seem to like, the top comment would probably be talking about how cloudflare is terrible for the internet.

34asjh 7 hours ago||
Fix your stupid Turnstile that blocks humans first. You are gatekeeping the whole Internet. Even Anubis works better than the Clownflare garbage.
EGreg 21 hours ago||
If anyone is interested, you can implement something like that with a few lines of code on the front end. We expose a function that generates a uniformly-distributed hash that you can use for A/B testing and other uses:

  Q.Data.variant()
https://github.com/Qbix/Q.js/blob/main/src/js/Q.minimal.js#L...

And on the back end, you'd use it like this:

https://github.com/Qbix/Platform/blob/main/platform/classes/...

Essentially, this can support a huge number of "variants" and within each variant you can have N equal segments. That will help you do A/B testing and flipping features on or off.

Ayush_Khati1 17 hours ago||
[flagged]
Bolin-Weng_666 10 hours ago||
[flagged]
throwaway613746 20 hours ago||
Feature flags are so ridiculously simple I have never needed to outsource this to someone else.
odie5533 17 hours ago|
Do your running services receive streaming updates when Flags are toggled? Is your rule-engine evaluated locally?
rahadbhuiya 12 hours ago||
[dead]
qzgrid37 17 hours ago|
[dead]