Favicons not changing on Safari (after all your hard work)?
Here is the solution (hidden in plain sight).
Reset/Renew Safari favicons:
After you click Reset, reload your page and be happy! http://jigsaw.w3.org/css-validator/check/referer
?profile=css3so that it looks like this:
http://jigsaw.w3.org/css-validator/check/referer?profile=css3
def pi():
N = 0
n, d = 0, 1
while True:
xn = (120*N**2 + 151*N + 47)
xd = (512*N**4) + 1024*N**3 +
712*N**2 + 194*N + 15)
n = ((16 * n * xd) + (xn * d)) % (d * xd)
d *= xd
yield 16 * n // d
N += 1