That “with enough context” is doing a lot of work here. If you take a great engineer, drop them in front of an unfamiliar codebase, it’ll take them more than an hour to do most non-trivial tasks.
You do not sound very genuine. It does not say it is multi-entry fee enywhere. For tourists very few countries ask more except visa fee (and many do not require visa at all). For UK this fee is only 16GBP for 2 years and not 1200 USD:
I have similar story. Recently facebook forced me to enable 2-factor auth but adding SMS did not work for me for a whole week and I just deleted the app. Later I opened facebook from mobile browser and added SMS as 2nd factor and now I have opened Facebook from mobile browser only once in more than a week and I don't miss it much. It was the only "social" network I used besides reddit and hacker news
That's just wrong. Telegram is trusted by both Ukraine and Russia. That tells a lot. Also I am living near Russian border and remember well how Durov left Russia and I am quite sure he is not puppet of Putin...
Sites like Hacker News, Stack Overflow, old.reddit.com, and many more greatly benefit from JS. I made GoatCounter tons faster with JS as well: rendering 8 charts on the server can be slow. It uses a "hybrid approach" where it renders only the first one on the server, sends the HTML, and then sends the rest later over a websocket. That gives the best of both: fast initial load without too much waiting, and most of the time you don't even notice the rest loads later.