Found this with google:Am I crazy or does Justinian I of the Byzantium have a duck on his right shoulder?
I've looked around, but nobody seems to ever talk about it.![]()
Justinian I - Wikipedia
en.wikipedia.org
Here is another one @3:54
I get it though.
The duck is the only animal that operates with total superiority on land, air, and water.
For all you know, birds built the pyramids ^^What would be the symbology of swans and ducks, The Poster?
In 2022, a godwit numbered 234684 left Alaska on 13 October and flew non-stop to Tasmania, the first time a tagged bird has flown this route. It flew a minimum of 13,560 km (8,430 mi) in 11 days 1 hour: a record non-stop distance.
I was reminded of this today:
I do not actually know, but there is a famous approximation for inverse square root (A new Til ^^
Computers (including calculators) don't do it that way, of course, but if you want to you can always calculate the (eg) square root of something by using an approximation based on derivatives.
For example, if you wished to find the square root of 17, with a few decimals, you can start with the square root of 16 (4) and use the function for square root (f(x)=sqrx), then take its derivative (it's 1/2 1/sqrx) which for the nearest number to 17, 16, would amount to 1/8. This means the inclination from 16 to 17 is roughly +1 y for every 8 x, so for 1 x it would roughly be 1/8 => sqr17 is appriximately 4.125 (closer to 4.123 in reality, but a good approximation).
I am sure there are ways to finesse the approximation, eg through taking the average inclination between 16 and something a little over 17 (but not between 16 and 18, that will still be off by around 0.02, just to the other side).
@Samson : what (for computers) algorithm is used for the square roots? I suppose something tied to the root division (which isn't really for humans, but it's just perfect for machines)
float InvSqrt(float x){
float xhalf = 0.5f * x;
int i = *(int*)&x; // store floating-point bits in integer
i = 0x5f3759df - (i >> 1); // initial guess for Newton's method
x = *(float*)&i; // convert new bits into float
x = x*(1.5f - xhalf*x*x); // One round of Newton's method
return x;
}
Where are the ones designed for mobility-disabled people? I don't see any.Future housing
![]()
'Houses That Can Save the World': These homes offer a blueprint for a greener future
Authors Sean Topham and Courtenay Smith conducted a worldwide search for innovative homes. The results combine cutting-edge technologies with ancient techniques being revived in the 21st Century.www.cnn.com