Live data from Hacker News

Show HN: Reversing YouTube’s “Most Replayed” Graph

priyavr.at

21–23 of 23 posts

Re: Show HN: Reversing YouTube’s “Most Replayed” Graph

#22
post #17
post #16

So it's a histogram of 100 bars, forced into a spline in SVG to make it look like it has more detail than it does.

That's the big picture idea.

I knew that polynomial curve fitting results in overshoots like that, but didn't think that splines had that problem.

Re: Show HN: Reversing YouTube’s “Most Replayed” Graph

#23
post #22
post #17

Earlier quoted context omitted.

That's the big picture idea.

I knew that polynomial curve fitting results in overshoots like that, but didn't think that splines had that problem.

Splines are polynomials after all. Also, not every spline has this problem. The one YouTube is using is Cardinal spline.
Post reply on HN