What happens when a remote server doesn't support Range headers?
Show HN: Papa Parse 3
71–80 of 86 posts
Re: Show HN: Papa Parse 3
#72I looked at this amazing parser some time ago, but it depended on jQuery for basically nothing. Great news it doesn't anymore.
Re: Show HN: Papa Parse 3
#73Re: Show HN: Papa Parse 3
#74Re: Show HN: Papa Parse 3
#75Re: Show HN: Papa Parse 3
#76Great presentation. One question: since this is a performance-oriented library, did you consider the possibility of letting the user specify a "chunk" function that receives an array of lines, instead of a "step" function that only receives one? That way, if you are parsing a file with one million lines, you can invoke the callback ten thousand times (with a hundred lines each time) instead of a million times.
Re: Show HN: Papa Parse 3
#77I am very interested in hearing use cases for this, I am having trouble coming up with something useful to do with it, but looks very interesting nonetheless and site's indeed really good.
Scientific and research applications would find this useful... any web app dealing with tabular data could benefit I think. Even if you still have to upload the whole file to a server, being able to instantly render a preview is a big win.
Re: Show HN: Papa Parse 3
#78Re: Show HN: Papa Parse 3
#79Do you guys think it would be too cheesy/unoriginal to "steal" this Q&A format for other products? I have a free software library to publish pretty soon, and I absolutely love your way of explaining how it all works in a cool, conversational style.
Innovation is cloning 80% and innovating on the remaining 20%. :) Edit: Hey why the downvotes, I didn't say it, Andrew Chen said it. Slide 23 http://andrewchen.co/2013/10/14/zero-to-productmarket-fit-pr...
This was later "clarified" by Bud Tribble: "If you take something and make it your own ... it's your design and that is the dividing line between copying and stealing."
My history teacher in high school had a simple challenge to get an A for the entire year, skipping all tests and quizzes, and free pass to sleep during class: "Give me a 100% unique idea"
Obviously everyone tried and everyone failed. There are no unique ideas, only innovations upon existing and past work of others.
So I find it odd anyone would downvote you for the truth!
Re: Show HN: Papa Parse 3
#80How do you have CSV data with a comma within a field?