Talk:2013-12-14
From Geohashing
This is likely a problem on my end somehow, but I'm disputing today's coordinates. EDIT:confirmed by anthill 2013-12-14. I believe the wiki's numbers .7048882, .5196165
are in error, and the correct numbers are below.
- 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) (edit 1:42pm eastern; again 2:38)