To me the most interesting thing in this article were the urls of the inlined images, I had no idea you could do that.
Reverse-Engineering Xkcd's 'Frequency'
31–40 of 55 posts
Re: Reverse-Engineering Xkcd's 'Frequency'
#32To me the most interesting thing in this article were the urls of the inlined images, I had no idea you could do that.
Re: Reverse-Engineering Xkcd's 'Frequency'
#33To me the most interesting thing in this article were the urls of the inlined images, I had no idea you could do that.
Re: Reverse-Engineering Xkcd's 'Frequency'
#34Re: Reverse-Engineering Xkcd's 'Frequency'
#35Didn't get the "A european resident has their first kiss" though. Wouldn't it make more sense to divide the frequency by two and state "Two european residents have their first kiss"?
Re: Reverse-Engineering Xkcd's 'Frequency'
#36 1. Normalize times to integers.
2. Assume congruence at x = t mod (t+1).
3. Solve congruence system.
4. Denormalize result.
Python solution: http://ideone.com/Wh2SR6
Solution perspective: http://www.wolframalpha.com/input/?i=35417600268377072234556...Re: Reverse-Engineering Xkcd's 'Frequency'
#37Re: Reverse-Engineering Xkcd's 'Frequency'
#38Sounds like something that can be disproved empirically, but not proven.
Re: Reverse-Engineering Xkcd's 'Frequency'
#39Earlier quoted context omitted.
It would be nice to have Show Code at the top, along with a note that some of the code has been hidden. I like seeing code examples as I'm reading through.
I'm the guy who built that, and I agree. I tinkered with having another "Show Code" button at the top, but my attempts looked bulky and distracting. Still trying to figure out a better way. In the meantime, pull requests quite welcome: https://github.com/jsvine/reporter
Re: Reverse-Engineering Xkcd's 'Frequency'
#40Didn't get the "A european resident has their first kiss" though. Wouldn't it make more sense to divide the frequency by two and state "Two european residents have their first kiss"?
It very well may only be one of the participants' first kiss.