←back to thread

1106 points sama | 10 comments | | HN request time: 0.001s | source | bottom
Show context
johnloeber ◴[] No.12511160[source]
I am surprised that YC would make this page so remarkably mobile-unfriendly. I don't have the time to listen to the interview, I just want to read the transcript. They could have just pasted it in a reader-friendly format, but instead it's in an annoying Scribd applet. I don't want to sign up for their service or download the app, not to mention that it's a terrible mobile reader anyway. This was very disappointing.
replies(7): >>12511164 #>>12511297 #>>12511540 #>>12511609 #>>12512960 #>>12516843 #>>12518033 #
sneak ◴[] No.12511164[source]
Yeah, kudos to Scribd for perhaps the maximum LOC codebase for "how to make plain text completely fucking unusable".

There's real irony there in it being an article about delivering value to society through making useful technology.

replies(6): >>12511310 #>>12511378 #>>12511547 #>>12511548 #>>12513539 #>>12514589 #
1. thaumaturgy ◴[] No.12511378[source]
OK, I was able to clean it up into plain text and post it to Pastebin: http://pastebin.com/vcEe9KWP

Used the $$ selector in Chrome to find Scribd's .ff0 elements, copied them into SublimeText, did some regex work to clean out the tags (a span element for every line? with absolute positioning? Really Scribd?), and then exploited the fact that paragraphs got jammed together with no whitespace between the last punctuation and the beginning of the next paragraph to use a regex to auto-break the paragraphs.

Not pretty, but should be readable.

replies(6): >>12511602 #>>12511698 #>>12511917 #>>12512500 #>>12514873 #>>12515228 #
2. suraj_sindhia ◴[] No.12511602[source]
Thank you very much.
3. TaylorAlexander ◴[] No.12511698[source]
I wish somebody had created some kind of universal markup language for text, that would let us easily share it...
replies(1): >>12513684 #
4. wonkaWonka ◴[] No.12511917[source]
Oh, so much better. Thank you jesus!

In other communities, to circumvent asinine ploys at lock-in, someone would just brute force the pdf file with a burner facebook login, and repost it. But then, you'd still be stuck with a pdf.

5. techmicrobiz ◴[] No.12512500[source]
Thanks for this. Plain text is so much easier!
6. jasonsync ◴[] No.12513684[source]
There must be a framework for that ...
replies(1): >>12517198 #
7. kragen ◴[] No.12514873[source]
Your work is awesome. Thank you so much. Here, I pasted it into a gist so that it's not in a typewriter font. I thought it would also fix the lines being 25 words long but it didn't, but it's still an improvement: https://gist.github.com/anonymous/3ea317a1f71bbfeca6df5d8469...
8. jbpetersen ◴[] No.12515228[source]
Some prettiness to go with what you already accomplished: https://cdn.rawgit.com/JeffreyBPetersen/5a3198c940ccca39ff63...

Unfortunately the transcript is missing past a point. I haven't checked to see if that's the case in the original document.

edit - Looks like I should've refreshed the thread first: https://news.ycombinator.com/item?id=12514873

replies(1): >>12515252 #
9. ◴[] No.12515252[source]
10. aalbertson ◴[] No.12517198{3}[source]
Need a new standard...