Difference between revisions of "Talk:2013-12-14"
From Geohashing
imported>GearLoop |
imported>GearLoop |
||
Line 1: | Line 1: | ||
− | This is likely a problem on my end somehow, but I'm disputing today's coordinates. | + | <strike>This is likely a problem on my end somehow, but</strike> I'm disputing today's coordinates. EDIT:confirmed by anthill [http://tjum.anthill.de/cgi-bin/geohash.cgi?lat=&lon=&nr=o&map=gs&size=240x240&t=&date=&unit=mi 2013-12-14]. I believe the wiki's numbers <code>.7048882, .5196165</code> are in error, and the correct numbers are below. |
;Date: | ;Date: | ||
: 2013-12-14 | : 2013-12-14 | ||
Line 18: | Line 18: | ||
: <code>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</code> | : <code>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</code> | ||
− | I'd appreciate any insight as to how my numbers are different than the wiki's. --[[User:GearLoop|GearLoop]] ([[User talk:GearLoop|talk]]) 13:40, 14 December 2013 (EST) (edit 1:42pm eastern) | + | I'd appreciate any insight as to how my numbers are different than the wiki's. --[[User:GearLoop|GearLoop]] ([[User talk:GearLoop|talk]]) 13:40, 14 December 2013 (EST) (edit 1:42pm eastern; again 2:38) |
Latest revision as of 19:42, 14 December 2013
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)