That's on them though. It's nice to have an option where the third party app just provides its value-add, instead of insisting on being the first party.
Think of small websites like those cool, hidden gardens you sometimes find in a neighborhood. They're not famous, but when you find one, it's special. They're made with care, not for fame. It's like that with our little websites. We build them for fun, for ourselves, and for the few who might wander in and smile at what they see. That's what makes them awesome, not how many people visit
How do compilers detect the need to replace high-level code with a hard-coded three-number sorting algorithm? As someone not deeply familiar with compiler internals, I'm eager to understand the underlying mechanisms. Could anyone shed light on how modern compilers recognize situations where it's beneficial to replace generic code with optimized assembly instructions specifically designed for sorting three numbers?
You simply prefix your GitHub (or gitlab) url with "gitpod.io/{your-repo} and you are instantly redirected to VM with with your repo cloned and ready to use, a fully customizable dev environment, vscode, extensions, machine is public on the internet so you can "npm start" and actually start serving your site.