The funny thing is that that kind of talk of the previous poster is just a bad type of generalization, a lazy shortcut. The existence of bad elements within a large group is a given. There are pedophile priests, just as there are pedophile uncles or teachers. The only difference here is in how accountable they are for their actions, as the Roman Catholic Church is well known for protecting its abusive priests, which isn’t too different from Epstein’s friends having money shields.
As for carpet bombing and general violence, one could say it’s “politics as usual”. When words fail (whether on purpose or not is irrelevant here), violence emerges, because one side wants to impose its will. Religion is just another lazy (and often effective) shortcut to rally people behind a cause, not unlike patriotism
Don’t think so. Asking for money seems to flip a switch on their “AI” and it gets very hostile, “this is my money, i have lots of it, it’s mine and you won’t have it”
One thing atheists often ignore is that being part of a religion means being part of a community, a group. That alone is reason enough for many people to stick with it.
Sure, the preacher/priest/whatever may be a scammer asshole, but this isn’t about him, it’s about me and the people around me. I belong in here and so do these people.
Remember, humans are social creatures. Being part of a group is a big fucking deal.
Another thing I’ve been giving some thought, religion can be a “lazy shortcut” for the brain to acknowledge some stuff without having to spend too much energy thinking about it. It’s a lot easier to wrap your head around “Because God wants it” than digging deep into the hows and whys of anything. No, it’s not scientific in the least, but humans are lazy. I am lazy, you are lazy, everyone here is lazy, we just opt to save energy in different things.
When all I want to do is read content, no JS is needed. That has been a solved problem for decades. UX is problematic because now you have these huge PC screens and comparatively tiny mobile screens to account for. Most developers go for mobile first and completely ignore the rest, so you have loads of sites that are needlessly displayed like slow powerpoint presentations, autoscrolling to the next anchor because that’s “good UX” somehow.
Form validation with JS goes back decades and no one in their right minds relies entirely on frontend validation. It’s great because it can be immediate, but it’s easier to sidestep either by accident or on purpose. Since a lot of forms nowadays are “autogenerated” from their respective UI libraries, they come with a lot of unnecessary cruft.
meaning I can offer my app as a single HTML file you can download and use however you want
I sure hope that doesn’t need a “local server” of any sort to work. It’s one of the things that baffles me the most, javascript that only works with a npm server to connect to. I also hope it’s not bundled as an electron app, what’s the point of having an entire chrome browser bundled just to run a single page?