Why "The Daily" is an Abomination (and how to fix it)
fourstarstudios.com
Why "The Daily" is an Abomination (and how to fix it)
1–10 of 35 posts
Re: Why "The Daily" is an Abomination (and how to fix it)
#2I have no bias against Mr. Murdoch but why waste the limited amount of time and energy afforded each of us by freely offering unrequested and uncompensated advice?
Re: Why "The Daily" is an Abomination (and how to fix it)
#3Re: Why "The Daily" is an Abomination (and how to fix it)
#4Pearls before swine. I have no bias against Mr. Murdoch but why waste the limited amount of time and energy afforded each of us by freely offering unrequested and uncompensated advice?
It's also easier to remember tips and dictums when given an example to ponder than if provided in a vacuum.
Re: Why "The Daily" is an Abomination (and how to fix it)
#5Re: Why "The Daily" is an Abomination (and how to fix it)
#6Ah well, I guess I'll get by with The Times, Guardian, Telegraph, NY Times, LA Times, FT, WSJ, Int Herald Tribune and La Monde.
(And from the reviews I've heard, seems the content is fairly shoddy anyway, guess I'm not missing much.)
edit: I haven't yet had time myself to bother reading anything, but for anyone who does want to read the content without downloading the iPad app, check out http://thedailyindexed.tumblr.com/ which links to all the day's articles, as they are available on The Daily's website.
Re: Why "The Daily" is an Abomination (and how to fix it)
#7That is a myth. It is the pixel format of the CGImage that matters, not the compression format of the source file. 32bpp premultiplied CGImages are the only format that the GPU will render natively as the contents of a CALayer. Since all JPEGs decode to 24bpp and most PNGs are saved as 32bpp, it's easy to see why this would be confused. Simply copying to a 32bpp CGImage is enough to make drawing quick again.
Coincidentally, this blog post also scrolls poorly on the iPad.
Re: Why "The Daily" is an Abomination (and how to fix it)
#8Re: Why "The Daily" is an Abomination (and how to fix it)
#9"The iPhone and iPad have to work a lot harder to display JPEGs than they do to display the equivalent PNGs" That is a myth. It is the pixel format of the CGImage that matters, not the compression format of the source file. 32bpp premultiplied CGImages are the only format that the GPU will render natively as the contents of a CALayer. Since all JPEGs decode to 24bpp and most PNGs are saved as 32bpp, it's easy to see…
Re: Why "The Daily" is an Abomination (and how to fix it)
#10Is it just me, or can anyone else not scroll down to read the whole post on the iPad?