feedzirra 0.7.1 → 0.8.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (88) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +4 -0
  3. data/Gemfile +0 -14
  4. data/README.md +2 -241
  5. data/feedzirra.gemspec +2 -8
  6. data/lib/feedzirra.rb +2 -15
  7. data/lib/feedzirra/version.rb +1 -1
  8. metadata +7 -182
  9. data/.rspec +0 -1
  10. data/.travis.yml +0 -8
  11. data/Guardfile +0 -5
  12. data/Rakefile +0 -6
  13. data/benchmarks/README.md +0 -90
  14. data/benchmarks/basic.rb +0 -31
  15. data/benchmarks/feed_list.txt +0 -10
  16. data/benchmarks/feed_xml/apple.xml +0 -149
  17. data/benchmarks/feed_xml/cnn.xml +0 -278
  18. data/benchmarks/feed_xml/daring_fireball.xml +0 -1697
  19. data/benchmarks/feed_xml/engadget.xml +0 -604
  20. data/benchmarks/feed_xml/feedzirra_commits.xml +0 -370
  21. data/benchmarks/feed_xml/gizmodo.xml +0 -2
  22. data/benchmarks/feed_xml/loop.xml +0 -441
  23. data/benchmarks/feed_xml/rails.xml +0 -1938
  24. data/benchmarks/feed_xml/white_house.xml +0 -951
  25. data/benchmarks/feed_xml/xkcd.xml +0 -2
  26. data/benchmarks/fetching_systems.rb +0 -23
  27. data/benchmarks/other_libraries.rb +0 -73
  28. data/lib/feedzirra/core_ext.rb +0 -3
  29. data/lib/feedzirra/core_ext/date.rb +0 -19
  30. data/lib/feedzirra/core_ext/string.rb +0 -9
  31. data/lib/feedzirra/core_ext/time.rb +0 -31
  32. data/lib/feedzirra/feed.rb +0 -459
  33. data/lib/feedzirra/feed_entry_utilities.rb +0 -66
  34. data/lib/feedzirra/feed_utilities.rb +0 -103
  35. data/lib/feedzirra/parser.rb +0 -20
  36. data/lib/feedzirra/parser/atom.rb +0 -61
  37. data/lib/feedzirra/parser/atom_entry.rb +0 -34
  38. data/lib/feedzirra/parser/atom_feed_burner.rb +0 -22
  39. data/lib/feedzirra/parser/atom_feed_burner_entry.rb +0 -35
  40. data/lib/feedzirra/parser/google_docs_atom.rb +0 -28
  41. data/lib/feedzirra/parser/google_docs_atom_entry.rb +0 -29
  42. data/lib/feedzirra/parser/itunes_rss.rb +0 -50
  43. data/lib/feedzirra/parser/itunes_rss_item.rb +0 -41
  44. data/lib/feedzirra/parser/itunes_rss_owner.rb +0 -12
  45. data/lib/feedzirra/parser/rss.rb +0 -24
  46. data/lib/feedzirra/parser/rss_entry.rb +0 -37
  47. data/lib/feedzirra/parser/rss_feed_burner.rb +0 -23
  48. data/lib/feedzirra/parser/rss_feed_burner_entry.rb +0 -43
  49. data/spec/feedzirra/feed_entry_utilities_spec.rb +0 -62
  50. data/spec/feedzirra/feed_spec.rb +0 -762
  51. data/spec/feedzirra/feed_utilities_spec.rb +0 -273
  52. data/spec/feedzirra/parser/atom_entry_spec.rb +0 -86
  53. data/spec/feedzirra/parser/atom_feed_burner_entry_spec.rb +0 -47
  54. data/spec/feedzirra/parser/atom_feed_burner_spec.rb +0 -56
  55. data/spec/feedzirra/parser/atom_spec.rb +0 -76
  56. data/spec/feedzirra/parser/google_docs_atom_entry_spec.rb +0 -22
  57. data/spec/feedzirra/parser/google_docs_atom_spec.rb +0 -31
  58. data/spec/feedzirra/parser/itunes_rss_item_spec.rb +0 -63
  59. data/spec/feedzirra/parser/itunes_rss_owner_spec.rb +0 -18
  60. data/spec/feedzirra/parser/itunes_rss_spec.rb +0 -58
  61. data/spec/feedzirra/parser/rss_entry_spec.rb +0 -85
  62. data/spec/feedzirra/parser/rss_feed_burner_entry_spec.rb +0 -85
  63. data/spec/feedzirra/parser/rss_feed_burner_spec.rb +0 -57
  64. data/spec/feedzirra/parser/rss_spec.rb +0 -57
  65. data/spec/sample_feeds/AmazonWebServicesBlog.xml +0 -797
  66. data/spec/sample_feeds/AmazonWebServicesBlogFirstEntryContent.xml +0 -63
  67. data/spec/sample_feeds/AtomFeedWithSpacesAroundEquals.xml +0 -61
  68. data/spec/sample_feeds/FeedBurnerUrlNoAlternate.xml +0 -28
  69. data/spec/sample_feeds/GoogleDocsList.xml +0 -188
  70. data/spec/sample_feeds/HREFConsideredHarmful.xml +0 -314
  71. data/spec/sample_feeds/HREFConsideredHarmfulFirstEntry.xml +0 -22
  72. data/spec/sample_feeds/ITunesWithSpacesInAttributes.xml +0 -63
  73. data/spec/sample_feeds/PaulDixExplainsNothing.xml +0 -175
  74. data/spec/sample_feeds/PaulDixExplainsNothingAlternate.xml +0 -175
  75. data/spec/sample_feeds/PaulDixExplainsNothingFirstEntryContent.xml +0 -19
  76. data/spec/sample_feeds/PaulDixExplainsNothingWFW.xml +0 -174
  77. data/spec/sample_feeds/SamRuby.xml +0 -583
  78. data/spec/sample_feeds/TechCrunch.xml +0 -1515
  79. data/spec/sample_feeds/TechCrunchFirstEntry.xml +0 -9
  80. data/spec/sample_feeds/TechCrunchFirstEntryDescription.xml +0 -3
  81. data/spec/sample_feeds/TenderLovemaking.xml +0 -516
  82. data/spec/sample_feeds/TenderLovemakingFirstEntry.xml +0 -66
  83. data/spec/sample_feeds/TrotterCashionHome.xml +0 -611
  84. data/spec/sample_feeds/TypePadNews.xml +0 -368
  85. data/spec/sample_feeds/atom_with_link_tag_for_url_unmarked.xml +0 -31
  86. data/spec/sample_feeds/itunes.xml +0 -67
  87. data/spec/sample_feeds/pet_atom.xml +0 -497
  88. data/spec/spec_helper.rb +0 -88
@@ -1,1697 +0,0 @@
1
- <?xml version="1.0" encoding="utf-8"?>
2
- <feed xmlns="http://www.w3.org/2005/Atom">
3
- <title>Daring Fireball</title>
4
- <subtitle>Mac and web curmudgeonry/nerdery. By John Gruber.</subtitle>
5
- <link rel="alternate" type="text/html" href="http://daringfireball.net/" />
6
- <link rel="self" type="application/atom+xml" href="http://daringfireball.net/index.xml" />
7
- <id>http://daringfireball.net/feeds/combo</id>
8
-
9
- <updated>2013-11-28T16:28:57Z</updated><rights>Copyright © 2013, John Gruber</rights><entry>
10
- <title>China, and the Soaring Price of Bitcoin</title>
11
- <link rel="alternate" type="text/html" href="http://marginalrevolution.com/marginalrevolution/2013/11/china-and-the-soaring-price-of-bitcoin.html" />
12
- <link rel="shorturl" href="http://df4.us/m42" />
13
- <id>tag:daringfireball.net,2013:/linked//6.28658</id>
14
- <published>2013-11-28T16:27:47Z</published>
15
- <updated>2013-11-28T16:28:57Z</updated>
16
- <author>
17
- <name>John Gruber</name>
18
- <uri>http://daringfireball.net/</uri>
19
- </author>
20
- <content type="html" xml:base="http://daringfireball.net/linked/" xml:lang="en"><![CDATA[
21
- <p>Tyler Cowen, writing at Marginal Revolution:</p>
22
-
23
- <blockquote>
24
- <p>Right now, you can think of the value of Bitcoin being set in the
25
- same way that the value of an export license might be set through
26
- bids. If/when China fully liberalizes capital flows, the value of
27
- Bitcoin likely will fall. A lot. To the extent the shadow market
28
- value of the yuan rises, and approaches the level of the current
29
- quasi-peg, the value of Bitcoin will fall, by how much is not
30
- clear. Or maybe getting money out through Hong Kong (or Shanghai)
31
- will become easier and again the value of Bitcoin would fall. If
32
- Beijing shuts down BTC China, the main broker, which by the way
33
- accounts for about 1/3 of all Bitcoin transactions in the world,
34
- the value of Bitcoin very likely will fall. A lot. You will recall
35
- that the Chinese government shut down the virtual currency QQ in
36
- 2009; admittedly stopping Bitcoin could prove harder but still
37
- they could thwart or limit it.</p>
38
- </blockquote>
39
-
40
- <p>(<a href="https://twitter.com/scottsimpson/status/405839646468210688">Via Scott Simpson</a>.)</p>
41
-
42
- <div>
43
- <a title="Permanent link to ‘China, and the Soaring Price of Bitcoin’" href="http://daringfireball.net/linked/2013/11/28/china-bitcoid">&nbsp;★&nbsp;</a>
44
- </div>
45
-
46
- ]]></content>
47
- </entry><entry>
48
- <title>Report: iPhone 5S and 5C Made Up 76 Percent of New Smartphone Sales in Japan This October</title>
49
- <link rel="alternate" type="text/html" href="http://www.unwiredview.com/2013/11/27/iphone-5sc-made-up-76-of-new-smartphone-sales-in-japan-this-october/" />
50
- <link rel="shorturl" href="http://df4.us/m41" />
51
- <id>tag:daringfireball.net,2013:/linked//6.28657</id>
52
- <published>2013-11-28T00:28:18Z</published>
53
- <updated>2013-11-28T00:28:32Z</updated>
54
- <author>
55
- <name>John Gruber</name>
56
- <uri>http://daringfireball.net/</uri>
57
- </author>
58
- <content type="html" xml:base="http://daringfireball.net/linked/" xml:lang="en"><![CDATA[
59
- <p>Sounds like the <a href="http://www.apple.com/pr/library/2013/09/10NTT-DOCOMO-Apple-Team-Up-to-Offer-iPhone-in-Japan-on-Friday-September-20.html">recent Apple/NTT Docomo partnership</a> is working out.</p>
60
-
61
- <div>
62
- <a title="Permanent link to ‘Report: iPhone 5S and 5C Made Up 76 Percent of New Smartphone Sales in Japan This October’" href="http://daringfireball.net/linked/2013/11/27/iphone-japan">&nbsp;★&nbsp;</a>
63
- </div>
64
-
65
- ]]></content>
66
- </entry><entry>
67
- <title>Sentence of the Day</title>
68
- <link rel="alternate" type="text/html" href="http://www.itpro.co.uk/tablets/21104/tablets-account-nearly-50-cent-2014-pc-shipments" />
69
- <link rel="shorturl" href="http://df4.us/m40" />
70
- <id>tag:daringfireball.net,2013:/linked//6.28656</id>
71
- <published>2013-11-27T01:14:22Z</published>
72
- <updated>2013-11-27T01:14:26Z</updated>
73
- <author>
74
- <name>John Gruber</name>
75
- <uri>http://daringfireball.net/</uri>
76
- </author>
77
- <content type="html" xml:base="http://daringfireball.net/linked/" xml:lang="en"><![CDATA[
78
- <p>IT Pro:</p>
79
-
80
- <blockquote>
81
- <p>However, it’s not all bad news for Apple, added Coulling,
82
- because it’s one of the few firms making money out of the
83
- booming tablet market at the moment.</p>
84
- </blockquote>
85
-
86
- <p>What percentage of all tablet profits is Apple making &#8220;at the moment&#8221;? Do tell.</p>
87
-
88
- <div>
89
- <a title="Permanent link to ‘Sentence of the Day’" href="http://daringfireball.net/linked/2013/11/26/sentence">&nbsp;★&nbsp;</a>
90
- </div>
91
-
92
- ]]></content>
93
- </entry><entry>
94
- <title>‘No Taxes Paid… Just a Golden Color’</title>
95
- <link rel="alternate" type="text/html" href="http://www.wired.com/wiredscience/2013/11/vaclav-smil-wired/all/1" />
96
- <link rel="shorturl" href="http://df4.us/m3z" />
97
- <id>tag:daringfireball.net,2013:/linked//6.28655</id>
98
- <published>2013-11-27T01:07:41Z</published>
99
- <updated>2013-11-27T23:43:38Z</updated>
100
- <author>
101
- <name>John Gruber</name>
102
- <uri>http://daringfireball.net/</uri>
103
- </author>
104
- <content type="html" xml:base="http://daringfireball.net/linked/" xml:lang="en"><![CDATA[
105
- <p>Vaclav Smil, in an interview with Clive Thompson for Wired:</p>
106
-
107
- <blockquote>
108
- <p>Apple! Boy, what a story. No taxes paid, everything made
109
- abroad &#8212; yet everyone worships them. This new iPhone, there’s
110
- nothing new in it. Just a golden color. What the hell, right? When
111
- people start playing with color, you know they’re played out.</p>
112
- </blockquote>
113
-
114
- <p>I don&#8217;t know what&#8217;s more ridiculous: <a href="http://mashable.com/2013/01/05/apple-taxes-2012/">the idea that Apple pays &#8220;no taxes&#8221;</a>, or that the only thing new in the iPhone 5S is the gold color option. Combined, they put Smil on my &#8220;pay no mind&#8221; list.</p>
115
-
116
- <p><strong>Update:</strong> And why didn&#8217;t Clive Thompson challenge Smil on these points? They&#8217;re blatantly false, but stand unchallenged in the article text. What about the editors at Wired?</p>
117
-
118
- <div>
119
- <a title="Permanent link to ‘&#8216;No Taxes Paid… Just a Golden Color&#8217;’" href="http://daringfireball.net/linked/2013/11/26/smil">&nbsp;★&nbsp;</a>
120
- </div>
121
-
122
- ]]></content>
123
- </entry><entry>
124
- <title>‘Checkin’ Out Butts With Siri’</title>
125
- <link rel="alternate" type="text/html" href="http://www.muleradio.net/thetalkshow/62/" />
126
- <link rel="shorturl" href="http://df4.us/m3y" />
127
- <id>tag:daringfireball.net,2013:/linked//6.28654</id>
128
- <published>2013-11-27T01:01:58Z</published>
129
- <updated>2013-11-28T02:08:32Z</updated>
130
- <author>
131
- <name>John Gruber</name>
132
- <uri>http://daringfireball.net/</uri>
133
- </author>
134
- <content type="html" xml:base="http://daringfireball.net/linked/" xml:lang="en"><![CDATA[
135
- <p>This week on my podcast, The Talk Show: special guest John Moltz joins yours truly to discuss TextExpander and changes to iOS 7, Buttsgate, Microsoft’s “Scroogled” campaign, and Apple’s R&amp;D spending.</p>
136
-
137
- <p>Brought to you by these fine sponsors:</p>
138
-
139
- <ul>
140
- <li><p><a href="http://cardsagainsthumanity.com/">Cards Against Humanity</a>: The party game for horrible people.</p></li>
141
- <li><p><a href="http://www.domesticbeast.com/?utm_source=mule&amp;utm_medium=podcast&amp;utm_campaign=tts">Domestic Beast</a>: Just because you own a dog doesn’t mean your home should look like a doghouse.</p></li>
142
- <li><p><a href="http://www.globaldelight.com/iphone/camerapluspro/?utm_source=daringfireball&amp;utm_medium=banner&amp;utm_campaign=dftalkshow092012">Camera Plus 3.0</a>: Experience the true essence of iPhone photography.</p></li>
143
- <li><p><a href="http://smilesoftware.com/cgi-bin/redirect.pl?product=pdfpen-scan&amp;cmd=itunes&amp;tag=201310-PPSC-TS">PDFpen Scan+</a>: Scanning and OCR on your iPad and iPhone. A power-up for your mobile office.</p></li>
144
- </ul>
145
-
146
- <div>
147
- <a title="Permanent link to ‘&#8216;Checkin’ Out Butts With Siri&#8217;’" href="http://daringfireball.net/linked/2013/11/26/the-talk-show-062">&nbsp;★&nbsp;</a>
148
- </div>
149
-
150
- ]]></content>
151
- </entry><entry>
152
- <title>Elementary OS</title>
153
- <link rel="alternate" type="text/html" href="http://www.wired.com/wiredenterprise/2013/11/elementaryos/all/1" />
154
- <link rel="shorturl" href="http://df4.us/m3x" />
155
- <id>tag:daringfireball.net,2013:/linked//6.28653</id>
156
- <published>2013-11-27T00:51:41Z</published>
157
- <updated>2013-11-27T00:51:46Z</updated>
158
- <author>
159
- <name>John Gruber</name>
160
- <uri>http://daringfireball.net/</uri>
161
- </author>
162
- <content type="html" xml:base="http://daringfireball.net/linked/" xml:lang="en"><![CDATA[
163
- <p>Love the subhead on this Wired piece: &#8220;It may look like Apple’s Mac OS X, but it’s not.&#8221;</p>
164
-
165
- <p>It looks like Mac OS X if someone designed it based on verbal descriptions of OS X, circa Leopard, shouted over a bad cell phone connection, and translated through different languages a few times.</p>
166
-
167
- <div>
168
- <a title="Permanent link to ‘Elementary OS’" href="http://daringfireball.net/linked/2013/11/26/elementary-os">&nbsp;★&nbsp;</a>
169
- </div>
170
-
171
- ]]></content>
172
- </entry><entry>
173
- <title>Goldieblox and the Three MCs</title>
174
- <link rel="alternate" type="text/html" href="http://waxy.org/2013/11/goldieblox_and_the_three_mcs/" />
175
- <link rel="shorturl" href="http://df4.us/m3w" />
176
- <id>tag:daringfireball.net,2013:/linked//6.28652</id>
177
- <published>2013-11-27T00:20:18Z</published>
178
- <updated>2013-11-27T00:20:22Z</updated>
179
- <author>
180
- <name>John Gruber</name>
181
- <uri>http://daringfireball.net/</uri>
182
- </author>
183
- <content type="html" xml:base="http://daringfireball.net/linked/" xml:lang="en"><![CDATA[
184
- <p>Great piece on the complexity and murkiness of copyright law by Andy Baio.</p>
185
-
186
- <div>
187
- <a title="Permanent link to ‘Goldieblox and the Three MCs’" href="http://daringfireball.net/linked/2013/11/26/goldiebox">&nbsp;★&nbsp;</a>
188
- </div>
189
-
190
- ]]></content>
191
- </entry><entry>
192
- <title>FDA Orders 23andMe to Halt Sales of DNA Tests</title>
193
- <link rel="alternate" type="text/html" href="http://www.bloomberg.com/news/2013-11-25/fda-tells-google-backed-23andme-to-halt-dna-test-service.html" />
194
- <link rel="shorturl" href="http://df4.us/m3v" />
195
- <id>tag:daringfireball.net,2013:/linked//6.28651</id>
196
- <published>2013-11-27T00:17:50Z</published>
197
- <updated>2013-11-27T00:29:41Z</updated>
198
- <author>
199
- <name>John Gruber</name>
200
- <uri>http://daringfireball.net/</uri>
201
- </author>
202
- <content type="html" xml:base="http://daringfireball.net/linked/" xml:lang="en"><![CDATA[
203
- <p>Anna Edney, reporting for Bloomberg:</p>
204
-
205
- <blockquote>
206
- <p>23andMe Inc., the Google Inc.-backed DNA analysis company
207
- co-founded by Anne Wojcicki, was told by U.S. regulators to halt
208
- sales of its main product because it’s being sold without
209
- “marketing clearance or approval.” [&#8230;]</p>
210
-
211
- <p>Wojcicki, who recently separated from her husband, Google
212
- co-founder Sergey Brin, started 23andMe about six years ago to
213
- help people assess their risk of cancer, heart disease and other
214
- medical conditions.</p>
215
- </blockquote>
216
-
217
- <p>I feel obligated to point out that 23andMe sponsored my podcast, The Talk Show, <a href="http://daringfireball.net/linked/2013/07/23/the-talk-show-049">back in July this year</a>.</p>
218
-
219
- <div>
220
- <a title="Permanent link to ‘FDA Orders 23andMe to Halt Sales of DNA Tests’" href="http://daringfireball.net/linked/2013/11/26/23andme">&nbsp;★&nbsp;</a>
221
- </div>
222
-
223
- ]]></content>
224
- </entry><entry>
225
- <title>‘And if We Ask You to Leave, for God’s Sake, Don’t Start Yelling About Your “Rights”. Just Shut Up and Get Out Before You Make Things Worse.’</title>
226
- <link rel="alternate" type="text/html" href="https://www.facebook.com/photo.php?fbid=584967451553032&amp;l=b8d8e43a61" />
227
- <link rel="shorturl" href="http://df4.us/m3u" />
228
- <id>tag:daringfireball.net,2013:/linked//6.28650</id>
229
- <published>2013-11-26T23:47:04Z</published>
230
- <updated>2013-11-26T23:47:10Z</updated>
231
- <author>
232
- <name>John Gruber</name>
233
- <uri>http://daringfireball.net/</uri>
234
- </author>
235
- <content type="html" xml:base="http://daringfireball.net/linked/" xml:lang="en"><![CDATA[
236
- <p>Another restaurant makes a glasshole policy.</p>
237
-
238
- <div>
239
- <a title="Permanent link to ‘&#8216;And if We Ask You to Leave, for God&#8217;s Sake, Don&#8217;t Start Yelling About Your &#8220;Rights&#8221;. Just Shut Up and Get Out Before You Make Things Worse.&#8217;’" href="http://daringfireball.net/linked/2013/11/26/glassholes">&nbsp;★&nbsp;</a>
240
- </div>
241
-
242
- ]]></content>
243
- </entry><entry>
244
- <title>Where Americans Buy Cell Phones</title>
245
- <link rel="alternate" type="text/html" href="http://allthingsd.com/20131125/apple-store-a-big-source-of-cellphone-sales-best-buy-is-key-for-carriers/" />
246
- <link rel="shorturl" href="http://df4.us/m3t" />
247
- <id>tag:daringfireball.net,2013:/linked//6.28649</id>
248
- <published>2013-11-26T18:58:50Z</published>
249
- <updated>2013-11-26T19:01:26Z</updated>
250
- <author>
251
- <name>John Gruber</name>
252
- <uri>http://daringfireball.net/</uri>
253
- </author>
254
- <content type="html" xml:base="http://daringfireball.net/linked/" xml:lang="en"><![CDATA[
255
- <p>Ina Fried:</p>
256
-
257
- <blockquote>
258
- <p>The carrier stores are still the dominant place for Americans to get their new cellphones, but two other retailers — Apple and Best Buy — have emerged as significant channels.</p>
259
-
260
- <p>Apple, of course, sells only iPhones, but accounts for about 11 percent of retail phone sales, according to a survey from Consumer Intelligence Research Partners. Best Buy, which sells phones from all major carriers and all the big operating systems, accounts for 13 percent of sales.</p>
261
- </blockquote>
262
-
263
- <div>
264
- <a title="Permanent link to ‘Where Americans Buy Cell Phones’" href="http://daringfireball.net/linked/2013/11/26/american-phones">&nbsp;★&nbsp;</a>
265
- </div>
266
-
267
- ]]></content>
268
- </entry><entry>
269
- <title>Now It’s a ‘Smartwatch Bandwagon’</title>
270
- <link rel="alternate" type="text/html" href="http://blogs.wsj.com/digits/2013/11/25/zte-jumps-on-smartwatch-bandwagon/" />
271
- <link rel="shorturl" href="http://df4.us/m3s" />
272
- <id>tag:daringfireball.net,2013:/linked//6.28648</id>
273
- <published>2013-11-25T22:52:07Z</published>
274
- <updated>2013-11-25T22:52:12Z</updated>
275
- <author>
276
- <name>John Gruber</name>
277
- <uri>http://daringfireball.net/</uri>
278
- </author>
279
- <content type="html" xml:base="http://daringfireball.net/linked/" xml:lang="en"><![CDATA[
280
- <p>Juro Osawa, writing for the WSJ:</p>
281
-
282
- <blockquote>
283
- <p>In an interview with The Wall Street Journal Monday, Mr. Lv said
284
- that ZTE’s smartwatch will offer technological features that are
285
- similar to existing products such as the Galaxy Gear, but will
286
- sell for lower prices as it tries to appeal to China’s
287
- cost-conscious consumers. “We are focusing on the mainstream
288
- market,” he said.</p>
289
- </blockquote>
290
-
291
- <p>Could just be me, but somehow, &#8220;like the Galaxy Gear but cheaper&#8221; does not strike me as a winning strategy.</p>
292
-
293
- <div>
294
- <a title="Permanent link to ‘Now It&#8217;s a &#8216;Smartwatch Bandwagon&#8217;’" href="http://daringfireball.net/linked/2013/11/25/zte">&nbsp;★&nbsp;</a>
295
- </div>
296
-
297
- ]]></content>
298
- </entry><entry>
299
- <title>29 Dumb Things Finance People Say</title>
300
- <link rel="alternate" type="text/html" href="http://www.businessinsider.com/29-dumb-things-finance-people-say-2013-11" />
301
- <link rel="shorturl" href="http://df4.us/m3r" />
302
- <id>tag:daringfireball.net,2013:/linked//6.28647</id>
303
- <published>2013-11-25T22:41:46Z</published>
304
- <updated>2013-11-25T22:41:51Z</updated>
305
- <author>
306
- <name>John Gruber</name>
307
- <uri>http://daringfireball.net/</uri>
308
- </author>
309
- <content type="html" xml:base="http://daringfireball.net/linked/" xml:lang="en"><![CDATA[
310
- <p>Numbers 3 and 4 should be front and center every time Apple announces results.</p>
311
-
312
- <div>
313
- <a title="Permanent link to ‘29 Dumb Things Finance People Say’" href="http://daringfireball.net/linked/2013/11/25/dumb-things-finance-people-say">&nbsp;★&nbsp;</a>
314
- </div>
315
-
316
- ]]></content>
317
- </entry><entry>
318
- <title>Yahoo Mail and Dogfooding</title>
319
- <link rel="alternate" type="text/html" href="http://valleywag.gawker.com/no-one-at-yahoo-wants-to-use-yahoo-mail-1471217846" />
320
- <link rel="shorturl" href="http://df4.us/m3p" />
321
- <id>tag:daringfireball.net,2013:/linked//6.28645</id>
322
- <published>2013-11-25T22:29:29Z</published>
323
- <updated>2013-11-25T22:29:36Z</updated>
324
- <author>
325
- <name>John Gruber</name>
326
- <uri>http://daringfireball.net/</uri>
327
- </author>
328
- <content type="html" xml:base="http://daringfireball.net/linked/" xml:lang="en"><![CDATA[
329
- <p>Sam Biddle has a company-wide email from Yahoo executives encouraging all employees to use Yahoo Mail for their work email (currently only 25 percent do). Biddle writes:</p>
330
-
331
- <blockquote>
332
- <p>Somehow, I have a feeling Google doesn&#8217;t have to resort to these
333
- tactics to get people to use Gmail.</p>
334
- </blockquote>
335
-
336
- <p>Or Apple with Apple Mail. The onus is on the Yahoo Mail team to make a product Yahoo employees want to use, not on Yahoo employees to use a turd webmail product and somehow magically improve it through collective complaints. If your employees are only using your own products or services because they have to, or feel obligated to out of some sort of loyalty, you&#8217;re losing.</p>
337
-
338
- <p>Think back to those stories about Bill Gates&#8217;s and Steve Ballmer&#8217;s kids not being allowed to own iPods. The problem wasn&#8217;t with their kids. The problem was with the Zunes or the even worse &#8220;Plays For Sure&#8221; era Windows Media devices. If those devices were actually any good, their kids wouldn&#8217;t have asked for iPods, and they wouldn&#8217;t have had to make any silly rules. I somehow doubt Phil Schiller&#8217;s kids are forbidden from buying Samsung phones or tablets.</p>
339
-
340
- <div>
341
- <a title="Permanent link to ‘Yahoo Mail and Dogfooding’" href="http://daringfireball.net/linked/2013/11/25/yahoo-dogfooding">&nbsp;★&nbsp;</a>
342
- </div>
343
-
344
- ]]></content>
345
- </entry><entry>
346
-
347
- <link rel="alternate" type="text/html" href="http://omnigroup.com/omnigraffle?utm_campaign=df+omnigraffle+6" />
348
- <link rel="shorturl" href="http://df4.us/m3q" />
349
- <id>tag:daringfireball.net,2013:/feeds/sponsors//11.28646</id>
350
- <author>
351
- <name>Daring Fireball Department of Commerce</name>
352
- </author>
353
-
354
- <published>2013-11-25T17:34:09-05:00</published>
355
- <updated>2013-11-25T17:34:14-05:00</updated>
356
-
357
- <content type="html" xml:base="http://daringfireball.net/feeds/sponsors/" xml:lang="en"><![CDATA[
358
- <p>OmniGraffle 6 is the diagramming and design app with the exact set of features you need — it doesn’t matter if you’re a beginner or a professional. Version 6’s interface improvements and new features make it even easier to quickly mock up a website or app, put together a quick org chart, or do some space planning for the new office.</p>
359
-
360
- <p>It’s a great update packed with a lot of new features and improvements across the board. You can download a free trial of OmniGraffle 6 at <a href="http://omnigroup.com/omnigraffle?utm_campaign=df+omnigraffle+6">omnigroup.com</a>.</p>
361
-
362
- ]]></content>
363
- <title>[Sponsor] OmniGraffle 6</title></entry><entry>
364
- <title>James Bond Movie Posters by Alain Bossuyt</title>
365
- <link rel="alternate" type="text/html" href="http://www.behance.net/gallery/James-Bond-Fan-Art-Posters/12128353" />
366
- <link rel="shorturl" href="http://df4.us/m3o" />
367
- <id>tag:daringfireball.net,2013:/linked//6.28644</id>
368
- <published>2013-11-25T03:55:56Z</published>
369
- <updated>2013-11-25T04:21:47Z</updated>
370
- <author>
371
- <name>John Gruber</name>
372
- <uri>http://daringfireball.net/</uri>
373
- </author>
374
- <content type="html" xml:base="http://daringfireball.net/linked/" xml:lang="en"><![CDATA[
375
- <p>Very cool style; works especially well for the Connery era films.</p>
376
-
377
- <div>
378
- <a title="Permanent link to ‘James Bond Movie Posters by Alain Bossuyt’" href="http://daringfireball.net/linked/2013/11/24/bond-posters">&nbsp;★&nbsp;</a>
379
- </div>
380
-
381
- ]]></content>
382
- </entry><entry>
383
- <title>Eric Schmidt’s Guide to Converting to Android From iPhone</title>
384
- <link rel="alternate" type="text/html" href="https://plus.google.com/app/basic/stream/z12fjzfxvwnws1e3d23vhni5lybzclmaq04" />
385
- <link rel="shorturl" href="http://df4.us/m3n" />
386
- <id>tag:daringfireball.net,2013:/linked//6.28643</id>
387
- <published>2013-11-25T03:41:05Z</published>
388
- <updated>2013-11-25T03:53:31Z</updated>
389
- <author>
390
- <name>John Gruber</name>
391
- <uri>http://daringfireball.net/</uri>
392
- </author>
393
- <content type="html" xml:base="http://daringfireball.net/linked/" xml:lang="en"><![CDATA[
394
- <p>Eric Schmidt:</p>
395
-
396
- <blockquote>
397
- <p>Many of my iPhone friends are converting to Android. The latest high-end phones from Samsung (Galaxy S4), Motorola (Verizon Droid Ultra) and the Nexus 5 (for AT&amp;T, Sprint, T-Mobile) have better screens, are faster, and have a much more intuitive interface. They are a great Christmas present to an iPhone user!</p>
398
- </blockquote>
399
-
400
- <p>The &#8220;better screens&#8221; and &#8220;more intuitive interface&#8221; are obviously subjective, but isn&#8217;t &#8220;faster&#8221; just plain false? Just about every benchmark I&#8217;ve seen puts the A7 atop the performance charts, often by far.</p>
401
-
402
- <p>Also interesting: Schmidt brags that Android has 80 percent market share, but then compares switching from iPhone-to-Android to Windows-to-Mac. If there&#8217;s a Windows of mobile computing, it&#8217;s Android.</p>
403
-
404
- <p>Anyway, the whole thing is kind of weird. (Two spaces after periods? Shouldn&#8217;t Google Plus fix that bad habit automatically?)</p>
405
-
406
- <div>
407
- <a title="Permanent link to ‘Eric Schmidt&#8217;s Guide to Converting to Android From iPhone’" href="http://daringfireball.net/linked/2013/11/24/erics-guide">&nbsp;★&nbsp;</a>
408
- </div>
409
-
410
- ]]></content>
411
- </entry><entry>
412
- <title>Apple Confirms Acquisition of 3D Sensor Startup PrimeSense</title>
413
- <link rel="alternate" type="text/html" href="http://allthingsd.com/20131124/apple-confirms-acquisition-of-3d-sensor-startup-primesense/" />
414
- <link rel="shorturl" href="http://df4.us/m3m" />
415
- <id>tag:daringfireball.net,2013:/linked//6.28642</id>
416
- <published>2013-11-25T03:26:50Z</published>
417
- <updated>2013-11-25T03:31:04Z</updated>
418
- <author>
419
- <name>John Gruber</name>
420
- <uri>http://daringfireball.net/</uri>
421
- </author>
422
- <content type="html" xml:base="http://daringfireball.net/linked/" xml:lang="en"><![CDATA[
423
- <p>AllThingsD:</p>
424
-
425
- <blockquote>
426
- <p>Apple has completed its acquisition of PrimeSense, the Israel-based company focused on 3-D sensor technology, for a price sources said was around $360 million. [&#8230;]</p>
427
-
428
- <p>PrimeSense became widely known in the sensor technology space for its early work with Microsoft’s Kinect gaming product, which uses cameras and depth sensors to capture players’ motions and incorporate them into Xbox gameplay. (Microsoft now deploys its own homegrown sensor technology for the current generation of Kinect devices, which ship with the recently launched Xbox One.)</p>
429
- </blockquote>
430
-
431
- <p>Will be interesting to see what comes of this. Seems like too much money for Apple not to have something specific in mind.</p>
432
-
433
- <div>
434
- <a title="Permanent link to ‘Apple Confirms Acquisition of 3D Sensor Startup PrimeSense’" href="http://daringfireball.net/linked/2013/11/24/primesense">&nbsp;★&nbsp;</a>
435
- </div>
436
-
437
- ]]></content>
438
- </entry><entry>
439
- <title>iCloud: My Photo Stream and iCloud Photo Sharing Limits</title>
440
- <link rel="alternate" type="text/html" href="http://support.apple.com/kb/HT4858?viewlocale=en_US&amp;locale=en_US" />
441
- <link rel="shorturl" href="http://df4.us/m3l" />
442
- <id>tag:daringfireball.net,2013:/linked//6.28641</id>
443
- <published>2013-11-23T22:19:06Z</published>
444
- <updated>2013-11-23T22:59:00Z</updated>
445
- <author>
446
- <name>John Gruber</name>
447
- <uri>http://daringfireball.net/</uri>
448
- </author>
449
- <content type="html" xml:base="http://daringfireball.net/linked/" xml:lang="en"><![CDATA[
450
- <p>If I&#8217;m reading this right, Apple has just completely eliminated the 1000-photo, 30-day limit on Photo Stream. Sounds like a huge upgrade to the service.</p>
451
-
452
- <p><strong>Update:</strong> Sounds like no, you can upload far more than 1000 photos per month, but the &#8220;long-term&#8221; storage limits remain the same. I should have known better; last I heard, significant improvements to Photo Stream were slated as a 2014 thing, not a 2013 thing. This should not be confusing at all; but instead, it&#8217;s confusing as hell.</p>
453
-
454
- <div>
455
- <a title="Permanent link to ‘iCloud: My Photo Stream and iCloud Photo Sharing Limits’" href="http://daringfireball.net/linked/2013/11/23/icloud-photo-stream-">&nbsp;★&nbsp;</a>
456
- </div>
457
-
458
- ]]></content>
459
- </entry><entry>
460
- <title>Squarespace</title>
461
- <link rel="alternate" type="text/html" href="http://www.squarespace.com/?channel=display&amp;subchannel=daringfireball&amp;campaign=1119" />
462
- <link rel="shorturl" href="http://df4.us/m3k" />
463
- <id>tag:daringfireball.net,2013:/linked//6.28640</id>
464
- <published>2013-11-23T16:05:50Z</published>
465
- <updated>2013-11-23T16:05:53Z</updated>
466
- <author>
467
- <name>John Gruber</name>
468
- <uri>http://daringfireball.net/</uri>
469
- </author>
470
- <content type="html" xml:base="http://daringfireball.net/linked/" xml:lang="en"><![CDATA[
471
- <p>My thanks to Squarespace for sponsoring this week&#8217;s DF RSS feed. Squarespace is a great way to create a modern, professional website, with everything you need integrated into a single platform. Everything from a blog, image galleries, to e-commerce is built in. Every Squarespace website is mobile-ready and backed by award winning 24/7 customer service.</p>
472
-
473
- <p>New this week: two great new apps for iOS, <a href="http://blog.squarespace.com/blog/a-complete-ios-app-overhaul">Squarespace Blog and Squarespace Metrics</a>. The blogging app even includes great support for Markdown, and is a great way to update your site from your iPhone or iPad.</p>
474
-
475
- <div>
476
- <a title="Permanent link to ‘Squarespace’" href="http://daringfireball.net/linked/2013/11/23/squarespace">&nbsp;★&nbsp;</a>
477
- </div>
478
-
479
- ]]></content>
480
- </entry><entry>
481
- <title>CNet: ‘Heads Up Apple, Here Comes 64-Bit Android on Intel’</title>
482
- <link rel="alternate" type="text/html" href="http://news.cnet.com/8301-1035_3-57613424-94/heads-up-apple-here-comes-64-bit-android-on-intel/" />
483
- <link rel="shorturl" href="http://df4.us/m3j" />
484
- <id>tag:daringfireball.net,2013:/linked//6.28639</id>
485
- <published>2013-11-23T15:57:35Z</published>
486
- <updated>2013-11-23T17:26:54Z</updated>
487
- <author>
488
- <name>John Gruber</name>
489
- <uri>http://daringfireball.net/</uri>
490
- </author>
491
- <content type="html" xml:base="http://daringfireball.net/linked/" xml:lang="en"><![CDATA[
492
- <p>Just me, or is this headline backwards? Wasn&#8217;t it Android and Intel that needed a &#8220;heads up&#8221; a few months ago regarding 64-bit mobile computing? This thing is nothing more than <a href="https://twitter.com/frakintosh/status/404282147051036672">a 64-bit tablet concept</a>.</p>
493
-
494
- <div>
495
- <a title="Permanent link to ‘CNet: &#8216;Heads Up Apple, Here Comes 64-Bit Android on Intel&#8217;’" href="http://daringfireball.net/linked/2013/11/23/heads-up">&nbsp;★&nbsp;</a>
496
- </div>
497
-
498
- ]]></content>
499
- </entry><entry>
500
- <title>Inside the Apple Store: ‘It’s a Trap’</title>
501
- <link rel="alternate" type="text/html" href="http://www.mcsweeneys.net/articles/its-a-trap" />
502
- <link rel="shorturl" href="http://df4.us/m3i" />
503
- <id>tag:daringfireball.net,2013:/linked//6.28638</id>
504
- <published>2013-11-22T22:39:32Z</published>
505
- <updated>2013-11-23T17:27:39Z</updated>
506
- <author>
507
- <name>John Gruber</name>
508
- <uri>http://daringfireball.net/</uri>
509
- </author>
510
- <content type="html" xml:base="http://daringfireball.net/linked/" xml:lang="en"><![CDATA[
511
- <p>Great column by J.K. Appleseed, the pseudonymous Apple Store employee now writing for McSweeney&#8217;s (including the best take I&#8217;ve seen regarding Catherine Rampell&#8217;s asinine &#8220;Why Apple Wants to Bust Your iPhone&#8221; piece in the NYT).</p>
512
-
513
- <div>
514
- <a title="Permanent link to ‘Inside the Apple Store: &#8216;It’s a Trap&#8217;’" href="http://daringfireball.net/linked/2013/11/22/appleseed">&nbsp;★&nbsp;</a>
515
- </div>
516
-
517
- ]]></content>
518
- </entry><entry>
519
- <title>Android 4.4 Ships Without a Web Browser</title>
520
- <link rel="alternate" type="text/html" href="http://www.unwiredview.com/2013/11/21/android-4-4-kitkat-ships-without-browser-app-oems-have-to-license-chrome-or-build-their-own/" />
521
- <link rel="shorturl" href="http://df4.us/m3h" />
522
- <id>tag:daringfireball.net,2013:/linked//6.28637</id>
523
- <published>2013-11-22T21:27:30Z</published>
524
- <updated>2013-11-22T21:32:51Z</updated>
525
- <author>
526
- <name>John Gruber</name>
527
- <uri>http://daringfireball.net/</uri>
528
- </author>
529
- <content type="html" xml:base="http://daringfireball.net/linked/" xml:lang="en"><![CDATA[
530
- <p>OEMs can either license Chrome, or build their own browser. Open!</p>
531
-
532
- <div>
533
- <a title="Permanent link to ‘Android 4.4 Ships Without a Web Browser’" href="http://daringfireball.net/linked/2013/11/22/android">&nbsp;★&nbsp;</a>
534
- </div>
535
-
536
- ]]></content>
537
- </entry><entry>
538
- <title>iWork for iOS and Mac Updated, Keynote Gains New Transitions</title>
539
- <link rel="alternate" type="text/html" href="http://www.macrumors.com/2013/11/21/iwork-for-for-ios-and-mac-updated-keynote-gains-with-new-transitions/" />
540
- <link rel="shorturl" href="http://df4.us/m3g" />
541
- <id>tag:daringfireball.net,2013:/linked//6.28636</id>
542
- <published>2013-11-21T22:31:17Z</published>
543
- <updated>2013-11-22T03:34:26Z</updated>
544
- <author>
545
- <name>John Gruber</name>
546
- <uri>http://daringfireball.net/</uri>
547
- </author>
548
- <content type="html" xml:base="http://daringfireball.net/linked/" xml:lang="en"><![CDATA[
549
- <p>I like <a href="https://twitter.com/Angry_Drunk/status/403649891039064064">Darby Lines&#8217;s take</a>:</p>
550
-
551
- <blockquote>
552
- <p>I kind of hope that the small, fast application updates that we&#8217;re
553
- now seeing from Apple is the start of a new trend.</p>
554
- </blockquote>
555
-
556
- <div>
557
- <a title="Permanent link to ‘iWork for iOS and Mac Updated, Keynote Gains New Transitions’" href="http://daringfireball.net/linked/2013/11/21/iwork-updates">&nbsp;★&nbsp;</a>
558
- </div>
559
-
560
- ]]></content>
561
- </entry><entry>
562
- <title>‘One Million Times Faster’</title>
563
- <link rel="alternate" type="text/html" href="http://mat.tepper.cmu.edu/blog/?p=1832" />
564
- <link rel="shorturl" href="http://df4.us/m3f" />
565
- <id>tag:daringfireball.net,2013:/linked//6.28635</id>
566
- <published>2013-11-21T21:57:56Z</published>
567
- <updated>2013-11-21T23:49:33Z</updated>
568
- <author>
569
- <name>John Gruber</name>
570
- <uri>http://daringfireball.net/</uri>
571
- </author>
572
- <content type="html" xml:base="http://daringfireball.net/linked/" xml:lang="en"><![CDATA[
573
- <p>Interesting postscript regarding <em>The Schedule Makers</em>, the lovely short film I linked to last week about the Stephensons, the husband-and-wife team who&#8217;d made the Major League Baseball schedule for 25 years &#8212; a blog post from Michael Trick, whose computer-driven team replaced them:</p>
574
-
575
- <blockquote>
576
- <p>I began working on baseball scheduling in 1994, and it took ten
577
- years of hard work (first Doug and me, then the four of us) before
578
- MLB selected our schedule for play.</p>
579
-
580
- <p>Why were we successful in 2004 and not in 1994? At the core,
581
- technology changed. The computers we used in 2004 were 1000 times
582
- faster than the 1994 computers. And the underlying optimization
583
- software was at least 1000 times faster. So technology made us at
584
- least one million times faster. And that made all the difference.
585
- Since then, computers and algorithms have made us 1000 times
586
- faster still. And, in addition, we learned quite a bit about how
587
- to best do complicated sports scheduling problems.</p>
588
- </blockquote>
589
-
590
- <div>
591
- <a title="Permanent link to ‘&#8216;One Million Times Faster&#8217;’" href="http://daringfireball.net/linked/2013/11/21/million-times-faster">&nbsp;★&nbsp;</a>
592
- </div>
593
-
594
- ]]></content>
595
- </entry><entry>
596
- <title>Clumsy Ninja Finally Hits App Store</title>
597
- <link rel="alternate" type="text/html" href="http://www.ilounge.com/index.php/news/comments/clumsy-ninja-released-in-app-store/" />
598
- <link rel="shorturl" href="http://df4.us/m3e" />
599
- <id>tag:daringfireball.net,2013:/linked//6.28634</id>
600
- <published>2013-11-21T21:49:51Z</published>
601
- <updated>2013-11-22T17:13:29Z</updated>
602
- <author>
603
- <name>John Gruber</name>
604
- <uri>http://daringfireball.net/</uri>
605
- </author>
606
- <content type="html" xml:base="http://daringfireball.net/linked/" xml:lang="en"><![CDATA[
607
- <p>Phil Dzikiy, writing for iLounge:</p>
608
-
609
- <blockquote>
610
- <p>Clumsy Ninja, which was featured in last year’s Apple media event
611
- for the fifth-generation iPod touch and iPhone 5, has finally made
612
- its way to the App Store as a free download. One of two
613
- high-profile game demos from Apple last year &#8212; the other being
614
- Infinity Blade Dungeons, which was shown at the third-generation
615
- iPad event in March 2012 and later canceled &#8212; Clumsy Ninja’s
616
- release was delayed for more than a year without explanation.</p>
617
- </blockquote>
618
-
619
- <p>If you scored an on-stage demo at the September 2012 introduction of the iPhone 5 and don&#8217;t ship the app for another 14 months, I think you deserve a non-sarcastic <em>finally</em>.</p>
620
-
621
- <p>I think one of the few truly weird things about Apple today is how they occasionally pick obscure third-party products to demo in their high-profile events. Clumsy Ninja looks like a cool game, but why would Apple choose them to demo if it wasn&#8217;t soon going to ship. And remember Anki, <a href="http://www.youtube.com/watch?v=1alIH3lG9v0">the toy race cars</a> at the WWDC keynote this year? How&#8217;d they get picked?</p>
622
-
623
- <p><strong>Update:</strong> Whoa, <a href="https://itunes.apple.com/WebObjects/MZStore.woa/wa/viewMultiRoom?cc=gb&amp;fcId=733925280&amp;id=758358892&amp;mt=8">check this out</a> &#8212; Clumsy Ninja&#8217;s entry in the App Store has a <em>video preview</em> instead of static screenshots. So not only did they get an on-stage demo a year ago, this year, they get to launch a major new App Store feature. (Thanks to <a href="https://twitter.com/mrgan">Neven Mrgan</a>.)</p>
624
-
625
- <p><strong>Update 2:</strong> <a href="http://www.youtube.com/watch?v=CebufqqGVN0&amp;feature=youtu.be">In a recent TV interview with Bloomberg</a>, Anki co-founder and CEO Boris Sofman, when asked how they got picked to be on stage during the WWDC keynote, said &#8220;One of our investors introduced us to Apple, and originally we started talking about being in their stores, but they got excited about the product and how we were using their product ecosystem.&#8221;</p>
626
-
627
- <div>
628
- <a title="Permanent link to ‘Clumsy Ninja Finally Hits App Store’" href="http://daringfireball.net/linked/2013/11/21/clumsy-ninja">&nbsp;★&nbsp;</a>
629
- </div>
630
-
631
- ]]></content>
632
- </entry><entry>
633
- <title>18 Months</title>
634
- <link rel="alternate" type="text/html" href="http://www.independent.ie/lifestyle/education/switch-to-ebooks-was-an-unmitigated-disaster-says-school-principal-29767084.html" />
635
- <link rel="shorturl" href="http://df4.us/m3d" />
636
- <id>tag:daringfireball.net,2013:/linked//6.28633</id>
637
- <published>2013-11-21T20:59:50Z</published>
638
- <updated>2013-11-21T21:19:59Z</updated>
639
- <author>
640
- <name>John Gruber</name>
641
- <uri>http://daringfireball.net/</uri>
642
- </author>
643
- <content type="html" xml:base="http://daringfireball.net/linked/" xml:lang="en"><![CDATA[
644
- <p>Denise Calnan, reporting for Independent.ie:</p>
645
-
646
- <blockquote>
647
- <p>The ‘book to e-book’ move was deemed a disaster following major
648
- technical issues with the majority of the HP Elite Pad tablet
649
- devices. [&#8230;]</p>
650
-
651
- <p>“The HP Elite Pad has proved to be an unmitigated disaster. We
652
- have met with HP representatives on a number of occasions to
653
- address the issues. To ensure stability and continuity of
654
- education I have ordered a full set of books for all the
655
- students.”</p>
656
-
657
- <p>Students experienced problems such as tablets failing to switch
658
- on, tablets spontaneously going into sleep mode, devices looping
659
- while performing automatic repairs, system board failures and
660
- issues with wi-fi.</p>
661
-
662
- <p>Principal Gleeson said it was “an informed decision” to choose the
663
- HP Elite tablet. “A year and a half’s worth of research was put
664
- into choosing the right device for us.&#8221;</p>
665
- </blockquote>
666
-
667
- <p>If you spend a year and a half researching tablets and wind up choosing the HP Elite, you might want to reexamine your research skills. (I&#8217;m reminded of CBS News&#8217;s claim that they spent a year researching their discredited Benghazi report <a href="http://nymag.com/daily/intelligencer/2013/11/frank-rich-cbss-benghazi-report-was-a-hoax.html">that was in fact a hoax</a>.)</p>
668
-
669
- <div>
670
- <a title="Permanent link to ‘18 Months’" href="http://daringfireball.net/linked/2013/11/21/18-months">&nbsp;★&nbsp;</a>
671
- </div>
672
-
673
- ]]></content>
674
- </entry><entry>
675
- <title>Jury Orders Samsung to Pay Apple $290 Million for Patent Infringement</title>
676
- <link rel="alternate" type="text/html" href="http://www.theverge.com/2013/11/21/5130716/jury-orders-samsung-to-pay-apple-290-million-for-patent-infringement" />
677
- <link rel="shorturl" href="http://df4.us/m3c" />
678
- <id>tag:daringfireball.net,2013:/linked//6.28632</id>
679
- <published>2013-11-21T20:53:06Z</published>
680
- <updated>2013-11-21T21:03:52Z</updated>
681
- <author>
682
- <name>John Gruber</name>
683
- <uri>http://daringfireball.net/</uri>
684
- </author>
685
- <content type="html" xml:base="http://daringfireball.net/linked/" xml:lang="en"><![CDATA[
686
- <p>Not sure if this litigation is <a href="https://twitter.com/BenedictEvans/status/403624996209442817">ever going to end</a>.</p>
687
-
688
- <div>
689
- <a title="Permanent link to ‘Jury Orders Samsung to Pay Apple $290 Million for Patent Infringement’" href="http://daringfireball.net/linked/2013/11/21/samsung-290-million">&nbsp;★&nbsp;</a>
690
- </div>
691
-
692
- ]]></content>
693
- </entry><entry>
694
- <title>Samsung Executive Defends Galaxy Gear as a ‘Small Green Tomato’</title>
695
- <link rel="alternate" type="text/html" href="http://bgr.com/2013/11/18/samsung-defends-galaxy-gear/" />
696
- <link rel="shorturl" href="http://df4.us/m3b" />
697
- <id>tag:daringfireball.net,2013:/linked//6.28631</id>
698
- <published>2013-11-21T20:02:08Z</published>
699
- <updated>2013-11-21T20:02:11Z</updated>
700
- <author>
701
- <name>John Gruber</name>
702
- <uri>http://daringfireball.net/</uri>
703
- </author>
704
- <content type="html" xml:base="http://daringfireball.net/linked/" xml:lang="en"><![CDATA[
705
- <p>Samsung executive David Eun, on stage at Business Insider&#8217;s Ignition conference:</p>
706
-
707
- <blockquote>
708
- <p>“What we’re dealing with is small green tomatoes,” he said of the
709
- Gear’s first-generation growing pains. “And what we want to do is
710
- take care of them and work with them so they become big, red ripe
711
- tomatoes. And what you want to be sure of is that you don’t pluck
712
- the green tomato too early and you want to make sure that you
713
- don’t criticize a small green tomato for not being a big, red ripe
714
- tomato.”</p>
715
- </blockquote>
716
-
717
- <p>That&#8217;s a tough spot, speaking on stage in front of an audience. What&#8217;s he going to say? That the Gear is a huge turd? He has to defend it.</p>
718
-
719
- <p>But, calling it a 1.0 doesn&#8217;t hold water. If you&#8217;re taking real money from consumers for the product &#8212; and the Gear costs $300 &#8212; you owe them a product of that value or greater. There are no points for being first to market with a bad product.</p>
720
-
721
- <div>
722
- <a title="Permanent link to ‘Samsung Executive Defends Galaxy Gear as a ‘Small Green Tomato’’" href="http://daringfireball.net/linked/2013/11/21/gear-tomato">&nbsp;★&nbsp;</a>
723
- </div>
724
-
725
- ]]></content>
726
- </entry><entry>
727
- <title>Galaxy Gear Rumored Sales Figures: El Stinko</title>
728
- <link rel="alternate" type="text/html" href="http://www.businesskorea.co.kr/article/2219/galaxy-round-gear-are-revolutionary-products-just-pilots" />
729
- <link rel="shorturl" href="http://df4.us/m3a" />
730
- <id>tag:daringfireball.net,2013:/linked//6.28630</id>
731
- <published>2013-11-21T19:51:22Z</published>
732
- <updated>2013-11-21T19:51:26Z</updated>
733
- <author>
734
- <name>John Gruber</name>
735
- <uri>http://daringfireball.net/</uri>
736
- </author>
737
- <content type="html" xml:base="http://daringfireball.net/linked/" xml:lang="en"><![CDATA[
738
- <p>Business Korea:</p>
739
-
740
- <blockquote>
741
- <p>According to the related industry sources on November 14, Samsung
742
- Electronics released the curved smartphone Galaxy Round on
743
- November 10, but the product currently shows daily sales of under
744
- 100 units. Its cumulative monthly sales fall under 10,000 units.</p>
745
-
746
- <p>Also, on September 25, Samsung Electronics released the Galaxy
747
- Gear in time for the wearable computing generation. Yet this
748
- product has cumulative sales under 50,000, with daily sales of
749
- only 800-900 units. These low sales values for the Galaxy Gear are
750
- far below the initial expectations of the industry.</p>
751
- </blockquote>
752
-
753
- <p>Sounds about right, given the almost universally terrible reviews the Gear garnered.</p>
754
-
755
- <p>A day after the Business Korea report &#8212; which admittedly has no named sources &#8212; Samsung executives fired back, <a href="http://news.yahoo.com/samsung-elec-says-gear-smartwatch-sales-hit-800-093353174--finance.html">telling Reuters</a> they&#8217;ve &#8220;sold&#8221; 800,000 Gear units, calling it &#8220;the most sold wearable watch available in the market place&#8221;. (As opposed to unwearable watches?) Anyway, turns out this is from the Department of Shipped Not Sold &#8212; <a href="http://www.theverge.com/2013/11/19/5121212/samsung-galaxy-gear-smartwatch-sales-figures">the 800K figure is the number of Gear units Samsung has manufactured and shipped</a> to resellers. That doesn&#8217;t put the lie to Business Korea&#8217;s claim that they may have only actually sold 50K of them so far.</p>
756
-
757
- <div>
758
- <a title="Permanent link to ‘Galaxy Gear Rumored Sales Figures: El Stinko’" href="http://daringfireball.net/linked/2013/11/21/gear-stinko">&nbsp;★&nbsp;</a>
759
- </div>
760
-
761
- ]]></content>
762
- </entry><entry>
763
- <title>VoodooPad Changes Hands</title>
764
- <link rel="alternate" type="text/html" href="http://shapeof.com/archives/2013/11/a_new_home_for_voodoopad.html" />
765
- <link rel="shorturl" href="http://df4.us/m39" />
766
- <id>tag:daringfireball.net,2013:/linked//6.28629</id>
767
- <published>2013-11-21T19:43:37Z</published>
768
- <updated>2013-11-21T19:43:41Z</updated>
769
- <author>
770
- <name>John Gruber</name>
771
- <uri>http://daringfireball.net/</uri>
772
- </author>
773
- <content type="html" xml:base="http://daringfireball.net/linked/" xml:lang="en"><![CDATA[
774
- <p>Gus Mueller:</p>
775
-
776
- <blockquote>
777
- <p>The great folks over at <a href="http://www.plausible.coop/">Plausible Labs</a> have taken over development
778
- of <a href="http://www.voodoopad.com/">VoodooPad</a>.</p>
779
-
780
- <p>Both VoodooPad and Acorn have grown over the years into much more
781
- than I can handle as a single developer. And because of this one
782
- of my two apps was going to be neglected, and obviously VoodooPad
783
- has gotten the short end of the stick lately.</p>
784
-
785
- <p>This isn&#8217;t fair to my customers, it isn&#8217;t fair to VoodooPad, and
786
- it was driving me insane. I use VoodooPad every single day, and I
787
- love it to death. I want it to grow, and that wasn&#8217;t happening so
788
- something needed to be done.</p>
789
- </blockquote>
790
-
791
- <p>Good news for a great app.</p>
792
-
793
- <div>
794
- <a title="Permanent link to ‘VoodooPad Changes Hands’" href="http://daringfireball.net/linked/2013/11/21/voodoopad">&nbsp;★&nbsp;</a>
795
- </div>
796
-
797
- ]]></content>
798
- </entry><entry>
799
- <title>Trent Reznor FaceTimes With Ill Friend Live on Stage</title>
800
- <link rel="alternate" type="text/html" href="http://www.youtube.com/watch?v=nURHgx48AzQ&amp;feature=youtu.be" />
801
- <link rel="shorturl" href="http://df4.us/m38" />
802
- <id>tag:daringfireball.net,2013:/linked//6.28628</id>
803
- <published>2013-11-21T19:11:27Z</published>
804
- <updated>2013-11-21T19:27:59Z</updated>
805
- <author>
806
- <name>John Gruber</name>
807
- <uri>http://daringfireball.net/</uri>
808
- </author>
809
- <content type="html" xml:base="http://daringfireball.net/linked/" xml:lang="en"><![CDATA[
810
- <p>I would not have pegged Trent Reznor as a white iPhone man.</p>
811
-
812
- <p><strong>Update:</strong> <a href="http://consequenceofsound.net/2013/11/watch-nine-inch-nails-dedicate-in-this-twilight-to-ailing-photographer-andrew-youssef/">Great piece from Consequence of Sound</a> on the poignant story behind this friendship.</p>
813
-
814
- <div>
815
- <a title="Permanent link to ‘Trent Reznor FaceTimes With Ill Friend Live on Stage’" href="http://daringfireball.net/linked/2013/11/21/facetime-reznor">&nbsp;★&nbsp;</a>
816
- </div>
817
-
818
- ]]></content>
819
- </entry><entry>
820
- <title>Microsoft’s ‘Scroogled’ Store</title>
821
- <link rel="alternate" type="text/html" href="http://www.microsoftstore.com/store/msusa/en_US/cat/Scroogled/categoryID.67575900" />
822
- <link rel="shorturl" href="http://df4.us/m37" />
823
- <id>tag:daringfireball.net,2013:/linked//6.28627</id>
824
- <published>2013-11-21T03:21:01Z</published>
825
- <updated>2013-11-21T19:15:49Z</updated>
826
- <author>
827
- <name>John Gruber</name>
828
- <uri>http://daringfireball.net/</uri>
829
- </author>
830
- <content type="html" xml:base="http://daringfireball.net/linked/" xml:lang="en"><![CDATA[
831
- <p>This whole thing makes Microsoft look bad, not Google.</p>
832
-
833
- <p>Who would actually buy any of this stuff?</p>
834
-
835
- <p><strong>Update:</strong> A few readers report that this &#8220;Scroogled&#8221; cack is actually popular with&#8230; Google employees. And the coffee mug is sold out. </p>
836
-
837
- <div>
838
- <a title="Permanent link to ‘Microsoft&#8217;s &#8216;Scroogled&#8217; Store’" href="http://daringfireball.net/linked/2013/11/20/microsoft-scroogled">&nbsp;★&nbsp;</a>
839
- </div>
840
-
841
- ]]></content>
842
- </entry><entry>
843
- <title>Our Long National Buttsgate Nightmare Is Over</title>
844
- <link rel="alternate" type="text/html" href="http://verynicewebsite.net/2013/11/our-long-national-nightmare-is-over/" />
845
- <link rel="shorturl" href="http://df4.us/m36" />
846
- <id>tag:daringfireball.net,2013:/linked//6.28626</id>
847
- <published>2013-11-21T01:54:05Z</published>
848
- <updated>2013-11-21T01:54:08Z</updated>
849
- <author>
850
- <name>John Gruber</name>
851
- <uri>http://daringfireball.net/</uri>
852
- </author>
853
- <content type="html" xml:base="http://daringfireball.net/linked/" xml:lang="en"><![CDATA[
854
- <p>We can all thank John Moltz for fixing Siri.</p>
855
-
856
- <div>
857
- <a title="Permanent link to ‘Our Long National Buttsgate Nightmare Is Over’" href="http://daringfireball.net/linked/2013/11/20/moltz-butts">&nbsp;★&nbsp;</a>
858
- </div>
859
-
860
- ]]></content>
861
- </entry><entry>
862
- <title>Apple Releases Store App for iPad</title>
863
- <link rel="alternate" type="text/html" href="http://techcrunch.com/2013/11/20/apples-retail-master-class/" />
864
- <link rel="shorturl" href="http://df4.us/m35" />
865
- <id>tag:daringfireball.net,2013:/linked//6.28625</id>
866
- <published>2013-11-20T23:55:16Z</published>
867
- <updated>2013-11-20T23:55:18Z</updated>
868
- <author>
869
- <name>John Gruber</name>
870
- <uri>http://daringfireball.net/</uri>
871
- </author>
872
- <content type="html" xml:base="http://daringfireball.net/linked/" xml:lang="en"><![CDATA[
873
- <p>Nice rundown of the interface and features by Matthew Panzarino.</p>
874
-
875
- <p>Most interesting to me is that the entire UI is set in Myriad, Apple&#8217;s branding typeface, rather than Helvetica Neue, the iOS system typeface. This is the first time (to my knowledge) Apple has shipped an app with an embedded version of Myriad &#8212; even the iPhone version of the Apple Store app is set in Helvetica (with the exception of Myriad rendered in promotional images). Makes me wonder if Apple will soon unveil a version of their website using Myriad as a webfont. (As with the iPhone Apple Store app, the Myriad you see on Apple&#8217;s website is all rendered in images.)</p>
876
-
877
- <div>
878
- <a title="Permanent link to ‘Apple Releases Store App for iPad’" href="http://daringfireball.net/linked/2013/11/20/apple-store-ipad-app">&nbsp;★&nbsp;</a>
879
- </div>
880
-
881
- ]]></content>
882
- </entry><entry>
883
- <title>WordPress Adds Built-In Support for Markdown</title>
884
- <link rel="alternate" type="text/html" href="http://en.blog.wordpress.com/2013/11/19/markdown/" />
885
- <link rel="shorturl" href="http://df4.us/m34" />
886
- <id>tag:daringfireball.net,2013:/linked//6.28624</id>
887
- <published>2013-11-20T02:23:46Z</published>
888
- <updated>2013-11-20T02:23:48Z</updated>
889
- <author>
890
- <name>John Gruber</name>
891
- <uri>http://daringfireball.net/</uri>
892
- </author>
893
- <content type="html" xml:base="http://daringfireball.net/linked/" xml:lang="en"><![CDATA[
894
- <p><em>Finally</em>.</p>
895
-
896
- <div>
897
- <a title="Permanent link to ‘WordPress Adds Built-In Support for Markdown’" href="http://daringfireball.net/linked/2013/11/19/wordpress-markdown">&nbsp;★&nbsp;</a>
898
- </div>
899
-
900
- ]]></content>
901
- </entry><entry>
902
- <title>Bob Dylan Finally Releases Music Video for ‘Like a Rolling Stone’</title>
903
- <link rel="alternate" type="text/html" href="http://video.bobdylan.com/desktop.html" />
904
- <link rel="shorturl" href="http://df4.us/m33" />
905
- <id>tag:daringfireball.net,2013:/linked//6.28623</id>
906
- <published>2013-11-19T22:17:34Z</published>
907
- <updated>2013-11-19T22:17:36Z</updated>
908
- <author>
909
- <name>John Gruber</name>
910
- <uri>http://daringfireball.net/</uri>
911
- </author>
912
- <content type="html" xml:base="http://daringfireball.net/linked/" xml:lang="en"><![CDATA[
913
- <p>Everyone is linking to this today, but if you haven&#8217;t played with it yet, do it. It&#8217;s amazing.</p>
914
-
915
- <div>
916
- <a title="Permanent link to ‘Bob Dylan Finally Releases Music Video for &#8216;Like a Rolling Stone&#8217;’" href="http://daringfireball.net/linked/2013/11/19/dylan">&nbsp;★&nbsp;</a>
917
- </div>
918
-
919
- ]]></content>
920
- </entry><entry>
921
- <title>9to5 Mac: ‘Apple Finally Updates Find My Friends for iOS 7’</title>
922
- <link rel="alternate" type="text/html" href="http://9to5mac.com/2013/11/19/apple-finally-updates-find-my-friends-for-ios-7/" />
923
- <link rel="shorturl" href="http://df4.us/m32" />
924
- <id>tag:daringfireball.net,2013:/linked//6.28622</id>
925
- <published>2013-11-19T22:16:03Z</published>
926
- <updated>2013-11-19T22:16:05Z</updated>
927
- <author>
928
- <name>John Gruber</name>
929
- <uri>http://daringfireball.net/</uri>
930
- </author>
931
- <content type="html" xml:base="http://daringfireball.net/linked/" xml:lang="en"><![CDATA[
932
- <p>At this point, I&#8217;m not even sure when these <em>finally</em>s are jokes or not.</p>
933
-
934
- <div>
935
- <a title="Permanent link to ‘9to5 Mac: &#8216;Apple Finally Updates Find My Friends for iOS 7&#8217;’" href="http://daringfireball.net/linked/2013/11/19/finally-my-friends">&nbsp;★&nbsp;</a>
936
- </div>
937
-
938
- ]]></content>
939
- </entry><entry>
940
- <title>FiftyThree’s Pencil Stylus</title>
941
- <link rel="alternate" type="text/html" href="http://www.fiftythree.com/pencil" />
942
- <link rel="shorturl" href="http://df4.us/m31" />
943
- <id>tag:daringfireball.net,2013:/linked//6.28621</id>
944
- <published>2013-11-19T21:28:25Z</published>
945
- <updated>2013-11-19T21:28:29Z</updated>
946
- <author>
947
- <name>John Gruber</name>
948
- <uri>http://daringfireball.net/</uri>
949
- </author>
950
- <content type="html" xml:base="http://daringfireball.net/linked/" xml:lang="en"><![CDATA[
951
- <p>Sweet take on a stylus, integrated with some smart features in their <a href="http://www.fiftythree.com/paper">Paper</a> app.</p>
952
-
953
- <div>
954
- <a title="Permanent link to ‘FiftyThree&#8217;s Pencil Stylus’" href="http://daringfireball.net/linked/2013/11/19/fiftythree-stylus">&nbsp;★&nbsp;</a>
955
- </div>
956
-
957
- ]]></content>
958
- </entry><entry>
959
- <title>Google Fined $17 Million in Multistate Settlement Over Tracking of Consumers</title>
960
- <link rel="alternate" type="text/html" href="http://www.reuters.com/article/2013/11/18/us-google-settle-idUSBRE9AH0Z920131118" />
961
- <link rel="shorturl" href="http://df4.us/m2z" />
962
- <id>tag:daringfireball.net,2013:/linked//6.28619</id>
963
- <published>2013-11-19T00:08:39Z</published>
964
- <updated>2013-11-19T04:40:18Z</updated>
965
- <author>
966
- <name>John Gruber</name>
967
- <uri>http://daringfireball.net/</uri>
968
- </author>
969
- <content type="html" xml:base="http://daringfireball.net/linked/" xml:lang="en"><![CDATA[
970
- <p>Reuters:</p>
971
-
972
- <blockquote>
973
- <p>Google Inc will pay $17 million to settle allegations by 37 states
974
- and the District of Colombia that it secretly tracked Web users by
975
- placing special digital files on the Web browsers of their
976
- smartphones.</p>
977
-
978
- <p>The deal, announced Monday morning, ends a nearly two-year probe
979
- by the states into allegations that Google bypassed the privacy
980
- settings of customers using Apple Inc&#8217;s Safari Web browser by
981
- placing &#8220;cookies&#8221; into the browser. [&#8230;] The Safari Web browser
982
- used on iPhones and iPads automatically blocks third-party
983
- cookies, but Google altered the computer code of its cookies and
984
- was able to circumvent the blocks between June 2011 and February
985
- 2012, according to the states&#8217; allegations.</p>
986
- </blockquote>
987
-
988
- <p>A $17 million fine will really teach Google a lesson. It takes them <a href="http://investor.google.com/earnings/2013/Q3_google_earnings.html">almost two hours</a> to generate that in revenue.</p>
989
-
990
- <div>
991
- <a title="Permanent link to ‘Google Fined $17 Million in Multistate Settlement Over Tracking of Consumers’" href="http://daringfireball.net/linked/2013/11/18/google-fine">&nbsp;★&nbsp;</a>
992
- </div>
993
-
994
- ]]></content>
995
- </entry><entry>
996
- <title>Apple’s Clean Energy Infrastructure in North Carolina</title>
997
- <link rel="alternate" type="text/html" href="http://gigaom.com/2013/11/18/apple-solar-farm-fuel-cell-farms-exclusive-photos-investigative-report/" />
998
- <link rel="shorturl" href="http://df4.us/m2y" />
999
- <id>tag:daringfireball.net,2013:/linked//6.28618</id>
1000
- <published>2013-11-18T23:50:31Z</published>
1001
- <updated>2013-11-19T00:38:14Z</updated>
1002
- <author>
1003
- <name>John Gruber</name>
1004
- <uri>http://daringfireball.net/</uri>
1005
- </author>
1006
- <content type="html" xml:base="http://daringfireball.net/linked/" xml:lang="en"><![CDATA[
1007
- <p>Katie Fehrenbacher:</p>
1008
-
1009
- <blockquote>
1010
- <p>In an unprecedented move &#8212; and one that hasn’t yet been repeated
1011
- by other companies &#8212; Apple spent millions of dollars building two
1012
- massive solar panel farms and a large fuel cell farm near its data
1013
- center. These projects and are now fully operational and similar
1014
- facilities (owned by utilities) have cost in a range of $150
1015
- million to $200 million to build. Apple’s are the largest
1016
- privately-owned clean energy facilities in the U.S. and more
1017
- importantly, they represent an entirely new way for an internet
1018
- company to source and think about power.</p>
1019
- </blockquote>
1020
-
1021
- <p>The photos really show the scale of this endeavor.</p>
1022
-
1023
- <div>
1024
- <a title="Permanent link to ‘Apple’s Clean Energy Infrastructure in North Carolina’" href="http://daringfireball.net/linked/2013/11/18/apple-clean-energy">&nbsp;★&nbsp;</a>
1025
- </div>
1026
-
1027
- ]]></content>
1028
- </entry><entry>
1029
- <title>Football as Football</title>
1030
- <link rel="alternate" type="text/html" href="http://www.footballasfootball.com/" />
1031
- <link rel="shorturl" href="http://df4.us/m2x" />
1032
- <id>tag:daringfireball.net,2013:/linked//6.28617</id>
1033
- <published>2013-11-18T21:46:02Z</published>
1034
- <updated>2013-11-18T21:46:05Z</updated>
1035
- <author>
1036
- <name>John Gruber</name>
1037
- <uri>http://daringfireball.net/</uri>
1038
- </author>
1039
- <content type="html" xml:base="http://daringfireball.net/linked/" xml:lang="en"><![CDATA[
1040
- <p>NFL team logos reimagined as European football club badges.</p>
1041
-
1042
- <div>
1043
- <a title="Permanent link to ‘Football as Football’" href="http://daringfireball.net/linked/2013/11/18/football-as-football">&nbsp;★&nbsp;</a>
1044
- </div>
1045
-
1046
- ]]></content>
1047
- </entry><entry>
1048
-
1049
- <link rel="alternate" type="text/html" href="http://daringfireball.net/2013/11/the_retina_ipad_mini" />
1050
- <link rel="shorturl" href="http://df4.us/m2l" />
1051
- <id>tag:daringfireball.net,2013://1.28605</id>
1052
- <published>2013-11-15T18:22:50Z</published>
1053
- <updated>2013-11-17T00:54:51Z</updated>
1054
- <author>
1055
- <name>John Gruber</name>
1056
- <uri>http://daringfireball.net/</uri>
1057
- </author>
1058
- <summary type="html"><![CDATA[<p>Last year’s iPad 4 and Mini were two very different iPads. This year&#8217;s new Air and Mini are simply two sizes of the same iPad.</p>
1059
- ]]></summary>
1060
- <content type="html" xml:base="http://daringfireball.net/" xml:lang="en"><![CDATA[
1061
- <p>Pay attention to Apple for a few years, and you will see that it&#8217;s a company of annual patterns. WWDC in June, a music event in the fall. There are occasional breaks or shifts &#8212; the iPhone was an annual June/July thing for the first four model years, but then switched to the fall with the iPhone 4S; likewise with the iPad, which was a spring thing until last year when the iPad 4 and original iPad Mini debuted in October.</p>
1062
-
1063
- <p>But the familiarity of these patterns can be misleading when you use them to predict future product development. The new retina iPad Mini exemplifies this.</p>
1064
-
1065
- <p>When the original Mini debuted last year, it was a lesser iPad compared to the iPad 4 it appeared alongside. Not just smaller physically, but a year behind technologically. Last year&#8217;s iPad 4 had a retina display, A6-class CPU, 1 GB of RAM, and a better camera. The original iPad Mini had a non-retina display, A5 CPU, 512 MB of RAM, and a lesser camera. The original Mini was, effectively, a shrunken iPad 2.</p>
1066
-
1067
- <p>Thinking about it as an annual product, I assumed that if a 2012 iPad Mini was effectively like a 2011 full-size iPad, then the 2013 iPad Mini would be more or less like the 2012 full-size iPad. I hoped for a retina display in this year&#8217;s Mini,<sup id="fnr1-2013-11-15"><a href="#fn1-2013-11-15">1</a></sup> but it never even occurred to me to hope for an A7 processor or the same quality cameras. I assumed the most we could hope for this year in the Mini was the equivalent of the iPad 4. I assumed, performance-wise, that the iPad Mini was to the 9.7-inch iPad what the iPhone 5C is to the 5S.</p>
1068
-
1069
- <p>That was totally wrong.</p>
1070
-
1071
- <p>Last year’s iPad 4 and Mini were two very different iPads. This year&#8217;s new Air and Mini are simply two sizes of the same iPad.</p>
1072
-
1073
- <p>I cannot emphasize this point enough. After three days of extensive use of the Mini (a review unit on loan from Apple), it works and feels exactly like the iPad Air. Everything about it is of equivalent or identical quality: the display, the cameras (front and back), the performance, the battery life.</p>
1074
-
1075
- <p>Last year left me with the impression that choosing the Mini meant accepting numerous trade-offs. That is no longer the case. This is the same device as the iPad Air. The only significant differences between them are size and weight.</p>
1076
-
1077
- <p>There are a few insignificant differences. On the iPad Air, the A7 CPU is running at 1.4 GHz; on the iPad Mini (and iPhone 5S), it runs at 1.3 GHz. Simple arithmetic shows that to be about a 7 percent difference, and the benchmarks I ran (<a href="http://www.primatelabs.com/geekbench/">Geekbench 3</a> and <a href="http://www.webkit.org/perf/sunspider/sunspider.html">Sunspider</a>) reflect that. Technically, the iPad Air is ever-so-slightly faster than the iPad Mini. In practical day-to-day usage, I perceive no difference between the two. I can think of numerous good reasons why a person might choose to buy an iPad Air instead of a new iPad Mini, but that minor difference in CPU clock speed is <em>not</em> one of them.</p>
1078
-
1079
- <p>Battery life is almost exactly the same as on the Air. As a test, I played all 143 minutes of <em>The Avengers</em> on both the iPad Air and Mini, in HD, with both displays set at maximum brightness. The Air&#8217;s battery life dropped 34 percentage points (from 89 to 55). The Mini&#8217;s dropped 33 (from 87 to 54). Effectively identical. (You&#8217;ll get much better movie playback battery life than that at the default brightness level; I ran them at maximum brightness as a stress test.)</p>
1080
-
1081
- <p>What about charging time? That was a real irritation with the iPad 3 and 4 &#8212; those devices gained weight and thickness to accommodate a battery that could power a retina display and still supply 10 hours of real-world battery life &#8212; and that big-ass battery took a long time to fully charge.</p>
1082
-
1083
- <p>The retina iPad Mini handles this well, charging even faster than the iPad Air in my testing &#8212; and the iPad Air charges much faster than last year&#8217;s iPad 3/4. The Air ships with a 12-watt AC adapter; the new Mini with a 10-watt adapter. (Last year&#8217;s Mini shipped with an iPhone-style tiny little 5-watt adapter.) I charged both models using the adapter they ship with &#8212; it wouldn&#8217;t be fair to measure the Mini&#8217;s charging time while using the more powerful adapter that ships with the Air.</p>
1084
-
1085
- <p>I performed this test immediately after the movie playback test. The Air went from 55 percent to 79 percent in one hour, and got to 100 percent in a little over two hours. The Mini went from 54 to 86 percent in one hour, and got to 100 percent in under two hours. So the Mini charges even faster than the Air, despite shipping with a slightly less powerful charger.</p>
1086
-
1087
- <p>As I tested and just plain <em>used</em> the new iPad Mini, I kept thinking there had to be a catch &#8212; some sort of way that the device is less powerful or useful than the iPad Air. There is no catch. Does it get warm with use? Nope. It was cool to the touch after playing <em>The Avengers</em>, and it never got the least bit warm during a 90 minute train ride between New York and Philadelphia, during which time I used it nearly non-stop for Twitter, email, and web surfing, with spotty LTE networking.</p>
1088
-
1089
- <p>There are <a href="http://www.macrumors.com/2013/11/08/low-retina-ipad-mini-production-reportedly-due-to-burn-in-issue-on-sharps-display-panels/">reports</a> that the production shortages Apple is facing with the new Mini are the result of image retention (a.k.a. burn-in) problems with displays from Sharp. I can&#8217;t speak to this issue in the large, but the model in my hands has no such problem. I tested it using <a href="http://www.marco.org/rmbp-irtest.html">Marco Arment&#8217;s image retention test</a>. Marco himself tested his own new iPad Mini the same way, however, <a href="http://www.marco.org/2013/11/14/image-retention-retina-ipad-mini">and his device failed</a>.</p>
1090
-
1091
- <p>I&#8217;ve also seen reports of white-balance issue, or yellow-ish tinting, with the new Mini. To my eyes, colors are nearly identical between the Mini, the Air, and my iPhone 5S.</p>
1092
-
1093
- <hr />
1094
-
1095
- <p><strong>Big Question #1</strong>: Is it worth upgrading from last year&#8217;s Mini? I usually don&#8217;t recommend year-over-year upgrades for iPhone and iPad users. If you can afford it, sure, they&#8217;re always better. But for most people, a two-year upgrade cycle is natural. You really can &#8212; and should &#8212; get two or three years of high-quality use out of an iOS product.</p>
1096
-
1097
- <p>But this new retina Mini feels like a two-year upgrade over last year&#8217;s. There is no longer any compromise over display quality or CPU performance. All of the advantages of the original Mini remain &#8212; smaller size, lighter weight &#8212; and there are no drawbacks. When the full size iPad went retina, it was a <em>two steps forward, one step back</em> sort of upgrade: you got the beautiful retina display, but the device got noticeably thicker and heavier to accomodate the battery that was necessary to power all those pixels and maintain 10-hour battery life.</p>
1098
-
1099
- <p>There is no drawback to the iPad Mini going retina. There is a negligible increase in weight, and an even more negligible increase in thickness, but the differences are so slight I honestly don&#8217;t think they matter. The old and new Minis are so close in thickness that both fit perfectly in Apple&#8217;s new leather Smart Case (and the same polyurethane Smart Covers fit both as well).</p>
1100
-
1101
- <p>With the speakers, maybe the Air sounds slightly better, but come on, the external speakers on any iPad are relatively tinny in the grand scheme of things.</p>
1102
-
1103
- <p>If you liked the original Mini last year, you&#8217;re going to love everything about this new one. All the same advantages, none of the performance or display quality trade-offs.</p>
1104
-
1105
- <p><strong>Big Question #2:</strong> iPad Mini or iPad Air? It really just comes down to size. I think the Air is better-suited for those who use their iPad as their primary portable computer (or primary computer, period). And if you use your iPad for things where bigger is better &#8212; watching video, reading comic books or PDFs or print-derived magazine apps (where you&#8217;re better off with a screen that is closer in size to that of the printed page), or for on-screen touch typing &#8212; well, you probably want the bigger display of the iPad Air.</p>
1106
-
1107
- <p>Me, I use my iPad primarily for reading &#8212; Twitter, email, web pages, and books. The Mini, for me personally, is the better-sized device. I like that it&#8217;s easier to hold in one hand, and that it&#8217;s small enough to fit in a jacket pocket. (A new test for any new jacket I&#8217;ll buy: Does an iPad Mini fit in the pocket?)</p>
1108
-
1109
- <hr />
1110
-
1111
- <p>So the iPad Air is an excellent year-over-year update over the iPad 4 &#8212; double the performance, and a serious reduction in size and weight. But the retina iPad Mini is an almost unbelievable year-over-year update &#8212; four times the performance, a retina display (which therefore means four times the pixels), and yet no appreciable difference in size or weight. This is the iPad Mini I expected to see next year, in 2014. But here it is today, in my hand.</p>
1112
-
1113
- <p>Consider the iPad 2 from 2011. Non-retina display, A5 chip. A nice improvement over 2010&#8217;s original iPad in many regards: performance, weight, thickness.</p>
1114
-
1115
- <p>Then, in 2012, a fork in the road. At the full size, the iPad 3 and 4: same basic size as the 2011 iPad 2, but now with a retina display and, with the 4, a significant performance improvement with the A6X. And then the original Mini &#8212; same basic specs as the iPad 2, but radically reduced in size. Two very different ways to improve upon the iPad 2: one with better tech specs, the other with a dramatic reduction in size.</p>
1116
-
1117
- <p>Just one year ago, those were the compromises Apple was forced to make. They could shrink the year old iPad 2 into the Mini form factor, or go retina and A6X with a thicker and heavier battery.</p>
1118
-
1119
- <p>This year, there are no compromises, there is no <em>or</em>. The iPad Mini has gone retina and provides just a hair less than the full performance of the Air, with no appreciable increase in weight or thickness over last year&#8217;s Mini.</p>
1120
-
1121
- <p>Hence, I think, the name change for the 9.7-inch model, from last year&#8217;s &#8220;iPad&#8221; to &#8220;iPad Air&#8221;. There no longer is a <em>main</em> or <em>regular</em> or <em>standard</em> iPad. Last year Apple billed the Mini as &#8220;every inch an iPad&#8221;, and that was true, but it was every inch an iPad 2. This, year, it&#8217;s every inch a top-of-the-line iPad.</p>
1122
-
1123
- <div class="footnotes">
1124
- <hr />
1125
- <ol>
1126
- <li id="fn1-2013-11-15">
1127
- <p>To date, Apple has introduced three iOS device form factors: iPhone, iPad, iPad Mini. The iPhone went through three generations before going retina (original, 3G, 3GS). The full-size iPad went through two before going retina (original, iPad 2). The iPad Mini spent just one generation with a non-retina display. If that pattern holds, Apple&#8217;s next iOS device will debut with a retina quality display in its first generation.&nbsp;<a href="#fnr1-2013-11-15" class="footnoteBackLink" title="Jump back to footnote 1 in the text.">&#8617;</a></p>
1128
- </li>
1129
- </ol>
1130
- </div>
1131
-
1132
-
1133
-
1134
- ]]></content>
1135
- <title>★ The Retina iPad Mini</title></entry><entry>
1136
-
1137
- <link rel="alternate" type="text/html" href="http://daringfireball.net/2013/11/rockstar_suit" />
1138
- <link rel="shorturl" href="http://df4.us/m0n" />
1139
- <id>tag:daringfireball.net,2013://1.28535</id>
1140
- <published>2013-11-01T22:00:05Z</published>
1141
- <updated>2013-11-02T01:46:56Z</updated>
1142
- <author>
1143
- <name>John Gruber</name>
1144
- <uri>http://daringfireball.net/</uri>
1145
- </author>
1146
- <summary type="html"><![CDATA[<p>If you want to argue that the whole patent system stinks, and that all of these tech giants are abusing it, I agree. But if you want to argue that Apple and Microsoft are in the wrong, and poor Google and their Android partners are victims of one-sided abuse, I&#8217;m going to have to disagree.</p>
1147
- ]]></summary>
1148
- <content type="html" xml:base="http://daringfireball.net/" xml:lang="en"><![CDATA[
1149
- <p>Brian Fitzgerald, <a href="http://blogs.wsj.com/digits/2013/11/01/google-sued-by-patent-firm-owned-by-apple-microsoft/">reporting for the WSJ Digits blog</a>:</p>
1150
-
1151
- <blockquote>
1152
- <p>In 2011, Google lost an expensive bidding war for a group of
1153
- Nortel Networks patents to a handful of technology giants
1154
- including Apple and Microsoft that paid $4.5 billion. Two years
1155
- later, a consortium jointly owned by those companies is suing
1156
- Google for patent infringement.</p>
1157
- </blockquote>
1158
-
1159
- <p>In response, <a href="https://twitter.com/paulg/status/396141269035925504">Paul Graham</a>:</p>
1160
-
1161
- <blockquote>
1162
- <p>The world changed today. Apple definitively crossed over into
1163
- evil. (Microsoft is merely pathetic.)</p>
1164
- </blockquote>
1165
-
1166
- <p>And <a href="https://twitter.com/dhh/status/396149330874073088">David Heinemeier Hansson</a>:</p>
1167
-
1168
- <blockquote>
1169
- <p>Apple and Microsoft should be ashamed of themselves for
1170
- underwriting such blatant patent troll warfare, &#8230; - disgusting.</p>
1171
- </blockquote>
1172
-
1173
- <p>Both link to Ars Technica&#8217;s story on the lawsuit, headlined, &#8220;<a href="http://arstechnica.com/tech-policy/2013/10/patent-war-goes-nuclear-microsoft-apple-owned-rockstar-sues-google/">Patent War Goes Nuclear: Microsoft, Apple-Owned &#8216;Rockstar&#8217; Sues Google</a>&#8221;, which I would say presents a rather one-sided slant to the story, starting with its sub-head, &#8220;Rockstar paid $4.5 billion for Nortel patents and has launched a major attack.&#8221;</p>
1174
-
1175
- <p>The only mention of Motorola in Ars&#8217;s story is this:</p>
1176
-
1177
- <blockquote>
1178
- <p>Google&#8217;s failure to get patents in the Nortel auction was seen as
1179
- one of the <a href="http://www.bloomberg.com/news/2011-08-15/google-agrees-to-acquisition-of-motorola-mobility-for-about-12-5-billion.html">driving factors</a> in its $12.5 billion purchase of
1180
- Motorola in 2011.</p>
1181
- </blockquote>
1182
-
1183
- <p>But Motorola &#8212; a wholly-owned Google subsidiary &#8212; <a href="http://en.wikipedia.org/wiki/Motorola_Mobility_v._Apple_Inc.">has filed patent lawsuits against Apple all over the world</a>. Just one month ago Apple finally put an end to <a href="http://www.fosspatents.com/2013/09/apple-must-post-132-million-bond-to-end.html">an 18-month injunction that prevented iCloud users in Germany from getting push notifications for email</a> &#8212; because of a patent lawsuit filed by Google.</p>
1184
-
1185
- <p>If anything, Google has been the worst of the bunch, <a href="http://appleinsider.com/articles/13/09/05/judge-slaps-motorola-with-145m-payout-to-microsoft-for-frand-abuse">found guilty of abusing FRAND patents</a>.</p>
1186
-
1187
- <p>This latest lawsuit filed by Rockstar is an escalation of a patent war against Google and Android, not the start of it. Nobody looks good here &#8212; not Apple, not Microsoft, but certainly not Google either. Google started filing lawsuits based on Motorola patents long before Rockstar filed this suit. Given that, I find it hard to believe that had Google won the bidding for the rights to Nortel&#8217;s patent trove &#8212; and <a href="http://www.fosspatents.com/2013/11/failed-44-billion-bid-for-nortel.html">it bid $4.4 billion for them</a> &#8212; it wouldn&#8217;t have filed lawsuits based on them in the same way it has with Motorola&#8217;s.</p>
1188
-
1189
- <p>If you want to argue that the whole patent system stinks, and that all of these tech giants are abusing it, I agree. But if you want to argue that Apple and Microsoft are in the wrong, and poor Google and their Android partners are victims of one-sided abuse, I&#8217;m going to have to disagree. If there&#8217;s a difference between Apple/Microsoft and Google in this war, it&#8217;s not over nobility, but rather over how well each side has played the game. It&#8217;s looking more and more like Google made a strategic blunder, underbidding for the Nortel patents and then subsequently overpaying for Motorola Mobility.</p>
1190
-
1191
- <p>I largely agree with <a href="http://www.appleoutsider.com/2013/11/01/nook/">Matt Drance&#8217;s take</a>, but quibble with his concluding paragraph:</p>
1192
-
1193
- <blockquote>
1194
- <p>I’ve said this <a href="http://www.appleoutsider.com/2011/08/05/wadt2/">multiple</a> <a href="http://www.appleoutsider.com/2011/08/15/mot/">times</a> <a href="http://www.appleoutsider.com/2012/08/22/trial/">in the past</a>, and I’ll say
1195
- it again: I don’t like this game. Rockstar <a href="http://www.ip-rockstar.com/innovation">looks</a>, smells, and
1196
- now acts like countless NPE’s that have done more harm than good
1197
- &#8212; namely <a href="https://www.eff.org/deeplinks/2013/04/app-developers-lodsys-back">Lodsys</a>, which has been aggressively harassing Apple’s
1198
- own ecosystem. It’s extremely disappointing to see Apple
1199
- facilitate this kind of behavior. At the same time, the missed
1200
- Nortel auction and dubious Motorola purchase look as awful a
1201
- strategic blunder as ever for Google. They kept their head in the
1202
- sand for too long.</p>
1203
- </blockquote>
1204
-
1205
- <p>The difference between Lodsys and Rockstar is that Lodsys is a bully, <a href="http://www.fosspatents.com/2011/05/lodsys-sues-7-app-developers-in-eastern.html">suing small</a> (and in some cases, downright tiny) companies that lack the financial wherewithal to fight back. And in fact, <a href="https://www.eff.org/deeplinks/2013/10/patent-troll-lodsys-settles-nothing-avoid-trial">when Lodsys&#8217;s targets <em>do</em> fight back, Lodsys runs away</a> &#8212; settling for <em>nothing</em> in order to avoid a trial. Rockstar may be a patent troll, but they&#8217;re a patent troll that at least is picking on someone its own size.</p>
1206
-
1207
-
1208
-
1209
- ]]></content>
1210
- <title>★ Rockstar, Patent-Holding Firm Partially Owned by Apple and Microsoft, Sues Google and Android Handset Makers</title></entry><entry>
1211
-
1212
- <link rel="alternate" type="text/html" href="http://daringfireball.net/2013/10/the_ipad_air" />
1213
- <link rel="shorturl" href="http://df4.us/m06" />
1214
- <id>tag:daringfireball.net,2013://1.28518</id>
1215
- <published>2013-10-30T03:59:00Z</published>
1216
- <updated>2013-10-31T18:45:27Z</updated>
1217
- <author>
1218
- <name>John Gruber</name>
1219
- <uri>http://daringfireball.net/</uri>
1220
- </author>
1221
- <summary type="html"><![CDATA[<p>A review of the new iPad.</p>
1222
- ]]></summary>
1223
- <content type="html" xml:base="http://daringfireball.net/" xml:lang="en"><![CDATA[
1224
- <p>There are so many millions of iPad users that no simple explanation can cover all use cases. But my take, since last year, has been that the full-size iPad is best seen as an <em>alternative</em> to a laptop, and the iPad Mini as a <em>supplement</em> to a laptop.</p>
1225
-
1226
- <p>But the tremendous weight reduction in the iPad Air complicates this equation. A year ago, a new iPad 4 weighed 1.4 pounds (650 grams); an 11-inch MacBook Air weighs 2.38 pounds (1,080 grams). There&#8217;s something about the fact that last year&#8217;s iPad 4 was quite a bit more than half the weight of a MacBook Air, and this year&#8217;s iPad Air (1.0 pound / 469 grams) is quite a bit <em>less</em> than half the weight of a MacBook Air. For one thing, it makes the iPad Air seem more reasonable as a supplement to a MacBook (filling the role I had previously thought best served by the iPad Mini). And on the flip side, for those who really care about traveling light, it makes the iPad Air far more compelling as a <em>replacement</em> for traveling with a MacBook at all. For those whose software needs are such that they can truly go iOS-only, the new iPad Air is a compelling option as an alternative to a Mac or PC laptop. Even if you pack along a hardware keyboard peripheral, you can easily stay under 2 pounds total weight with an iPad Air as a travel computer. The iPad Air makes an iPad 3/4 feel heavy; it makes an 11-inch MacBook Air feel like an anchor.</p>
1227
-
1228
- <p>So I&#8217;m envisioning two types of people:</p>
1229
-
1230
- <ol>
1231
- <li><p>Those who still need or merely want to carry a MacBook with them when they travel, but who also want to carry an iPad. </p></li>
1232
- <li><p>Those whose portable computing needs can &#8212; all, or even just most, of the time &#8212; be met by an iPad.</p></li>
1233
- </ol>
1234
-
1235
- <p>I think it&#8217;s worth considering the iPad Air from both perspectives.</p>
1236
-
1237
- <h2>iPad Air as Supplement to a MacBook (Where by &#8216;MacBook&#8217;, I Really Mean Any PC or Mac Laptop)</h2>
1238
-
1239
- <p>Last year the decision regarding which iPad to buy was pretty easy. If you were in group 1, you should have bought an iPad Mini. Group 2, an iPad 4.</p>
1240
-
1241
- <p>Me, personally, I&#8217;m still in group 1 &#8212; when I&#8217;m traveling, I need a MacBook of some sort to work efficiently. Part of it is as simple as having a hardware keyboard, but if that were all, I could easily solve the problem with a hardware keyboard for the iPad. But it&#8217;s also about software &#8212; BBEdit, MarsEdit, a web browser that can open several dozen tabs at a time without breaking a sweat, custom scripts and services that I&#8217;ve written for myself over the years &#8212; these things make me far more efficient on a Mac than I am while working on any iOS device. Carrying around an iPad Mini for the last year as a secondary travel device has been great &#8212; to me an iPad is worth carrying as a secondary device just for reading and use as a cellular hotspot alone.</p>
1242
-
1243
- <p>I like to travel light, and the Mini just made sense as the iPad for me.</p>
1244
-
1245
- <p>Now that the iPad Air is merely 0.3 pounds (137 grams) heavier than a retina iPad Mini, though, it just isn&#8217;t that much extra weight to worry about. The weight difference still might matter in terms of what it feels like to hold it in your hands for prolonged periods, but not in terms of travel weight.</p>
1246
-
1247
- <p>It&#8217;s also the case that most of the time, I&#8217;m at home, not traveling. I use my iPad daily, generally first thing in the morning, and then again late at night. I use it for reading and flagging emails and tweets with potential content I might post to Daring Fireball. For me, the iPad, on a day-to-day basis, is largely a triage device for news and links, and the device I turn to for long-form reading I didn&#8217;t find time for during the workday. Having spent the last week using the new iPad Air instead of my old iPad Mini, it&#8217;s been a win in every regard but one. First things first: good god almighty did I miss having a retina display on my daily iPad. I don&#8217;t regret switching to the non-retina Mini for a year, but that display is just gross once your eyes get accustomed to retina quality. The extra weight of the iPad Air (compared to my Mini), while holding it one-handed<sup id="fnr1-2013-10-29"><a href="#fn1-2013-10-29">1</a></sup> standing in the kitchen making coffee in the morning, or sitting on the couch watching the World Series at night? Practically negligible. Looking at the specs, you can see that the iPad Air is now closer in weight to the iPad Mini than to the iPad 3/4, and in my experience, it <em>feels</em> that way in actual use, too.</p>
1248
-
1249
- <p>The one and only catch for me is typing. I&#8217;ve never typed much on any iPad. And then over the past year with my Mini, I grew attached to typing with my thumbs, iPhone-style. This is more comfortable now with the Air than on previous full-size iPads (with their significantly wider bezels along the sides while in portrait orientation), but it&#8217;s still not as comfortable as on the Mini. For people who type with all ten fingers on their iPads, surely the 9.7-inch models are better than the Mini. But for me, as an iPad thumb-typist, the Mini makes it easier to type.</p>
1250
-
1251
- <p>The bottom line, though, is that for anyone who sees an iPad as a supplemental device, the iPad Air is a <em>very</em> compelling alternative to the iPad Mini. It&#8217;s so much lighter than the iPad 3/4, both as something to carry when traveling and to hold while using, that it significantly diminishes the iPad Mini&#8217;s primary distinguishing feature. For anyone who has spent the last year thinking, <em>Well, I would like something lighter, sure, but I&#8217;m not crazy about the idea of such a small display, because I want to use my iPad for things where a bigger display is better, like watching movies, reading magazines and comic books, and touch-typing in landscape orientation</em> &#8212; the iPad Air is the device for you.</p>
1252
-
1253
- <p>For me, personally, with my primary uses of the iPad being reading web pages, Twitter, email, and books,<sup id="fnr2-2013-10-29"><a href="#fn2-2013-10-29">2</a></sup> the larger display of the Air doesn&#8217;t have as much appeal. I think I&#8217;m going to hold out and buy a new iPad Mini for myself. But it&#8217;s a damn close call.</p>
1254
-
1255
- <h2>The iPad Air as a Primary Portable Computer</h2>
1256
-
1257
- <p>Here, I can&#8217;t write from personal experience. As stated above, I still want a MacBook of some sort for working while traveling, and I think I will for years to come. But most people don&#8217;t. Most of <em>you</em>, reading this, might. But most people in general don&#8217;t.</p>
1258
-
1259
- <p>They have no need for the extra performance of a laptop, and they are hindered &#8212; not helped &#8212; by the extra complexity. Performance matters, but the iPad has always been fast enough for many people, and with each passing year it becomes fast enough for more people.</p>
1260
-
1261
- <p>The A7 in the iPad Air is a huge upgrade performance-wise over previous iPads. More importantly, and more intriguingly, it brings the iPad Air into line with
1262
- late-model Mac and PC laptops.</p>
1263
-
1264
- <p>When I <a href="http://daringfireball.net/2013/09/the_iphone_5s_and_5c">reviewed the iPhone 5S last month</a>, I pointed out that it beat, albeit slightly, my 2008 15-inch MacBook Pro in the Sunspider web browser benchmark. Here&#8217;s a perhaps more relevant comparison: my 11-inch MacBook Air, late 2010.</p>
1265
-
1266
- <p>The new iPad Air outperforms that MacBook Air on both the Sunspider and Geekbench 3 benchmarks:</p>
1267
-
1268
- <h3>Geekbench 3 Benchmark (Higher Is Better)</h3>
1269
-
1270
- <table>
1271
- <thead>
1272
- <tr>
1273
- <th align="left">Device</th>
1274
- <th align="right">Single core</th>
1275
- <th align="right">Multi core</th>
1276
- </tr>
1277
- </thead>
1278
-
1279
- <tbody>
1280
- <tr>
1281
- <td align="left">iPad Air</td>
1282
- <td align="right">1,476</td>
1283
- <td align="right">2,673</td>
1284
- </tr>
1285
- <tr>
1286
- <td align="left">iPhone 5S</td>
1287
- <td align="right">1,413</td>
1288
- <td align="right">2,561</td>
1289
- </tr>
1290
- <tr>
1291
- <td align="left">iPad 3</td>
1292
- <td align="right">263</td>
1293
- <td align="right">493</td>
1294
- </tr>
1295
- <tr>
1296
- <td align="left">iPad 4</td>
1297
- <td align="right">764</td>
1298
- <td align="right">1,424</td>
1299
- </tr>
1300
- <tr>
1301
- <td align="left">MacBook Air (late 2010)</td>
1302
- <td align="right">871</td>
1303
- <td align="right">1,438</td>
1304
- </tr>
1305
-
1306
- </tbody>
1307
- </table>
1308
-
1309
- <h3>Sunspider 1.0.2 (Lower Times Are Better)</h3>
1310
-
1311
- <table>
1312
- <thead>
1313
- <tr>
1314
- <th align="left">Device</th>
1315
- <th align="right">Time (ms)</th>
1316
- </tr>
1317
- </thead>
1318
-
1319
- <tbody>
1320
- <tr>
1321
- <td align="left">iPad Air</td>
1322
- <td align="right">397</td>
1323
- </tr>
1324
- <tr>
1325
- <td align="left">iPhone 5S</td>
1326
- <td align="right">416</td>
1327
- </tr>
1328
- <tr>
1329
- <td align="left">iPad 3</td>
1330
- <td align="right">1,326</td>
1331
- </tr>
1332
- <tr>
1333
- <td align="left">iPad 4</td>
1334
- <td align="right">710</td>
1335
- </tr>
1336
- <tr>
1337
- <td align="left">MacBook Air (late 2010)</td>
1338
- <td align="right">476</td>
1339
- </tr>
1340
-
1341
- </tbody>
1342
- </table>
1343
-
1344
- <p>(According to Geekbench 3, the iPhone 5S CPU is running at 1.29 GHz and the iPad Air CPU is running at 1.39 GHz &#8212; this would account for the iPad Air&#8217;s slightly superior benchmark scores. All iOS devices were running iOS 7.0.3; the MacBook Air was running OS X Mavericks 10.9.0 and Safari 7.0.)</p>
1345
-
1346
- <p>To me, the comparison that is most interesting is to my MacBook Air. In <a href="http://www.apple.com/pr/library/2010/10/20Apple-Reinvents-Notebooks-With-New-MacBook-Air.html">exactly three years</a>, Apple has produced an iPad that outperforms a then-brand-new MacBook. Three years is a decent chunk of time in this industry, and the MacBook Air has made great strides since then, but this (a brand-new iPad Air versus a late 2010 MacBook Air) is a credible comparison. In many ways the iPad Air is not just the superior device, but clearly so &#8212; it has a retina display, the MacBook Air does not; it gets 10 hours of battery life, the MacBook Air was advertised <a href="https://web.archive.org/web/20101114160411/http://www.apple.com/macbookair/specs.html">at just 5 hours back then</a> (and as an old and much-used device, my personal MacBook Air gets significantly less than 5 hours of battery life today).</p>
1347
-
1348
- <p>In short, for people upgrading from a 3 or 4 year-old laptop (let alone an even older one), the iPad Air is <em>faster</em>, straight up. Plus it has all the other advantages the iPad has always had: weight, simplicity, app selection, and most elusively, <a href="http://stratechery.com/2013/magical-ipad/">in Steve Jobs&#8217;s own words</a>, <em>magic</em>.</p>
1349
-
1350
- <p>For anyone who doesn&#8217;t truly take advantage of the capabilities in Mac OS X (or Windows) that aren&#8217;t available in iOS, the iPad Air is a superior portable computer to a laptop in nearly every way. Smaller, lighter, simpler, more fun. And now, with the iPad Air, in many cases it&#8217;s even a faster device. Note too, the simple fact that the high-end iPad Air, with cellular networking and 128 GB of storage (the configuration I tested), costs $929 &#8212; only $70 less than the base model MacBook Air. The new iPad Air is a full-fledged competitor to laptops.</p>
1351
-
1352
- <p>An obsession with treating &#8220;tablets&#8221; as an entirely new and separate product category is blinding some observers from what is <a href="http://www.forbes.com/sites/jeanbaptiste/2013/10/29/exclusive-intel-opens-fabs-to-arm-chips/">really going on</a> with the iPad &#8212; it is taking over a large segment of the PC industry. As iPad sales have grown, <a href="http://daringfireball.net/linked/2013/10/16/pc-sales-down">PC sales have contracted</a>. I expect the iPad Air to accelerate both trends &#8212; the growth in iPad sales, and the contraction of the PC market.</p>
1353
-
1354
- <h2>Miscellany</h2>
1355
-
1356
- <p>Apple included both the new Smart Cover and Smart Case with my review unit.</p>
1357
-
1358
- <p>The new <a href="http://www.apple.com/ipad/accessories/#smartcover">Smart Cover</a> is pretty much just an iPad Air-sized version of the iPad Mini Smart Cover from last year: the magnetic side attachment is now part of the polyurethane cover, as opposed to the iPad 3/4 Smart Cover, which had a metal side attachment. The new Air Smart Cover also has just three folding panels, as opposed to four. I like the new cover better. The metal Smart Cover attachment scratched the side of the iPad 3/4 over time, and the connection between the polyurethane and the metal tended to stretch and get loose over time. I&#8217;ve seen complaints that the iPad Mini&#8217;s three-panel cover doesn&#8217;t make for as sturdy a stand as the old four-panel one when folded over to prop up the iPad, but I&#8217;ve had no such problems.</p>
1359
-
1360
- <p>Regarding the <a href="http://www.apple.com/ipad/accessories/#smartcase">Smart Case</a>: I just don&#8217;t see the point. The iPad Air certainly does snap in and out of the Smart Case rather easily (in hindsight, just how awful was <a href="http://www.amazon.com/Original-Apple-CASE-ZML-MC361ZM-Packaging/dp/B003CGMQ38">that case Apple made for the original iPad</a>?). But I don&#8217;t think most people have a good reason to protect the back of the iPad. What&#8217;s the point of buying an iPad that is so amazingly thin only to wrap it in a case that makes it so much thicker? What&#8217;s the point of obsessively preventing the aluminum back from getting scratched if you&#8217;re going to keep it wrapped in a case and never look at or touch the back of the device anyway?</p>
1361
-
1362
- <p>And if you use your iPad in a scenario where you really do want to protect the whole thing &#8212; not just the glass but the back too &#8212; why leather? Wouldn&#8217;t polyurethane &#8212; at least as an option &#8212; make more sense for the cover that is intended to be <em>more</em> protective?</p>
1363
-
1364
- <p>In terms of battery life, I found the iPad Air to be, well, an iPad. In a week of normal use and only occasional charging, it seldom fell under 50 percent. It does take a while to charge, even when using the included 12-watt power adapter. It took about an hour to go from 37 percent to 66 percent, and about 90 minutes to go from 66 percent all the way to 100. But charge it overnight and you should easily get a full day of active use or several days of casual use out of it. Starting with the original model in 2010, Apple has seemingly been unwilling to bend on a floor of 10 hours of battery life, and the iPad Air maintains this pedigree.</p>
1365
-
1366
- <div class="footnotes">
1367
- <hr />
1368
- <ol>
1369
- <li id="fn1-2013-10-29">
1370
- <p>Worth noting that not once in the past week have I encountered a single problem caused by the narrower bezel on the iPad Air. I&#8217;m not surprised, given that I never had any problems with inadvertent touches registering on the sides with the similarly proportioned bezels of the iPad Mini, but I know from the email I&#8217;ve been getting from readers that this is a concern for users upgrading from previous full-size iPads. Your mileage may vary, of course, but it seems to me that Apple has solved this problem in software.&nbsp;<a href="#fnr1-2013-10-29" class="footnoteBackLink" title="Jump back to footnote 1 in the text.">&#8617;</a></p>
1371
- </li>
1372
- <li id="fn2-2013-10-29">
1373
- <p>Is anyone else surprised that the iOS version of iBooks still hasn&#8217;t been updated for iOS 7? When it didn&#8217;t appear in the App Store last week along with Apple&#8217;s other App Store apps, I sort of assumed that there must have been some sort of last-minute bug holding it up. But here we are a week later, and the one app from Apple that was <em>most</em> in need of an iOS 7 redesign still hasn&#8217;t gotten one.&nbsp;<a href="#fnr2-2013-10-29" class="footnoteBackLink" title="Jump back to footnote 2 in the text.">&#8617;</a></p>
1374
- </li>
1375
- </ol>
1376
- </div>
1377
-
1378
-
1379
-
1380
- ]]></content>
1381
- <title>★ The iPad Air</title></entry><entry>
1382
-
1383
- <link rel="alternate" type="text/html" href="http://daringfireball.net/2013/10/this_weeks_ipad_event" />
1384
- <link rel="shorturl" href="http://df4.us/lzm" />
1385
- <id>tag:daringfireball.net,2013://1.28498</id>
1386
- <published>2013-10-26T20:13:26Z</published>
1387
- <updated>2013-10-29T22:19:32Z</updated>
1388
- <author>
1389
- <name>John Gruber</name>
1390
- <uri>http://daringfireball.net/</uri>
1391
- </author>
1392
- <summary type="html"><![CDATA[<p>Regarding the iPad Air, retina iPad Mini, new MacBook Pros and Mac Pro, iWork 13, and more.</p>
1393
- ]]></summary>
1394
- <content type="html" xml:base="http://daringfireball.net/" xml:lang="en"><![CDATA[
1395
- <h2>The Show Itself</h2>
1396
-
1397
- <p>There is a certain sameness to almost every Apple event. A pattern, a formula, a structure, a rhythm and pacing. Does this make them boring? In some ways, certainly, insofar as the only thing we don&#8217;t know is what they&#8217;re going to say, as opposed to how they&#8217;re going to say it. (And even then, we often have a pretty good idea what they&#8217;re going to announce, too.) Nick Bilton, writing for the NYT Bits blog argues that they&#8217;re getting stale, &#8220;<a href="http://bits.blogs.nytimes.com/2013/10/23/the-repetition-of-apple-keynote-presentations-feel-boring/">Longing for the &#8216;Wow&#8217; at Apple&#8217;s Product Showcases</a>&#8221;:</p>
1398
-
1399
- <blockquote>
1400
- <p>Here’s the script: Timothy D. Cook comes out on stage in his
1401
- signature jeans and black shirt &#8212; usually untucked. He shows off
1402
- some statistics. Then other execs take the microphone to show off
1403
- new software that we’ve already seen.</p>
1404
-
1405
- <p>There are a few jokes; the audience laughs.</p>
1406
-
1407
- <p>Then comes Philip W. Schiller, Apple’s head of marketing, who
1408
- talks about new hardware and confuses everyone by touting an
1409
- “Intel Xeon E5 chip,” and a “10 MB L3 cache and Turbo Boost,” and
1410
- “cores” and other things most people know absolutely nothing
1411
- about. (It’s as if he’s speaking Klingon.)</p>
1412
-
1413
- <p>Then Mr. Cook is back on stage to introduce a new version of an
1414
- iPad or iPhone or iPod. Then Mr. Schiller again to explain, in
1415
- Klingon, the guts of the new iPad or iPhone or iPod. Then there’s
1416
- a video of Jony Ive talking about the new iPad or iPhone or iPod.
1417
- “It’s the best [iPad or iPhone or iPod] we’ve ever made,” Mr. Ive
1418
- says in his smooth British accent.</p>
1419
-
1420
- <p>The shows are like watching someone perform the same magic show
1421
- over and over. Eventually it stops looking like magic.</p>
1422
- </blockquote>
1423
-
1424
- <p>But that&#8217;s not quite right. Repeatedly watching the same tricks in a magic show would grow tiresome. Apple&#8217;s events are more like watching episodes of the same TV show, but with different bits each time. The show itself grows ever more familiar, but the content changes with each episode. The URL slug on Bilton&#8217;s piece, which I suspect hints at the original headline, puts it better: &#8220;The repetition of Apple keynote presentations feels boring.&#8221;</p>
1425
-
1426
- <p>The problem with a complaint like Bilton&#8217;s (<a href="http://www.marco.org/2013/10/24/off">or Marco Arment&#8217;s</a>) is that the formula works. It puts the focus where Apple wants it: on the products being announced, not the show itself or the presenters. Sooner or later, Apple will introduce some sort of major new product, and when they do, they&#8217;ll likely cater the structure of the introduction accordingly. The iPhone introduction was unlike any previous Macworld Expo keynote. The iPad introduction used a different structure (and added <a href="http://daringfireball.net/2011/03/the_chair">a chair</a>). If you want a new Apple event, you&#8217;re going to have to wait for a new Apple product.</p>
1427
-
1428
- <p>In the meantime, make no mistake, Apple continues to sweat the details on these events. This year they <a href="http://www.flickr.com/photos/gruber/10461604065/">customized the entrance to the gallery building at Yerba Buena Center</a>, ripping out the doors in the back &#8212; just for this event &#8212; to create a sunlit open-air entrance to the post-event hands-on area.</p>
1429
-
1430
- <h2>Mavericks, iWork, and iLife Apps Going Free</h2>
1431
-
1432
- <p>Apple&#8217;s accountants had as much to do with making Mavericks and these apps free of charge as did Apple&#8217;s product marketing team. This has been a years-long effort. As the price of Mac OS X updates dropped over the last few versions &#8212; after holding steady for many years at the hard-to-believe-today price of $129 &#8212; the goal was always to get to free. Remember all the stuff from a few years ago, when the iPhone first came out, and Apple used &#8220;<a href="http://thenetworkgarden.blogs.com/weblog/2009/09/apple-accounting-change-why-it-matters.html">subscription-based accounting</a>&#8221; for iPhone sales, because it was the only way it saw to comply with U.S. accounting regulations and also provide free software updates?</p>
1433
-
1434
- <p>That&#8217;s all in the past now. My understanding is that it&#8217;s been a long slog to get here &#8212; <em>here</em> being where these apps and all OS updates are available free of charge &#8212; the details of said slog being the sort of convoluted bean-counting that would put anyone who doesn&#8217;t wear a green eyeshade to sleep. But this too &#8212; I <em>think</em> &#8212; is why the iLife and iWork apps are only free with the purchase of a new device and for users of previous versions. Apple&#8217;s not trying to milk money from those customers ineligible for the free versions of these apps (although, of course, they will happily keep the money). It&#8217;s simply the fallout from Apple&#8217;s accounting guidelines that they cannot simply offer these apps free of charge to everyone.</p>
1435
-
1436
- <p>Free apps and free OS updates will benefit both Apple and its customers. Customers benefit by having access to the latest versions of these apps and the latest OS for their devices, without having to weigh whether the new features are worth the upgrade price. At yesterday&#8217;s event Tim Cook claimed 64 percent of iOS devices are already running iOS 7. How best to make Mac OS X&#8217;s running-the-latest-version number more like that of iOS? By making it free. (It helps too, that the App Store makes upgrading far easier than in the old days.)</p>
1437
-
1438
- <p>This benefits developers to some degree as well. It&#8217;s better for developers when they can count on more users running the latest OS &#8212; it decreases fragmentation and allows them to rely upon new APIs only present in the latest versions of the OS. It&#8217;s also the case that Mavericks is an OS that helps older Macs run faster and get better battery life &#8212; Apple is forgoing revenue by not charging anything at all for Mavericks, but they are increasing the value of existing Mac hardware. Never say never, but I don&#8217;t expect that we will see a paid update to Mac OS X ever again. I think all future upgrades, no matter how significant, are going to be free of charge henceforth.</p>
1439
-
1440
- <p>This puts Microsoft in a tight spot. Apple gives away software for free in exchange for your buying their hardware. This is not charity. It&#8217;s also in marked contrast to Google, who gives away software for free in exchange for selling your attention (and personal information) to advertisers. Apple and Google are squeezing Microsoft from both sides, and the result is that less and less perceived value in the industry resides solely in software. You can make money selling hardware (like Apple) or make money selling ads (like Google), but given the popularity of Apple&#8217;s hardware and Google&#8217;s apps and services, it&#8217;s getting harder for Microsoft to make money by selling software.</p>
1441
-
1442
- <p>To a lesser degree, Apple might be putting the squeeze on iOS and Mac developers as well, for the same reason. Apple is reinforcing the perception that incredibly deep apps, apps that in some cases have been three or four years in the making, &#8220;should be&#8221; free. <em>Why does your app cost even $1 if the cost of an entire office suite, running on both my Mac and iOS devices, is free of charge?</em> That&#8217;s what I worry users will ask. One would hope they&#8217;d see the difference between Apple&#8217;s financial situation and that of the indie developer, but the truth is that many &#8212; maybe most? &#8212; people think that everyone who writes apps for the App Store works for Apple. (I know that&#8217;s hard to believe, but ask your neighborhood app developer next time you see them.)</p>
1443
-
1444
- <h2>iPad Air and iPad Mini</h2>
1445
-
1446
- <p>Calling the new full-size model the iPad Air says it all. In one year, the iPad Air has dropped 30 percent of its weight, narrowed considerably, and doubled in performance. A weight drop like that is significant for any product, but especially so for a device that is primarily used while being held in your hands. It&#8217;s startling when first you hold one.</p>
1447
-
1448
- <p>The new Mini is an even more impressive year-over-year update. Last year&#8217;s original Mini was billed as &#8220;every inch an iPad&#8221;, but what they meant by that was that it was every inch an iPad 2. The original Mini&#8217;s non-retina display and A5 chip put it one generation behind the iPad 3/4. My expectation was thus that this year&#8217;s Mini would maybe get a retina display, but regardless of display would get an A6 processor &#8212; more or less keeping it about a year behind the 9.7-inch iPad state of the art. <a href="http://daringfireball.net/linked/2013/10/08/paczkowski-oct-22">I was wrong</a>.</p>
1449
-
1450
- <p>From what I&#8217;ve seen, and what Apple has said, the only differences between the iPad Air and the Mini are the screen size and $100. Same performance. Same storage capacity options. Same cameras. This is the iPad Mini I expected to see in October 2014, not 2013. The price for the new models has gone up, but given that the new Mini has achieved technical parity with the Air, and that the original iPad Mini remains available in a 16 GB configuration for just $299, the Mini&#8217;s pricing structure makes more sense than last year&#8217;s oddball starting price of $329.</p>
1451
-
1452
- <p>I&#8217;m an iPad Mini convert. After just a few weeks last year, my Mini became my one and only iPad. My iPad usage is mostly for reading, and not much for typing. The smaller size and lighter weight just fit my usage better. I went into this year&#8217;s event assuming I&#8217;d walk out wanting to buy the new Mini. But the new Air is so much lighter, and thus so much more amenable to holding it in just one hand, that I walked out of the event completely unsure which one I want. In fact, the new Air (469 grams) is closer in weight to the new Mini (331 grams) than it is to the old iPad 3/4 (650 grams) that it replaces. (Those weights are all for the Wi-Fi-only models.)</p>
1453
-
1454
- <p>Both models are great updates from last year, but the result is that what makes them great updates (the Air&#8217;s reduction in size and weight; the Mini&#8217;s retina display and performance parity) also make it a much harder decision to choose which one you want. Many readers have asked whether the Mini&#8217;s slight increases in thickness (from 7.2 to 7.5 mm) and weight (from 308 to 331 grams for the Wi-Fi model) are noticeable. From my time in the hands-on area, I&#8217;d say no, the differences are negligible (especially with regard to thickness &#8212; we&#8217;re talking about one-hundredth of an inch), but the fact that the retina Mini got heavier at all only serves to further complicate the decision of which new iPad to buy.</p>
1455
-
1456
- <p>The new iPads strike me as prime examples of Tim Cook&#8217;s leadership. We &#8212; or at least I &#8212; largely celebrate Apple&#8217;s design leadership. But Apple&#8217;s amazing success story over the past 15 years is also very much a story of operational excellence. It&#8217;s not just about making cool new hardware &#8212; it&#8217;s about making cool new hardware in very large numbers, with high reliability and affordable prices. I had the chance to speak to Cook for a few minutes in the hands-on area Tuesday, and when he asked me what I thought, I told him that I was surprised they were able to take the Mini to retina <em>and</em> the A7 in just one year, with no appreciable difference in weight or thickness to accommodate a larger battery, in contrast to what happened with the iPad 3/4 just 18 months ago. Cook smiled, and said something to the effect of, &#8220;We&#8217;ve learned a lot since then.&#8221;<sup id="fnr1-2013-10-26"><a href="#fn1-2013-10-26">1</a></sup> </p>
1457
-
1458
- <p>The fact that the new iPad Mini isn&#8217;t shipping until &#8220;later in November&#8221; (translation: the end of November) shows just how tight this upgrade was. That&#8217;s the latest a device could possibly ship and still be available for holiday sales. Remember in <em>Raiders of the Lost Ark</em> when Indy barely made it under the slowly sliding door before it shut, then reached back and snatched his whip just in time? That&#8217;s the retina iPad Mini making the lineup in time for Christmas.</p>
1459
-
1460
- <p>To take nothing away from Jony Ive and the rest of Apple&#8217;s designers, there really wasn&#8217;t much to design about the new retina Mini. It&#8217;s the same external design as last year&#8217;s. What makes it a tremendous year-over-year update are the internal components: the display, the cameras, and that A7. Last year&#8217;s Mini was a triumph of design; this year&#8217;s update is a triumph of operational efficiency.</p>
1461
-
1462
- <p>What the iPad Air and Mini <em>lack</em>, on the other hand, I believe offers some clues as to where the iPhone 5S is component constrained. Most obviously: no Touch ID sensor. It <em>could</em> be that Apple has kept Touch ID exclusive to the iPhone 5S primarily as a marketing move, but that doesn&#8217;t sound like Apple to me. My somewhat informed guess is that those sensors are both supply and engineering constrained &#8212; Apple needs all of them simply to meet demand for the 5S, and engineering-wise, it was a challenge just to work them into one device this year. The same goes for the 5S&#8217;s amazing camera.<sup id="fnr2-2013-10-26"><a href="#fn2-2013-10-26">2</a></sup> It&#8217;s only in the context of the iPad Air and retina iPad Mini that Apple&#8217;s repeated use of &#8220;most forward-thinking iPhone yet&#8221; to describe the 5S makes sense. The 5S isn&#8217;t just the most advanced iPhone, it&#8217;s the most advanced iOS device, period.<sup id="fnr3-2013-10-26"><a href="#fn3-2013-10-26">3</a></sup> <sup id="fnr4-2013-10-26"><a href="#fn4-2013-10-26">4</a></sup></p>
1463
-
1464
- <p>And then there&#8217;s the iPad 2. Readers have inundated me with the same questions about this. Why did Apple keep it? Because people are still buying it. Why did they keep the price at $399? Because people <a href="http://allthingsd.com/20131024/why-is-apple-still-selling-the-ipad-2-because-it-can/">are still buying it</a>.</p>
1465
-
1466
- <p><em>Why</em> would anyone buy it? That&#8217;s a better question. Two groups that I know are buying it are businesses using iPads for things like cash registers (or any other situation where the iPad is used in a kiosk-like situation), and schools. For the cash register scenario, it&#8217;s perfectly rational for the business to want the cheapest full-size iPad they can get. They don&#8217;t need retina, they don&#8217;t need more than 16 GB of storage, and they don&#8217;t need cutting edge performance. For schools, the logic seems unclear to me. Why not buy the iPad Mini instead? For grade school children in particular, it seems like a better-sized device. But what I&#8217;ve been told is that schools want full-size iPads and they want the cheapest ones they can get. So: the $399 iPad 2 is with us for another year.</p>
1467
-
1468
- <p><strong>Update:</strong> One reason schools only buy full-sized iPads: <a href="http://parcconline.org/sites/parcc/files/PARCC_TechnologyGuidelines-V3_FAQ.pdf">testing regulations that require tablet displays to measure at least 9.5 inches</a>.</p>
1469
-
1470
- <p>As for pricing overall, I think concerns that iPads are &#8220;too expensive&#8221; are overblown. The same was said last year, and the year before that. The tech and business press frequently compare iPads&#8217; prices and specs to those of high-end Android-based competitors &#8212; from Samsung, Google, and Amazon &#8212; and find the iPads lacking. How many pieces were written last year arguing that the iPad Mini, with its non-retina display and $329 starting price, was incongruously overpriced compared to Nexus and Kindle Fire devices with retina-caliber pixel densities and prices under (sometimes well under) $300? Lots. So far so good &#8212; it&#8217;s fair to make such comparisons. (Although often left unsaid in such comparisons are the significant size differences between the Mini&#8217;s 7.9-inch 4:3 aspect ratio display and the 7-inch 16:9 aspect ratio displays of its ostensible competitors. <a href="http://www.imore.com/imagining-ipad-mini-2-retina-display-and-gold-play">Rene Ritchie had a good piece at iMore last week</a> explaining how this matters.)</p>
1471
-
1472
- <p>But where these comparisons go awry is when they are conflated with tablet market share numbers showing Android devices, as a whole, making significant gains. As <a href="http://ben-evans.com/benedictevans/2013/10/24/ipads-and-self-selection">Benedict Evans argued this week</a>, the rise in Android tablet sales has not been driven by the high-end would-be-iPad-competitors from Amazon, Google, and Samsung, but by profoundly cheap &#8220;$75-$150 black generic Chinese Android tablets&#8221; that are seemingly used primarily for video consumption. Evans calls them &#8220;the featurephones of tablets&#8221;, and argues they compete with televisions just as much, if not more, as they do with iPads.</p>
1473
-
1474
- <p>The iPad does not have competition in the way that the iPhone does. Tens of millions of people use high-end Android phones &#8212; largely Samsung&#8217;s &#8212; in much the same way iPhone users use theirs. There just aren&#8217;t that many people &#8212; yet? &#8212; using Kindle Fires, Galaxy Tabs, Nexuses, or Surfaces as alternatives to the iPad. Thus the massive discrepancies between the iPad&#8217;s <a href="http://techcrunch.com/2013/10/22/apple-announces-170m-ipads-sold-with-81-tablet-usage-share-and-475k-apps/">market share and usage share numbers</a>.</p>
1475
-
1476
- <h2>Two Sizes of the Same New Device</h2>
1477
-
1478
- <p>Last year, the iPad 4 and original iPad Mini felt like two different devices. This year, the iPad Air and retina Mini feel like two sizes of the same device &#8212; more like the difference between the 11- and 13-inch MacBook Airs than the difference between MacBook Airs and the MacBook Pros. If anything, the new iPads are even more similar to each other than the 11- and 13-inch MacBook Airs are. Again, I&#8217;m pretty sure the only differences between the new iPad Airs and Minis are size/weight and $100.</p>
1479
-
1480
- <p>This, in turn, gives me hope regarding any potential move Apple might make next year with regard to a larger-display iPhone. What I don&#8217;t want to see is a single iPhone 6 with a larger display (and correspondingly larger physical size). What I&#8217;m hoping for is that, if Apple produces a larger iPhone, it debuts alongside a 4-inch display iPhone with the exact same specs &#8212; same A8 processor, same better-than-the-5S camera, same storage capacities. Same everything, except for the size of the display.</p>
1481
-
1482
- <p>If Apple can do this with the iPad, why not the iPhone too? The only complication I can think of is that with the iPad Air and Mini, both sport the same pixel count, 2048&#8201;&#215;&#8201;1536. I&#8217;m not sure that an 1136&#8201;&#215;&#8201;640 display at a bigger display size will satisfy those who desire a physically larger iPhone.</p>
1483
-
1484
- <h2>New MacBook Pros</h2>
1485
-
1486
- <p>The updated MacBook Pros pose a simpler story than the new iPads. Choosing between a MacBook Pro and MacBook Air is, to my eyes at least, far easier than choosing between an iPad Air and iPad Mini.</p>
1487
-
1488
- <p>If your primary concerns are performance and display quality, you want a MacBook Pro. If your primary concerns are battery life and weight, you want a MacBook Air. Again, though, Apple continues to narrow those gaps. The latest Airs are faster than ever before. The brand-new Pros are thinner, lighter, lower-priced, and get better battery life (9 hours for the 13-inch Pro, according to Apple, which quite frankly sounds amazing to my ears; it doesn&#8217;t seem like that long ago when &#8220;4.5 hours&#8221; of battery life was state-of-the-art).</p>
1489
-
1490
- <p>And one last thought, circling back to the iPad Air and Mini. If the iPad Air and Mini are sort of like the 11- and 13-inch MacBook Airs, and there is no longer a model named just-plain &#8220;iPad&#8221;, does the iPad Air moniker set the stage for an iPad Pro? I&#8217;m thinking yes. Maybe not soon, but soon enough.</p>
1491
-
1492
- <h2>iWork</h2>
1493
-
1494
- <p>There&#8217;ve been a lot of complaints this week regarding functional regressions in the Mac versions of the new iWork apps. The disappointment is justifiable; no one likes having features they rely upon removed in a major software update. But given Apple&#8217;s recent history &#8212; Final Cut Pro X and iMovie 08 to name two examples &#8212; no one should be surprised, either. I don&#8217;t think anyone at Apple took these functional regressions in the Mac version of the iWork apps lightly, but they are no mistake, either.</p>
1495
-
1496
- <p>The bottom line as I see it: you need to have clear priorities, and Apple&#8217;s highest priority here was clearly cross-platform parity for iPhone, iPad, web, and Mac. No other office platform in the world has that &#8212; complete parity between native apps for phone, tablet, desktop, and a web app. Other companies have different priorities; Microsoft, for example, has feature-completeness built into its DNA. A version of Microsoft Office for Windows that removed functionality to achieve parity with the mobile version is unimaginable.</p>
1497
-
1498
- <p>But whenever you have clear priorities, secondary and tertiary features have to be sacrificed. I think Apple&#8217;s continuing commitment to the Mac is clear &#8212; everything from hardware like the all-new Mac Pro and a MacBook lineup that leads the industry, to the now annual updates to Mac OS X. But iOS is Apple&#8217;s primary platform, and it&#8217;s better for iOS to have the entire iWork suite at parity than the previous situation, where the iOS versions of the apps supported only a subset of what the Mac versions did.</p>
1499
-
1500
- <p>Also, the updated version of iWork for iCloud is pretty slick, standing in contradiction to the rule of thumb that Apple stinks at web stuff. But what&#8217;s the point of iWork for iCloud? I think it&#8217;s two-fold. First, it&#8217;s effectively the Windows version of iWork, without Apple having to write an actual native Windows version. It&#8217;s not going to set the Windows world on fire, but it&#8217;s not intended to. It&#8217;s there so that iPhone and iPad users with Windows PCs can view and edit their documents created on iOS devices. Second, as with any web app, it&#8217;s an excellent &#8220;universal access&#8221; even for Mac users. Store a document in iCloud, and in a pinch, even without your Mac or iPad handy, you can open it from any PC or Mac anywhere in the world. It also seems to me that this week&#8217;s update to iWork for iCloud is a rather amazing step forward from the version that debuted at WWDC back in June &#8212; a tremendous amount of progress in just four months.</p>
1501
-
1502
- <h2>The New Mac Pro</h2>
1503
-
1504
- <p>The $2999 starting price is about what I&#8217;d expected. Anyone put off by the price probably doesn&#8217;t need what the Mac Pro offers over and above, say, an iMac or a decked out Mac Mini.</p>
1505
-
1506
- <p>The big disappointment for me is that Apple did not announce 4K Cinema Displays to go along with it. Why make a machine capable of driving three 4K displays but not make the displays? This is the machine that will take desktop computing to the retina era, but I want Apple to make the displays too, not just the machine that powers them.</p>
1507
-
1508
- <h2>The Tim Cook Era</h2>
1509
-
1510
- <p>The march of time is inexorable. Product by product, keynote by keynote, we are seeing the post-Steve Jobs Apple emerge. The &#8220;<em>This never would have happened if Jobs were still around</em>&#8221; vein of Apple punditry will be with us for decades to come. Most of it is deeply misguided. But some of it rings true. Apple today is a different company than it would be if Jobs were still there. No one denies this, inside or outside the company.</p>
1511
-
1512
- <p>But what are those differences? I&#8217;m going to go out on a limb and name one: iOS 7.</p>
1513
-
1514
- <p>I&#8217;m not going to pretend to know Jobs&#8217;s taste &#8212; no one could, that&#8217;s what made Steve Jobs <em>Steve Jobs</em> &#8212; but I can certainly make a guess, and my guess is that he would not have supported this direction. I don&#8217;t think I&#8217;m saying anything here we haven&#8217;t all thought, regardless of what we each think of the iOS 7 look and feel individually. This is neither damning nor praising iOS 7. But I do think it&#8217;s a tangible sign that Tim Cook means it when he says that Jobs&#8217;s advice to him was never to ask &#8220;What would Steve have done?&#8221; but instead to simply ask &#8220;What is best for Apple?&#8221; and judge for himself.</p>
1515
-
1516
- <p>But the hardware Apple showed yesterday &#8212; everything from the assembled-in-the-USA Mac Pro to the new iPads &#8212; that, I think Steve Jobs would have simply loved. Apple has pulled off some major engineering and design advances. Jobs took inordinate pride when he unveiled the A4 system-on-a-chip during the introduction of the original iPad in 2010. Doing custom silicon in-house was a new direction for Apple, and they&#8217;ve continually upped their efforts in this regard. Each successive generation &#8212; A5, A6, A7 &#8212; has been more customized, and less like the off-the-shelf chipsets and components used by competing device makers. In short, Apple&#8217;s chip design team is firing on all cylinders. How did the iPad Air get so much thinner and lighter in just one year? How did the iPad Mini gain a retina display and quadruple in performance with almost no increase in weight to accommodate a larger battery in just one year? The answer to both questions is the same: the A7. The A7 is an &#8220;only Apple could do this&#8221; piece of technology, and Jobs would have exulted in it.</p>
1517
-
1518
- <p>And I keep thinking about this old video from 1990 of a NeXT computer factory in California, &#8220;<a href="http://www.youtube.com/watch?v=dSj6kvv7_Sg">The Machine to Build the Machines</a>&#8221;. Watch that, then read <a href="http://money.cnn.com/magazines/fortune/fortune_archive/1990/02/26/73121/">this brief piece from Fortune</a> back at the same time, and it&#8217;s pretty hard not to see <a href="http://www.youtube.com/watch?v=IbWOQWw1wkM">Apple&#8217;s new assembled-in-USA Mac Pro</a> as the culmination of the same dream.</p>
1519
-
1520
- <p>I doubt the Mac Pro is the only product Apple wants to assemble like this.</p>
1521
-
1522
- <div class="footnotes">
1523
- <hr />
1524
- <ol>
1525
-
1526
- <li id="fn1-2013-10-26">
1527
- <p>I was hanging around the room with MG Siegler at the time, when Cook came by and stopped to talk. This was the same conversation <a href="http://techcrunch.com/2013/10/22/ipad-air-versus-ipad-mini/">that MG wrote about</a>, where, when MG professed to being unsure which iPad he wanted more, Cook smoothly replied, laughing, &#8220;Well, you want to buy both.&#8221; He may come from operations, but Cook, like any great CEO, knows how to do sales, too.&nbsp;<a href="#fnr1-2013-10-26" class="footnoteBackLink" title="Jump back to footnote 1 in the text.">&#8617;</a></p>
1528
- </li>
1529
-
1530
- <li id="fn2-2013-10-26">
1531
- <p>I noticed during Apple&#8217;s <a href="http://www.youtube.com/watch?v=B8Le9wvoY00&amp;feature=c4-overview-vl&amp;list=PLHFlHpPjgk713fMv5O4s4Fv7k6yTkXwkV">promotional video showing how people are using iPads across the world</a> that there were numerous segments showing <a href="http://hrtapps.com/blogs/20131023/">people using them as cameras</a>. I&#8217;ve said this before, but it&#8217;s worth repeating: as silly as it can seem, the time for snickering at people using tablets as cameras (and I&#8217;m as guilty as anyone) is over.&nbsp;<a href="#fnr2-2013-10-26" class="footnoteBackLink" title="Jump back to footnote 2 in the text.">&#8617;</a></p>
1532
- </li>
1533
-
1534
- <li id="fn3-2013-10-26">
1535
- <p>One other thing the 5S offers that the new iPads do not: a gold option. My understanding is that they tried it, and it just didn&#8217;t look good bigger. It works on the iPhone because the iPhone is so much smaller &#8212; more like jewelry.&nbsp;<a href="#fnr3-2013-10-26" class="footnoteBackLink" title="Jump back to footnote 3 in the text.">&#8617;</a></p>
1536
- </li>
1537
-
1538
- <li id="fn4-2013-10-26">
1539
- <p>What makes the lack of Touch ID on this year&#8217;s iPads slightly more disappointing than it otherwise would have been is iCloud Keychain, with which Apple strongly recommends you use a passcode on your device. If, as Apple claimed last month, more than half of smartphone owners have no passcode on their devices, surely the number is even higher for tablets. iCloud Keychain is a good reason to use a passcode on your iPad even if you had never done so before, and Touch ID removes most of the friction incurred when switching from not using a passcode to using one.&nbsp;<a href="#fnr4-2013-10-26" class="footnoteBackLink" title="Jump back to footnote 4 in the text.">&#8617;</a></p>
1540
- </li>
1541
-
1542
- </ol>
1543
- </div>
1544
-
1545
-
1546
-
1547
- ]]></content>
1548
- <title>★ Thoughts and Observations Regarding This Week’s Apple Event Introducing the iPad Air and Retina iPad Mini</title></entry><entry>
1549
-
1550
- <link rel="alternate" type="text/html" href="http://daringfireball.net/2013/10/imessage_encryption" />
1551
- <link rel="shorturl" href="http://df4.us/lye" />
1552
- <id>tag:daringfireball.net,2013://1.28454</id>
1553
- <published>2013-10-19T22:33:20Z</published>
1554
- <updated>2013-10-20T16:51:25Z</updated>
1555
- <author>
1556
- <name>John Gruber</name>
1557
- <uri>http://daringfireball.net/</uri>
1558
- </author>
1559
- <summary type="html"><![CDATA[<p>If you believe or even suspect that Apple is lying about this, consider at least that Apple is taking an enormous risk by doing so.</p>
1560
- ]]></summary>
1561
- <content type="html" xml:base="http://daringfireball.net/" xml:lang="en"><![CDATA[
1562
- <p>Earlier this year, as revelations regarding U.S. government/law enforcement snooping came to light, Apple published a &#8220;Commitment to Customer Privacy&#8221;. <a href="https://www.apple.com/apples-commitment-to-customer-privacy/">It says, in part</a>:</p>
1563
-
1564
- <blockquote>
1565
- <p>Apple has always placed a priority on protecting our customers’
1566
- personal data, and we don’t collect or maintain a mountain of
1567
- personal details about our customers in the first place. There are
1568
- certain categories of information which we do not provide to law
1569
- enforcement or any other group because we choose not to retain it.</p>
1570
-
1571
- <p>For example, conversations which take place over iMessage and
1572
- FaceTime are protected by end-to-end encryption so no one but the
1573
- sender and receiver can see or read them. Apple cannot decrypt
1574
- that data.</p>
1575
- </blockquote>
1576
-
1577
- <p>This week, security <a href="http://blog.quarkslab.com/imessage-privacy.html">researchers at Quarkslab published a white paper</a> disputing this, claiming, at the top:</p>
1578
-
1579
- <blockquote>
1580
- <ul>
1581
- <li><p>What we are <em>not</em> saying: Apple reads your iMessages.</p></li>
1582
- <li><p>What we are saying: Apple can read your iMessages if they choose
1583
- to, or if they are required to do so by a government order.</p></li>
1584
- </ul>
1585
-
1586
- <p>As Apple claims, there is end-to-end encryption. The weakness is
1587
- in the key infrastructure as it is controlled by Apple: they can
1588
- change a key anytime they want, thus read the content of our
1589
- iMessages.</p>
1590
- </blockquote>
1591
-
1592
- <p>Writing at AllThingsD, <a href="http://allthingsd.com/20131018/apple-no-we-cant-read-your-imessages/">John Paczkowski reports</a>:</p>
1593
-
1594
- <blockquote>
1595
- <p>Asked by AllThingsD if the firms’s claim is legitimate, renowned
1596
- security technologist Bruce Schneier replied with a definitive
1597
- yes. “The researchers show that iMessage could be undetectably
1598
- designed to intercept and read messages, not that it is designed
1599
- to do so,” Schneier said.</p>
1600
-
1601
- <p>But Apple insists it is not so motivated. And it stands by its
1602
- June claims about iMessage’s security. Apple says that
1603
- QuarksLab’s theory is just that &#8212; a theory, and one that would
1604
- require a re-architecting of iMessage for it ever to be a threat
1605
- in the real world.</p>
1606
-
1607
- <p>“iMessage is not architected to allow Apple to read messages,”
1608
- said Apple spokeswoman Trudy Muller in a statement to AllThingsD.
1609
- “The research discussed theoretical vulnerabilities that would
1610
- require Apple to re-engineer the iMessage system to exploit it,
1611
- and Apple has no plans or intentions to do so.”</p>
1612
- </blockquote>
1613
-
1614
- <p>In other words, this is in many ways a semantic argument over the difference between <em>can</em> and <em>could be</em>. What Quarkslab&#8217;s research proves (I read the paper and admit I found it largely over my head &#8212; but I&#8217;ll accept Schneier&#8217;s vouching for its validity) is that Apple&#8217;s iMessage back-end <em>could</em> be designed to allow for Apple to intercept and read message content, and there is no way we, as iMessage users, would be able to detect it.</p>
1615
-
1616
- <p>What Apple has said, and reiterated today, is that iMessage&#8217;s back-end is not in fact designed in that way &#8212; that there is no mechanism in the system for Apple employees to surreptitiously change the encryption key to allow for messages to be decrypted during transit.</p>
1617
-
1618
- <p>Thus, I think Dan Goodin at Ars Technica took things too far in <a href="http://arstechnica.com/security/2013/10/contrary-to-public-claims-apple-can-read-your-imessages/">his report on Quarkslab&#8217;s findings</a>, writing:</p>
1619
-
1620
- <blockquote>
1621
- <p>Contrary to public claims, Apple employees <em>can</em> read communications
1622
- sent with its iMessage service, according to researchers who have
1623
- reverse engineered it.</p>
1624
- </blockquote>
1625
-
1626
- <p>That&#8217;s not what Quarkslab proved. What they proved is that Apple <em>could be</em>, and that we as users have no way to verify cryptographically that they are not.</p>
1627
-
1628
- <p>It comes down to Apple&#8217;s word.</p>
1629
-
1630
- <p>If you believe or even suspect that Apple is lying about this, consider at least that Apple is taking an enormous risk by doing so. If they are in fact allowing law enforcement or the NSA to surreptitiously decrypt iMessage content, their corporate credibility will suffer an enormous, perhaps irrevocable loss if it ever comes to light. In the case of law enforcement, decrypted iMessage content used in a prosecution would necessarily need to be revealed as evidence in court. In the case of a secret agency like the NSA, it&#8217;s entirely possible that <a href="http://en.wikipedia.org/wiki/Edward_Snowden">Edward Snowden</a> is already in possession of proof of such a back door, and even if not, Apple would remain forever at the risk of another whistleblower revealing such a thing.</p>
1631
-
1632
- <p>Leaving aside the moral implications of flat-out lying to their customers, I would think that if iMessage&#8217;s back-end were designed with a weakness exploitable by Apple as Quarkslab supposes, Apple would say or promise nothing with regard to iMessage&#8217;s susceptibility to server-side decryption rather than compound that weakness with blatant lies to the contrary. To lie would be to take an enormous PR risk for a relatively small PR gain. I say &#8220;small PR gain&#8221; simply because I doubt most people who use iMessage even know their messages are supposed to be securely encrypted from end-to-end. I say &#8220;large PR risk&#8221; because if Apple&#8217;s statements regarding iMessage encryption are eventually discredited, the backlash in the press will be severe (and justly so).</p>
1633
-
1634
- <p>(<strong>Sidenote</strong>: My understanding is that Apple does not permanently store iMessage message content on its servers. Even in encrypted form, iMessage data is only in Apple&#8217;s hands while in transit. Once delivered, it&#8217;s gone. [<strong>Update:</strong> Or, perhaps better said, some amount of time after being delivered, it&#8217;s gone. Just how long Apple will hold messages pending delivery, I don&#8217;t know. In some cases it seems to be days, as anyone who&#8217;s taken a device that&#8217;s been offline for a few days and received a sudden burst of iMessages can attest.] This is by design. In a discussion with a source at Apple earlier this year, I was told that some time ago word came down from the top that wherever possible,<sup id="fnr1-2013-10-19"><a href="#fn1-2013-10-19">1</a></sup> Apple&#8217;s messaging services should be designed in a such a way that there is nothing &#8212; or, at least, as little data as possible &#8212; stored or logged for law enforcement agencies to ask for. And the same is true of decrypting content while in transit. An uncynical take on this: Apple cares about customer privacy and knows that storing nothing at all is the only way to protect it. A cynical take: Apple seeks to wash its hands of any possible involvement in such matters.)</p>
1635
-
1636
- <div class="footnotes">
1637
- <hr />
1638
- <ol>
1639
- <li id="fn1-2013-10-19">
1640
- <p>So, for example, this does not apply to iCloud email. Email is by design susceptible in numerous ways: it&#8217;s usually transmitted in plain text and it&#8217;s stored on the server.&nbsp;<a href="#fnr1-2013-10-19" class="footnoteBackLink" title="Jump back to footnote 1 in the text.">&#8617;</a></p>
1641
- </li>
1642
- </ol>
1643
- </div>
1644
-
1645
-
1646
-
1647
- ]]></content>
1648
- <title>★ iMessage End-to-End Encryption: We Have to Take Apple’s Word for It</title></entry><entry>
1649
-
1650
- <link rel="alternate" type="text/html" href="http://daringfireball.net/2013/10/apple_and_china" />
1651
- <link rel="shorturl" href="http://df4.us/lxo" />
1652
- <id>tag:daringfireball.net,2013://1.28428</id>
1653
- <published>2013-10-15T23:00:48Z</published>
1654
- <updated>2013-10-15T23:27:42Z</updated>
1655
- <author>
1656
- <name>John Gruber</name>
1657
- <uri>http://daringfireball.net/</uri>
1658
- </author>
1659
- <summary type="html"><![CDATA[<p>http://www.wantchinatimes.com/news-subclass-cnt.aspx?cid=1102&amp;MainCatID=11&amp;id=20131008000095</p>
1660
- ]]></summary>
1661
- <content type="html" xml:base="http://daringfireball.net/" xml:lang="en"><![CDATA[
1662
- <p>From a recent story in Want China Times, &#8220;<a href="http://www.wantchinatimes.com/news-subclass-cnt.aspx?cid=1102&amp;MainCatID=11&amp;id=20131008000095">Two Percent of China&#8217;s Public Consumes One-Third of World&#8217;s Luxury Goods</a>&#8221;:</p>
1663
-
1664
- <blockquote>
1665
- <p>According to China&#8217;s official population clock, there are an
1666
- estimated 1,359,025,970 people in China as of Sept. 26, with just
1667
- 2% of that number &#8212; some 27,180,519 people &#8212; consuming one third
1668
- of the world&#8217;s luxury items. The 2% are the backbone of the global
1669
- luxury goods sales and the target of hundreds of international
1670
- brand names, the Chinese-language Money Week magazine reports.</p>
1671
-
1672
- <p>Although the huge majority of China&#8217;s population is unable to
1673
- purchase luxury items, as the country&#8217;s economy grows so will its
1674
- market, the magazine said.</p>
1675
- </blockquote>
1676
-
1677
- <p>When the iPhone 5C came out last month and was not &#8220;low cost&#8221;, <a href="http://www.marketwatch.com/story/apple-misfires-with-not-so-cheap-iphone-5c-2013-09-11">many took it as a sign that Apple was somehow ignoring China</a>. I would say it&#8217;s just the opposite: they&#8217;re skating to where the puck is heading, not where it is, and positioning their products to thrive as China&#8217;s upper class grows.</p>
1678
-
1679
- <p>From Apple&#8217;s perspective, there&#8217;s no such thing as an &#8220;emerging market&#8221;. There are certainly cultural differences between consumers in different countries, but the bottom line is that there are people who can afford iPhones and iPads, and people who can&#8217;t. The class of people who can afford Apple products is growing faster in China than it is anywhere else.</p>
1680
-
1681
- <p>There&#8217;s nothing unique to Apple about this, except, perhaps, the size of the opportunity. Chinese consumers are buying disproportionate quantities of luxury products across the board. <em><a href="http://www.red-obsession.com/">Red Obsession</a></em>, an excellent new documentary film about the French wine industry (available on iTunes; I recommend it highly), documents the rise of China as the number one market for the best (read: most expensive) French wines.</p>
1682
-
1683
- <p>Apple&#8217;s hirings of <a href="http://www.apple.com/pr/library/2013/10/15Angela-Ahrendts-to-Join-Apple-as-Senior-Vice-President-of-Retail-and-Online-Stores.html">Burberry CEO Angela Ahrendts</a> (to head Apple&#8217;s online and retail stores) and former <a href="http://news.cnet.com/8301-13579_3-57592082-37/apple-hires-yves-saint-laurent-ceo-paul-deneve/">Yves Saint Laurent CEO Paul Deneve</a> (&#8220;special projects&#8221;) fit right into this dynamic.<sup id="fnr1-2013-10-15"><a href="#fn1-2013-10-15">1</a></sup> Apple&#8217;s path to success in China (and much of the rest of the world) is not to lower itself and compete purely on price against low-cost commodity Android devices. It is the opposite: to further separate its products, in terms of branding and quality, from its competition. The sweet spot for Apple in China is the same as it is in the U.S. and elsewhere: attainable, affordable, casual luxury.</p>
1684
-
1685
- <div class="footnotes">
1686
- <hr />
1687
- <ol>
1688
- <li id="fn1-2013-10-15">
1689
- <p><a href="https://twitter.com/BenedictEvans/status/390157726132604930">Benedict Evans points</a> out that Burberry has 69 retail stores in China; Apple (currently) <a href="http://www.apple.com/retail/storelist/">has eight</a>.&nbsp;<a href="#fnr1-2013-10-15" class="footnoteBackLink" title="Jump back to footnote 1 in the text.">&#8617;</a></p>
1690
- </li>
1691
- </ol>
1692
- </div>
1693
-
1694
-
1695
-
1696
- ]]></content>
1697
- <title>★ Apple and China</title></entry></feed><!-- THE END -->