Re: OT - convert notations
Posted: 03 Jul 2013 10:46
Here it is.SkyFrontier wrote:Hm.
Errrrr...
Han...
I still can't see a way to convert those calculations into XY scripting, specially as (per my own initial observations and attempts) the farthest we could go is (like http://www.wolframalpha.com/input/?i=13 ... 0+*+100+ns clearly says) is a full amalgam of nanoseconds instead of a nice "2013-07-02 18:37" user readable format (not to mention the total lack of a clue on how to convert such date back into nanosecs!).
-and don't you dare to tell me that such conversion is 'pretty straightforward', right?
![]()
Strangely, that tune also reminds me Danny Boyle's Sunshine OST, a movie that was certainly made to be a full sensory experience.
Thanks for helping! Have a good nite.
0. I take for granted that
Code: Select all
30304315ยท3273177601. So I pick the left part of the number and convert to binary ( http://www.wolframalpha.com/input/?i=30304315+to+bin ), and I get
Code: Select all
1110011100110100000111011Code: Select all
10011100000100111100100000000Code: Select all
00010011100000100111100100000000Code: Select all
111001110011010000011101100010011100000100111100100000000Code: Select all
130156042180000000Code: Select all
Monday, January 1, 1601 (Gregorian calendar)+13015604218000000000 ns (nanoseconds)
=
Saturday, September 21, 2013Don, what's wrong in these calculations?