I have many things dependent on Cloudflare. That makes me root for Cloudflare and I think I'm not the only one. Instead of finding better options we're getting stuck on an already failing HA solution. I wonder what caused this.
There are no alternatives, and those alternatives that did exist back in the day, had to shut down due to either going out of business or not being able to keep a paygo model.
Not everybody needs cloudflare, but those that need it and aren't major enterprises, have no other option.
Their WAF isn't there yet, the moment it can build the expressions you can build with CF (and allows you to have as much visibility into the traffic as CF does), then it might be a solid option, assuming they have the compute/network capacity.
L7 DDoS protection and global routing + CDN, there is not a single paygo provider that can handle the capacity CF can, especially not at this price range (mitigated attacks distributed from approximately 50-90k ips, adding up to about 300-700k rps).
We tried Stackpath, Imperva (Incapsula back in the day), etc but they were either too expensive or went out of business.
I would bet money that most people who use CF now are already hosting their endpoints at a single provider. I don't think most people care until it actually becomes enough of a problem.
Yeah, I'm from Turkey and it's really annoying for me to use a keyboard shortcuts to select "Türkiye" from dropdowns using year old "T", "U", "R" keys. Now in some websites it's "Turkey" and in some websites it's "Türkiye" I need to switch keyboard layouts just to select my country name.
Even though, website doesn't let me use my actual name since my name has non ascii characters so I need to try many times.
This reminds me of my own struggles in locating my country in various dropdowns. Sometimes it‘s the trivial to find Austria, but sometimes Österreich under O and other times Österreich under Ö (sorted to the very bottom). Collation is fun!
I’ve noticed that South Koreans often use the term “Korea” to refer to their country, and I’ve always been curious: are they referring to all of Korea, or only the south?
For example, which of these statements would you be more likely to use colloquially?
(a) Korea’s population is about 80 million, or
(b) Korea’s population is about 50 million.
The term could refer to either South Korea or Korea as a whole, depending on the context. As for your example, I think people would agree with (b) because when you're talking about populations people implicitly assume we're talking about a country.
On the other hand, people say "Korea's history reaches back thousands of years," and obviously here "Korea" means Korea as a whole (the country of South Korea wasn't founded until 1948!).
It gets extra confusing for Koreans because North Koreans use a different Korean word for "Korea" (either North Korea or Korea as a whole) - they are from two different historical names. So we can't even agree on how to call ourselves. ¯\_(ツ)_/¯
> I think people would agree with (b) because when you're talking about populations people implicitly assume we're talking about a country.
Yeah, that makes sense, but the confusing part for me is that, at least if my understanding is correct, the South Korean government doesn’t legally recognize the partition of Korea. So they think all those 80 million people are rightfully citizens of their country (that is, the Republic of Korea), even though 30 million are temporarily subject to an illegitimate regime. But I’m not sure if people actually think like this in practice.
Well, yeah, constitutionally speaking, Republic of Korea is the only rightful government with sovereignty over the whole Korean peninsula (and if you go across the border, you will here the same in reverse, except they recently decided to change their stance to "there are two countries and we're not related at all!").
But everyone understands that this is a legal fiction. Despite mutual hostility, the two Koreas are somewhat relaxed about interpretation: for example SK doesn't object to other nations establishing diplomatic relations with NK, and vice versa.
Depending on who you ask, you'll hear different views on how to reconcile the law with reality, ranging from "there is only one rightful government, and a group of commie rebels we should destroy" to "we should accept that there are two different nations" to "South Korea is but a colony of American Imperialists!" But anyway, everyone accepts that practically there are two countries, so when we're talking about any contemporary matters, we're usually just talking about South Korea. (Unless we're specifically interested in North Korea.)
Homework and home assignments are not really a way to grade students. It is mostly a way to force them to go through the materials by themselves and check their own understanding. If they do the exercises twice all the better.
(Also nowadays homework are almost all perfect scores)
Which is why LLM are so deleterious to students. They are basically robbing them of the thing that actually has value for them. Recalling information, re-elaborating those information, and apply new mental models.
My concern is I'm an Android dev. and I'm trying to use best practices because I don't know what can come up.
If prod goes down for a few days it's mostly OK since I have only one alpha user. But some idea of bad things™ might happen is holding me back from developing the app. I'm not feeling confident about my prod env if I find some customers.
> Where do you store your state on the server?
I don't understand what you mean. I guess we're talking about the database. DB also is deployed as the part of the docker compose stack, volume bound to a local dir.
> What can kubernetes do that you can't do by hand assuming you are available to do it?
Automating the process of deployments are easier than doing it by hand. Since code needs to be compiled I cannot use the old but gold ftp method. Even if I manage it, it's too much of a hassle. Instead I'm using Github Actions to build my image using Spring's container image builder magic. k8s would allow me to put all of my "stuff" to same place (a cluster)
Now you know that there is some sort of salt. That isn't helpful to an attacker trying to cryptographically crack a password if they already have the password database.