←back to thread

1106 points sama | 1 comments | | HN request time: 0.22s | source
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 #
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 #
1. 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...