I (and many many others) have an achievement [slashdot.org] called "The Maker"... what does that mean? It's not listed in the FAQ.
Also, how are you computing the total number of Achievements? If you add up my achievements (and if I add the powers of two I get closer) but it doesn't come out to be the number you posted.
Also, if I have CmdrTaco's attention, why not leave this up? You've written the code for it and although it will certainly tax your database (default awards were handed out on different days)
Also, how are you computing the total number of Achievements? If you add up my achievements (and if I add the powers of two I get closer) but it doesn't come out to be the number you posted.
Also, how are you computing the total number of Achievements? If you add up my achievements (and if I add the powers of two I get closer) but it doesn't come out to be the number you posted.
Unexplained Achievement "The Maker"? (Score:5, Interesting)
Also, how are you computing the total number of Achievements? If you add up my achievements (and if I add the powers of two I get closer) but it doesn't come out to be the number you posted.
Also, if I have CmdrTaco's attention, why not leave this up? You've written the code for it and although it will certainly tax your database (default awards were handed out on different days)
Re:Unexplained Achievement "The Maker"? (Score:3, Insightful)
Also, how are you computing the total number of Achievements? If you add up my achievements (and if I add the powers of two I get closer) but it doesn't come out to be the number you posted.
Rounding errors, gets them every time...
Re: (Score:2)
Re: (Score:1)
Re: (Score:1)
Re: (Score:2)
Also, how are you computing the total number of Achievements? If you add up my achievements (and if I add the powers of two I get closer) but it doesn't come out to be the number you posted.
Rounding errors, gets them every time...
Base 4 works for me. Anyone else?
Re: (Score:2)
I get the right number by counting the power of 2 ones as the logarithm base 2 of the number plus 1.
Re: (Score:2)
The log base 2 of 2^5 is 5. Add one and you have 6. QED.
Re: (Score:1)