Talk:2013-12-14

From Geohashing
Revision as of 18:40, 14 December 2013 by imported>GearLoop (Disputing today's coordinates)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

This is likely a problem on my end somehow, but I'm disputing today's coordinates. Date: 2013-12-14

DOW from Friday the 13th (as given by finance.google.com): Open 15,745.66

Hash input (no trailing line break): 2013-12-14-15745.66

md5 hash (from both openssl md5 and md5sum) f711f8dc3ca99c59a56b11adb3f2742a

Before hex to decimal conversion: 0.F711F8DC3CA99C59 0.A56B11ADB3F2742A

after hex to decimal conversion: .9651179826438806 .6461649941520109

The code I used: echo -n $(date --rfc-3339=date)"-15745.66" | openssl md5 | sed -e 's/[^ ]* //' -e 's/.\{16\}/&\n/' | tr 'a-z' 'A-Z' | sed 's/^/0./' | cat <(echo "ibase=16;obase=A;") - | bc

I'd appreciate any insight as to how my numbers are different than the wiki's. --GearLoop (talk) 13:40, 14 December 2013 (EST)