No idea how it works in other countries but in the UK there are fixed-rate mortgages and variable-rate mortgages. Fixed rate ones are where the interest rate is locked in at the time the mortgage is taken out so any changes to the national base rate (positive or negative) do not change how much you have to repay, variable-rate mortgages are when the interest rate will fluctuate as the national base rate rises and falls.
Fixed-rate mortgages are time-limited (typically between 2-5 years) and after that you either switch to a variable rate mortgage or you take out a new fixed-rate mortgage based on the interest rates at the time.
People that bought properties just before COVID got dirt-cheap fixed-rate mortgages as the Bank of England base rate was 0.5%. Anyone sensible locked it in for 5 years which is typically the maximum available. After those 5 years were up, the base rate was about 5% which is a huge jump. I think most people have locked theirs in for 2 years now in the hopes that in a couple of years the base rate will be much lower.
I would assume it would be because the poster would find themselves in negative equity (depending on how much was left to repay on the mortgage) with all the potential pitfalls that come with it, such as if you want to borrow further money against the value of the property or if you want to sell up and move.
Rumour has it (not sure if this was ever confirmed) that one of the big reasons the second Xbox was called the Xbox 360 was to avoid unfavourable number comparisons with Sony. The Xbox launched vs the PS2, which meant the "Xbox 2" would compete against the PS3. As 3 is bigger than 2, it would make the second Xbox look bad. Hence, Xbox 360. Both have a 3, no number issues. For what it's worth, Robbie Bach (former Chief Xbox Officer) is on the record as saying one of the potential names for the second Xbox was just "Xbox 3" to catch up the PS3.
While officially the meaning of the "Xbox One" name was something about it being an all-in-one entertainment system, I would put money on it being chosen as some kind of subliminal naming scheme as it sounds like "Xbox Won".
A lot of programmers refer to the compiler explorer as Godbolt due to the domain name, such as saying "Godbolt link", "try it on Godbolt", etc. They do not realise that the domain name is Godbolt.org not because "Godbolt" is the name for the compiler explorer, but that the creator/maintainer's name is... Matthew Godbolt.
I personally found out the domain was named after the creator when I saw a CppCon talk about the explorer from him!
Calling it a hint is very much over-simplifying things as there are also restrictions on what a constexpr function is and is not allowed to do, although those restrictions become fewer and fewer as time goes on as compilers are so advanced that they can emulate more system level things at compile time.
Also, constexpr on a variable is not a hint - it must be evaluated at compile time, where-as a constexpr function will be evaluated at either compile time or runtime depending on the context and arguments passed to it. For a function that you either want to work at compile time or not at all (compile error), consteval is the hardened version.
Yes, sadly this means "constexpr" variables and "consteval" functions must be calculated at compile time, while "constexpr" functions can be used both at compile time and runtime. An annoying distinction.
Fixed-rate mortgages are time-limited (typically between 2-5 years) and after that you either switch to a variable rate mortgage or you take out a new fixed-rate mortgage based on the interest rates at the time.
People that bought properties just before COVID got dirt-cheap fixed-rate mortgages as the Bank of England base rate was 0.5%. Anyone sensible locked it in for 5 years which is typically the maximum available. After those 5 years were up, the base rate was about 5% which is a huge jump. I think most people have locked theirs in for 2 years now in the hopes that in a couple of years the base rate will be much lower.