Difference between revisions of "Talk:2013-12-14"
From Geohashing
imported>GearLoop (Disputing today's coordinates) |
imported>GearLoop |
||
Line 1: | Line 1: | ||
This is likely a problem on my end somehow, but I'm disputing today's coordinates. | This is likely a problem on my end somehow, but I'm disputing today's coordinates. | ||
− | Date: 2013-12-14 | + | ;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: | |
+ | : <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) |
Revision as of 18:45, 14 December 2013
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) (edit 1:42pm eastern)