I've just started reading this book. As an object, it's pretty neat. My big complaint is that all of the stuff they've put into the pages can fall out and that ruins the experience quite a bit. I wish they had an index for all the cards and other things so that I could put the book back together. Edit: if the site doesn't link for you, go to Amazon and search for Ship of Theseus . That's the book the article is about…
Thankfully someone did make an index for the all cards and inserts in the book and where they belong: http://www.goodreads.com/topic/show/1589916-insert-inventory To my knowledge, the "meta book" is named "S". That's the name on the book cover. OTOH, inside the cover is "Ship of Theseus" which is the made-up book that the made-up meta characters are writing in the margins of. It looks like Amazon now allows you to se…
How J.J. Abrams Created a Reading Experience Unlike Any Other
11–20 of 70 posts
Re: How J.J. Abrams Created a Reading Experience Unlike Any Other
#12Re: How J.J. Abrams Created a Reading Experience Unlike Any Other
#13Earlier quoted context omitted.
For me, I could only read the first paragraph. No other text showed up. If I scrolled back up, the first paragraph was gone too.
I experienced the same thing. Then after reopening the page the content showed up, but I was no longer interested in the content, only wanted to see the page source to see how can a page be so broken, and it was no longer broken. So if you are still interested in the content, you should try opening the page again. It may work.
Re: How J.J. Abrams Created a Reading Experience Unlike Any Other
#14Fancy site... too bad it takes 30 seconds to load. I almost jumped ship.
On the subject, the whole concept reminds me of House of Leaves, only the later is definitely more weird
Re: How J.J. Abrams Created a Reading Experience Unlike Any Other
#15It amazes me that they could make it in bulk for $20 ( https://www.amazon.com/Ship-Theseus-J-Abrams/dp/0316201642 ). Among the pages are cards and other items that the two fictional readers shared or saved.
Re: How J.J. Abrams Created a Reading Experience Unlike Any Other
#16Had anyone read The House of Leaves by Mark Z. Danielewski ? A book in a book in a book. I feel some similarities with this one.
Re: How J.J. Abrams Created a Reading Experience Unlike Any Other
#17This website has a reading experience unlike any other, by that I mean it has none since it work load.
Why can't the text just load first?
Re: How J.J. Abrams Created a Reading Experience Unlike Any Other
#18Re: How J.J. Abrams Created a Reading Experience Unlike Any Other
#19Fancy site... too bad it takes 30 seconds to load. I almost jumped ship.
I didn't believe it so I timed it. Took 15s for me, which is still absurd given the fact that civ 5 takes about the same time to generate a new game. Fancy or not it's just a website. I'm not an expert on the subject (web dev) so could someone explain why more and more websites have significant load times when all they do is load a few images and text? Is it a server issue, a dev issue or a browser issue?(pretty sure…
I suspect the main reason people do it is because progressive loading has the potential to leave your page half-rendered, which looks bad. So you block the whole thing until you can present it in its entirety.
But it's the web. We're used to pages half-loading, and we're used to starting to read text before everything has been loaded. The right way to fix that problem is to make your design more lean, not to stick everything behind a 15-30s loading spinner.