feedparser 1.2.0 → 2.0.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (61) hide show
  1. checksums.yaml +4 -4
  2. data/Manifest.txt +2 -50
  3. data/README.md +71 -9
  4. data/Rakefile +1 -1
  5. data/lib/feedparser.rb +2 -0
  6. data/lib/feedparser/builder/microformats.rb +264 -0
  7. data/lib/feedparser/parser.rb +27 -0
  8. data/lib/feedparser/version.rb +2 -2
  9. data/test/helper.rb +3 -57
  10. data/test/test_microformats.rb +52 -0
  11. metadata +10 -56
  12. data/test/feeds/books/nostarch.rss +0 -125
  13. data/test/feeds/books/oreilly.feedburner.atom +0 -387
  14. data/test/feeds/books/pragprog.rss +0 -148
  15. data/test/feeds/byparker.json +0 -643
  16. data/test/feeds/daringfireball.atom +0 -1873
  17. data/test/feeds/daringfireball.json +0 -619
  18. data/test/feeds/googlegroups.atom +0 -37
  19. data/test/feeds/googlegroups2.atom +0 -27
  20. data/test/feeds/headius.atom +0 -123
  21. data/test/feeds/inessential.json +0 -182
  22. data/test/feeds/intertwingly.atom +0 -1197
  23. data/test/feeds/jsonfeed.json +0 -37
  24. data/test/feeds/lambdatheultimate.rss +0 -288
  25. data/test/feeds/learnenough.feedburner.atom +0 -747
  26. data/test/feeds/news/nytimes-blogs-bits.rss +0 -333
  27. data/test/feeds/news/nytimes-paul-krugman.rss +0 -60
  28. data/test/feeds/news/nytimes-tech.rss +0 -653
  29. data/test/feeds/news/nytimes-thomas-l-friedman.rss +0 -80
  30. data/test/feeds/news/nytimes.rss +0 -607
  31. data/test/feeds/news/washingtonpost-blogs-innovations.rss +0 -183
  32. data/test/feeds/news/washingtonpost-politics.rss +0 -35
  33. data/test/feeds/news/washingtonpost-world.rss +0 -29
  34. data/test/feeds/ongoing.atom +0 -1619
  35. data/test/feeds/osm/blog.openstreetmap.rss +0 -252
  36. data/test/feeds/osm/blogs.openstreetmap.rss +0 -585
  37. data/test/feeds/osm/mapbox.rss +0 -1883
  38. data/test/feeds/railstutorial.feedburner.atom +0 -656
  39. data/test/feeds/rubyflow.feedburner.rss +0 -120
  40. data/test/feeds/rubymine.feedburner.rss +0 -314
  41. data/test/feeds/rubyonrails.atom +0 -1241
  42. data/test/feeds/scripting.rss +0 -881
  43. data/test/feeds/sitepoint.rss +0 -218
  44. data/test/feeds/spec/atom/author.atom +0 -48
  45. data/test/feeds/spec/atom/authors.atom +0 -70
  46. data/test/feeds/spec/atom/categories.atom +0 -66
  47. data/test/feeds/spec/json/example.json +0 -36
  48. data/test/feeds/spec/json/microblog.json +0 -43
  49. data/test/feeds/spec/json/tags.json +0 -33
  50. data/test/feeds/spec/rss/author.rss +0 -41
  51. data/test/feeds/spec/rss/categories.rss +0 -64
  52. data/test/feeds/spec/rss/creator.rss +0 -38
  53. data/test/feeds/xkcd.atom +0 -48
  54. data/test/feeds/xkcd.rss +0 -55
  55. data/test/test_atom.rb +0 -27
  56. data/test/test_authors.rb +0 -26
  57. data/test/test_books.rb +0 -25
  58. data/test/test_feeds.rb +0 -29
  59. data/test/test_json.rb +0 -27
  60. data/test/test_rss.rb +0 -26
  61. data/test/test_tags.rb +0 -25
@@ -1,1873 +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>By John Gruber</subtitle>
5
- <link rel="alternate" type="text/html" href="https://daringfireball.net/" />
6
- <link rel="self" type="application/atom+xml" href="https://daringfireball.net/feeds/main" />
7
- <id>https://daringfireball.net/feeds/main</id>
8
-
9
-
10
- <updated>2017-05-23T19:36:44Z</updated>
11
- <rights>Copyright © 2017, John Gruber</rights>
12
- <entry>
13
- <title>Feedbin, Too</title>
14
- <link rel="alternate" type="text/html" href="https://feedbin.com/blog/2017/05/22/feedbin-supports-json-feed/" />
15
- <link rel="shorturl" type="text/html" href="http://df4.us/q10" />
16
- <link rel="related" type="text/html" href="https://daringfireball.net/linked/2017/05/23/feedbin-too" />
17
- <id>tag:daringfireball.net,2017:/linked//6.33732</id>
18
- <published>2017-05-23T18:50:36Z</published>
19
- <updated>2017-05-23T19:03:33Z</updated>
20
- <author>
21
- <name>John Gruber</name>
22
- <uri>http://daringfireball.net/</uri>
23
- </author>
24
- <content type="html" xml:base="https://daringfireball.net/linked/" xml:lang="en"><![CDATA[
25
- <p>Ben Ubois, announcing support for JSON Feed in Feedbin:</p>
26
-
27
- <blockquote>
28
- <p>One of the criticisms I’ve seen of JSON Feed is that there’s no
29
- incentive for feed readers to support JSON Feed. This is not true.
30
- One of the largest-by-volume support questions I get is along the
31
- lines of “Why does this random feed not work?” And, 95% of the
32
- time, it’s because the feed is broken in some subtle way. JSON
33
- Feed will help alleviate these problems, because it’s easier to
34
- get right.</p>
35
-
36
- <p>I also want JSON Feed to succeed because I remember how daunting
37
- RSS/Atom parsing were when building Feedbin. If JSON Feed was the
38
- dominant format back then, it would have been a non-issue.</p>
39
- </blockquote>
40
-
41
- <p>Easier to generate <em>and</em> easier to parse &#8212; that&#8217;s the whole point of JSON Feed in a nut.</p>
42
-
43
- <div>
44
- <a title="Permanent link to ‘Feedbin, Too’" href="https://daringfireball.net/linked/2017/05/23/feedbin-too">&nbsp;★&nbsp;</a>
45
- </div>
46
-
47
- ]]></content>
48
- </entry><entry>
49
- <title>NewsBlur Now Supports JSON Feed</title>
50
- <link rel="alternate" type="text/html" href="http://blog.newsblur.com/post/160982162270/newsblur-now-supports-the-new-json-feed-spec" />
51
- <link rel="shorturl" type="text/html" href="http://df4.us/q0z" />
52
- <link rel="related" type="text/html" href="https://daringfireball.net/linked/2017/05/23/newsblur-json-feed" />
53
- <id>tag:daringfireball.net,2017:/linked//6.33731</id>
54
- <published>2017-05-23T18:44:42Z</published>
55
- <updated>2017-05-23T18:44:43Z</updated>
56
- <author>
57
- <name>John Gruber</name>
58
- <uri>http://daringfireball.net/</uri>
59
- </author>
60
- <content type="html" xml:base="https://daringfireball.net/linked/" xml:lang="en"><![CDATA[
61
- <p>Samuel Clay, founder of NewsBlur:</p>
62
-
63
- <blockquote>
64
- <p>Starting today, NewsBlur now officially supports the new JSON Feed
65
- spec. And there’s nothing extra you have to do. This means if a
66
- website syndicates their stories with the easy-to-write and
67
- easy-to-read JSON format, you can read it on NewsBlur. It should
68
- make no difference to you, since you’re reading the end product.
69
- But to website developers everywhere, supporting JSON Feeds is so
70
- much easier than supporting XML-based RSS/Atom.</p>
71
- </blockquote>
72
-
73
- <p>According to Clay, there are 15,000 NewsBlur users who subscribe to Daring Fireball. It&#8217;s very cool to see a feed reader that popular adopt JSON Feed so quickly.</p>
74
-
75
- <p>The DF RSS feed isn&#8217;t going anywhere, so if you&#8217;re already subscribed to it, there&#8217;s no need to switch. But JSON Feed&#8217;s spec makes it possible for me to specify both a <code>url</code> that points to the post on Daring Fireball (i.e. the permalink) and an <code>external_url</code> that points to the article I&#8217;m linking to. The way I&#8217;ve dealt with that in the RSS (technically Atom, but that&#8217;s sort of beside the point) is a bit of a hack that&#8217;s caused problems with numerous feed readers over the years.</p>
76
-
77
- <div>
78
- <a title="Permanent link to ‘NewsBlur Now Supports JSON Feed’" href="https://daringfireball.net/linked/2017/05/23/newsblur-json-feed">&nbsp;★&nbsp;</a>
79
- </div>
80
-
81
- ]]></content>
82
- </entry><entry>
83
- <title>Roger Moore’s Recipe for a Perfect Martini</title>
84
- <link rel="alternate" type="text/html" href="https://www.theguardian.com/lifeandstyle/2015/mar/17/how-make-dry-martini-roger-moore-way-james-bond" />
85
- <link rel="shorturl" type="text/html" href="http://df4.us/q0y" />
86
- <link rel="related" type="text/html" href="https://daringfireball.net/linked/2017/05/23/moore-perfect" />
87
- <id>tag:daringfireball.net,2017:/linked//6.33730</id>
88
- <published>2017-05-23T18:24:49Z</published>
89
- <updated>2017-05-23T18:24:50Z</updated>
90
- <author>
91
- <name>John Gruber</name>
92
- <uri>http://daringfireball.net/</uri>
93
- </author>
94
- <content type="html" xml:base="https://daringfireball.net/linked/" xml:lang="en"><![CDATA[
95
- <p>Worth <a href="https://daringfireball.net/linked/2015/11/01/moore-martini">a re-link</a> today: Roger Moore, two years ago, writing for The Guardian:</p>
96
-
97
- <blockquote>
98
- <p>The sad fact is that I know exactly how to make a dry martini but I
99
- can’t drink them because, two years ago, I discovered I was
100
- diabetic. I prefer one with gin, but James Bond liked a vodka
101
- martini, “shaken not stirred” &#8212; which I never said, by the way.
102
- That was Sean Connery, remember him?</p>
103
-
104
- <p>The worst martini I’ve ever had was in a club in New Zealand,
105
- where the barman poured juice from a bottle of olives into the
106
- vodka. That’s called a dirty martini and it is a dirty, filthy,
107
- rotten martini, and should not be drunk by anybody except
108
- condemned prisoners.</p>
109
-
110
- <p>My dry martinis taste amazing and the day they tell me I’ve got 24
111
- hours to live I am going to have six. Here’s how I make them.</p>
112
- </blockquote>
113
-
114
- <p>I hope he had all six yesterday.</p>
115
-
116
- <div>
117
- <a title="Permanent link to ‘Roger Moore&#8217;s Recipe for a Perfect Martini’" href="https://daringfireball.net/linked/2017/05/23/moore-perfect">&nbsp;★&nbsp;</a>
118
- </div>
119
-
120
- ]]></content>
121
- </entry><entry>
122
-
123
- <link rel="alternate" type="text/html" href="https://daringfireball.net/2017/05/moore_spy_who_loved_me" />
124
- <link rel="shorturl" href="http://df4.us/q0x" />
125
- <id>tag:daringfireball.net,2017://1.33729</id>
126
- <published>2017-05-23T18:11:54Z</published>
127
- <updated>2017-05-23T18:22:01Z</updated>
128
- <author>
129
- <name>John Gruber</name>
130
- <uri>http://daringfireball.net/</uri>
131
- </author>
132
- <summary type="text">In memory of Roger Moore, a brief look at his best Bond film.</summary>
133
- <content type="html" xml:base="https://daringfireball.net/" xml:lang="en"><![CDATA[
134
- <p>Chris Murphy, <a href="http://www.cnn.com/2013/02/25/sport/alpine-bond-skiing-iconic/">writing for CNN back in 2013</a> on the &#8220;greatest James Bond scene of all time&#8221;:</p>
135
-
136
- <blockquote>
137
- <p>Despite this wealth of choice, a series of Bond experts, and one
138
- of the film&#8217;s legendary producers, are in no doubt as to which
139
- scene should be anointed the best ever.</p>
140
-
141
- <p>And given the recurring role that skiing has played throughout the
142
- life of Bond, it should comes as no surprise our panel&#8217;s chosen
143
- encounter occurs on the slopes. &#8220;I would argue the most iconic
144
- sequence is in &#8216;The Spy Who Loved Me&#8217;, when Bond shot straight off
145
- the edge of a cliff at Baffin Island in Canada,&#8221; Ajay Chowdhury,
146
- editor of the James Bond International Fan Club, told CNN.</p>
147
-
148
- <p>&#8220;We saw him fall and fall, and when the Union Jack parachute
149
- opened up and the theme tune kicked in, the world cheered.</p>
150
-
151
- <p>&#8220;That was Britain&#8217;s Queen Elizabeth&#8217;s Jubilee Year in 1977 and I
152
- think to this day it was (famous Bond producer) Albert &#8216;Cubby&#8217;
153
- Broccoli&#8217;s favorite ever scene in a Bond movie.</p>
154
-
155
- <p>&#8220;When everything cleared it was him, on his own against the world.
156
- You play that sequence around the world and it is James Bond. And
157
- he did it on skis.&#8221;</p>
158
- </blockquote>
159
-
160
- <p><a href="https://www.youtube.com/watch?v=_kyQauA2udc">That opening scene in <em>The Spy Who Loved Me</em></a> is also the one <a href="https://daringfireball.net/2015/04/watch_apple_watch">where Bond is wearing a digital Seiko watch</a> that can receive secure text messages from MI6 &#8212; at the time, sheer fantasy; today, a feature many of you reading this now have on your own watch. (Albeit without the ticker tape.)</p>
161
-
162
- <p>I don&#8217;t know if it&#8217;s the single best Bond <em>scene</em> of all time, but it&#8217;s up there, and it&#8217;s almost certainly the best Bond <em>stunt</em> of all time &#8212; stuntman <a href="https://en.wikipedia.org/wiki/Rick_Sylvester">Rick Sylvester</a> actually skied off that cliff and parachuted to safety. I just love how the fall takes place in silence.</p>
163
-
164
- <p>Without hesitation I would put <em>The Spy Who Loved Me</em> at the top of my list of Roger Moore&#8217;s Bond films. It has everything: the aforementioned great opening, an iconic car (the submarine-convertible white Lotus Esprit<sup id="fnr1-2017-05-23"><a href="#fn1-2017-05-23">1</a></sup>), a great villian (Jaws), and a perfect theme song (Carly Simon&#8217;s &#8220;Nobody Does It Better&#8221;). Bernard Lee was still in the role as M. And at the center of it all, Roger Moore at his cool, suave, and assured best.</p>
165
-
166
- <p>Moore was quite self-aware of what he brought to the role. His take, <a href="http://www.npr.org/2014/11/15/364077265/roger-moore-the-man-with-the-golden-life">in a 2014 interview with NPR</a>, is exactly right:</p>
167
-
168
- <blockquote>
169
- <p>I look like a comedic lover, and Sean [Connery] in particular, and
170
- Daniel Craig now, they are killers. They look like killers. I
171
- wouldn&#8217;t like to meet Daniel Craig on a dark night if I&#8217;d said
172
- anything bad about him.</p>
173
- </blockquote>
174
-
175
- <p>Moore&#8217;s Bond had fun doing his job.</p>
176
-
177
- <div class="footnotes">
178
- <hr />
179
- <ol>
180
- <li id="fn1-2017-05-23">
181
- <p><a href="https://www.theguardian.com/technology/2013/oct/18/tesla-elon-musk-james-bond-lotus-submarine-car">Now owned by Elon Musk</a>.&nbsp;<a href="#fnr1-2017-05-23" class="footnoteBackLink" title="Jump back to footnote 1 in the text.">&#x21A9;&#xFE0E;</a></p>
182
- </li>
183
- </ol>
184
- </div>
185
-
186
-
187
-
188
- ]]></content>
189
- <title>★ ‘The Spy Who Loved Me’</title></entry><entry>
190
- <title>Roger Moore Dies at 89</title>
191
- <link rel="alternate" type="text/html" href="https://twitter.com/sirrogermoore/status/867005447018086400" />
192
- <link rel="shorturl" type="text/html" href="http://df4.us/q0v" />
193
- <link rel="related" type="text/html" href="https://daringfireball.net/linked/2017/05/23/moore" />
194
- <id>tag:daringfireball.net,2017:/linked//6.33727</id>
195
- <published>2017-05-23T17:28:44Z</published>
196
- <updated>2017-05-23T19:36:44Z</updated>
197
- <author>
198
- <name>John Gruber</name>
199
- <uri>http://daringfireball.net/</uri>
200
- </author>
201
- <content type="html" xml:base="https://daringfireball.net/linked/" xml:lang="en"><![CDATA[
202
- <p>A terrific and much-loved actor, but also by all accounts a good man.</p>
203
-
204
- <p>&#8220;Who&#8217;s your favorite James Bond?&#8221; is a fun game to play, because there&#8217;s no wrong answer. I have at least two friends who swear their answer is Lazenby. But one thing I would argue is undeniable about Moore&#8217;s run as Bond is that he was the <em>perfect</em> Bond for the 70s. He didn&#8217;t just keep the franchise going, he helped adapt it to the times. Sean Connery made Bond a sensation. Roger Moore turned it into a cinematic and pop-cultural institution.</p>
205
-
206
- <div>
207
- <a title="Permanent link to ‘Roger Moore Dies at 89’" href="https://daringfireball.net/linked/2017/05/23/moore">&nbsp;★&nbsp;</a>
208
- </div>
209
-
210
- ]]></content>
211
- </entry><entry>
212
- <title>Spotlight Performance Problems on iOS</title>
213
- <link rel="alternate" type="text/html" href="https://pxlnv.com/linklog/slack-indexing-spotlight/" />
214
- <link rel="shorturl" type="text/html" href="http://df4.us/q0t" />
215
- <link rel="related" type="text/html" href="https://daringfireball.net/linked/2017/05/22/heer-slack-spotlight" />
216
- <id>tag:daringfireball.net,2017:/linked//6.33725</id>
217
- <published>2017-05-22T19:57:15Z</published>
218
- <updated>2017-05-23T00:53:33Z</updated>
219
- <author>
220
- <name>John Gruber</name>
221
- <uri>http://daringfireball.net/</uri>
222
- </author>
223
- <content type="html" xml:base="https://daringfireball.net/linked/" xml:lang="en"><![CDATA[
224
- <p>Nick Heer:</p>
225
-
226
- <blockquote>
227
- <p>I’ve generally had pretty good luck with Spotlight on iOS, but
228
- I’ve long noticed that results are delayed or nonexistent after
229
- not using it for a little while, particularly if I haven’t
230
- rebooted my phone recently. I thought I was losing my head a
231
- little bit, until I found a tip on Twitter from Anand Iyer :</p>
232
-
233
- <p>Settings > General > Spotlight Search > toggle Slack off</p>
234
- </blockquote>
235
-
236
- <p>A week or so ago I ran into this, where Spotlight was running so slowly on my iPhone that it was unusable. Restarting my phone fixed the problem, but I&#8217;ll bet it was this Slack problem.</p>
237
-
238
- <p><strong>Update:</strong> Sounds like there might widespread problems with Spotlight indexing on iOS 10, because a bunch of readers have written to say they have the same problem but don&#8217;t even have Slack installed.</p>
239
-
240
- <p><strong>Update 2:</strong> Several readers are saying this was a bug in iOS 10.3.1 but has been fixed in last week&#8217;s 10.3.2 update.</p>
241
-
242
- <div>
243
- <a title="Permanent link to ‘Spotlight Performance Problems on iOS’" href="https://daringfireball.net/linked/2017/05/22/heer-slack-spotlight">&nbsp;★&nbsp;</a>
244
- </div>
245
-
246
- ]]></content>
247
- </entry><entry>
248
- <title>How Anker Is Beating Apple and Samsung at Their Own Accessory Game</title>
249
- <link rel="alternate" type="text/html" href="https://www.theverge.com/2017/5/22/15673712/anker-battery-charger-amazon-empire-steven-yang-interview" />
250
- <link rel="shorturl" type="text/html" href="http://df4.us/q0s" />
251
- <link rel="related" type="text/html" href="https://daringfireball.net/linked/2017/05/22/anker" />
252
- <id>tag:daringfireball.net,2017:/linked//6.33724</id>
253
- <published>2017-05-22T19:45:20Z</published>
254
- <updated>2017-05-22T21:09:13Z</updated>
255
- <author>
256
- <name>John Gruber</name>
257
- <uri>http://daringfireball.net/</uri>
258
- </author>
259
- <content type="html" xml:base="https://daringfireball.net/linked/" xml:lang="en"><![CDATA[
260
- <p>Nice profile of Anker by Nick Statt for The Verge:</p>
261
-
262
- <blockquote>
263
- <p>So in airports, the back of cabs, and on city streets we’re
264
- plugging into lithium-ion slabs in our pockets and bags to stay
265
- connected. The market for portable battery packs generated $360
266
- million in the 12 months ending in March, 2017 in the US alone.
267
- The brands behind these packs are largely anonymous &#8212; Kmashi,
268
- Jackery, and iMuto &#8212; and they often stay that way.</p>
269
-
270
- <p>Except Anker. The steady rise of the company’s profile is proof
271
- that it’s possible to meet one very specific consumer need and
272
- ride that wave as it continues to ripple out to other markets. A
273
- majority of Anker’s sales come from cables and wall chargers, and
274
- it’s now moving into the smart home and auto market &#8212; anywhere a
275
- plug and a cable can solve a problem.</p>
276
- </blockquote>
277
-
278
- <p>It&#8217;s always satisfying to see a company thrive by focusing on making great products.</p>
279
-
280
- <div>
281
- <a title="Permanent link to ‘How Anker Is Beating Apple and Samsung at Their Own Accessory Game’" href="https://daringfireball.net/linked/2017/05/22/anker">&nbsp;★&nbsp;</a>
282
- </div>
283
-
284
- ]]></content>
285
- </entry><entry>
286
- <title>‘On Margins’</title>
287
- <link rel="alternate" type="text/html" href="https://craigmod.com/onmargins/" />
288
- <link rel="shorturl" type="text/html" href="http://df4.us/q0r" />
289
- <link rel="related" type="text/html" href="https://daringfireball.net/linked/2017/05/22/on-margins" />
290
- <id>tag:daringfireball.net,2017:/linked//6.33723</id>
291
- <published>2017-05-22T19:02:20Z</published>
292
- <updated>2017-05-22T19:02:22Z</updated>
293
- <author>
294
- <name>John Gruber</name>
295
- <uri>http://daringfireball.net/</uri>
296
- </author>
297
- <content type="html" xml:base="https://daringfireball.net/linked/" xml:lang="en"><![CDATA[
298
- <p>New podcast from the inimitable Craig Mod about the art of making books. <a href="https://craigmod.com/onmargins/001/">The first episode is an interview with Jan Chipchase</a>:</p>
299
-
300
- <blockquote>
301
- <p>Researcher and author Jan Chipchase has a new book &#8212; &#8220;The Field
302
- Study Handbook.&#8221; We discuss how he came to produce this 500+ page
303
- magnum opus &#8212; a distillation of his life&#8217;s work &#8212; and why he is
304
- self publishing.</p>
305
- </blockquote>
306
-
307
- <div>
308
- <a title="Permanent link to ‘&#8216;On Margins&#8217;’" href="https://daringfireball.net/linked/2017/05/22/on-margins">&nbsp;★&nbsp;</a>
309
- </div>
310
-
311
- ]]></content>
312
- </entry><entry>
313
- <title>Boring Google</title>
314
- <link rel="alternate" type="text/html" href="https://stratechery.com/2017/boring-google/" />
315
- <link rel="shorturl" type="text/html" href="http://df4.us/q0q" />
316
- <link rel="related" type="text/html" href="https://daringfireball.net/linked/2017/05/22/thompson-google-io" />
317
- <id>tag:daringfireball.net,2017:/linked//6.33722</id>
318
- <published>2017-05-22T18:45:37Z</published>
319
- <updated>2017-05-22T18:45:39Z</updated>
320
- <author>
321
- <name>John Gruber</name>
322
- <uri>http://daringfireball.net/</uri>
323
- </author>
324
- <content type="html" xml:base="https://daringfireball.net/linked/" xml:lang="en"><![CDATA[
325
- <p>Ben Thompson, in praise of Google&#8217;s &#8220;boring&#8221; I/O keynote:</p>
326
-
327
- <blockquote>
328
- <p>Google Assistant has a long ways to go, but there is a clear
329
- picture of what success will look like: Google Photos. Launched
330
- only two years ago, Pichai bragged that Photos now has over 500
331
- million active users who upload 1.2 billion photos a day. This is
332
- a spectacular number for one very simple reason: Google Photos is
333
- <em>not</em> the default photo app for Android or iOS. Rather, Google has
334
- earned all of those photos simply by being better than the
335
- defaults, and the basis of that superiority is Google’s machine
336
- learning.</p>
337
-
338
- <p>Moreover, much like search, Photos gets better the more data it
339
- gets, creating a virtuous cycle: more photos means more data which
340
- means a better experience which means more users which means more
341
- photos. It is already hard to see other photo applications
342
- catching up.</p>
343
- </blockquote>
344
-
345
- <p>Google Photos is Google at its best. Their visual recognition is clearly the best in the world right now, and Thompson makes a good point that the &#8220;virtuous circle&#8221; makes it difficult for anyone to catch up.</p>
346
-
347
- <p>In addition to being a great product, technically, Google Photos also launched with <a href="http://daringfireball.net/linked/2016/08/08/google-photos-sick-burn">a terrific ad campaign</a>.</p>
348
-
349
- <div>
350
- <a title="Permanent link to ‘Boring Google’" href="https://daringfireball.net/linked/2017/05/22/thompson-google-io">&nbsp;★&nbsp;</a>
351
- </div>
352
-
353
- ]]></content>
354
- </entry><entry>
355
- <title>Every Color of Cardigan Mister Rogers Wore From 1979–2001</title>
356
- <link rel="alternate" type="text/html" href="https://theawl.com/every-color-of-cardigan-mister-rogers-wore-from-1979-2001-83c1faba2677" />
357
- <link rel="shorturl" type="text/html" href="http://df4.us/q0p" />
358
- <link rel="related" type="text/html" href="https://daringfireball.net/linked/2017/05/22/mr-rogers-sweaters" />
359
- <id>tag:daringfireball.net,2017:/linked//6.33721</id>
360
- <published>2017-05-22T17:53:29Z</published>
361
- <updated>2017-05-22T17:53:31Z</updated>
362
- <author>
363
- <name>John Gruber</name>
364
- <uri>http://daringfireball.net/</uri>
365
- </author>
366
- <content type="html" xml:base="https://daringfireball.net/linked/" xml:lang="en"><![CDATA[
367
- <p>Owen Philips, writing for The Awl:</p>
368
-
369
- <blockquote>
370
- <p>Fortunately, Tim Lybarger, a 40 year-old high school counselor
371
- from just outside of Champaign-Urbana, Illinois, wondered the same
372
- thing a few years ago. Back in 2011, on his blog devoted to all
373
- things Mister Rogers, neighborhoodarchive.com, Lybarger recorded
374
- the color of every sweater Rogers wore in each episode between
375
- 1979 and 2001. “When I realized such a resource didn’t exist,”
376
- Lybarger told me over email, “I just felt like somebody needed to
377
- do it…might as well be me.”</p>
378
-
379
- <p>The chart below uses the data Lybarger meticulously collected to
380
- show how Rogers’ preferences for the color of his cardigan changed
381
- over time.</p>
382
- </blockquote>
383
-
384
- <p>When I was a kid I simply loved <em>Mister Rogers&#8217; Neighborhood</em>. (<a href="http://kottke.org/17/05/the-colors-of-mister-rogers-cardigan-sweaters-1979-2001">Via Kottke</a>, of course.)</p>
385
-
386
- <div>
387
- <a title="Permanent link to ‘Every Color of Cardigan Mister Rogers Wore From 1979–2001’" href="https://daringfireball.net/linked/2017/05/22/mr-rogers-sweaters">&nbsp;★&nbsp;</a>
388
- </div>
389
-
390
- ]]></content>
391
- </entry><entry>
392
- <title>Scrolling Is Going to Change in Mobile Safari</title>
393
- <link rel="alternate" type="text/html" href="https://news.ycombinator.com/item?id=14384938" />
394
- <link rel="shorturl" type="text/html" href="http://df4.us/q0o" />
395
- <link rel="related" type="text/html" href="https://daringfireball.net/linked/2017/05/22/mobile-safari-scrolling" />
396
- <id>tag:daringfireball.net,2017:/linked//6.33720</id>
397
- <published>2017-05-22T17:29:44Z</published>
398
- <updated>2017-05-23T00:56:48Z</updated>
399
- <author>
400
- <name>John Gruber</name>
401
- <uri>http://daringfireball.net/</uri>
402
- </author>
403
- <content type="html" xml:base="https://daringfireball.net/linked/" xml:lang="en"><![CDATA[
404
- <p>Here&#8217;s an interesting exchange in a Hacker News discussion about <a href="https://daringfireball.net/linked/2017/05/20/gilbertson-amp.php">my criticism of AMP</a> over the weekend. <a href="https://news.ycombinator.com/item?id=14384938">Malte Ubl, creator and tech lead of Google AMP</a>:</p>
405
-
406
- <blockquote>
407
- <p>With respect to scrolling: We (AMP team) filed a bug with Apple
408
- about that (we didn&#8217;t implement scrolling ourselves, just use a
409
- div with overflow). We asked to make the scroll inertia for that
410
- case the same as the normal scrolling.</p>
411
-
412
- <p>Apple&#8217;s response was (surprisingly) to make the default scrolling
413
- like the overflow scrolling. So, with the next Safari release all
414
- pages will scroll like AMP pages. Hope Gruber is happy then :)</p>
415
- </blockquote>
416
-
417
- <p>&#8220;Om2&#8221;, who seemingly works on WebKit for Apple <a href="https://trac.webkit.org/changeset/211197/webkit">added</a>:</p>
418
-
419
- <blockquote>
420
- <p>In current iOS Safari, webpage scrolling is inconsistent from all
421
- other scrolling on the system. This was an intentional decision
422
- made long ago. In addition, overflow areas are consistent with the
423
- rest of the system, and thus inconsistent with top-level webpage
424
- scrolling. This is semi-accidental. In reviewing scroll rates, we
425
- concluded that the original reason was no longer a good tradeoff.
426
- Thus this change, which removed all the inconsistencies:
427
- <a href="https://trac.webkit.org/changeset/211197/webkit">https://trac.webkit.org/changeset/211197/webkit</a></p>
428
-
429
- <p>Having all scrolling be consistent feels good once you get
430
- used to it.</p>
431
-
432
- <p>That doesn&#8217;t necessarily mean it was a good idea for Google&#8217;s
433
- hosted AMP pages to use overflow scroll all along. The
434
- inconsistency definitely did feel weird. And the way they do
435
- scrolling prevents Safari from auto-hiding its top and bottom
436
- bars. I believe all the desired scroll effects could have been
437
- achieved without the use of overflow scroll.</p>
438
- </blockquote>
439
-
440
- <p>That&#8217;s a pretty big change, but I&#8217;ll bet Om2 is right that it soon feels normal. Web views have had different scrolling inertia than other scrolling views ever since the original iPhone. (My beef with scrolling in AMP is not that AMP&#8217;s fast scrolling is bad and Mobile Safari&#8217;s current slower scrolling is good, but rather that scrolling in AMP pages should not feel totally different than regular web pages. And I forgot to complain about the fact that AMP&#8217;s weird implementation also breaks Mobile Safari&#8217;s ability to hide the bottom and top browser chrome toolbars. <strong>Update:</strong> One more complaint: AMP breaks Safari&#8217;s Reader mode.)</p>
441
-
442
- <div>
443
- <a title="Permanent link to ‘Scrolling Is Going to Change in Mobile Safari’" href="https://daringfireball.net/linked/2017/05/22/mobile-safari-scrolling">&nbsp;★&nbsp;</a>
444
- </div>
445
-
446
- ]]></content>
447
- </entry><entry>
448
- <title>News Explorer 1.6 Supports JSON Feed</title>
449
- <link rel="alternate" type="text/html" href="https://betamagic.nl/blog.html" />
450
- <link rel="shorturl" type="text/html" href="http://df4.us/q0n" />
451
- <link rel="related" type="text/html" href="https://daringfireball.net/linked/2017/05/22/news-explorer-1-6" />
452
- <id>tag:daringfireball.net,2017:/linked//6.33719</id>
453
- <published>2017-05-22T17:10:10Z</published>
454
- <updated>2017-05-22T17:10:12Z</updated>
455
- <author>
456
- <name>John Gruber</name>
457
- <uri>http://daringfireball.net/</uri>
458
- </author>
459
- <content type="html" xml:base="https://daringfireball.net/linked/" xml:lang="en"><![CDATA[
460
- <p>First native app I&#8217;ve seen with support for JSON Feed. Pretty interesting take on a modern Mac feed reader, including nice support for using the keyboard arrow keys to move around the UI.</p>
461
-
462
- <div>
463
- <a title="Permanent link to ‘News Explorer 1.6 Supports JSON Feed’" href="https://daringfireball.net/linked/2017/05/22/news-explorer-1-6">&nbsp;★&nbsp;</a>
464
- </div>
465
-
466
- ]]></content>
467
- </entry><entry>
468
-
469
- <link rel="alternate" type="text/html" href="http://www.getflow.com/daringfireball" />
470
- <link rel="shorturl" href="http://df4.us/q0u" />
471
- <link rel="related" type="text/html" href="https://daringfireball.net/feeds/sponsors/2017/05/flow_simple_project_management" />
472
- <id>tag:daringfireball.net,2017:/feeds/sponsors//11.33726</id>
473
- <author><name>Daring Fireball Department of Commerce</name></author>
474
- <published>2017-05-22T17:00:49-04:00</published>
475
- <updated>2017-05-22T17:01:04-04:00</updated>
476
- <content type="html" xml:base="https://daringfireball.net/feeds/sponsors/" xml:lang="en"><![CDATA[
477
- <p>Flow is simple project management for busy teams. It’s the easiest way to run your team, manage projects, track tasks, and stay up to date with everything happening at work.</p>
478
-
479
- <p>Teams choose Flow when email, sticky notes, and to-do apps aren’t enough, but complex project management tools are overkill. Flow’s world-class design team has worked with companies like Apple, Slack, TED, and Starbucks, so it’s simple, beautiful, and easy to use. Your team will love using it, and pick it up in minutes — not weeks.</p>
480
-
481
- <p>Visit <a href="http://www.getflow.com/daringfireball">getflow.com/daringfireball</a> to start your free trial today, and save 20% on a monthly plan, or 30% on an annual plan at checkout. </p>
482
-
483
- <div>
484
- <a title="Permanent link to ‘Flow: Simple Project Management’" href="https://daringfireball.net/feeds/sponsors/2017/05/flow_simple_project_management">&nbsp;★&nbsp;</a>
485
- </div>
486
-
487
- ]]></content>
488
- <title>[Sponsor] Flow: Simple Project Management</title></entry><entry>
489
- <title>‘Becoming Bond’</title>
490
- <link rel="alternate" type="text/html" href="https://www.youtube.com/watch?v=rd9wdJIxqlo" />
491
- <link rel="shorturl" type="text/html" href="http://df4.us/q0m" />
492
- <link rel="related" type="text/html" href="https://daringfireball.net/linked/2017/05/22/becoming-bond" />
493
- <id>tag:daringfireball.net,2017:/linked//6.33718</id>
494
- <published>2017-05-22T16:35:26Z</published>
495
- <updated>2017-05-22T16:41:57Z</updated>
496
- <author>
497
- <name>John Gruber</name>
498
- <uri>http://daringfireball.net/</uri>
499
- </author>
500
- <content type="html" xml:base="https://daringfireball.net/linked/" xml:lang="en"><![CDATA[
501
- <p>New documentary from Hulu on George Lazenby, who played James Bond in 1969&#8217;s <em><a href="http://www.imdb.com/title/tt0064757/">On Her Majesty&#8217;s Secret Service</a></em> and then turned down an offer for a six-picture contract. Watched it over the weekend and thoroughly enjoyed it.</p>
502
-
503
- <div>
504
- <a title="Permanent link to ‘&#8216;Becoming Bond&#8217;’" href="https://daringfireball.net/linked/2017/05/22/becoming-bond">&nbsp;★&nbsp;</a>
505
- </div>
506
-
507
- ]]></content>
508
- </entry><entry>
509
- <title>Stashword</title>
510
- <link rel="alternate" type="text/html" href="http://df.stashword.com/" />
511
- <link rel="shorturl" type="text/html" href="http://df4.us/q0l" />
512
- <link rel="related" type="text/html" href="https://daringfireball.net/linked/2017/05/20/stashword" />
513
- <id>tag:daringfireball.net,2017:/linked//6.33717</id>
514
- <published>2017-05-20T19:23:06Z</published>
515
- <updated>2017-05-20T19:23:08Z</updated>
516
- <author>
517
- <name>John Gruber</name>
518
- <uri>http://daringfireball.net/</uri>
519
- </author>
520
- <content type="html" xml:base="https://daringfireball.net/linked/" xml:lang="en"><![CDATA[
521
- <p>My thanks to Stashword for sponsoring this week&#8217;s DF RSS feed. Stashword is simple but feature-rich password manager for iOS and the web. In addition to passwords, Stashword can securely save notes, financial information, and more. You can even scan and save documents like your drivers license, insurance documentation, and passport.</p>
522
-
523
- <p>Stashword is free to try for 15 days. Paid membership enables you to synchronize across all your devices and <a href="http://df.stashword.com/">their website</a>. As a special offer for Daring Fireball readers, through May 25 annual membership is just $7.99, which is 20 percent off the regular price.</p>
524
-
525
- <div>
526
- <a title="Permanent link to ‘Stashword’" href="https://daringfireball.net/linked/2017/05/20/stashword">&nbsp;★&nbsp;</a>
527
- </div>
528
-
529
- ]]></content>
530
- </entry><entry>
531
- <title>MacStories’s iOS 11 iPad Wishes and Concept Video</title>
532
- <link rel="alternate" type="text/html" href="https://www.macstories.net/stories/ios-11-ipad-wishes-and-concept-video/" />
533
- <link rel="shorturl" type="text/html" href="http://df4.us/q0j" />
534
- <link rel="related" type="text/html" href="https://daringfireball.net/linked/2017/05/20/macstories-ios-11-concept" />
535
- <id>tag:daringfireball.net,2017:/linked//6.33715</id>
536
- <published>2017-05-20T19:10:48Z</published>
537
- <updated>2017-05-20T19:10:50Z</updated>
538
- <author>
539
- <name>John Gruber</name>
540
- <uri>http://daringfireball.net/</uri>
541
- </author>
542
- <content type="html" xml:base="https://daringfireball.net/linked/" xml:lang="en"><![CDATA[
543
- <p>Federico Viticci:</p>
544
-
545
- <blockquote>
546
- <p>I&#8217;ve been thinking about some of these ideas since iOS 9 (you can
547
- see a thread between <a href="https://youtube.com/watch?v=J2VcbT4Pgdk">my iOS 10 concept</a> and this year&#8217;s version),
548
- while others would be a natural evolution for iOS on the iPad.
549
- Once again, Sam was able to visualize everything with a fantastic
550
- concept that, I believe, captures the iPad&#8217;s big-picture potential
551
- more accurately than last year.</p>
552
-
553
- <p>Below, you&#8217;ll find our <a href="https://youtube.com/watch?v=UyFUDQ5LLZw">iOS 11 for iPad concept video</a>, followed by
554
- an analysis of my iPad wishes with static mockups. I focused on
555
- foundational changes to the iPad&#8217;s software &#8212; tentpole features
556
- that would affect the entire OS and app ecosystem.</p>
557
-
558
- <p>This isn&#8217;t a prediction of what Apple will announce at WWDC; it&#8217;s
559
- my vision for what the future of the iPad should be.</p>
560
- </blockquote>
561
-
562
- <p>Viticci and Beckett put months of work into this, and it shows. Some of the ideas they present: system-wide drag-and-drop, a Finder app, a redesigned App Store, and much more.</p>
563
-
564
- <p>The best part of this feature isn&#8217;t any specific idea, but rather Viticci&#8217;s profound enthusiasm for the iPad as a platform.</p>
565
-
566
- <div>
567
- <a title="Permanent link to ‘MacStories&#8217;s iOS 11 iPad Wishes and Concept Video’" href="https://daringfireball.net/linked/2017/05/20/macstories-ios-11-concept">&nbsp;★&nbsp;</a>
568
- </div>
569
-
570
- ]]></content>
571
- </entry><entry>
572
- <title>10-Year-Old Open Letter Calling for Apple to Make Glucose Monitors</title>
573
- <link rel="alternate" type="text/html" href="http://www.healthline.com/health/diabetesmine/innovation/open-letter-steve-jobs" />
574
- <link rel="shorturl" type="text/html" href="http://df4.us/q0i" />
575
- <link rel="related" type="text/html" href="https://daringfireball.net/linked/2017/05/20/open-letter-apple-glucose" />
576
- <id>tag:daringfireball.net,2017:/linked//6.33714</id>
577
- <published>2017-05-20T19:00:18Z</published>
578
- <updated>2017-05-20T19:26:36Z</updated>
579
- <author>
580
- <name>John Gruber</name>
581
- <uri>http://daringfireball.net/</uri>
582
- </author>
583
- <content type="html" xml:base="https://daringfireball.net/linked/" xml:lang="en"><![CDATA[
584
- <p>Amy Tenderich, 10 years ago, in an open letter to Steve Jobs:</p>
585
-
586
- <blockquote>
587
- <p>If insulin pumps or continuous monitors had the form of an iPod
588
- Nano, people wouldn&#8217;t have to wonder why we wear our &#8220;pagers&#8221; to
589
- our own weddings, or puzzle over that strange bulge under our
590
- clothes. If these devices wouldn&#8217;t start suddenly and incessantly
591
- beeping, strangers wouldn&#8217;t lecture us to turn off our &#8220;cell
592
- phones&#8221; at the movie theater.</p>
593
-
594
- <p>In short, medical device manufacturers are stuck in a bygone era;
595
- they continue to design these products in an engineering-driven,
596
- physician-centered bubble. They have not yet grasped the concept
597
- that medical devices are also life devices, and therefore need to
598
- feel good and look good for the patients using them 24/7, in
599
- addition to keeping us alive.</p>
600
- </blockquote>
601
-
602
- <p>(<a href="http://articles.chicagotribune.com/2010-10-22/features/sc-health-1020-diabetes-insulin-devic20101022_1_insulin-dependent-diabetics-high-blood-glucose-levels-blood-sugar">Follow-up here in 2010</a>.)</p>
603
-
604
- <p>This was incredibly prescient, given the rumors <a href="https://daringfireball.net/linked/2017/05/18/apple-watch-glucose">that Apple is working on continuous non-invasive glucose monitoring</a> for Apple Watch. Jobs didn&#8217;t live to see it, but I think it&#8217;s exactly the sort of thing he would be pushing for if he were still alive.</p>
605
-
606
- <p>From chapter 37 of <a href="https://itun.es/us/QyFUz.l">Walter Isaacson&#8217;s <em>Steve Jobs</em></a>:</p>
607
-
608
- <blockquote>
609
- <p>Even when he was barely conscious, his strong personality came
610
- through. At one point the pulmonologist tried to put a mask over
611
- his face when he was deeply sedated. Jobs ripped it off and
612
- mumbled that he hated the design and refused to wear it. Though
613
- barely able to speak, he ordered them to bring five different
614
- options for the mask and he would pick a design he liked. The
615
- doctors looked at Powell, puzzled. She was finally able to
616
- distract him so they could put on the mask. He also hated the
617
- oxygen monitor they put on his finger. He told them it was ugly
618
- and too complex. He suggested ways it could be designed more
619
- simply. “He was very attuned to every nuance of the environment
620
- and objects around him, and that drained him,” Powell recalled.</p>
621
- </blockquote>
622
-
623
- <div>
624
- <a title="Permanent link to ‘10-Year-Old Open Letter Calling for Apple to Make Glucose Monitors’" href="https://daringfireball.net/linked/2017/05/20/open-letter-apple-glucose">&nbsp;★&nbsp;</a>
625
- </div>
626
-
627
- ]]></content>
628
- </entry><entry>
629
- <title>Scott Gilbertson: ‘Kill Google AMP Before It Kills the Web’</title>
630
- <link rel="alternate" type="text/html" href="https://www.theregister.co.uk/2017/05/19/open_source_insider_google_amp_bad_bad_bad/" />
631
- <link rel="shorturl" type="text/html" href="http://df4.us/q0h" />
632
- <link rel="related" type="text/html" href="https://daringfireball.net/linked/2017/05/20/gilbertson-amp" />
633
- <id>tag:daringfireball.net,2017:/linked//6.33713</id>
634
- <published>2017-05-20T18:18:19Z</published>
635
- <updated>2017-05-20T19:28:43Z</updated>
636
- <author>
637
- <name>John Gruber</name>
638
- <uri>http://daringfireball.net/</uri>
639
- </author>
640
- <content type="html" xml:base="https://daringfireball.net/linked/" xml:lang="en"><![CDATA[
641
- <p>Scott Gilbertson, writing for The Register:</p>
642
-
643
- <blockquote>
644
- <p>Quite a few high-profile web developers have this year weighted in
645
- with <a href="https://danielmiessler.com/blog/google-amp-not-good-thing/">criticism</a> and some, following a Google conference dedicated
646
- to AMP, have cautioned users about diving in with <a href="https://css-tricks.com/need-catch-amp-debate/">both feet</a>.</p>
647
-
648
- <p>These, in my view, don’t go far enough in stating the problem and
649
- I feel this needs to be said very clearly: Google&#8217;s AMP is bad &#8212;
650
- bad in a potentially web-destroying way. Google AMP is bad news
651
- for how the web is built, it&#8217;s bad news for publishers of credible
652
- online content, and it&#8217;s bad news for consumers of that content.
653
- Google AMP is only good for one party: Google. Google, and
654
- possibly, purveyors of fake news.</p>
655
-
656
- <p>It&#8217;s time for developers to wake up and, as Jason Scott <a href="http://ascii.textfiles.com/archives/3086">once said</a>
657
- of Facebook, stop: &#8220;Shoveling down the shit sherbet&#8221; Google is now
658
- serving with AMP.</p>
659
- </blockquote>
660
-
661
- <p><a href="http://daringfireball.net/linked/2017/01/17/schreiber-amp">I&#8217;m on the record</a> as being strongly opposed to AMP simply on the grounds of publication independence. I&#8217;d stand by that even if the implementation were great. But the implementation is not great &#8212; it&#8217;s terrible. Yes, AMP pages load fast, but you don&#8217;t need AMP for fast-loading web pages. If you are a publisher and your web pages don&#8217;t load fast, the sane solution is to <a href="http://idlewords.com/amp_static.html">fix your fucking website so that pages load fast</a>, not to throw your hands up in the air and implement AMP.</p>
662
-
663
- <p>But other than loading fast, AMP <em>sucks</em>. It implements its own scrolling behavior on iOS, which feels unnatural, and even worse, it breaks the decade-old system-wide iOS behavior of being able to tap the status bar to scroll to the top of any scrollable view. AMP also completely breaks Safari&#8217;s ability to search for text on a page (via the &#8220;Find on Page&#8221; action in the sharing sheet). Google has no respect for the platform. If I had my way, Mobile Safari would refuse to render AMP pages. It&#8217;s a deliberate effort by Google to break the open web.</p>
664
-
665
- <div>
666
- <a title="Permanent link to ‘Scott Gilbertson: &#8216;Kill Google AMP Before It Kills the Web&#8217;’" href="https://daringfireball.net/linked/2017/05/20/gilbertson-amp">&nbsp;★&nbsp;</a>
667
- </div>
668
-
669
- ]]></content>
670
- </entry><entry>
671
- <title>Arctic Stronghold of World’s Seeds Flooded After Permafrost Melts</title>
672
- <link rel="alternate" type="text/html" href="https://www.theguardian.com/environment/2017/may/19/arctic-stronghold-of-worlds-seeds-flooded-after-permafrost-melts?CMP=twt_gu" />
673
- <link rel="shorturl" type="text/html" href="http://df4.us/q0g" />
674
- <link rel="related" type="text/html" href="https://daringfireball.net/linked/2017/05/20/global-seed-vault" />
675
- <id>tag:daringfireball.net,2017:/linked//6.33712</id>
676
- <published>2017-05-20T17:52:14Z</published>
677
- <updated>2017-05-21T03:41:34Z</updated>
678
- <author>
679
- <name>John Gruber</name>
680
- <uri>http://daringfireball.net/</uri>
681
- </author>
682
- <content type="html" xml:base="https://daringfireball.net/linked/" xml:lang="en"><![CDATA[
683
- <p>Damian Carrington, reporting for The Guardian:</p>
684
-
685
- <blockquote>
686
- <p>It was designed as an impregnable deep-freeze to protect the
687
- world’s most precious seeds from any global disaster and ensure
688
- humanity’s food supply forever. But the Global Seed Vault, buried
689
- in a mountain deep inside the Arctic circle, has been breached
690
- after global warming produced extraordinary temperatures over the
691
- winter, sending meltwater gushing into the entrance tunnel.</p>
692
- </blockquote>
693
-
694
- <p>The big takeaway from this should be that climate change truly is a threat to civilization. But, I have to say, that melting permafrost wasn&#8217;t taken into consideration during the design of this vault seems like a glaring oversight.</p>
695
-
696
- <p><strong>Update:</strong> Looks like The Guardian might have shamelessly sensationalized this story. <a href="http://www.popsci.com/seed-vault-flooding?src=SOC&amp;dom=tw#page-3">Mary Beth Griggs, reporting for Popular Science</a>:</p>
697
-
698
- <blockquote>
699
- <p>“If there was a worst case scenario where there was so much water,
700
- or the pumping systems failed, that it made its way uphill to the
701
- seed vault, then it would encounter minus 18 [degrees celsius] and
702
- freeze again. Then there’s another barrier [the ice] for entry
703
- into the seed vault,” Fowler says. In other words, any water that
704
- floods into the tunnel has to make it 100 meters downhill, then
705
- back uphill, then overwhelm the pumping systems, and then manage
706
- not to freeze at well-below-freezing temperatures. Otherwise,
707
- there&#8217;s no way liquid is getting into the seed bank &#8212; so the
708
- seeds are probably safe. [&#8230;]</p>
709
-
710
- <p>Still worried? Maybe this will help you exhale: “We did this
711
- calculation; if all the ice in the world melted &#8212; Greenland,
712
- Arctic, Antarctic, everything &#8212; and then we had the world&#8217;s
713
- largest recorded tsunami right in front of the seed vault. So,
714
- very high sea levels and the worlds largest Tsunami. What would
715
- happen to the seed vault?” Fowler says. “We found that the seed
716
- vault was somewhere between a five and seven story building above
717
- that point. It might not help the road leading up to the seed
718
- vault, but the seeds themselves would be OK.&#8221;</p>
719
- </blockquote>
720
-
721
- <p>Sounds like the vault itself <em>is</em> designed to survive a climate apocalypse &#8212; it&#8217;s just the entry that isn&#8217;t.</p>
722
-
723
- <div>
724
- <a title="Permanent link to ‘Arctic Stronghold of World’s Seeds Flooded After Permafrost Melts’" href="https://daringfireball.net/linked/2017/05/20/global-seed-vault">&nbsp;★&nbsp;</a>
725
- </div>
726
-
727
- ]]></content>
728
- </entry><entry>
729
- <title>‘It’s Borderline Stupid How Easy It Was’</title>
730
- <link rel="alternate" type="text/html" href="https://ndarville.com/blog/2017/05/19/json-feed-for-jekyll/" />
731
- <link rel="shorturl" type="text/html" href="http://df4.us/q0f" />
732
- <link rel="related" type="text/html" href="https://daringfireball.net/linked/2017/05/19/json-feed-jekyll" />
733
- <id>tag:daringfireball.net,2017:/linked//6.33711</id>
734
- <published>2017-05-19T20:07:02Z</published>
735
- <updated>2017-05-19T20:13:21Z</updated>
736
- <author>
737
- <name>John Gruber</name>
738
- <uri>http://daringfireball.net/</uri>
739
- </author>
740
- <content type="html" xml:base="https://daringfireball.net/linked/" xml:lang="en"><![CDATA[
741
- <p>Niclas Darville, on creating a JSON Feed template for Jekyll:</p>
742
-
743
- <blockquote>
744
- <p>It literally took me longer to write this blog post than the JSON
745
- feed code, because I couldn’t get Jekyll to escape the Liquid code
746
- example.</p>
747
- </blockquote>
748
-
749
- <p>On Twitter, <a href="https://twitter.com/pessimism/status/865574252182990848">Darville wrote</a>:</p>
750
-
751
- <blockquote>
752
- <p>One of the best things about <a href="https://twitter.com/@jsonfeed">@jsonfeed</a> is how well it works as a
753
- Hello World kind of programming exercise.</p>
754
-
755
- <p>Sure beats to-do lists.</p>
756
- </blockquote>
757
-
758
- <p><a href="https://twitter.com/JmacDotOrg/status/865441060176121856">Jason McIntosh described</a> adding JSON Feed support to his home-grown blog engine as a &#8220;blowing-off-steam project&#8221;.</p>
759
-
760
- <p>These reactions are exactly what I mean about JSON Feed being <em>fun</em>. There&#8217;s a time and place for specs that are drop-dead serious, but I think it&#8217;s often overlooked just how important <em>fun</em> can be in having a new spec gain traction.</p>
761
-
762
- <div>
763
- <a title="Permanent link to ‘&#8216;It’s Borderline Stupid How Easy It Was&#8217;’" href="https://daringfireball.net/linked/2017/05/19/json-feed-jekyll">&nbsp;★&nbsp;</a>
764
- </div>
765
-
766
- ]]></content>
767
- </entry><entry>
768
- <title>Headline of the Week</title>
769
- <link rel="alternate" type="text/html" href="https://www.nytimes.com/2017/05/19/us/politics/trump-russia-comey.html" />
770
- <link rel="shorturl" type="text/html" href="http://df4.us/q0e" />
771
- <link rel="related" type="text/html" href="https://daringfireball.net/linked/2017/05/19/trump-nut-job" />
772
- <id>tag:daringfireball.net,2017:/linked//6.33710</id>
773
- <published>2017-05-19T19:41:15Z</published>
774
- <updated>2017-05-20T04:12:08Z</updated>
775
- <author>
776
- <name>John Gruber</name>
777
- <uri>http://daringfireball.net/</uri>
778
- </author>
779
- <content type="html" xml:base="https://daringfireball.net/linked/" xml:lang="en"><![CDATA[
780
- <p>Actual headline in the staid New York Times: &#8220;Trump Told Russians That Firing ‘Nut Job’ Comey Eased Pressure From Investigation&#8221;.</p>
781
-
782
- <div>
783
- <a title="Permanent link to ‘Headline of the Week’" href="https://daringfireball.net/linked/2017/05/19/trump-nut-job">&nbsp;★&nbsp;</a>
784
- </div>
785
-
786
- ]]></content>
787
- </entry><entry>
788
- <title>Requiring Facebook</title>
789
- <link rel="alternate" type="text/html" href="https://thebolditalic.com/facebook-goes-full-black-mirror-how-facebook-is-making-membership-a-prerequisite-to-everyday-e88fb03b0eb9" />
790
- <link rel="shorturl" type="text/html" href="http://df4.us/q0d" />
791
- <link rel="related" type="text/html" href="https://daringfireball.net/linked/2017/05/18/requiring-facebook" />
792
- <id>tag:daringfireball.net,2017:/linked//6.33709</id>
793
- <published>2017-05-19T02:19:06Z</published>
794
- <updated>2017-05-19T07:02:39Z</updated>
795
- <author>
796
- <name>John Gruber</name>
797
- <uri>http://daringfireball.net/</uri>
798
- </author>
799
- <content type="html" xml:base="https://daringfireball.net/linked/" xml:lang="en"><![CDATA[
800
- <p>Jason Ditzian, writing for The Bold Italic on what happened when the car sharing service he&#8217;d been using for 10 years was acquired:</p>
801
-
802
- <blockquote>
803
- <p>However, City CarShare was recently bought by a corporation,
804
- Getaround. And Getaround built its platform on top of Facebook. So
805
- when I went to migrate my account over to them, I found that
806
- there’s literally no way to do it as a non-Facebook user. If I
807
- want to share cars with my fellow city dwellers, I’m compelled to
808
- strike a Faustian bargain.</p>
809
-
810
- <p>To access the services of Getaround, one must authenticate their
811
- identity through Facebook. [&#8230;]</p>
812
-
813
- <p>I know that for you Facebook-having people, this is no big deal.
814
- You have resigned yourself to the idea of Facebook owning your
815
- data. But if you don’t, haven’t and/or won’t resign to this fate,
816
- you might end up left, like me, in a peculiar situation: the price
817
- of “sharing” a car equals money plus forking over a huge trove of
818
- personal data. Personal information is supplanting money as a form
819
- of currency.</p>
820
- </blockquote>
821
-
822
- <p>There&#8217;s clearly a problem here, but I don&#8217;t think it&#8217;s Facebook&#8217;s fault. I think the problem is that Getaround sucks.</p>
823
-
824
- <div>
825
- <a title="Permanent link to ‘Requiring Facebook’" href="https://daringfireball.net/linked/2017/05/18/requiring-facebook">&nbsp;★&nbsp;</a>
826
- </div>
827
-
828
- ]]></content>
829
- </entry><entry>
830
- <title>FCC Votes to Begin Dismantling Net Neutrality</title>
831
- <link rel="alternate" type="text/html" href="https://www.techdirt.com/articles/20170517/12241437395/fcc-ignores-will-public-votes-to-begin-dismantling-net-neutrality.shtml" />
832
- <link rel="shorturl" type="text/html" href="http://df4.us/q0c" />
833
- <link rel="related" type="text/html" href="https://daringfireball.net/linked/2017/05/18/net-neutrality" />
834
- <id>tag:daringfireball.net,2017:/linked//6.33708</id>
835
- <published>2017-05-18T22:30:58Z</published>
836
- <updated>2017-05-18T22:31:00Z</updated>
837
- <author>
838
- <name>John Gruber</name>
839
- <uri>http://daringfireball.net/</uri>
840
- </author>
841
- <content type="html" xml:base="https://daringfireball.net/linked/" xml:lang="en"><![CDATA[
842
- <p>Karl Bode, writing for TechDirt:</p>
843
-
844
- <blockquote>
845
- <p>Surprising absolutely nobody, the FCC today voted 2-1 along strict
846
- party lines to begin dismantling net neutrality protections for
847
- consumers. The move comes despite the fact that the <a href="https://www.techdirt.com/articles/20170516/06570237379/time-fcc-to-actually-listen-vast-majority-fcc-commenters-support-net-neutrality.shtml">vast
848
- majority</a> of non-bot comments filed with the FCC support
849
- keeping the rules intact. And while FCC boss Ajit Pai has
850
- breathlessly insisted he intended to listen to the concerns of all
851
- parties involved, there has been zero indication that this was a
852
- serious commitment as he begins <a href="https://www.techdirt.com/articles/20170206/06403236642/new-fcc-boss-ajit-pai-insists-hes-all-about-helping-poor-gets-right-to-work-harming-them-instead.shtml">dismantling all manner of
853
- broadband consumer protections</a>, not just net neutrality.</p>
854
-
855
- <p>As you might have expected, the FCC was quick to release a
856
- statement claiming that gutting the popular consumer protections
857
- would usher forth a magical age of connectivity, investment, and
858
- innovation.</p>
859
- </blockquote>
860
-
861
- <p>(<a href="https://pxlnv.com/linklog/fcc-vote-may-18/">Via Nick Heer</a>.)</p>
862
-
863
- <div>
864
- <a title="Permanent link to ‘FCC Votes to Begin Dismantling Net Neutrality’" href="https://daringfireball.net/linked/2017/05/18/net-neutrality">&nbsp;★&nbsp;</a>
865
- </div>
866
-
867
- ]]></content>
868
- </entry><entry>
869
- <title>‘You Know My Name’</title>
870
- <link rel="alternate" type="text/html" href="https://www.youtube.com/watch?v=A1AMUmkj-ck" />
871
- <link rel="shorturl" type="text/html" href="http://df4.us/q0b" />
872
- <link rel="related" type="text/html" href="https://daringfireball.net/linked/2017/05/18/cornell-casino-royale" />
873
- <id>tag:daringfireball.net,2017:/linked//6.33707</id>
874
- <published>2017-05-18T22:24:55Z</published>
875
- <updated>2017-05-18T22:24:56Z</updated>
876
- <author>
877
- <name>John Gruber</name>
878
- <uri>http://daringfireball.net/</uri>
879
- </author>
880
- <content type="html" xml:base="https://daringfireball.net/linked/" xml:lang="en"><![CDATA[
881
- <p>One of my very favorite songs from Chris Cornell &#8212; the opening credits theme to <em>Casino Royale</em>. A great song that just fits the movie so damn well.</p>
882
-
883
- <div>
884
- <a title="Permanent link to ‘&#8216;You Know My Name&#8217;’" href="https://daringfireball.net/linked/2017/05/18/cornell-casino-royale">&nbsp;★&nbsp;</a>
885
- </div>
886
-
887
- ]]></content>
888
- </entry><entry>
889
- <title>Chris Cornell of Soundgarden, Dead at 52</title>
890
- <link rel="alternate" type="text/html" href="https://www.nytimes.com/2017/05/18/arts/music/chris-cornell-dead-soundgarden.html?_r=0" />
891
- <link rel="shorturl" type="text/html" href="http://df4.us/q0a" />
892
- <link rel="related" type="text/html" href="https://daringfireball.net/linked/2017/05/18/cornell" />
893
- <id>tag:daringfireball.net,2017:/linked//6.33706</id>
894
- <published>2017-05-18T22:20:21Z</published>
895
- <updated>2017-05-19T07:17:15Z</updated>
896
- <author>
897
- <name>John Gruber</name>
898
- <uri>http://daringfireball.net/</uri>
899
- </author>
900
- <content type="html" xml:base="https://daringfireball.net/linked/" xml:lang="en"><![CDATA[
901
- <p>The New York Times:</p>
902
-
903
- <blockquote>
904
- <p>Chris Cornell, the powerful, dynamic singer whose band Soundgarden
905
- was one of the architects of grunge music, died on Wednesday night
906
- in Detroit hours after the band had performed there. He was 52.</p>
907
-
908
- <p>The death was a suicide by hanging, the Wayne County Medical
909
- Examiner’s Office said in a statement released on Thursday
910
- afternoon. It said a full autopsy had not yet been completed.</p>
911
- </blockquote>
912
-
913
- <p>Fuck.</p>
914
-
915
- <div>
916
- <a title="Permanent link to ‘Chris Cornell of Soundgarden, Dead at 52’" href="https://daringfireball.net/linked/2017/05/18/cornell">&nbsp;★&nbsp;</a>
917
- </div>
918
-
919
- ]]></content>
920
- </entry><entry>
921
- <title>jq</title>
922
- <link rel="alternate" type="text/html" href="https://stedolan.github.io/jq/" />
923
- <link rel="shorturl" type="text/html" href="http://df4.us/q09" />
924
- <link rel="related" type="text/html" href="https://daringfireball.net/linked/2017/05/18/jq" />
925
- <id>tag:daringfireball.net,2017:/linked//6.33705</id>
926
- <published>2017-05-18T20:40:38Z</published>
927
- <updated>2017-05-18T20:40:40Z</updated>
928
- <author>
929
- <name>John Gruber</name>
930
- <uri>http://daringfireball.net/</uri>
931
- </author>
932
- <content type="html" xml:base="https://daringfireball.net/linked/" xml:lang="en"><![CDATA[
933
- <p>There&#8217;s a cool command-line JSON processor called <code>jq</code> &#8212; easily installed on a Mac via download or <a href="https://brew.sh/">Homebrew</a>, and even more easily tinkered with using <a href="https://jqplay.org/">the online playground</a>. Here&#8217;s how easy <code>jq</code> makes it to get, say, a list of the titles from DF&#8217;s <a href="https://jsonfeed.org/">JSON feed</a>:</p>
934
-
935
- <pre><code>curl -s https://daringfireball.net/feeds/json | jq '.items[].title'
936
- </code></pre>
937
-
938
- <div>
939
- <a title="Permanent link to ‘jq’" href="https://daringfireball.net/linked/2017/05/18/jq">&nbsp;★&nbsp;</a>
940
- </div>
941
-
942
- ]]></content>
943
- </entry><entry>
944
- <title>The World’s First JSON Feed Viewer</title>
945
- <link rel="alternate" type="text/html" href="https://twitter.com/vaillancourtmax/status/865291487881383937" />
946
- <link rel="shorturl" type="text/html" href="http://df4.us/q08" />
947
- <link rel="related" type="text/html" href="https://daringfireball.net/linked/2017/05/18/maxime-vaillancourt-json-feed-viewer" />
948
- <id>tag:daringfireball.net,2017:/linked//6.33704</id>
949
- <published>2017-05-18T20:32:06Z</published>
950
- <updated>2017-05-18T20:39:47Z</updated>
951
- <author>
952
- <name>John Gruber</name>
953
- <uri>http://daringfireball.net/</uri>
954
- </author>
955
- <content type="html" xml:base="https://daringfireball.net/linked/" xml:lang="en"><![CDATA[
956
- <p>Maxime Vaillancourt:</p>
957
-
958
- <blockquote>
959
- <p>Here&#8217;s a tiny proof of concept for a <a href="https://twitter.com/@jsonfeed">@jsonfeed</a> viewer, built in an
960
- hour: <a href="http://json-feed-viewer.herokuapp.com">http://json-feed-viewer.herokuapp.com</a></p>
961
- </blockquote>
962
-
963
- <p>One of the things I love about <a href="https://jsonfeed.org/">JSON Feed</a> is that it&#8217;s <em>fun</em>. JSON is so simple, and so well-supported by almost all programming languages, that you can build something interesting in just a few minutes, and something useful in an hour. There was <a href="https://news.ycombinator.com/item?id=14361178">a comment</a> on the Hacker News thread about JSON Feed that I loved:</p>
964
-
965
- <blockquote>
966
- <p>It is very likely than I am an idiot, but I&#8217;ve always found
967
- parsing XML too hard, specially compared to JSON which is almost
968
- too easy.</p>
969
- </blockquote>
970
-
971
- <p>&#8220;Almost too easy&#8221; are three words no one has ever said about XML.</p>
972
-
973
- <div>
974
- <a title="Permanent link to ‘The World&#8217;s First JSON Feed Viewer’" href="https://daringfireball.net/linked/2017/05/18/maxime-vaillancourt-json-feed-viewer">&nbsp;★&nbsp;</a>
975
- </div>
976
-
977
- ]]></content>
978
- </entry><entry>
979
- <title>Apple Is Testing an Apple Watch Glucose Monitor</title>
980
- <link rel="alternate" type="text/html" href="http://www.cnbc.com/2017/05/18/apple-ceo-tim-cook-test-drove-glucose-monitor.html" />
981
- <link rel="shorturl" type="text/html" href="http://df4.us/q07" />
982
- <link rel="related" type="text/html" href="https://daringfireball.net/linked/2017/05/18/apple-watch-glucose" />
983
- <id>tag:daringfireball.net,2017:/linked//6.33703</id>
984
- <published>2017-05-18T20:24:52Z</published>
985
- <updated>2017-05-18T20:24:54Z</updated>
986
- <author>
987
- <name>John Gruber</name>
988
- <uri>http://daringfireball.net/</uri>
989
- </author>
990
- <content type="html" xml:base="https://daringfireball.net/linked/" xml:lang="en"><![CDATA[
991
- <p>Christina Farr, reporting for CNBC:</p>
992
-
993
- <blockquote>
994
- <p>Tim Cook has been spotted at the Apple campus test-driving a
995
- device that tracks blood sugar, which was connected to his
996
- Apple Watch.</p>
997
-
998
- <p>A source said that Cook was wearing a prototype glucose-tracker on
999
- the Apple Watch, which points to future applications that would
1000
- make the device a &#8220;must have&#8221; for millions of people with diabetes
1001
- &#8212; or at risk for the disease.</p>
1002
-
1003
- <p><a href="http://www.cnbc.com/2017/04/12/apple-working-on-glucose-sensors-diabetes-treatment.html">As CNBC reported last month</a>, Apple has a team in Palo Alto
1004
- working on the &#8220;holy grail&#8221; for diabetes: Non-invasive and
1005
- continuous glucose monitoring. The current glucose trackers on the
1006
- market rely on tiny sensors penetrating the skin. Sources said the
1007
- company is already conducting feasibility trials in the Bay Area.</p>
1008
- </blockquote>
1009
-
1010
- <p>Non-invasive continuous glucose monitoring would be a life-changer for anyone with diabetes. But I can&#8217;t even imagine how life-changing this will be for kids with diabetes and their parents.</p>
1011
-
1012
- <div>
1013
- <a title="Permanent link to ‘Apple Is Testing an Apple Watch Glucose Monitor’" href="https://daringfireball.net/linked/2017/05/18/apple-watch-glucose">&nbsp;★&nbsp;</a>
1014
- </div>
1015
-
1016
- ]]></content>
1017
- </entry><entry>
1018
- <title>CMD-D: Masters of Automation Conference</title>
1019
- <link rel="alternate" type="text/html" href="https://www.cmddconf.com/" />
1020
- <link rel="shorturl" type="text/html" href="http://df4.us/q06" />
1021
- <link rel="related" type="text/html" href="https://daringfireball.net/linked/2017/05/18/cmd-d-conference" />
1022
- <id>tag:daringfireball.net,2017:/linked//6.33702</id>
1023
- <published>2017-05-18T19:53:32Z</published>
1024
- <updated>2017-05-18T19:53:34Z</updated>
1025
- <author>
1026
- <name>John Gruber</name>
1027
- <uri>http://daringfireball.net/</uri>
1028
- </author>
1029
- <content type="html" xml:base="https://daringfireball.net/linked/" xml:lang="en"><![CDATA[
1030
- <p>This sounds very cool: a one-day conference in August devoted to Mac and iOS scripting and automation, hosted by Paul Kent, Naomi Pearce, and Sal Soghoian.</p>
1031
-
1032
- <div>
1033
- <a title="Permanent link to ‘CMD-D: Masters of Automation Conference’" href="https://daringfireball.net/linked/2017/05/18/cmd-d-conference">&nbsp;★&nbsp;</a>
1034
- </div>
1035
-
1036
- ]]></content>
1037
- </entry><entry>
1038
- <title>Final Cut Pro X and Closed Captions</title>
1039
- <link rel="alternate" type="text/html" href="http://hammonwry.com/forgotten-again/" />
1040
- <link rel="shorturl" type="text/html" href="http://df4.us/q05" />
1041
- <link rel="related" type="text/html" href="https://daringfireball.net/linked/2017/05/18/fcpx-closed-captions" />
1042
- <id>tag:daringfireball.net,2017:/linked//6.33701</id>
1043
- <published>2017-05-18T16:42:06Z</published>
1044
- <updated>2017-05-18T16:42:07Z</updated>
1045
- <author>
1046
- <name>John Gruber</name>
1047
- <uri>http://daringfireball.net/</uri>
1048
- </author>
1049
- <content type="html" xml:base="https://daringfireball.net/linked/" xml:lang="en"><![CDATA[
1050
- <p>Kevin Hamm:</p>
1051
-
1052
- <blockquote>
1053
- <p>Captions can be just text at timecode, which is simple. In their
1054
- most complex, they are styled, located text at timecode. That’s
1055
- it. Nothing more. I work in text and titles and timecode every day
1056
- in every video I do, so there is no reason that this simple
1057
- function isn’t baked in at this point. Words at timecode. That’s
1058
- all it is.</p>
1059
-
1060
- <p>That Apple is making their systems and products accessible is
1061
- great. Xcode grants programmers the ability to build accessible
1062
- apps, and has from the beginning, which is even better as it makes
1063
- a massive part of the ecosystem accessible.</p>
1064
-
1065
- <p>That Final Cut Pro hasn’t ever and still doesn’t create closed
1066
- captions is a smudge on that image.</p>
1067
- </blockquote>
1068
-
1069
- <p>It seems bonkers to me that Final Cut Pro X doesn&#8217;t have support for closed captions. Coming from Apple, you&#8217;d think it would have <em>excellent</em> support for them. How does Apple create closed captions for their own videos?</p>
1070
-
1071
- <div>
1072
- <a title="Permanent link to ‘Final Cut Pro X and Closed Captions’" href="https://daringfireball.net/linked/2017/05/18/fcpx-closed-captions">&nbsp;★&nbsp;</a>
1073
- </div>
1074
-
1075
- ]]></content>
1076
- </entry><entry>
1077
- <title>Source Code for Panic Apps Stolen By Malware Thieves</title>
1078
- <link rel="alternate" type="text/html" href="https://panic.com/blog/stolen-source-code/" />
1079
- <link rel="shorturl" type="text/html" href="http://df4.us/q04" />
1080
- <link rel="related" type="text/html" href="https://daringfireball.net/linked/2017/05/17/panic-handbrake-thieves" />
1081
- <id>tag:daringfireball.net,2017:/linked//6.33700</id>
1082
- <published>2017-05-17T18:26:52Z</published>
1083
- <updated>2017-05-18T00:08:29Z</updated>
1084
- <author>
1085
- <name>John Gruber</name>
1086
- <uri>http://daringfireball.net/</uri>
1087
- </author>
1088
- <content type="html" xml:base="https://daringfireball.net/linked/" xml:lang="en"><![CDATA[
1089
- <p>Steven Frank:</p>
1090
-
1091
- <blockquote>
1092
- <p>Last week, for about three days, <a href="https://blog.malwarebytes.com/threat-analysis/mac-threat-analysis/2017/05/handbrake-hacked-to-drop-new-variant-of-proton-malware/">the macOS video transcoding app
1093
- HandBrake</a> was compromised. One of the two download servers for
1094
- HandBrake was serving up a special malware-infested version of the
1095
- app, that, when launched, would essentially give hackers remote
1096
- control of your computer.</p>
1097
-
1098
- <p>In a case of extraordinarily bad luck, even for a guy that has a
1099
- lot of bad computer luck, I happened to download HandBrake in that
1100
- three day window, and my work Mac got pwned.</p>
1101
-
1102
- <p>Long story short, <em>somebody, somewhere, now has quite a bit of
1103
- source code to several of our apps</em>.</p>
1104
- </blockquote>
1105
-
1106
- <p>This is one hell of a story and quite a shock, but the crew at Panic kept their heads together and did the right thing: they&#8217;ve opened up completely and honestly, refused to deal with the blackmailer, and I think they are correctly unworried about their source code being leaked publicly.</p>
1107
-
1108
- <div>
1109
- <a title="Permanent link to ‘Source Code for Panic Apps Stolen By Malware Thieves’" href="https://daringfireball.net/linked/2017/05/17/panic-handbrake-thieves">&nbsp;★&nbsp;</a>
1110
- </div>
1111
-
1112
- ]]></content>
1113
- </entry><entry>
1114
- <title>Dave Itzkoff Profiles Jimmy Fallon for The New York Times</title>
1115
- <link rel="alternate" type="text/html" href="https://www.nytimes.com/2017/05/17/arts/television/jimmy-fallon-tonight-show-interview-trump.html" />
1116
- <link rel="shorturl" type="text/html" href="http://df4.us/q03" />
1117
- <link rel="related" type="text/html" href="https://daringfireball.net/linked/2017/05/17/itzkoff-fallon" />
1118
- <id>tag:daringfireball.net,2017:/linked//6.33699</id>
1119
- <published>2017-05-17T17:33:40Z</published>
1120
- <updated>2017-05-17T17:33:41Z</updated>
1121
- <author>
1122
- <name>John Gruber</name>
1123
- <uri>http://daringfireball.net/</uri>
1124
- </author>
1125
- <content type="html" xml:base="https://daringfireball.net/linked/" xml:lang="en"><![CDATA[
1126
- <p>Fascinating behind-the-scenes look at The Tonight Show, including a look inside Fallon&#8217;s briefcase (he&#8217;s got a Nintendo Switch in there).</p>
1127
-
1128
- <div>
1129
- <a title="Permanent link to ‘Dave Itzkoff Profiles Jimmy Fallon for The New York Times’" href="https://daringfireball.net/linked/2017/05/17/itzkoff-fallon">&nbsp;★&nbsp;</a>
1130
- </div>
1131
-
1132
- ]]></content>
1133
- </entry><entry>
1134
- <title>Announcing JSON Feed</title>
1135
- <link rel="alternate" type="text/html" href="https://jsonfeed.org/2017/05/17/announcing_json_feed" />
1136
- <link rel="shorturl" type="text/html" href="http://df4.us/q02" />
1137
- <link rel="related" type="text/html" href="https://daringfireball.net/linked/2017/05/17/json-feed" />
1138
- <id>tag:daringfireball.net,2017:/linked//6.33698</id>
1139
- <published>2017-05-17T17:24:53Z</published>
1140
- <updated>2017-05-17T17:56:42Z</updated>
1141
- <author>
1142
- <name>John Gruber</name>
1143
- <uri>http://daringfireball.net/</uri>
1144
- </author>
1145
- <content type="html" xml:base="https://daringfireball.net/linked/" xml:lang="en"><![CDATA[
1146
- <p>Brent Simmons and Manton Reece:</p>
1147
-
1148
- <blockquote>
1149
- <p>We &#8212; Manton Reece and Brent Simmons &#8212; have noticed that JSON has
1150
- become the developers’ choice for APIs, and that developers will
1151
- often go out of their way to avoid XML. JSON is simpler to read
1152
- and write, and it’s less prone to bugs.</p>
1153
-
1154
- <p>So we developed JSON Feed, a format similar to <a href="http://cyber.harvard.edu/rss/rss.html">RSS</a> and <a href="https://tools.ietf.org/html/rfc4287">Atom</a> but in
1155
- JSON. It reflects the lessons learned from our years of work
1156
- reading and publishing feeds.</p>
1157
- </blockquote>
1158
-
1159
- <p>I think this is a great idea, and a good spec. I even like the style in which <a href="https://jsonfeed.org/version/1">the spec</a> is written: for real humans (much like the RSS spec). If you want to see a real-life example, <a href="https://daringfireball.net/feeds/json">Daring Fireball has a JSON Feed</a>. I&#8217;ve got a good feeling about this project &#8212; the same sort of feeling I had <a href="https://daringfireball.net/2004/03/introducing_markdown">about Markdown</a> <a href="https://daringfireball.net/2004/03/dive_into_markdown">back in the day</a>.</p>
1160
-
1161
- <div>
1162
- <a title="Permanent link to ‘Announcing JSON Feed’" href="https://daringfireball.net/linked/2017/05/17/json-feed">&nbsp;★&nbsp;</a>
1163
- </div>
1164
-
1165
- ]]></content>
1166
- </entry><entry>
1167
- <title>New Apple Videos Highlight Real-World Accessibility</title>
1168
- <link rel="alternate" type="text/html" href="http://mashable.com/2017/05/17/apple-accessibility-videos-disability/" />
1169
- <link rel="shorturl" type="text/html" href="http://df4.us/q01" />
1170
- <link rel="related" type="text/html" href="https://daringfireball.net/linked/2017/05/17/accessibility-apple" />
1171
- <id>tag:daringfireball.net,2017:/linked//6.33697</id>
1172
- <published>2017-05-17T06:03:01Z</published>
1173
- <updated>2017-05-17T06:17:10Z</updated>
1174
- <author>
1175
- <name>John Gruber</name>
1176
- <uri>http://daringfireball.net/</uri>
1177
- </author>
1178
- <content type="html" xml:base="https://daringfireball.net/linked/" xml:lang="en"><![CDATA[
1179
- <p>Nice piece for Mashable by Katie Dupere on <a href="https://www.youtube.com/user/Apple/videos">a bunch of new videos in Apple&#8217;s YouTube channel</a>, highlighting real-world usage of iOS and MacOS accessibility features. People who can&#8217;t move, people who can&#8217;t talk, people who can&#8217;t see or hear &#8212; doing amazing things. Apple&#8217;s commitment to accessibility is one of my very favorite things about the company. It&#8217;s not just the right thing to do for people who truly need these features &#8212; it makes the products better for everyone.</p>
1180
-
1181
- <p><strong>Update:</strong> <a href="http://www.loopinsight.com/2017/05/16/apple-videos-highlight-accessibility-achievements/?utm_source=loopinsight.com/">Jim Dalrymple has all 7 videos collected on one page</a>.</p>
1182
-
1183
- <div>
1184
- <a title="Permanent link to ‘New Apple Videos Highlight Real-World Accessibility’" href="https://daringfireball.net/linked/2017/05/17/accessibility-apple">&nbsp;★&nbsp;</a>
1185
- </div>
1186
-
1187
- ]]></content>
1188
- </entry><entry>
1189
- <title>Lyft and Waymo Reach Deal to Collaborate on Self-Driving Cars</title>
1190
- <link rel="alternate" type="text/html" href="https://www.nytimes.com/2017/05/14/technology/lyft-waymo-self-driving-cars.html" />
1191
- <link rel="shorturl" type="text/html" href="http://df4.us/q00" />
1192
- <link rel="related" type="text/html" href="https://daringfireball.net/linked/2017/05/17/lyft-google" />
1193
- <id>tag:daringfireball.net,2017:/linked//6.33696</id>
1194
- <published>2017-05-17T05:20:45Z</published>
1195
- <updated>2017-05-17T05:20:47Z</updated>
1196
- <author>
1197
- <name>John Gruber</name>
1198
- <uri>http://daringfireball.net/</uri>
1199
- </author>
1200
- <content type="html" xml:base="https://daringfireball.net/linked/" xml:lang="en"><![CDATA[
1201
- <p>Mike Isaac, writing for The New York Times:</p>
1202
-
1203
- <blockquote>
1204
- <p>Waymo, the self-driving car unit that operates under Google’s
1205
- parent company, has signed a deal with the ride-hailing start-up
1206
- Lyft, according to two people familiar with the agreement who
1207
- spoke on the condition of anonymity because they were not
1208
- authorized to speak publicly. The deal calls for the companies to
1209
- work together to bring autonomous vehicle technology into the
1210
- mainstream through pilot projects and product development efforts,
1211
- these people said.</p>
1212
-
1213
- <p>The deal was confirmed by Lyft and Waymo.</p>
1214
- </blockquote>
1215
-
1216
- <p>Who knows, maybe Google would have made this same deal with Lyft even in the alternate universe where Uber didn&#8217;t steal Google&#8217;s tech. But it sure looks like Uber has made a powerful enemy.</p>
1217
-
1218
- <div>
1219
- <a title="Permanent link to ‘Lyft and Waymo Reach Deal to Collaborate on Self-Driving Cars’" href="https://daringfireball.net/linked/2017/05/17/lyft-google">&nbsp;★&nbsp;</a>
1220
- </div>
1221
-
1222
- ]]></content>
1223
- </entry><entry>
1224
- <title>Long Live MP3</title>
1225
- <link rel="alternate" type="text/html" href="https://marco.org/2017/05/15/mp3-isnt-dead" />
1226
- <link rel="shorturl" type="text/html" href="http://df4.us/pzz" />
1227
- <link rel="related" type="text/html" href="https://daringfireball.net/linked/2017/05/17/long-live-mp3" />
1228
- <id>tag:daringfireball.net,2017:/linked//6.33695</id>
1229
- <published>2017-05-17T05:03:28Z</published>
1230
- <updated>2017-05-17T16:28:11Z</updated>
1231
- <author>
1232
- <name>John Gruber</name>
1233
- <uri>http://daringfireball.net/</uri>
1234
- </author>
1235
- <content type="html" xml:base="https://daringfireball.net/linked/" xml:lang="en"><![CDATA[
1236
- <p>Marco Arment:</p>
1237
-
1238
- <blockquote>
1239
- <p>Until a few weeks ago, there had never been an audio format that
1240
- was small enough to be practical, widely supported, and had no
1241
- patent restrictions, forcing <a href="http://shaver.off.net/diary/2010/01/23/html5-video-and-codecs/">difficult choices</a> and <a href="http://stackoverflow.com/questions/4923136/why-doesnt-firefox-support-the-mp3-file-format-in-audio">needless
1242
- friction</a> upon the computing world. Now, at least for audio,
1243
- that friction has officially ended. There’s finally a great choice
1244
- without asterisks.</p>
1245
-
1246
- <p><em>MP3 is supported by everything, everywhere, and is now
1247
- patent-free.</em></p>
1248
- </blockquote>
1249
-
1250
- <p>I wasn&#8217;t paying attention last week when <a href="http://gizmodo.com/developers-of-the-mp3-have-officially-killed-it-1795205540">Gizmodo</a>, <a href="https://www.engadget.com/2017/05/12/mp3-is-dead-long-live-aac/">Engadget</a>, and <a href="http://www.npr.org/sections/therecord/2017/05/11/527829909/the-mp3-is-officially-dead-according-to-its-creators">NPR</a> got hoodwinked into writing &#8220;MP3 Is Dead&#8221; stories by an announcement from Fraunhofer pushing people to switch from the now-open MP3 to the still-patent-encumbered AAC.</p>
1251
-
1252
- <p>On Twitter, Marco pointed to <a href="https://daringfireball.net/2007/04/some_facts_about_aac">this 10-year-old piece from yours truly</a>, describing the then-pipe-dream of Ogg Vorbis:</p>
1253
-
1254
- <blockquote>
1255
- <p>The ideal scenario would be for a genuinely open and free file
1256
- format such as Ogg Vorbis to supplant MP3 as the de facto world
1257
- standard. No patents, no licensing fees, a documented file format,
1258
- open source libraries for encoding and decoding. That doesn’t seem
1259
- to be in the cards, however. In the real world, major corporations
1260
- only seem comfortable with multimedia formats backed by other
1261
- large corporations.</p>
1262
- </blockquote>
1263
-
1264
- <p>Now that the MP3 patents have expired, the situation is even better, because MP3 has been so thoroughly vetted, patent-wise. Idealism seldom wins out in these format battles. But time always wins.</p>
1265
-
1266
- <div>
1267
- <a title="Permanent link to ‘Long Live MP3’" href="https://daringfireball.net/linked/2017/05/17/long-live-mp3">&nbsp;★&nbsp;</a>
1268
- </div>
1269
-
1270
- ]]></content>
1271
- </entry><entry>
1272
- <title>Engadget: ‘The First Television With Amazon Fire TV Built in Is Just Fine’</title>
1273
- <link rel="alternate" type="text/html" href="https://www.engadget.com/2017/05/16/amazon-fire-tv-built-in-4k-tv/" />
1274
- <link rel="shorturl" type="text/html" href="http://df4.us/pzy" />
1275
- <link rel="related" type="text/html" href="https://daringfireball.net/linked/2017/05/16/fire-tv" />
1276
- <id>tag:daringfireball.net,2017:/linked//6.33694</id>
1277
- <published>2017-05-17T03:52:36Z</published>
1278
- <updated>2017-05-17T03:52:38Z</updated>
1279
- <author>
1280
- <name>John Gruber</name>
1281
- <uri>http://daringfireball.net/</uri>
1282
- </author>
1283
- <content type="html" xml:base="https://daringfireball.net/linked/" xml:lang="en"><![CDATA[
1284
- <p>I think the big news isn&#8217;t that there&#8217;s a cheap TV with Fire built-in &#8212; it&#8217;s that Amazon is promoting it heavily on their home page. Google&#8217;s home page is probably <a href="https://daringfireball.net/linked/2009/11/06/google-advertising">still</a> the most valuable advertising real estate on the Internet, but Amazon&#8217;s is almost certainly more valuable for selling consumer goods, because people visiting Amazon are ready to buy.</p>
1285
-
1286
- <div>
1287
- <a title="Permanent link to ‘Engadget: &#8216;The First Television With Amazon Fire TV Built in Is Just Fine&#8217;’" href="https://daringfireball.net/linked/2017/05/16/fire-tv">&nbsp;★&nbsp;</a>
1288
- </div>
1289
-
1290
- ]]></content>
1291
- </entry><entry>
1292
- <title>Loog Guitars</title>
1293
- <link rel="alternate" type="text/html" href="https://www.kickstarter.com/projects/loog/loog-pro-and-loog-mini-the-ultimate-beginners-guit" />
1294
- <link rel="shorturl" type="text/html" href="http://df4.us/pzx" />
1295
- <link rel="related" type="text/html" href="https://daringfireball.net/linked/2017/05/16/loog" />
1296
- <id>tag:daringfireball.net,2017:/linked//6.33693</id>
1297
- <published>2017-05-16T20:27:46Z</published>
1298
- <updated>2017-05-20T03:46:03Z</updated>
1299
- <author>
1300
- <name>John Gruber</name>
1301
- <uri>http://daringfireball.net/</uri>
1302
- </author>
1303
- <content type="html" xml:base="https://daringfireball.net/linked/" xml:lang="en"><![CDATA[
1304
- <p>Rafael Atijas, founder of Loog Guitars:</p>
1305
-
1306
- <blockquote>
1307
- <p>Loog Guitars are small, 3-string guitars designed to make it fun
1308
- and easy for anyone to play music. They come with flashcards and
1309
- an app that get you playing songs on day one.</p>
1310
- </blockquote>
1311
-
1312
- <p>I don&#8217;t know much about guitars, but these look cool, the prices seem very reasonable, and <a href="https://itunes.apple.com/us/app/loog-academy/id1068590682?mt=8">the app</a> looks great. It&#8217;s a Kickstarter project, but it&#8217;s already fully-funded (several times over) and they expect to start shipping next month.</p>
1313
-
1314
- <div>
1315
- <a title="Permanent link to ‘Loog Guitars’" href="https://daringfireball.net/linked/2017/05/16/loog">&nbsp;★&nbsp;</a>
1316
- </div>
1317
-
1318
- ]]></content>
1319
- </entry><entry>
1320
- <title>Today at Apple Launches</title>
1321
- <link rel="alternate" type="text/html" href="https://www.apple.com/today/" />
1322
- <link rel="shorturl" type="text/html" href="http://df4.us/pzw" />
1323
- <link rel="related" type="text/html" href="https://daringfireball.net/linked/2017/05/16/today-at-apple" />
1324
- <id>tag:daringfireball.net,2017:/linked//6.33692</id>
1325
- <published>2017-05-16T19:44:34Z</published>
1326
- <updated>2017-05-17T16:27:58Z</updated>
1327
- <author>
1328
- <name>John Gruber</name>
1329
- <uri>http://daringfireball.net/</uri>
1330
- </author>
1331
- <content type="html" xml:base="https://daringfireball.net/linked/" xml:lang="en"><![CDATA[
1332
- <p>Educational classes, photo walks, and more &#8212; from your local Apple Store. This, I think, is Angela Ahrendts&#8217;s biggest project at Apple to date. This is not just a program for the major flagship stores &#8212; it&#8217;s a program for every single Apple Store around the world. <a href="https://daringfireball.net/linked/2017/04/26/today-at-apple">As I wrote a few weeks ago</a>, Apple&#8217;s retail stores are one of the most overlooked / underestimated advantages in all of technology.</p>
1333
-
1334
- <p><a href="https://techcrunch.com/2017/05/16/apple-launches-a-new-website-for-its-expanded-set-of-educational-classes-now-open-for-sign-ups/">Via Sarah Perez</a>, whose TechCrunch story points out that &#8220;The launch kicking off this week includes 4,000 sessions per day across Apple’s stores.&#8221;</p>
1335
-
1336
- <div>
1337
- <a title="Permanent link to ‘Today at Apple Launches’" href="https://daringfireball.net/linked/2017/05/16/today-at-apple">&nbsp;★&nbsp;</a>
1338
- </div>
1339
-
1340
- ]]></content>
1341
- </entry><entry>
1342
- <title>Steven Levy Tours Apple Park</title>
1343
- <link rel="alternate" type="text/html" href="https://www.wired.com/2017/05/apple-park-new-silicon-valley-campus" />
1344
- <link rel="shorturl" type="text/html" href="http://df4.us/pzv" />
1345
- <link rel="related" type="text/html" href="https://daringfireball.net/linked/2017/05/16/levy-apple-park" />
1346
- <id>tag:daringfireball.net,2017:/linked//6.33691</id>
1347
- <published>2017-05-16T19:03:18Z</published>
1348
- <updated>2017-05-16T19:03:20Z</updated>
1349
- <author>
1350
- <name>John Gruber</name>
1351
- <uri>http://daringfireball.net/</uri>
1352
- </author>
1353
- <content type="html" xml:base="https://daringfireball.net/linked/" xml:lang="en"><![CDATA[
1354
- <p>Steven Levy, writing for Wired:</p>
1355
-
1356
- <blockquote>
1357
- <p>On a crisp and clear March day, more than five years after Jobs’
1358
- death, I’m seated next to Jonathan Ive in the back of a Jeep
1359
- Wrangler as we prepare to tour the nearly completed Apple Park,
1360
- the name recently bestowed on the campus that Jobs pitched to the
1361
- Cupertino City Council in 2011. At 50, Apple’s design chieftain
1362
- still looks like the rugby player he once was, and he remains,
1363
- despite fame, fortune, and a knighthood, the same soft-spoken Brit
1364
- I met almost 20 years ago. We are both wearing white hard hats
1365
- with a silver Apple logo above the brim; Ive’s is personalized
1366
- with “Jony” underneath the iconic symbol. Dan Whisenhunt, the
1367
- company’s head of facilities and a de facto manager of the
1368
- project, comes with us. He too has a personalized hat. It is an
1369
- active construction site on a tight deadline &#8212; the first
1370
- occupants are supposedly moving in within 30 days of my visit,
1371
- with 500 new employees arriving every week thereafter &#8212; and I
1372
- felt a bit like one of the passengers on the first ride into
1373
- Jurassic Park.</p>
1374
- </blockquote>
1375
-
1376
- <p>Fantastic piece. Hard not to get a little choked up thinking about it as Steve Jobs&#8217;s final product:</p>
1377
-
1378
- <blockquote>
1379
- <p>“Could we have cut a corner here or there?” Cook asks
1380
- rhetorically. “It wouldn’t have been Apple. And it wouldn’t have
1381
- sent the message to everybody working here every day that detail
1382
- matters, that care matters.” That was what Jobs wanted &#8212; what he
1383
- always wanted. And the current leaders of Apple are determined
1384
- not to disappoint him in what is arguably his biggest, and is
1385
- certainly his last, product launch. “I revere him,” Cook says.
1386
- “And this was clearly his vision, his concept. Our biggest
1387
- project ever.”</p>
1388
- </blockquote>
1389
-
1390
- <div>
1391
- <a title="Permanent link to ‘Steven Levy Tours Apple Park’" href="https://daringfireball.net/linked/2017/05/16/levy-apple-park">&nbsp;★&nbsp;</a>
1392
- </div>
1393
-
1394
- ]]></content>
1395
- </entry><entry>
1396
- <title>When the World Is Led by a Child</title>
1397
- <link rel="alternate" type="text/html" href="https://mobile.nytimes.com/2017/05/15/opinion/trump-classified-data.html?referer=https://t.co/nBwtm1zsnd" />
1398
- <link rel="shorturl" type="text/html" href="http://df4.us/pzu" />
1399
- <link rel="related" type="text/html" href="https://daringfireball.net/linked/2017/05/16/trump-brooks" />
1400
- <id>tag:daringfireball.net,2017:/linked//6.33690</id>
1401
- <published>2017-05-16T16:40:49Z</published>
1402
- <updated>2017-05-16T16:40:51Z</updated>
1403
- <author>
1404
- <name>John Gruber</name>
1405
- <uri>http://daringfireball.net/</uri>
1406
- </author>
1407
- <content type="html" xml:base="https://daringfireball.net/linked/" xml:lang="en"><![CDATA[
1408
- <p>David Brooks has the line of the day:</p>
1409
-
1410
- <blockquote>
1411
- <p>We’ve got this perverse situation in which the vast analytic
1412
- powers of the entire world are being spent trying to understand a
1413
- guy whose thoughts are often just six fireflies beeping randomly
1414
- in a jar.</p>
1415
- </blockquote>
1416
-
1417
- <div>
1418
- <a title="Permanent link to ‘When the World Is Led by a Child’" href="https://daringfireball.net/linked/2017/05/16/trump-brooks">&nbsp;★&nbsp;</a>
1419
- </div>
1420
-
1421
- ]]></content>
1422
- </entry><entry>
1423
- <title>The Washington Post: ‘Trump Revealed Highly Classified Information to Russian Foreign Minister and Ambassador’</title>
1424
- <link rel="alternate" type="text/html" href="https://www.washingtonpost.com/world/national-security/trump-revealed-highly-classified-information-to-russian-foreign-minister-and-ambassador/2017/05/15/530c172a-3960-11e7-9e48-c4f199710b69_story.html" />
1425
- <link rel="shorturl" type="text/html" href="http://df4.us/pzs" />
1426
- <link rel="related" type="text/html" href="https://daringfireball.net/linked/2017/05/15/trump-russia" />
1427
- <id>tag:daringfireball.net,2017:/linked//6.33688</id>
1428
- <published>2017-05-15T22:13:00Z</published>
1429
- <updated>2017-05-15T22:15:57Z</updated>
1430
- <author>
1431
- <name>John Gruber</name>
1432
- <uri>http://daringfireball.net/</uri>
1433
- </author>
1434
- <content type="html" xml:base="https://daringfireball.net/linked/" xml:lang="en"><![CDATA[
1435
- <p>Greg Miller and Greg Jaffe, reporting for The Washington Post:</p>
1436
-
1437
- <blockquote>
1438
- <p>In his meeting with Lavrov, Trump seemed to be boasting about his
1439
- inside knowledge of the looming threat. “I get great intel. I have
1440
- people brief me on great intel every day,” the president said,
1441
- according to an official with knowledge of the exchange.</p>
1442
-
1443
- <p>Trump went on to discuss aspects of the threat that the United
1444
- States learned only through the espionage capabilities of a key
1445
- partner. He did not reveal the specific intelligence-gathering
1446
- method, but he described how the Islamic State was pursuing
1447
- elements of a specific plot and how much harm such an attack could
1448
- cause under varying circumstances. Most alarmingly, officials
1449
- said, Trump revealed the city in the Islamic State’s territory
1450
- where the U.S. intelligence partner detected the threat.</p>
1451
-
1452
- <p>The Washington Post is withholding most plot details, including
1453
- the name of the city, at the urging of officials who warned that
1454
- revealing them would jeopardize important intelligence
1455
- capabilities.</p>
1456
- </blockquote>
1457
-
1458
- <p>Is Trump a Russian collaborator? A bumbling idiot? Both? No matter what the answer is, he&#8217;s unfit to be president. This would be comical if the stakes weren&#8217;t so high. If a cabinet secretary had blabbed about this they&#8217;d be fired on the spot.</p>
1459
-
1460
- <div>
1461
- <a title="Permanent link to ‘The Washington Post: &#8216;Trump Revealed Highly Classified Information to Russian Foreign Minister and Ambassador&#8217;’" href="https://daringfireball.net/linked/2017/05/15/trump-russia">&nbsp;★&nbsp;</a>
1462
- </div>
1463
-
1464
- ]]></content>
1465
- </entry><entry>
1466
-
1467
- <link rel="alternate" type="text/html" href="http://df.stashword.com/" />
1468
- <link rel="shorturl" href="http://df4.us/pzt" />
1469
- <link rel="related" type="text/html" href="https://daringfireball.net/feeds/sponsors/2017/05/stashword_ios_app_and_website" />
1470
- <id>tag:daringfireball.net,2017:/feeds/sponsors//11.33689</id>
1471
- <author><name>Daring Fireball Department of Commerce</name></author>
1472
- <published>2017-05-15T18:52:31-04:00</published>
1473
- <updated>2017-05-20T15:34:13-04:00</updated>
1474
- <content type="html" xml:base="https://daringfireball.net/feeds/sponsors/" xml:lang="en"><![CDATA[
1475
- <p>Stashword&#8217;s iOS app is a simple yet feature rich password manager trusted by thousands of users. Stashword is not just an incredible password manager, it is also a secure digital vault where you can save, organize and share notes, codes, bank information, credit cards, and more. You can even scan and save documents such as your drivers license, insurance, passport etc.</p>
1476
-
1477
- <p>Stashword is free to try for 15 days. Paid membership enables you to synchronize across all your devices and use their full-featured website <a href="http://www.stashword.com/">www.stashword.com</a>. For this week only, yearly membership is $7.99, which is 20 percent off the regular price.</p>
1478
-
1479
- <div>
1480
- <a title="Permanent link to ‘Stashword iOS App and Website’" href="https://daringfireball.net/feeds/sponsors/2017/05/stashword_ios_app_and_website">&nbsp;★&nbsp;</a>
1481
- </div>
1482
-
1483
- ]]></content>
1484
- <title>[Sponsor] Stashword iOS App and Website</title></entry><entry>
1485
-
1486
- <link rel="alternate" type="text/html" href="https://daringfireball.net/2017/05/dropping_tech_giants" />
1487
- <link rel="shorturl" href="http://df4.us/pzj" />
1488
- <id>tag:daringfireball.net,2017://1.33679</id>
1489
- <published>2017-05-12T15:58:22Z</published>
1490
- <updated>2017-05-14T20:26:47Z</updated>
1491
- <author>
1492
- <name>John Gruber</name>
1493
- <uri>http://daringfireball.net/</uri>
1494
- </author>
1495
- <summary type="text">My answer to Farhad Manjoo’s question: “If an evil monarch forced you to choose, in what order would you give up these inescapable giants of tech?”</summary>
1496
- <content type="html" xml:base="https://daringfireball.net/" xml:lang="en"><![CDATA[
1497
- <p><a href="https://www.nytimes.com/interactive/2017/05/10/technology/Ranking-Apple-Amazon-Facebook-Microsoft-Google.html">Great interactive feature by Farhad Manjoo for The New York Times</a>:</p>
1498
-
1499
- <blockquote>
1500
- <p>Apple, Amazon, Facebook, Microsoft and Alphabet, the parent
1501
- company of Google, are not just the largest technology companies
1502
- in the world. As I’ve argued repeatedly in my column, they are
1503
- also becoming the most powerful companies of any kind, essentially
1504
- inescapable for any consumer or business that wants to participate
1505
- in the modern world. But which of the Frightful Five is most
1506
- unavoidable? I ponder the question in my column this week.</p>
1507
-
1508
- <p>But what about you? If an evil monarch forced you to choose, in
1509
- what order would you give up these inescapable giants of tech?</p>
1510
- </blockquote>
1511
-
1512
- <p>Great question. I love thought exercises.</p>
1513
-
1514
- <p>My order (from first dropped to last):</p>
1515
-
1516
- <ol>
1517
- <li><p>Facebook. I love Instagram, but could live without it. I don&#8217;t use anything else Facebook offers.</p></li>
1518
- <li><p>Microsoft. The only Microsoft product I use regularly is Skype, for podcasting, and I suspect I could find another solution. (If I couldn&#8217;t, I might have to rethink my answer here.)</p></li>
1519
- <li><p>Amazon. I buy stuff from Amazon almost every week. I just counted &#8212; 11 orders so far in 2017. My wife buys stuff from Amazon even more frequently. But just about anything we buy at Amazon, we <em>could</em> buy elsewhere. It&#8217;d be painful to replace, but not irreplaceable. There are a couple of shows exclusive to Amazon Prime that I enjoy, but none that I love.</p></li>
1520
- <li><p>Alphabet. I already use DuckDuckGo as my default search engine, so giving up Google search would be frustrating at times, but not a deal breaker. I use a few email accounts backed by Gmail, but I actually dislike Gmail, and have been procrastinating on moving all my mail to <a href="https://www.fastmail.com/">FastMail</a> for years. I despise Google Docs. I don&#8217;t use any Android devices other than as a curiosity. I greatly prefer Safari over Chrome. YouTube, however, is irreplaceable, and so essential that it pretty much singlehandedly catapults Alphabet to #4 in my list.</p></li>
1521
- <li><p>Apple. I mean, come on. If not for Apple I&#8217;d be stuck using computers I don&#8217;t like and a phone that I consider a distant second-best. With all the other companies on the list, what I&#8217;d miss most are certain of their services &#8212; Instagram, Skype, Amazon&#8217;s store, YouTube &#8212; but Apple is the only company in the world whose hardware I consider irreplaceable. And you need the hardware to make best use of the services from any other companies. And that doesn&#8217;t even touch upon Apple&#8217;s crown jewels: the MacOS and iOS software platforms.</p></li>
1522
- </ol>
1523
-
1524
-
1525
-
1526
- ]]></content>
1527
- <title>★ Dropping Tech Giants</title></entry><entry>
1528
-
1529
- <link rel="alternate" type="text/html" href="https://daringfireball.net/2017/05/apples_china_problem_wechat" />
1530
- <link rel="shorturl" href="http://df4.us/pz6" />
1531
- <id>tag:daringfireball.net,2017://1.33666</id>
1532
- <published>2017-05-05T18:37:24Z</published>
1533
- <updated>2017-05-06T01:58:08Z</updated>
1534
- <author>
1535
- <name>John Gruber</name>
1536
- <uri>http://daringfireball.net/</uri>
1537
- </author>
1538
- <summary type="text">Hardware differentiated by *superior, exclusive* software is the key to understanding Apple. And it might explain the iPhone’s sluggish sales in China.</summary>
1539
- <content type="html" xml:base="https://daringfireball.net/" xml:lang="en"><![CDATA[
1540
- <p><a href="https://stratechery.com/2017/apples-china-problem/">Ben Thompson had a great column this week</a>, in the wake of Apple&#8217;s quarterly results and Microsoft&#8217;s announcement of the Surface Laptop:</p>
1541
-
1542
- <blockquote>
1543
- <p>Did you hear about the new Microsoft Surface Laptop? The <a href="https://twitter.com/reckless/status/859448810187235330">usual
1544
- suspects</a> are claiming it’s a MacBook competitor, which is
1545
- true insomuch as it is a laptop. In truth, though, the Surface
1546
- Laptop isn’t a MacBook competitor at all for the rather obvious
1547
- reason that it runs Windows, while the MacBook runs MacOS. This
1548
- has always been the foundation of Apple’s business model:
1549
- <a href="https://stratechery.com/2016/everything-as-a-service/">hardware differentiated by software</a> such that said hardware
1550
- can be sold with a margin much greater than nominal competitors
1551
- running a commodity operating system.</p>
1552
- </blockquote>
1553
-
1554
- <p>Hardware differentiated by <em>superior, exclusive</em> software is the key to understanding Apple. It&#8217;s the reason the company was founded. Apple II&#8217;s were the best personal computer hardware <em>and</em> had the best software. Part of why Woz is so venerated is that he was unimaginably gifted at both hardware <em>and</em> <a href="http://gizmodo.com/how-steve-wozniak-wrote-basic-for-the-original-apple-fr-1570573636">software</a>. Hardware differentiated by software is how Apple survived in the late &#8217;90s, when the company was struggling. It explains all the company&#8217;s success after that: the iPod, the resurgence of the Mac, iPhone, iPad, and Apple Watch. Any comparison between Microsoft&#8217;s Surface Laptop and Apple&#8217;s MacBooks that doesn&#8217;t place heavy emphasis on the value of MacOS is vapid.</p>
1555
-
1556
- <p>Thompson then turns to Apple&#8217;s languishing iPhone sales in China:</p>
1557
-
1558
- <blockquote>
1559
- <p>But that is not what is going on in most of the world: plenty of
1560
- folks &#8212; more than last year &#8212; are happy to buy the iPhone 7,
1561
- even though it doesn’t look much different than the iPhone 6.
1562
- After all, if you need a new phone, and you want iOS, you don’t
1563
- have much choice! Except, again, for China: that is the country
1564
- where the appearance of the iPhone matters most; Apple’s
1565
- problem, though, is that in China that is the only thing that
1566
- matters at all.</p>
1567
-
1568
- <p>The fundamental issue is this: unlike the rest of the world, in
1569
- China the most important layer of the smartphone stack is not the
1570
- phone’s operating system. Rather, it is WeChat. Connie Chan of
1571
- Andreessen Horowitz <a href="http://a16z.com/2015/08/06/wechat-china-mobile-first/">tried to explain in 2015</a> just how integrated
1572
- WeChat is into the daily lives of nearly <a href="http://mp.weixin.qq.com/s/5d6Th5wndmJT25cRHemZNg">900 million Chinese</a>, and
1573
- that integration has only grown since then: every aspect of a
1574
- typical Chinese person’s life, not just online but also off is
1575
- conducted through a single app (and, to the extent other apps are
1576
- used, they are often games promoted through WeChat).</p>
1577
-
1578
- <p>There is nothing in any other country that is comparable: not
1579
- LINE, not WhatsApp, not Facebook. All of those are about
1580
- communication or wasting time: WeChat is that, but it is also for
1581
- reading news, for hailing taxis, for paying for lunch (try and pay
1582
- with cash for lunch, and you’ll look like a luddite), for
1583
- accessing government resources, for business. For all intents and
1584
- purposes WeChat is your phone, and to a far greater extent in
1585
- China than anywhere else, your phone is everything.</p>
1586
- </blockquote>
1587
-
1588
- <p>As Thompson adds in a footnote, &#8220;Or, to put it another way, the operating system of China is WeChat, not iOS/Android.&#8221;</p>
1589
-
1590
- <p>Thompson cites a staggering statistic: among existing iPhone users in China who bought a new phone in 2016, only 50 percent of them bought another iPhone. That is an incredible statistical outlier compared to iPhone users in the rest of the world, where Apple&#8217;s retention rates hover around the mid-80s.</p>
1591
-
1592
- <p><a href="http://www.businessinsider.com/iphone-users-abandon-loyalty-to-apple-2016-11">Here&#8217;s a Business Insider report from November of last year</a>, with retention statistics from 2014 through 2016 from UBS analysts Steven Milunovich and Benjamin Wilson. Business Insider leads with the iPhone&#8217;s slowly declining retention rate globally, but the real story is halfway down the page, in <a href="http://static4.businessinsider.com/image/5818d4cbdd089533548b4991-1015/screen%20shot%202016-11-01%20at%2016.29.01.png">this chart</a>.</p>
1593
-
1594
- <p>According to that research from UBS, iPhone retention rates hover in the mid-to-high 80s in the U.S., U.K., and Germany. In Japan they&#8217;re in the mid-70s, but holding roughly steady. China&#8217;s numbers have plummeted &#8212; and these numbers from UBS (in the mid-50s for Q4 2016) are in line with the 50 percent number in the Chinese survey Thompson cited.</p>
1595
-
1596
- <p>So here&#8217;s Apple&#8217;s China problem: Chinese iPhone users aren&#8217;t nearly as loyal to the iPhone platform as iPhone users elsewhere are. This is already hurting Apple financially. Apple&#8217;s Q2 2017 financial results (announced this week) were, overall, OK. But other than China, they were actually good. The drop in iPhone sales in China was so severe, and China is so big, that it singlehandedly turned a good quarter into a so-so quarter.</p>
1597
-
1598
- <p>I subtly disagree with Ben Thompson on one point. Thompson attributes the iPhone&#8217;s slide in China to two factors:</p>
1599
-
1600
- <ol>
1601
- <li>The whole &#8220;the operating system of China is WeChat, not iOS/Android&#8221; thing.</li>
1602
- <li>The staleness of the iPhone 7 form factor.</li>
1603
- </ol>
1604
-
1605
- <p>Thompson knows Chinese culture well &#8212; he lives in Taipei, visits China often, and speaks Mandarin. My grasp of Chinese culture is rudimentary at best, and I&#8217;ve never traveled to Asia. So I defer to him on the point that the iPhone as a status symbol is more important in China than it is elsewhere.</p>
1606
-
1607
- <p>Thompson, though, I think places too much weight on the fact that at a glance, some models of the iPhone 7 are indistinguishable from the iPhone 6 and 6S. Thompson argues that this is more of a problem in status-conscious China than it is elsewhere &#8212; that in China, there are many people who forego an upgrade to an iPhone 7 because other people won&#8217;t be able to tell that it isn&#8217;t, say, a boring two-year-old iPhone 6. I just don&#8217;t buy that. For one thing, the black and especially jet black iPhone 7 models <em>are</em> instantly recognizable as the latest and greatest.</p>
1608
-
1609
- <p>But more importantly, I just think the whole &#8220;<em>if it doesn&#8217;t have an altogether new form factor, it&#8217;s boring</em>&#8221; thing is hogwash. <a href="http://daringfireball.net/2016/09/design_as_branding">I wrote an entire column about this</a> when the iPhone 7 debuted, and won&#8217;t rehash the whole argument here. But I am convinced this viewpoint is mostly that of the tech and gadget obsessed.</p>
1610
-
1611
- <p>Again, I&#8217;ll concede that the status symbol aspect of a high-end smartphone may well be more important in China than anywhere else in the world. But even if I also concede that the iPhone 7&#8217;s mostly-like-the-iPhone-6 form factor is a problem for the Chinese market, if the iOS platform engendered the loyalty in China that it does elsewhere, the result would be Chinese iPhone owners waiting another year for the <em>next</em> iPhone. Instead, according to the market research cited above, half of the Chinese iPhone owners who bought a new phone in 2016 switched to an Android device. There are some fine looking Android phones at the high end of the market, but there are none that, based on form factor alone, would explain this. And none of them have anything close to the luxury brand prestige that Apple does.</p>
1612
-
1613
- <p>In Apple&#8217;s &#8220;hardware differentiated by software&#8221; formula, the software is more important than the hardware. That&#8217;s why gadget writers so often get Apple wrong: they&#8217;re focused solely on hardware &#8212; the object, not the experience of using the object. That&#8217;s also why the financial press so often gets Apple wrong: they focus only on the hardware because that&#8217;s where the money comes from.</p>
1614
-
1615
- <p>If forced to choose, I would much rather run iOS on a Google Pixel than Android on an iPhone 7. I would rather run MacOS on a ThinkPad than Windows on a MacBook Pro.<sup id="fnr1-2017-05-05"><a href="#fn1-2017-05-05">1</a></sup> Whenever I bring up this thought experiment &#8212; would you rather run Apple&#8217;s software platform on non-Apple hardware or run some other software platform on Apple hardware &#8212; I get email from readers who say they actually do choose Apple products, especially MacBooks, for the hardware. I believe them, but those are the sort of customers with the least loyalty to Apple. If all you depend on is, say, Chrome, a text editor, and a terminal, it&#8217;s easy to switch to another laptop brand. If you depend on native Mac and iOS apps, iCloud, and iMessage, it&#8217;s arduous, at best, to switch.</p>
1616
-
1617
- <p>If it really is true that &#8220;the operating system of China is WeChat, not iOS/Android&#8221;, that&#8217;s the whole ballgame right there. Again, my disagreement with Thompson here is subtle. He even describes WeChat&#8217;s centrality to the Chinese smartphone stack as &#8220;the fundamental issue&#8221;, leaving the supposed boringness of the iPhone 6S and 7 as a secondary issue. My difference with Thompson is that I don&#8217;t think the iPhone 6S/7 hardware is a problem at all. Personally, I think the iPhone 7 is such a great phone, and the 7 Plus in particular has such a great camera, that the quality of the latest iPhone hardware, including how it looks, shows just how much of a problem it is that WeChat, not iOS, is central to the iPhone experience in China.</p>
1618
-
1619
- <p>That&#8217;s a real problem for Apple, because even if Thompson is right (and I&#8217;m wrong) and Apple <em>does</em> have a boring-looking-hardware problem in China, they can (and seem poised to) remedy that by releasing exciting new iPhone hardware this year. But if the problem is that iOS engenders far less platform loyalty in China because of WeChat&#8217;s centrality &#8212; or even worse, if WeChat is central <em>and</em> better on Android than it is on iOS &#8212; there&#8217;s no easy fix for Apple.</p>
1620
-
1621
- <h2>Postscript</h2>
1622
-
1623
- <p>For those of you like me, who know very little about WeChat, this 2015 piece by Connie Chan (as linked to by Thompson) is a terrific introduction: &#8220;<a href="http://a16z.com/2015/08/06/wechat-china-mobile-first/">When One App Rules Them All: The Case of WeChat and Mobile in China</a>&#8221;.</p>
1624
-
1625
- <div class="footnotes">
1626
- <hr />
1627
- <ol>
1628
- <li id="fn1-2017-05-05">
1629
- <p>I always use ThinkPads as my go-to example of high-quality PC hardware; perhaps I should start using Microsoft Surfaces?&nbsp;<a href="#fnr1-2017-05-05" class="footnoteBackLink" title="Jump back to footnote 1 in the text.">&#x21A9;&#xFE0E;</a></p>
1630
- </li>
1631
- </ol>
1632
- </div>
1633
-
1634
-
1635
-
1636
- ]]></content>
1637
- <title>★ Apple’s China Problem: WeChat</title></entry><entry>
1638
-
1639
- <link rel="alternate" type="text/html" href="https://daringfireball.net/2017/04/apple_watch_success" />
1640
- <link rel="shorturl" href="http://df4.us/pxx" />
1641
- <id>tag:daringfireball.net,2017://1.33621</id>
1642
- <published>2017-04-24T22:28:32Z</published>
1643
- <updated>2017-04-25T01:47:44Z</updated>
1644
- <author>
1645
- <name>John Gruber</name>
1646
- <uri>http://daringfireball.net/</uri>
1647
- </author>
1648
- <summary type="text">These two facts are both true: Apple Watch sales are a rounding error compared to the iPhone, and Apple Watch is a smash hit compared to traditional watches and other wearable devices.</summary>
1649
- <content type="html" xml:base="https://daringfireball.net/" xml:lang="en"><![CDATA[
1650
- <p>Mike Murphy, writing for Quartz, &#8220;<a href="https://qz.com/967256/two-years-after-its-launch-the-apple-watch-hasnt-made-a-difference-at-apples-revenue-streams-aapl/">Two Years After Its Launch, the Apple Watch Hasn’t Made a Difference at Apple</a>&#8221;:</p>
1651
-
1652
- <blockquote>
1653
- <p>Apple’s biggest launch since the iPad in 2010, the Apple Watch was
1654
- expected to be a hit: Given the massive financial success of the
1655
- iPhone, it stood to reason that a companion device might be
1656
- something customers craved.</p>
1657
-
1658
- <p>Not so much. Apple has never shared hard numbers on how many
1659
- wearables it has sold, and doesn’t even break out Watch sales in
1660
- its quarterly earnings report. Instead, the device is bundled into
1661
- Apple’s “Other products,” which the company says includes, “Apple
1662
- TV, Apple Watch, Beats products, iPod and Apple-branded and
1663
- third-party accessories.”</p>
1664
- </blockquote>
1665
-
1666
- <p>These articles come out like clockwork every 3 months, as Apple&#8217;s earnings report draws near. Apple told us they were not going to report hard numbers on Apple Watch right from the start, six months before it shipped. They want to keep them secret for competitive reasons.</p>
1667
-
1668
- <blockquote>
1669
- <p>Two years and two iterations after its launch, the Apple Watch has
1670
- not proven to be as indispensable as the iPhone, or even as
1671
- lucrative as the Mac, the iPad, or Apple’s services businesses.
1672
- It’s unclear whether an iPhone-like overhaul, or attempts to
1673
- market the watch directly to athletes or millennials, will
1674
- ultimately make a difference.</p>
1675
- </blockquote>
1676
-
1677
- <p>(&#8220;Two years and two iterations after its launch&#8221; &#8212; I don&#8217;t know if that&#8217;s a mistake, if Murphy is counting WatchOS releases, or if he&#8217;s counting Series 1 as a full hardware iteration. But it&#8217;s sloppy writing. Most people would surely agree that there&#8217;s been only one iteration since launch, the Series 2 watches released last September.)</p>
1678
-
1679
- <p>The nut of every &#8220;Apple Watch is a dud&#8221; story is the fact that it&#8217;s clearly not an iPhone-size business. But that can&#8217;t be the only measure of success. The iPhone is the biggest and most successful consumer product in the history of the world. Nothing compares to the smartphone market, and it&#8217;s possible nothing else will in our lifetimes. You and I may never again see a product as profitable as the iPhone &#8212; not just from Apple, but from any company in any industry. Or maybe we will. It&#8217;s a complete unknown.</p>
1680
-
1681
- <p>But if Apple gets it into its head that they should only work on iPhone-sized opportunities, it would paralyze the company. In baseball terms, it&#8217;s fine for Apple to hit a bunch of singles while waiting for their next home run. According to Apple, <a href="https://www.wareable.com/apple/watch-sales-rolex-tim-cook-556">they had more watch sales by revenue in 2015 than any company other than Rolex</a>, and Apple&#8217;s &#8220;Other&#8221; category, which is where Watch sales are accounted for, <a href="https://images.apple.com/pr/pdf/q1fy17datasum.pdf">had a near record-breaking holiday quarter</a> three months ago, suggesting strongly that Watch sales were up over the year-ago holiday quarter.</p>
1682
-
1683
- <p>These two facts are both true: Apple Watch sales are a rounding error compared to the iPhone, and Apple Watch is a smash hit compared to traditional watches and other wearable devices.</p>
1684
-
1685
-
1686
-
1687
- ]]></content>
1688
- <title>★ Judging Apple Watch’s Success</title></entry><entry>
1689
-
1690
- <link rel="alternate" type="text/html" href="https://daringfireball.net/2017/04/uber_identifying_and_tagging_iphones" />
1691
- <link rel="shorturl" href="http://df4.us/pxr" />
1692
- <id>tag:daringfireball.net,2017://1.33615</id>
1693
- <published>2017-04-24T00:54:36Z</published>
1694
- <updated>2017-04-24T03:19:56Z</updated>
1695
- <author>
1696
- <name>John Gruber</name>
1697
- <uri>http://daringfireball.net/</uri>
1698
- </author>
1699
- <summary type="text">A lot of people are jumping to the conclusion that Uber was somehow tracking the location of users even after they deleted the Uber app, but the word “track” only appears in the article in the context of Kalanick having “excelled at running track and playing football” in high school.</summary>
1700
- <content type="html" xml:base="https://daringfireball.net/" xml:lang="en"><![CDATA[
1701
- <p><a href="https://mobile.nytimes.com/2017/04/23/technology/travis-kalanick-pushes-uber-and-himself-to-the-precipice.html">Mike Isaac&#8217;s profile of Uber CEO Travis Kalanick for The New York Times</a> contains an accusation that, on its face, sounds outrageous:</p>
1702
-
1703
- <blockquote>
1704
- <p>For months, Mr. Kalanick had pulled a fast one on Apple by
1705
- directing his employees to help camouflage the ride-hailing app
1706
- from Apple’s engineers. The reason? So Apple would not find out
1707
- that Uber had been secretly identifying and tagging iPhones even
1708
- after its app had been deleted and the devices erased &#8212; a fraud
1709
- detection maneuver that violated Apple’s privacy guidelines.</p>
1710
-
1711
- <p>But Apple was on to the deception, and when Mr. Kalanick arrived
1712
- at the midafternoon meeting sporting his favorite pair of bright
1713
- red sneakers and hot-pink socks, Mr. Cook was prepared. “So, I’ve
1714
- heard you’ve been breaking some of our rules,” Mr. Cook said in
1715
- his calm, Southern tone. Stop the trickery, Mr. Cook then
1716
- demanded, or Uber’s app would be kicked out of Apple’s App Store.</p>
1717
-
1718
- <p>For Mr. Kalanick, the moment was fraught with tension. If Uber’s
1719
- app was yanked from the App Store, it would lose access to
1720
- millions of iPhone customers &#8212; essentially destroying the
1721
- ride-hailing company’s business. So Mr. Kalanick acceded.</p>
1722
- </blockquote>
1723
-
1724
- <p>&#8220;Secretly identifying and tagging iPhones even after its app had been deleted and the devices erased&#8221; is a rather startling accusation, because it sounds like it should be technically impossible. It&#8217;s also very much unclear what information Uber was able to glean from these &#8220;identified and tagged&#8221; iPhones other than some sort of unique device identifier. Unfortunately, the Times story is very short on details here. But note that the Times is <em>not</em> saying Uber was &#8220;tracking&#8221; these phones. A lot of people are jumping to the conclusion that Uber was somehow tracking the location of users even after they deleted the Uber app, but the word &#8220;track&#8221; only appears in the article in the context of Kalanick having &#8220;excelled at running track and playing football&#8221; in high school.</p>
1725
-
1726
- <p>[<strong>Update:</strong> This explains a lot, regarding the hubbub today over this story. <a href="http://newsdiffs.org/diff/1383350/1383404/https%3A/www.nytimes.com/2017/04/23/technology/travis-kalanick-pushes-uber-and-himself-to-the-precipice.html">When first published, the Times story <em>did</em> use the word &#8220;tracking&#8221;</a>, but a subsequent revision changed that word to &#8220;identifying and tagging&#8221;.]</p>
1727
-
1728
- <p>Reading between the lines, it is possible &#8212; and my gut says quite probable &#8212; that Uber wasn&#8217;t <em>doing</em> anything on these iPhones other than when its app was installed and running on them. From the end of the article:</p>
1729
-
1730
- <blockquote>
1731
- <p>The idea of fooling Apple, the main distributor of Uber’s app,
1732
- began in 2014.</p>
1733
-
1734
- <p>At the time, Uber was dealing with widespread account fraud in
1735
- places like China, where tricksters bought stolen iPhones that
1736
- were erased of their memory and resold. Some Uber drivers there
1737
- would then create dozens of fake email addresses to sign up for
1738
- new Uber rider accounts attached to each phone, and request rides
1739
- from those phones, which they would then accept. Since Uber was
1740
- handing out incentives to drivers to take more rides, the drivers
1741
- could earn more money this way.</p>
1742
-
1743
- <p>To halt the activity, Uber engineers assigned a persistent
1744
- identity to iPhones with a small piece of code, a practice called
1745
- “fingerprinting.” Uber could then identify an iPhone and prevent
1746
- itself from being fooled even after the device was erased of its
1747
- contents.</p>
1748
-
1749
- <p>There was one problem: Fingerprinting iPhones broke Apple’s rules.
1750
- Mr. Cook believed that wiping an iPhone should ensure that no
1751
- trace of the owner’s identity remained on the device.</p>
1752
- </blockquote>
1753
-
1754
- <p>What Isaac is reporting here doesn&#8217;t require any code running on an iPhone other than when the Uber app is itself installed and launched. I&#8217;m speculating here, but it could be something like this:</p>
1755
-
1756
- <ol>
1757
- <li><p>The Uber app, while installed, fingerprints the device somehow, and reports the fingerprint home to Uber&#8217;s servers, where it is tied to the user&#8217;s Uber account. (All iPhones have a Unique Device Identifier &#8212; &#8220;UDID&#8221; &#8212; but <a href="http://lifehacker.com/5898282/what-a-udid-is-and-why-apples-rejecting-apps-that-want-yours">Apple banned third-party apps from accessing it in 2012</a>. Uber either found a way to access UDIDs surreptitiously, or created some other way of uniquely identifying devices even after they&#8217;ve been wiped. It would be good to know exactly what they did, but for the sake of my argument here it doesn&#8217;t matter.)</p></li>
1758
- <li><p>The Uber app is deleted from the device and/or device is wiped. At this point, Uber knows the fingerprint for the device, but can’t use it to track the device in any way, <em>and they don’t care</em>, because until someone reinstalls the Uber app on the phone it isn&#8217;t being used to book fraudulent rides.</p></li>
1759
- <li><p>The Uber app is reinstalled on the iPhone. When it launches, it does the fingerprint check and phones home again. Uber now knows this is the same iPhone they’ve seen before, because the fingerprint matches. This is the violation of Apple&#8217;s privacy policy.</p></li>
1760
- </ol>
1761
-
1762
- <p>But until step 3, when the Uber app is reinstalled, I don&#8217;t think Uber was &#8220;tracking&#8221; the phone in any way. And they didn’t care — the Times says the whole project was designed to counter fraud in China, which required the Uber app to be reinstalled on stolen iPhones.</p>
1763
-
1764
- <p>Repeating from the opening of the article, Isaac wrote:</p>
1765
-
1766
- <blockquote>
1767
- <p>So Apple would not find out that Uber had been secretly
1768
- identifying and tagging iPhones even after its app had been
1769
- deleted and the devices erased &#8212; a fraud detection maneuver that
1770
- violated Apple’s privacy guidelines.</p>
1771
- </blockquote>
1772
-
1773
- <p>That <em>sounds</em> like Uber was doing the identifying and &#8220;tagging&#8221; (whatever that is) after the app had been deleted and/or the device wiped, but I think what it might &#8212; <em>might</em> &#8212; actually mean is merely that the identification persisted after the app had been deleted and/or the device wiped. That&#8217;s not supposed to be technically possible &#8212; iOS APIs for things like the UDID and even the MAC address stopped reporting unique identifiers years ago, because they were being abused by privacy invasive ad trackers, analytics packages, and entitled shitbags like Uber. That&#8217;s wrong, and Apple was right to put an end to it, but it&#8217;s far less sensational than the prospect of Uber having been able to identify and &#8220;tag&#8221; an iPhone <em>after</em> the Uber app had been deleted. The latter scenario only seems technically possible if other third-party apps were executing surreptitious code that did this stuff through Uber&#8217;s SDK, or if the Uber app left behind malware outside the app&#8217;s sandbox. I don&#8217;t think that&#8217;s the case, if only because I don&#8217;t think Apple would have hesitated to remove Uber from the App Store if it was infecting iPhones with hidden phone-home malware.</p>
1774
-
1775
- <p>The article does raise some questions:</p>
1776
-
1777
- <ul>
1778
- <li><p>What APIs and device info was Uber using to identify iPhones? Are these API loopholes now closed in iOS? If we don&#8217;t learn exactly what Uber was using to identify devices, we cannot know that the technique no longer works. iOS users should be able to feel confident that when they delete an app, all connections between their device and the developer of the app are disconnected, and that when they wipe a device, everything personally identifying has been removed from it.</p></li>
1779
- <li><p>What exactly did Apple know about Uber&#8217;s actions in this regard when Tim Cook called Kalanick in for the meeting? Was Apple aware that Uber was specifically keeping a database of unique iPhone identifiers? If so, how?</p></li>
1780
- <li><p>What prompted Apple to investigate Uber in this regard? And why did Uber suspect Apple was going to investigate, prompting them to geofence their fingerprinting so it wouldn&#8217;t trigger in Cupertino? (My theory: the Uber app was calling private APIs, and they used the geofence to avoid calling those private APIs while the app was in App Store review, assuming, perhaps incorrectly, that all App Store reviewers work in Cupertino. App Store review can identify apps that call private APIs.)</p></li>
1781
- <li><p><strong>Update</strong>: Why didn&#8217;t Apple require Uber to disclose what they’d done as a condition for remaining in the store? Shouldn&#8217;t iPhone users who had Uber installed know about this?</p></li>
1782
- </ul>
1783
-
1784
- <p>[<strong>Update 2:</strong> <a href="https://twitter.com/chronic/status/856250223777206273">Will Strafach examined a 2014 build of the Uber iOS app</a> and found them using private APIs to use IOKit to pull the device serial number from the device registry. There might be more, but this alone is a blatant violation of App Store policy. <a href="https://twitter.com/chronic/status/856333895050178560">Strafach confirms</a> that the technique Uber was using no longer works in iOS 10.]</p>
1785
-
1786
- <hr />
1787
-
1788
- <p>The article also contains this non-Apple-related tidbit:</p>
1789
-
1790
- <blockquote>
1791
- <p>Uber devoted teams to so-called competitive intelligence,
1792
- purchasing data from an analytics service called Slice
1793
- Intelligence. Using an email digest service it owns named
1794
- Unroll.me, Slice collected its customers’ emailed Lyft receipts
1795
- from their inboxes and sold the anonymized data to Uber. Uber used
1796
- the data as a proxy for the health of Lyft’s business. (Lyft, too,
1797
- operates a competitive intelligence team.)</p>
1798
-
1799
- <p>Slice confirmed that it sells anonymized data (meaning that
1800
- customers’ names are not attached) based on ride receipts from
1801
- Uber and Lyft, but declined to disclose who buys the information.</p>
1802
- </blockquote>
1803
-
1804
- <p>This is, needless to say, super shitty. We expect it from Uber. But Slice should be ashamed of themselves. Their <a href="https://unroll.me/">Unroll.me</a> service is billed as a tool to &#8220;Clean up your inbox&#8221; by identifying subscription emails and allowing you to unsubscribe from them in bulk. It&#8217;s &#8220;free&#8221; in the sense that you don&#8217;t pay them money, but they&#8217;re selling your personal information to companies like Uber. Supposedly that information is anonymized, but wiped iPhones are supposed to be anonymized too, and Uber found at least one route around that. </p>
1805
-
1806
-
1807
-
1808
- ]]></content>
1809
- <title>★ On Uber’s ‘Identifying and Tagging’ of iPhones</title></entry><entry>
1810
-
1811
- <link rel="alternate" type="text/html" href="https://daringfireball.net/2017/04/double_down_on_mechanical_watches" />
1812
- <link rel="shorturl" href="http://df4.us/pwr" />
1813
- <id>tag:daringfireball.net,2017://1.33579</id>
1814
- <published>2017-04-11T00:15:08Z</published>
1815
- <updated>2017-04-12T03:38:06Z</updated>
1816
- <author>
1817
- <name>John Gruber</name>
1818
- <uri>http://daringfireball.net/</uri>
1819
- </author>
1820
- <summary type="text">Instead of getting into the computer business, traditional watch companies should focus on what they’ve always done: designing and making great mechanical watches — creating a breath of analog fresh air in an ever-more digitized world.</summary>
1821
- <content type="html" xml:base="https://daringfireball.net/" xml:lang="en"><![CDATA[
1822
- <p>Jean-Louis Gassée penned a good column a few weeks ago <a href="https://mondaynote.com/swatchos-not-a-smart-decision-6b2cc883c99f#.rre6lnb1g">on the Swatch Group making their own watch OS</a>:</p>
1823
-
1824
- <blockquote>
1825
- <p>Nick Hayek’s father triumphed against Japanese quartz watch makers
1826
- by playing on his own turf. Trying to defeat the established
1827
- smartwatch players by playing their game won’t work. Is there
1828
- something in Swatch Group’s culture that predisposes it to be
1829
- competitive with Google and Apple software engineers?</p>
1830
-
1831
- <p>Just as Nokia should have embraced Android in 2010, riding on its
1832
- proven combination of Design, Supply Chain, and Carrier
1833
- Distribution prowess to keep a leading role in the smartphone
1834
- revolution, Swatch could use its native &#8212; but circumscribed &#8212;
1835
- cultural and technical skills to create beautiful, fun
1836
- smartwatches … that run on Google’s software. But just like
1837
- Nokia&#8217;s culture and success prevented it from seizing the Android
1838
- moment, similar factors will keep Swatch from being a powerful
1839
- player in the smartwatch world.</p>
1840
- </blockquote>
1841
-
1842
- <p>I agree. <em>If</em> the Swatch Group wants to make smartwatches, they should almost certainly go with Android Wear, and they&#8217;re almost certainly doomed with their pre-announced homegrown OS. And it&#8217;s crazy that even if they succeed at creating their own OS, that they think it won&#8217;t need frequent updates and bug fixes. That&#8217;s not how computer platforms work, and make no mistake, smartwatches are computer platforms.</p>
1843
-
1844
- <p>But I think the Swiss watch industry would do well to stick to their mechanical guns. They should leave it to computerized gadgeteers to make smartwatches, and focus on making mechanical watches that stand the test of time (no pun intended). I love computers (duh), but I find mechanical watches to be a source of joy, a bulwark against the ever-encroaching computerization of everything.</p>
1845
-
1846
- <p>The bread and butter for high-end watch companies are aficionados who own multiple watches. Almost no one uses multiple smartwatches. People might have old ones in a drawer, but just as with with phones, it&#8217;s only convenient to have one smartwatch <em>in active use</em> at a time. Apple knows this: that&#8217;s why they made it so easy to swap straps &#8212; multiple looks for variety, but just one watch. For watch fans who actually do want multiple watches <em>and</em> a smartwatch, every watch other than their one smartwatch is likely to be a mechanical.</p>
1847
-
1848
- <p>I don&#8217;t think the Swiss watch industry has a chance of out-computer-engineering Apple. Instead they should focus on what they&#8217;ve always done: designing and making great mechanical watches &#8212; creating a breath of analog fresh air in an ever-more-digitized world.</p>
1849
-
1850
-
1851
-
1852
- ]]></content>
1853
- <title>★ The Swiss Watch Industry Should Double Down on Mechanical Watches</title></entry></feed><!-- THE END -->
1854
-
1855
- ---
1856
-
1857
- feed.format: atom
1858
- feed.title: Daring Fireball
1859
- feed.subtitle: By John Gruber
1860
- feed.url: https://daringfireball.net/
1861
- feed.feed_url: https://daringfireball.net/feeds/main
1862
- feed.updated: >>> DateTime.new( 2017, 5, 23, 19, 36, 44 )
1863
-
1864
- feed.items[0].title: Feedbin, Too
1865
- feed.items[0].url: https://feedbin.com/blog/2017/05/22/feedbin-supports-json-feed/
1866
- feed.items[0].guid: tag:daringfireball.net,2017:/linked//6.33732
1867
- feed.items[0].updated: >>> DateTime.new( 2017, 5, 23, 19, 03, 33 )
1868
- feed.items[0].published: >>> DateTime.new( 2017, 5, 23, 18, 50, 36 )
1869
-
1870
- feed.items[0].authors.size: >>> 1
1871
- feed.items[0].authors[0].name: John Gruber
1872
- feed.items[0].authors[0].url: http://daringfireball.net/
1873
- feed.items[0].authors[0].email: >>> nil