View Single Post
Old 06-18-2014, 02:55 PM   #3
Tex2002ans
Wizard
Tex2002ans ought to be getting tired of karma fortunes by now.Tex2002ans ought to be getting tired of karma fortunes by now.Tex2002ans ought to be getting tired of karma fortunes by now.Tex2002ans ought to be getting tired of karma fortunes by now.Tex2002ans ought to be getting tired of karma fortunes by now.Tex2002ans ought to be getting tired of karma fortunes by now.Tex2002ans ought to be getting tired of karma fortunes by now.Tex2002ans ought to be getting tired of karma fortunes by now.Tex2002ans ought to be getting tired of karma fortunes by now.Tex2002ans ought to be getting tired of karma fortunes by now.Tex2002ans ought to be getting tired of karma fortunes by now.
 
Posts: 2,297
Karma: 12126329
Join Date: Jul 2012
Device: Kobo Forma, Nook
Quote:
Originally Posted by deeplyblue View Post
1. You don't read any real books (dead tree) because you've lots of ebooks waiting.
I don't read many ebooks lately either, because I am too busy converting more books to EPUB!

Last time I read a book was 02.10.2014, and maybe read half a chapter.

Quote:
Originally Posted by deeplyblue View Post
2. You stop reading finished ebooks in ordinary readers because you've read them already when you "made them fit to read" them in Sigil.
I don't read while I edit.

As theducks said, I typically just am running in "overview mode" while quickly scanning for errors.

Quote:
Originally Posted by deeplyblue View Post
3. You've not the read the book properly because you were too worried about the layout.
When I actually do get around to reading a book, I read SLOOOOW, because I am hunting for every single little typo/mistake.

If I am reading in bed, I write it down on a piece of paper next to my bed, and make the fixes next time I am on the computer.... and if I am reading on the computer, I fix it right there.

Quote:
Originally Posted by deeplyblue View Post
4. You realise that you've lost the meaning of a sentence because you were too worried about where the punctuation went.
Or when punctuation magically gets introduced, for example, depending on the fonts, a fancy italic 'm' might turn into a "m,".

Although I usually catch all punctuation errors way back at the OCR stage or the Regex stage.

Quote:
Originally Posted by deeplyblue View Post
5. You've given up reading in text views and just use code view because you can see bad coding which is hidden when the text seems to work OK, but will need correcting - Just In Case.
Yep, I do everything in Code View, and hideous code MUST BE CLEANED for maintenance purposes.

Quote:
<p>The overwhelming majority of our contemporaries cannot understand the ascetic ideal. But once one rejects the principle of the ascetic conduct of life, one cannot reproach liberalism for aiming at outer well-being.</p>
is much better than:

Quote:
<p class="s1">The overwhelming majority <span class="c5">o</span>f our <span class="c6">c</span>ontempo<span class="c5">r</span>aries cannot un<span class="c5">d</span>erstand t<span class="c5">h</span>e ascetic ideal. But o<span class="c5">n</span>ce one rejec<span class="c5">t</span>s t<span class="c5">h</span>e principle of the ascetic conduct of life; one can<span class="c5">n</span>ot reproach liberalism for a<span class="c10">i</span>ming at outer well-bei<span class="c5">n</span>g.</p>
The code itself should be readable to the human eye.

Note: Yes, this is a real example of an EPUB I just got a few days ago.

Quote:
Originally Posted by deeplyblue View Post
6. You have a guide to CSS permanently loaded on your tablet. If you have a guide to regex permanently loaded on your tablet then you have it really badly.
Permanently loaded into my brain maybe.

Regex, I have a ton saved up in Sigil Saved Searches, but most of the time I create them on a case-by-case basis off of the top of my head.

Quote:
Originally Posted by deeplyblue View Post
7. When you read a well-edited mobi version of a book, you make sure you have an epub version to hand - just in case you spot something which needs editing. And then you always DO spot something that needs editing.
I don't touch MOBIs... but I DO quite often do a lot of A/B code comparisons with other sources (for example, pulling HTML off of a website, and comparing the text, quickly OCRing a version off of Archive.org and comparing the two texts together).

For example, I just did an Archive.org PDF of the First Edition of a book, compared with the Third Edition of the book (to see exactly what changed).

Quote:
Originally Posted by deeplyblue View Post
8. You keep all the epub versions you can find of a book, so that you have the maximum chance of getting a conclusive reading. And then keep a pdf version as well so that even bad OCR might give a proper clue.
I don't trust ANY conversion I find 100%.

I always try to store the source material.

Quote:
Originally Posted by deeplyblue View Post
9. You buy a paper copy of a book so that you can determine what the only corrupt ebook should have said, so that you can have a good ebook which you got to save you finding the shelf space for paper books.
Nah, I don't go this far! Wasting money on a physical book? BAH!

A physical book is only allowable in the extreme case that a book just DOESN'T EXIST online in any form... then it is allowed, only for the purpose of digitization.

Quote:
Originally Posted by deeplyblue View Post
10. You get given an audiobook, and your first instinct is to start loading Audacity so that you can alter the recording levels if it's a bad transfer from cassette.
Not too big on audiobooks, but it does irk me when what is said in the audio =/= exactly what the text says (happens quite often in games, makes me want to pull my hair out!).

Last edited by Tex2002ans; 06-18-2014 at 03:03 PM.
Tex2002ans is offline   Reply With Quote