Maybe that's exactly the problem with CSS that's it's trying to solve too many problems and then in the real world you end up with so many hacks you are happy you can put text and colors on screen the way you want.
How do you deal with correct fonts for CJK and especially the combination of CJK and latin fonts in one sentence?
Do you let the user's browser choose the correct font or are you ensuring the correct combination of fonts for both latin and japenese/simplified chinese/traditional chinese is used as you expect with web fonts (if allowed by the browser)? The user's latin font most likely won't have the glyphs for traditional chinese do you then let the browser choose the correct fallback font?
This is indeed a huge risk with all big providers. Very often someone complains about being banned on google play or apple store, and it is as damaging for many if they are kicked out from AWS or CloudFlare or Azure. Fortunatelly internet is not centralized so you can find other hosting for your needs and you are not as screwed as if google or apple decided to block you. But as you say this is just a personal application so luckily no real harm done to you and you can host this anywhere.
For some reason, everyone always thinks this will never happen to them, they want to move to cloud because "they will do everything for them" while they totally ignore it's a one big vendor lock-in and pretty pricy at that.
Honestly, I don't think that will happen. Both firejail and bwrap are not exactly secure (if you have suid bwrap installed, you get local root exploit every year) and the "jails" especially as utilized with bwrap using flatpaks are nothing like FreeBSD jails and firejail uses traditionally whitelists, not blacklists (which I think is better suited for desktop) but that just shows that most users do not want full jails for desktop, which makes sense afterall.
Yeah I've been on t495 for almost a year and, it's a blasphemy I know, but i'm happy I upgraded from t420.
And I know people with intel-based thinkpads (both linux and windows) complaining about horrible performance because intel power management.
Hopefully the trend will continue I used to put intel everywhere but today I have no problems with AMD (especially on linux).
That said my t495 came faulty from factory (trackpoints button not working properly) the quality issues are well documented if you search for that (iirc toms hardware chief editor wrote about that as well) but they changed it for me for free and upgraded to ryzen7 for free as well, that's a fair deal I would say.
That sounds great and good to see AMD cpu as intel has been very problematic in last few years (especially on linux, but windows as well), 32gigs ram for that money is great when thinkpad t495s comes with 8gig ram soldered on the board.
It's great people are finally starting to talk about the real experience running k8s however this article only lightly touched on the problems. When you see deployments when downscaling is not allowed because the code can't handle it somewhere and no one is sure where, when you see deployments with no thought on security updates.. yeah kubernetes is hard to get right.
It's also true many companies go this way not to solve a real problem but to jump the bandwagon.
Linus Torvalds: Well, I don't actually think it's true that nobody writes in C any more. I think C is still one of the top 10 languages easily, if you look at any of the statistics.