feedparser 1.1.1 → 1.2.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/Manifest.txt +36 -7
- data/README.md +145 -10
- data/Rakefile +1 -1
- data/lib/feedparser.rb +3 -0
- data/lib/feedparser/author.rb +39 -0
- data/lib/feedparser/builder/atom.rb +64 -17
- data/lib/feedparser/builder/json.rb +46 -10
- data/lib/feedparser/builder/rss.rb +94 -15
- data/lib/feedparser/feed.rb +30 -6
- data/lib/feedparser/generator.rb +34 -0
- data/lib/feedparser/item.rb +31 -6
- data/lib/feedparser/tag.rb +23 -0
- data/lib/feedparser/version.rb +2 -2
- data/test/feeds/books/nostarch.rss +125 -0
- data/test/feeds/books/oreilly.feedburner.atom +387 -0
- data/test/feeds/books/pragprog.rss +148 -0
- data/test/feeds/byparker.json +4 -4
- data/test/feeds/daringfireball.atom +8 -1
- data/test/feeds/daringfireball.json +28 -0
- data/test/feeds/googlegroups.atom +2 -2
- data/test/feeds/googlegroups2.atom +1 -1
- data/test/feeds/headius.atom +6 -5
- data/test/feeds/inessential.json +13 -4
- data/test/feeds/jsonfeed.json +8 -3
- data/test/feeds/{lambdatheultimate.rss2 → lambdatheultimate.rss} +0 -0
- data/test/feeds/{learnenough.atom → learnenough.feedburner.atom} +12 -9
- data/test/feeds/news/nytimes-blogs-bits.rss +333 -0
- data/test/feeds/news/nytimes-paul-krugman.rss +60 -0
- data/test/feeds/news/nytimes-tech.rss +653 -0
- data/test/feeds/news/nytimes-thomas-l-friedman.rss +80 -0
- data/test/feeds/news/nytimes.rss +607 -0
- data/test/feeds/news/washingtonpost-blogs-innovations.rss +183 -0
- data/test/feeds/news/washingtonpost-politics.rss +35 -0
- data/test/feeds/news/washingtonpost-world.rss +29 -0
- data/test/feeds/ongoing.atom +1619 -0
- data/test/feeds/osm/blog.openstreetmap.rss +252 -0
- data/test/feeds/osm/blogs.openstreetmap.rss +585 -0
- data/test/feeds/osm/mapbox.rss +1883 -0
- data/test/feeds/{railstutorial.atom → railstutorial.feedburner.atom} +28 -27
- data/test/feeds/{rubyflow.rss2 → rubyflow.feedburner.rss} +7 -3
- data/test/feeds/{rubymine.rss2 → rubymine.feedburner.rss} +5 -6
- data/test/feeds/scripting.rss +881 -0
- data/test/feeds/{sitepoint.rss2 → sitepoint.rss} +8 -9
- data/test/feeds/spec/atom/author.atom +48 -0
- data/test/feeds/spec/atom/authors.atom +70 -0
- data/test/feeds/spec/atom/categories.atom +66 -0
- data/test/feeds/spec/json/microblog.json +11 -2
- data/test/feeds/spec/json/tags.json +33 -0
- data/test/feeds/spec/rss/author.rss +41 -0
- data/test/feeds/spec/rss/categories.rss +64 -0
- data/test/feeds/spec/rss/creator.rss +38 -0
- data/test/feeds/{xkcd.rss2 → xkcd.rss} +0 -0
- data/test/helper.rb +21 -16
- data/test/test_atom.rb +1 -1
- data/test/test_atom_live.rb +1 -1
- data/test/test_authors.rb +26 -0
- data/test/test_books.rb +25 -0
- data/test/test_feeds.rb +4 -2
- data/test/test_rss.rb +4 -4
- data/test/test_tags.rb +25 -0
- metadata +39 -10
data/test/feeds/byparker.json
CHANGED
@@ -634,10 +634,10 @@ feed.feed_url: https://byparker.com/feed.json
|
|
634
634
|
feed.items.size: >>> 36
|
635
635
|
|
636
636
|
feed.items[0].url: https://byparker.com/blog/2017/add-json-feed-to-your-jekyll-site/
|
637
|
-
feed.items[0].
|
638
|
-
feed.items[0].published: >>> DateTime.new( 2017, 5, 18, 21, 8, 49 )
|
639
|
-
feed.items[0].updated: >>> DateTime.new( 2017, 5, 18, 21, 8, 49 )
|
637
|
+
feed.items[0].id: https://byparker.com/blog/2017/add-json-feed-to-your-jekyll-site/
|
638
|
+
feed.items[0].published: >>> DateTime.new( 2017, 5, 18, 21, 8, 49 ).utc
|
639
|
+
feed.items[0].updated: >>> DateTime.new( 2017, 5, 18, 21, 8, 49 ).utc
|
640
640
|
|
641
641
|
|
642
642
|
feed.items[1].url: https://byparker.com/blog/2017/the-internet-is-unstable/
|
643
|
-
feed.items[1].
|
643
|
+
feed.items[1].id: https://byparker.com/blog/2017/the-internet-is-unstable/
|
@@ -7,7 +7,9 @@
|
|
7
7
|
<id>https://daringfireball.net/feeds/main</id>
|
8
8
|
|
9
9
|
|
10
|
-
<updated>2017-05-23T19:36:44Z</updated
|
10
|
+
<updated>2017-05-23T19:36:44Z</updated>
|
11
|
+
<rights>Copyright © 2017, John Gruber</rights>
|
12
|
+
<entry>
|
11
13
|
<title>Feedbin, Too</title>
|
12
14
|
<link rel="alternate" type="text/html" href="https://feedbin.com/blog/2017/05/22/feedbin-supports-json-feed/" />
|
13
15
|
<link rel="shorturl" type="text/html" href="http://df4.us/q10" />
|
@@ -1864,3 +1866,8 @@ feed.items[0].url: https://feedbin.com/blog/2017/05/22/feedbin-supports-js
|
|
1864
1866
|
feed.items[0].guid: tag:daringfireball.net,2017:/linked//6.33732
|
1865
1867
|
feed.items[0].updated: >>> DateTime.new( 2017, 5, 23, 19, 03, 33 )
|
1866
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
|
@@ -589,3 +589,31 @@ feed.format: json
|
|
589
589
|
feed.title: Daring Fireball
|
590
590
|
feed.url: https://daringfireball.net/
|
591
591
|
feed.feed_url: https://daringfireball.net/feeds/json
|
592
|
+
|
593
|
+
feed.authors[0].name: John Gruber
|
594
|
+
feed.authors[0].url: https://twitter.com/gruber
|
595
|
+
|
596
|
+
feed.author.name: John Gruber
|
597
|
+
feed.author.url: https://twitter.com/gruber
|
598
|
+
|
599
|
+
|
600
|
+
feed.items[0].title: Stashword
|
601
|
+
feed.items[0].published: >>> DateTime.new( 2017, 5, 20, 19, 23, 6 ).utc
|
602
|
+
feed.items[0].updated: >>> DateTime.new( 2017, 5, 20, 19, 23, 8 ).utc
|
603
|
+
feed.items[0].id: https://daringfireball.net/linked/2017/05/20/stashword
|
604
|
+
feed.items[0].url: https://daringfireball.net/linked/2017/05/20/stashword
|
605
|
+
feed.items[0].external_url: http://df.stashword.com/
|
606
|
+
|
607
|
+
feed.items[0].authors[0].name: John Gruber
|
608
|
+
feed.items[0].author.name: John Gruber
|
609
|
+
|
610
|
+
|
611
|
+
feed.items[1].title: MacStories’s iOS 11 iPad Wishes and Concept Video
|
612
|
+
feed.items[1].published: >>> DateTime.new( 2017, 5, 20, 19, 10, 48 ).utc
|
613
|
+
feed.items[1].updated: >>> DateTime.new( 2017, 5, 20, 19, 10, 50 ).utc
|
614
|
+
feed.items[1].id: https://daringfireball.net/linked/2017/05/20/macstories-ios-11-concept
|
615
|
+
feed.items[1].url: https://daringfireball.net/linked/2017/05/20/macstories-ios-11-concept
|
616
|
+
feed.items[1].external_url: https://www.macstories.net/stories/ios-11-ipad-wishes-and-concept-video/
|
617
|
+
|
618
|
+
feed.items[1].authors[0].name: John Gruber
|
619
|
+
feed.items[1].author.name: John Gruber
|
@@ -20,10 +20,11 @@
|
|
20
20
|
---
|
21
21
|
|
22
22
|
feed.format: atom
|
23
|
-
feed.generator: Google Groups
|
24
23
|
feed.title: Open Beer & Brewery Database (beer.db)
|
25
24
|
feed.url: https://groups.google.com/d/forum/beerdb
|
26
25
|
|
26
|
+
feed.generator.name: Google Groups
|
27
|
+
|
27
28
|
feed.items[0].title: Planet Beer (Austria, Belgium) - Feeds Incl. Craft Fest Wien, Beer-A-Day, proBier n Friends
|
28
29
|
feed.items[0].url: https://groups.google.com/d/topic/beerdb/KpQOUDYJ3J8
|
29
30
|
|
@@ -34,4 +35,3 @@ feed.summary: Free open public domain beer database & schema (beer.db) for u
|
|
34
35
|
### todo: add check for datetime (use to_s ??)
|
35
36
|
## feed.updated.to_s: 2014-12-31T15:33:00+00:00
|
36
37
|
## feed.items[0].to_s: 2014-12-31T15:33:00+00:00
|
37
|
-
|
data/test/feeds/headius.atom
CHANGED
@@ -110,13 +110,14 @@ feed.format: atom
|
|
110
110
|
feed.title: Headius
|
111
111
|
feed.summary: Helping the JVM Into the 21st Century
|
112
112
|
feed.url: http://blog.headius.com/
|
113
|
-
|
114
|
-
feed.
|
115
|
-
feed.
|
113
|
+
|
114
|
+
feed.generator.name: Blogger
|
115
|
+
feed.generator.url: http://www.blogger.com
|
116
|
+
feed.generator.version: 7.00
|
116
117
|
|
117
118
|
feed.items[0].title: JRubyConf.eu 2014!
|
118
119
|
feed.items[0].url: http://blog.headius.com/2014/05/jrubyconfeu-2014.html
|
119
|
-
feed.items[0].
|
120
|
+
feed.items[0].id: tag:blogger.com,1999:blog-4704664917418794835.post-3430080308857860963
|
120
121
|
|
121
122
|
feed.items[1].title: The Pain of Broken Subprocess Management on JDK
|
122
|
-
feed.items[1].
|
123
|
+
feed.items[1].id: tag:blogger.com,1999:blog-4704664917418794835.post-462657466694269626
|
data/test/feeds/inessential.json
CHANGED
@@ -161,13 +161,22 @@ feed.format: json
|
|
161
161
|
feed.title: inessential.com
|
162
162
|
feed.url: http://inessential.com/
|
163
163
|
feed.feed_url: http://inessential.com/feed.json
|
164
|
+
feed.summary: Brent Simmons’s weblog.
|
165
|
+
|
166
|
+
feed.authors[0].name: Brent Simmons
|
167
|
+
feed.authors[0].url: http://inessential.com/
|
168
|
+
feed.authors[0].avatar: http://ranchero.com/downloads/brent_avatar.png
|
169
|
+
|
170
|
+
|
164
171
|
|
165
172
|
feed.items[0].url: http://inessential.com/2017/05/17/json_feed
|
166
|
-
feed.items[0].
|
173
|
+
feed.items[0].id: http://inessential.com/2017/05/17/json_feed
|
167
174
|
feed.items[0].title: JSON Feed
|
168
|
-
feed.items[0].published:
|
175
|
+
feed.items[0].published: DateTime.new( 2017, 5, 17, 13, 22, 14, '-7').utc
|
176
|
+
feed.items[0].published_local: DateTime.new( 2017, 5, 17, 13, 22, 14, '-7')
|
169
177
|
|
170
178
|
feed.items[1].url: http://inessential.com/2017/05/01/frontier_diary_8_when_worlds_collide
|
171
|
-
feed.items[1].
|
179
|
+
feed.items[1].id: http://inessential.com/2017/05/01/frontier_diary_8_when_worlds_collide
|
172
180
|
feed.items[1].title: Frontier Diary #8: When Worlds Collide
|
173
|
-
feed.items[1].published:
|
181
|
+
feed.items[1].published: DateTime.new( 2017, 5, 1, 13, 34, 23, '-7').utc
|
182
|
+
feed.items[1].published_local: DateTime.new( 2017, 5, 1, 13, 34, 23, '-7')
|
data/test/feeds/jsonfeed.json
CHANGED
@@ -25,8 +25,13 @@
|
|
25
25
|
feed.format: json
|
26
26
|
feed.title: JSON Feed
|
27
27
|
feed.url: https://jsonfeed.org/
|
28
|
+
feed.feed_url: https://jsonfeed.org/feed.json
|
28
29
|
feed.summary: JSON Feed is a pragmatic syndication format for blogs, microblogs, and other time-based content.
|
29
30
|
|
30
|
-
feed.
|
31
|
-
|
32
|
-
|
31
|
+
feed.authors[0].name: Brent Simmons and Manton Reece
|
32
|
+
|
33
|
+
|
34
|
+
feed.items[0].title: Announcing JSON Feed
|
35
|
+
feed.items[0].url: https://jsonfeed.org/2017/05/17/announcing_json_feed
|
36
|
+
feed.items[0].id: https://jsonfeed.org/2017/05/17/announcing_json_feed
|
37
|
+
feed.items[0].published: >>> DateTime.new( 2017, 5, 17, 8, 2, 12, '-7' ).utc
|
File without changes
|
@@ -1,5 +1,8 @@
|
|
1
1
|
<?xml version="1.0" encoding="UTF-8"?>
|
2
|
-
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/atom10full.xsl"
|
2
|
+
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/atom10full.xsl"?>
|
3
|
+
<?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?>
|
4
|
+
<feed xmlns="http://www.w3.org/2005/Atom"
|
5
|
+
xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0">
|
3
6
|
|
4
7
|
<title><![CDATA[Learn Enough to Be Dangerous]]></title>
|
5
8
|
|
@@ -730,15 +733,15 @@ it!</p>
|
|
730
733
|
|
731
734
|
---
|
732
735
|
|
733
|
-
feed.format:
|
734
|
-
feed.title:
|
735
|
-
feed.url:
|
736
|
-
feed.feed_url:
|
737
|
-
feed.
|
738
|
-
feed.
|
739
|
-
feed.
|
736
|
+
feed.format: atom
|
737
|
+
feed.title: Learn Enough to Be Dangerous
|
738
|
+
feed.url: http://news.learnenough.com/
|
739
|
+
feed.feed_url: http://feeds.feedburner.com/railstutorial
|
740
|
+
feed.updated: >>> DateTime.new( 2017, 2, 1, 23,38 )
|
741
|
+
feed.generator.name: Octopress
|
742
|
+
feed.generator.url: http://octopress.org/
|
740
743
|
|
741
744
|
feed.items[0].title: Learn Enough Dev Environment to Be Dangerous
|
742
745
|
feed.items[0].url: http://feedproxy.google.com/~r/railstutorial/~3/m8fo_xA6gGI/learn-enough-dev-environment
|
743
|
-
feed.items[0].
|
746
|
+
feed.items[0].id: http://news.learnenough.com/learn-enough-dev-environment
|
744
747
|
feed.items[0].updated: >>> DateTime.new( 2017, 2, 1 )
|
@@ -0,0 +1,333 @@
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
2
|
+
<rss version="2.0"
|
3
|
+
xmlns:content="http://purl.org/rss/1.0/modules/content/"
|
4
|
+
xmlns:wfw="http://wellformedweb.org/CommentAPI/"
|
5
|
+
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
6
|
+
xmlns:atom="http://www.w3.org/2005/Atom"
|
7
|
+
xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
|
8
|
+
xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
|
9
|
+
xmlns:nyt="http://www.nytimes.com/namespaces/rss/2.0"
|
10
|
+
xmlns:media="http://search.yahoo.com/mrss/" >
|
11
|
+
|
12
|
+
<channel>
|
13
|
+
<title>Bits</title>
|
14
|
+
<atom:link href="http://bits.blogs.nytimes.com/feed/" rel="self" type="application/rss+xml" />
|
15
|
+
<link>https://bits.blogs.nytimes.com</link>
|
16
|
+
<description>Business, Innovation, Technology, Society</description>
|
17
|
+
<lastBuildDate>Tue, 16 May 2017 20:18:36 +0000</lastBuildDate>
|
18
|
+
<language>en-US</language>
|
19
|
+
<sy:updatePeriod>hourly</sy:updatePeriod>
|
20
|
+
<sy:updateFrequency>1</sy:updateFrequency>
|
21
|
+
<generator>http://wordpress.org/?v=4.2.9</generator>
|
22
|
+
<image>
|
23
|
+
<url>https://static01.nyt.com/images/misc/NYT_logo_rss_250x40.png</url>
|
24
|
+
<title>NYT</title>
|
25
|
+
<link>http://www.nytimes.com</link>
|
26
|
+
</image>
|
27
|
+
<item>
|
28
|
+
<title>Daily Report: A Net Neutrality Setback for Facebook in India</title>
|
29
|
+
<link>https://bits.blogs.nytimes.com/2016/02/09/daily-report-a-net-neutrality-setback-for-facebook-in-india/</link>
|
30
|
+
<comments>https://bits.blogs.nytimes.com/2016/02/09/daily-report-a-net-neutrality-setback-for-facebook-in-india/#respond</comments>
|
31
|
+
<pubDate>Tue, 09 Feb 2016 14:36:54 +0000</pubDate>
|
32
|
+
<dc:creator><![CDATA[By Jim Kerstetter]]></dc:creator>
|
33
|
+
<category><![CDATA[Daily Report]]></category>
|
34
|
+
<category><![CDATA[Internet]]></category>
|
35
|
+
<category><![CDATA[Facebook Inc]]></category>
|
36
|
+
<category><![CDATA[India]]></category>
|
37
|
+
<category><![CDATA[Net Neutrality]]></category>
|
38
|
+
<category><![CDATA[Regulation and Deregulation of Industry]]></category>
|
39
|
+
<category><![CDATA[Zuckerberg, Mark E]]></category>
|
40
|
+
|
41
|
+
<guid isPermaLink="false">https://bits.blogs.nytimes.com/2016/02/09/daily-report-a-net-neutrality-setback-for-facebook-in-india/</guid>
|
42
|
+
<description><![CDATA[In the United States, the social media giant has been an advocate of equal treatment of all Internet content. In India, regulators who share that belief have effectively blocked a free Facebook service.]]></description>
|
43
|
+
<wfw:commentRss>https://bits.blogs.nytimes.com/2016/02/09/daily-report-a-net-neutrality-setback-for-facebook-in-india/feed/</wfw:commentRss>
|
44
|
+
<slash:comments>0</slash:comments>
|
45
|
+
<media:content medium="image" url="https://static01.nyt.com/images/2011/11/30/technology/bits-daily-report/bits-daily-report-thumbStandard-v5.png" width="75" height="75"></media:content>
|
46
|
+
</item>
|
47
|
+
<item>
|
48
|
+
<title>Zenefits, in a Shake-Up, Appoints New C.E.O., Replacing Parker Conrad</title>
|
49
|
+
<link>https://bits.blogs.nytimes.com/2016/02/08/zenefits-in-a-shake-up-appoints-new-c-e-o-replacing-parker-conrad/</link>
|
50
|
+
<comments>https://bits.blogs.nytimes.com/2016/02/08/zenefits-in-a-shake-up-appoints-new-c-e-o-replacing-parker-conrad/#respond</comments>
|
51
|
+
<pubDate>Tue, 09 Feb 2016 02:18:10 +0000</pubDate>
|
52
|
+
<dc:creator><![CDATA[By Farhad Manjoo]]></dc:creator>
|
53
|
+
<category><![CDATA[Executives and Management]]></category>
|
54
|
+
<category><![CDATA[Start-ups]]></category>
|
55
|
+
<category><![CDATA[Venture Capital]]></category>
|
56
|
+
<category><![CDATA[Appointments and Executive Changes]]></category>
|
57
|
+
<category><![CDATA[Computers and the Internet]]></category>
|
58
|
+
<category><![CDATA[Conrad, Parker]]></category>
|
59
|
+
<category><![CDATA[Health Insurance and Managed Care]]></category>
|
60
|
+
<category><![CDATA[Sacks, David O]]></category>
|
61
|
+
<category><![CDATA[San Francisco (Calif)]]></category>
|
62
|
+
<category><![CDATA[Software]]></category>
|
63
|
+
<category><![CDATA[Zenefits Insurance Services]]></category>
|
64
|
+
|
65
|
+
<guid isPermaLink="false">https://bits.blogs.nytimes.com/2016/02/08/zenefits-in-a-shake-up-appoints-new-c-e-o-replacing-parker-conrad/</guid>
|
66
|
+
<description><![CDATA[Zenefits, a high-profile San Francisco start-up specializing in health insurance, replaces its co-founder and chief executive after questions about compliance.]]></description>
|
67
|
+
<wfw:commentRss>https://bits.blogs.nytimes.com/2016/02/08/zenefits-in-a-shake-up-appoints-new-c-e-o-replacing-parker-conrad/feed/</wfw:commentRss>
|
68
|
+
<slash:comments>0</slash:comments>
|
69
|
+
<media:content medium="image" url="https://static01.nyt.com/images/2016/02/09/business/09bits-zenefits/09bits-zenefits-thumbStandard.jpg" width="75" height="75"></media:content>
|
70
|
+
</item>
|
71
|
+
<item>
|
72
|
+
<title>For Some Cord Cutters, Streaming Super Bowl Was a Nonstarter</title>
|
73
|
+
<link>https://bits.blogs.nytimes.com/2016/02/08/for-some-cord-cutters-streaming-super-bowl-was-a-nonstarter/</link>
|
74
|
+
<comments>https://bits.blogs.nytimes.com/2016/02/08/for-some-cord-cutters-streaming-super-bowl-was-a-nonstarter/#respond</comments>
|
75
|
+
<pubDate>Mon, 08 Feb 2016 18:25:57 +0000</pubDate>
|
76
|
+
<dc:creator><![CDATA[By Brian X. Chen]]></dc:creator>
|
77
|
+
<category><![CDATA[Alphabet]]></category>
|
78
|
+
<category><![CDATA[Apple]]></category>
|
79
|
+
<category><![CDATA[Google]]></category>
|
80
|
+
<category><![CDATA[video]]></category>
|
81
|
+
<category><![CDATA[CBS Corporation]]></category>
|
82
|
+
<category><![CDATA[CBS Sports]]></category>
|
83
|
+
<category><![CDATA[Super Bowl]]></category>
|
84
|
+
<category><![CDATA[Television Sets and Media Devices]]></category>
|
85
|
+
<category domain="http://www.nytimes.com/namespaces/nyt_org_all"><![CDATA[CBS Corporation|CBS|NYSE]]></category>
|
86
|
+
<guid isPermaLink="false">https://bits.blogs.nytimes.com/2016/02/08/for-some-cord-cutters-streaming-super-bowl-was-a-nonstarter/</guid>
|
87
|
+
<description><![CDATA[Users complained that a CBS Sports app cut out while they were trying to watch the big game.]]></description>
|
88
|
+
<wfw:commentRss>https://bits.blogs.nytimes.com/2016/02/08/for-some-cord-cutters-streaming-super-bowl-was-a-nonstarter/feed/</wfw:commentRss>
|
89
|
+
<slash:comments>0</slash:comments>
|
90
|
+
<media:content medium="image" url="https://static01.nyt.com/images/2016/02/07/sports/football/superbowl-307-copy/superbowl-307-thumbStandard-v2.jpg" width="75" height="75"></media:content>
|
91
|
+
</item>
|
92
|
+
<item>
|
93
|
+
<title>Daily Report: Waiting for the F.C.C.’s Lawyer to Take Another Stand</title>
|
94
|
+
<link>https://bits.blogs.nytimes.com/2016/02/08/daily-report-waiting-for-the-f-c-c-s-lawyer-to-take-another-stand/</link>
|
95
|
+
<comments>https://bits.blogs.nytimes.com/2016/02/08/daily-report-waiting-for-the-f-c-c-s-lawyer-to-take-another-stand/#respond</comments>
|
96
|
+
<pubDate>Mon, 08 Feb 2016 14:41:21 +0000</pubDate>
|
97
|
+
<dc:creator><![CDATA[By Jim Kerstetter]]></dc:creator>
|
98
|
+
<category><![CDATA[Daily Report]]></category>
|
99
|
+
<category><![CDATA[Policy]]></category>
|
100
|
+
<category><![CDATA[Federal Communications Commission]]></category>
|
101
|
+
<category><![CDATA[Mergers, Acquisitions and Divestitures]]></category>
|
102
|
+
<category><![CDATA[Time Warner Cable Inc]]></category>
|
103
|
+
<category domain="http://www.nytimes.com/namespaces/nyt_org_all"><![CDATA[Time Warner Cable Inc|TWC|NYSE]]></category>
|
104
|
+
<guid isPermaLink="false">https://bits.blogs.nytimes.com/2016/02/08/daily-report-waiting-for-the-f-c-c-s-lawyer-to-take-another-stand/</guid>
|
105
|
+
<description><![CDATA[The commission's high-profile general counsel has faced criticism that too many of his decisions have been based upon Democratic politics.]]></description>
|
106
|
+
<wfw:commentRss>https://bits.blogs.nytimes.com/2016/02/08/daily-report-waiting-for-the-f-c-c-s-lawyer-to-take-another-stand/feed/</wfw:commentRss>
|
107
|
+
<slash:comments>0</slash:comments>
|
108
|
+
<media:content medium="image" url="https://static01.nyt.com/images/2011/11/30/technology/bits-daily-report/bits-daily-report-thumbStandard-v5.png" width="75" height="75"></media:content>
|
109
|
+
</item>
|
110
|
+
<item>
|
111
|
+
<title>BlackBerry Lays Off 200, Pointing to Shift Away from Phones</title>
|
112
|
+
<link>https://bits.blogs.nytimes.com/2016/02/05/blackberry-layoffs-point-to-shift-away-from-phones/</link>
|
113
|
+
<comments>https://bits.blogs.nytimes.com/2016/02/05/blackberry-layoffs-point-to-shift-away-from-phones/#respond</comments>
|
114
|
+
<pubDate>Fri, 05 Feb 2016 20:50:39 +0000</pubDate>
|
115
|
+
<dc:creator><![CDATA[By Ian Austen]]></dc:creator>
|
116
|
+
<category><![CDATA[Inside Companies]]></category>
|
117
|
+
<category><![CDATA[Mobile]]></category>
|
118
|
+
<category><![CDATA[BlackBerry]]></category>
|
119
|
+
<category><![CDATA[Chen, John S]]></category>
|
120
|
+
<category><![CDATA[Layoffs and Job Reductions]]></category>
|
121
|
+
<category><![CDATA[Smartphones]]></category>
|
122
|
+
|
123
|
+
<guid isPermaLink="false">https://bits.blogs.nytimes.com/2016/02/05/blackberry-layoffs-point-to-shift-away-from-phones/</guid>
|
124
|
+
<description><![CDATA[The Canadian company's chief executive has said in the past that he wants to maintain the company's phone business. That is, if it is not a money loser.]]></description>
|
125
|
+
<wfw:commentRss>https://bits.blogs.nytimes.com/2016/02/05/blackberry-layoffs-point-to-shift-away-from-phones/feed/</wfw:commentRss>
|
126
|
+
<slash:comments>0</slash:comments>
|
127
|
+
</item>
|
128
|
+
<item>
|
129
|
+
<title>Daily Report: As Tech Powers, China Is Rising, While Japan Declines</title>
|
130
|
+
<link>https://bits.blogs.nytimes.com/2016/02/05/daily-report-as-tech-powers-china-is-rising-while-japan-declines/</link>
|
131
|
+
<comments>https://bits.blogs.nytimes.com/2016/02/05/daily-report-as-tech-powers-china-is-rising-while-japan-declines/#respond</comments>
|
132
|
+
<pubDate>Fri, 05 Feb 2016 14:43:45 +0000</pubDate>
|
133
|
+
<dc:creator><![CDATA[By Pui-Wing Tam]]></dc:creator>
|
134
|
+
<category><![CDATA[Daily Report]]></category>
|
135
|
+
<category><![CDATA[China]]></category>
|
136
|
+
<category><![CDATA[Computer Chips]]></category>
|
137
|
+
<category><![CDATA[Computers and the Internet]]></category>
|
138
|
+
<category><![CDATA[Electronics]]></category>
|
139
|
+
<category><![CDATA[Foxconn Technology]]></category>
|
140
|
+
<category><![CDATA[Japan]]></category>
|
141
|
+
<category><![CDATA[Sharp Corporation]]></category>
|
142
|
+
|
143
|
+
<guid isPermaLink="false">https://bits.blogs.nytimes.com/2016/02/05/daily-report-as-tech-powers-china-is-rising-while-japan-declines/</guid>
|
144
|
+
<description><![CDATA[China's growing tech industry is inciting concern, while Japan's stalling tech industry is spurring deals. ]]></description>
|
145
|
+
<wfw:commentRss>https://bits.blogs.nytimes.com/2016/02/05/daily-report-as-tech-powers-china-is-rising-while-japan-declines/feed/</wfw:commentRss>
|
146
|
+
<slash:comments>0</slash:comments>
|
147
|
+
<media:content medium="image" url="https://static01.nyt.com/images/2011/11/30/technology/bits-daily-report/bits-daily-report-thumbStandard-v5.png" width="75" height="75"></media:content>
|
148
|
+
</item>
|
149
|
+
<item>
|
150
|
+
<title>Daily Report: The Mystery of Amazon’s Bookstores</title>
|
151
|
+
<link>https://bits.blogs.nytimes.com/2016/02/04/daily-report-the-mystery-of-amazons-bookstores/</link>
|
152
|
+
<comments>https://bits.blogs.nytimes.com/2016/02/04/daily-report-the-mystery-of-amazons-bookstores/#respond</comments>
|
153
|
+
<pubDate>Thu, 04 Feb 2016 14:54:38 +0000</pubDate>
|
154
|
+
<dc:creator><![CDATA[By Pui-Wing Tam]]></dc:creator>
|
155
|
+
<category><![CDATA[Daily Report]]></category>
|
156
|
+
<category><![CDATA[Amazon.com Inc]]></category>
|
157
|
+
<category><![CDATA[Book Trade and Publishing]]></category>
|
158
|
+
<category><![CDATA[General Growth Properties]]></category>
|
159
|
+
<category><![CDATA[Real Estate (Commercial)]]></category>
|
160
|
+
<category><![CDATA[Seattle (Wash)]]></category>
|
161
|
+
<category><![CDATA[Shopping Centers and Malls]]></category>
|
162
|
+
<category><![CDATA[Social Media]]></category>
|
163
|
+
<category domain="http://www.nytimes.com/namespaces/nyt_org_all"><![CDATA[Amazon.com Inc|AMZN|NASDAQ]]></category>
|
164
|
+
<guid isPermaLink="false">https://bits.blogs.nytimes.com/2016/02/04/daily-report-the-mystery-of-amazons-bookstores/</guid>
|
165
|
+
<description><![CDATA[How an offhand remark about Amazon opening new bookstores spawned a viral reaction and a backtracking. ]]></description>
|
166
|
+
<wfw:commentRss>https://bits.blogs.nytimes.com/2016/02/04/daily-report-the-mystery-of-amazons-bookstores/feed/</wfw:commentRss>
|
167
|
+
<slash:comments>0</slash:comments>
|
168
|
+
<media:content medium="image" url="https://static01.nyt.com/images/2011/11/30/technology/bits-daily-report/bits-daily-report-thumbStandard-v5.png" width="75" height="75"></media:content>
|
169
|
+
</item>
|
170
|
+
<item>
|
171
|
+
<title>Mall Executive Backtracks From Statement on Amazon Retail Stores</title>
|
172
|
+
<link>https://bits.blogs.nytimes.com/2016/02/03/mall-executive-backtracks-from-statement-on-amazon-retail-stores/</link>
|
173
|
+
<comments>https://bits.blogs.nytimes.com/2016/02/03/mall-executive-backtracks-from-statement-on-amazon-retail-stores/#respond</comments>
|
174
|
+
<pubDate>Wed, 03 Feb 2016 23:26:08 +0000</pubDate>
|
175
|
+
<dc:creator><![CDATA[By Nick Wingfield]]></dc:creator>
|
176
|
+
<category><![CDATA[E-Commerce]]></category>
|
177
|
+
<category><![CDATA[Amazon.com Inc]]></category>
|
178
|
+
<category><![CDATA[Barnes & Noble Inc]]></category>
|
179
|
+
<category><![CDATA[Book Trade and Publishing]]></category>
|
180
|
+
<category><![CDATA[Computers and the Internet]]></category>
|
181
|
+
<category><![CDATA[General Growth Properties]]></category>
|
182
|
+
<category><![CDATA[Real Estate (Commercial)]]></category>
|
183
|
+
<category><![CDATA[Shopping and Retail]]></category>
|
184
|
+
<category><![CDATA[Shopping Centers and Malls]]></category>
|
185
|
+
<category domain="http://www.nytimes.com/namespaces/nyt_org_all"><![CDATA[Amazon.com Inc|AMZN|NASDAQ]]></category><category domain="http://www.nytimes.com/namespaces/nyt_org_all"><![CDATA[Barnes & Noble Inc|BKS|NYSE]]></category>
|
186
|
+
<guid isPermaLink="false">https://bits.blogs.nytimes.com/2016/02/03/mall-executive-backtracks-from-statement-on-amazon-retail-stores/</guid>
|
187
|
+
<description><![CDATA[A day after saying that Amazon planned to open 300 to 400 brick-and-mortar bookstores, a shopping mall executive stepped back from his comments.]]></description>
|
188
|
+
<wfw:commentRss>https://bits.blogs.nytimes.com/2016/02/03/mall-executive-backtracks-from-statement-on-amazon-retail-stores/feed/</wfw:commentRss>
|
189
|
+
<slash:comments>0</slash:comments>
|
190
|
+
</item>
|
191
|
+
<item>
|
192
|
+
<title>Daily Report: Yahoo’s Multipronged Turnaround Strategy</title>
|
193
|
+
<link>https://bits.blogs.nytimes.com/2016/02/03/daily-report-yahoos-multipronged-turnaround-strategy/</link>
|
194
|
+
<comments>https://bits.blogs.nytimes.com/2016/02/03/daily-report-yahoos-multipronged-turnaround-strategy/#respond</comments>
|
195
|
+
<pubDate>Wed, 03 Feb 2016 14:34:22 +0000</pubDate>
|
196
|
+
<dc:creator><![CDATA[By Pui-Wing Tam]]></dc:creator>
|
197
|
+
<category><![CDATA[Daily Report]]></category>
|
198
|
+
<category><![CDATA[Computers and the Internet]]></category>
|
199
|
+
<category><![CDATA[Mayer, Marissa]]></category>
|
200
|
+
<category><![CDATA[Yahoo! Inc]]></category>
|
201
|
+
<category domain="http://www.nytimes.com/namespaces/nyt_org_all"><![CDATA[Yahoo! Inc|YHOO|NASDAQ]]></category>
|
202
|
+
<guid isPermaLink="false">https://bits.blogs.nytimes.com/2016/02/03/daily-report-yahoos-multipronged-turnaround-strategy/</guid>
|
203
|
+
<description><![CDATA[Yahoo is opening itself up to all options — spinoff, sale, a simplification of its operations — in its quest to right itself.]]></description>
|
204
|
+
<wfw:commentRss>https://bits.blogs.nytimes.com/2016/02/03/daily-report-yahoos-multipronged-turnaround-strategy/feed/</wfw:commentRss>
|
205
|
+
<slash:comments>0</slash:comments>
|
206
|
+
<media:content medium="image" url="https://static01.nyt.com/images/2011/11/30/technology/bits-daily-report/bits-daily-report-thumbStandard-v5.png" width="75" height="75"></media:content>
|
207
|
+
</item>
|
208
|
+
<item>
|
209
|
+
<title>Daily Report: Alphabet Eclipses Apple to Become the Most Valuable Company</title>
|
210
|
+
<link>https://bits.blogs.nytimes.com/2016/02/02/daily-report-from-apple-to-alphabet/</link>
|
211
|
+
<comments>https://bits.blogs.nytimes.com/2016/02/02/daily-report-from-apple-to-alphabet/#respond</comments>
|
212
|
+
<pubDate>Tue, 02 Feb 2016 14:21:55 +0000</pubDate>
|
213
|
+
<dc:creator><![CDATA[By Pui-Wing Tam]]></dc:creator>
|
214
|
+
<category><![CDATA[Daily Report]]></category>
|
215
|
+
<category><![CDATA[Alphabet Inc]]></category>
|
216
|
+
<category><![CDATA[California]]></category>
|
217
|
+
<category><![CDATA[Computers and the Internet]]></category>
|
218
|
+
<category><![CDATA[Google Inc]]></category>
|
219
|
+
<category><![CDATA[Mayer, Marissa]]></category>
|
220
|
+
<category><![CDATA[Search Engines]]></category>
|
221
|
+
<category><![CDATA[Yahoo! Inc]]></category>
|
222
|
+
<category domain="http://www.nytimes.com/namespaces/nyt_org_all"><![CDATA[Google Inc|GOOGL|NASDAQ]]></category><category domain="http://www.nytimes.com/namespaces/nyt_org_all"><![CDATA[Yahoo! Inc|YHOO|NASDAQ]]></category>
|
223
|
+
<guid isPermaLink="false">https://bits.blogs.nytimes.com/2016/02/02/daily-report-from-apple-to-alphabet/</guid>
|
224
|
+
<description><![CDATA[There's a shifting of the guard at the top of the technology food chain, with Alphabet overtaking Apple to become the world's most valuable company.]]></description>
|
225
|
+
<wfw:commentRss>https://bits.blogs.nytimes.com/2016/02/02/daily-report-from-apple-to-alphabet/feed/</wfw:commentRss>
|
226
|
+
<slash:comments>0</slash:comments>
|
227
|
+
<media:content medium="image" url="https://static01.nyt.com/images/2011/11/30/technology/bits-daily-report/bits-daily-report-thumbStandard-v5.png" width="75" height="75"></media:content>
|
228
|
+
</item>
|
229
|
+
<item>
|
230
|
+
<title>Daily Report: More Earnings, Earnings, Earnings</title>
|
231
|
+
<link>https://bits.blogs.nytimes.com/2016/02/01/daily-report-more-earnings-earnings-earnings/</link>
|
232
|
+
<comments>https://bits.blogs.nytimes.com/2016/02/01/daily-report-more-earnings-earnings-earnings/#respond</comments>
|
233
|
+
<pubDate>Mon, 01 Feb 2016 14:26:12 +0000</pubDate>
|
234
|
+
<dc:creator><![CDATA[By Pui-Wing Tam]]></dc:creator>
|
235
|
+
<category><![CDATA[Daily Report]]></category>
|
236
|
+
<category><![CDATA[Alphabet Inc]]></category>
|
237
|
+
<category><![CDATA[Company Reports]]></category>
|
238
|
+
<category><![CDATA[Computers and the Internet]]></category>
|
239
|
+
<category><![CDATA[Google Inc]]></category>
|
240
|
+
<category><![CDATA[Mayer, Marissa]]></category>
|
241
|
+
<category><![CDATA[Nest Labs Inc]]></category>
|
242
|
+
<category><![CDATA[Page, Larry]]></category>
|
243
|
+
<category><![CDATA[Search Engines]]></category>
|
244
|
+
<category><![CDATA[Yahoo! Inc]]></category>
|
245
|
+
|
246
|
+
<guid isPermaLink="false">https://bits.blogs.nytimes.com/2016/02/01/daily-report-more-earnings-earnings-earnings/</guid>
|
247
|
+
<description><![CDATA[The tech earnings season is hitting peak news this week with big reveals from Alphabet and Yahoo.]]></description>
|
248
|
+
<wfw:commentRss>https://bits.blogs.nytimes.com/2016/02/01/daily-report-more-earnings-earnings-earnings/feed/</wfw:commentRss>
|
249
|
+
<slash:comments>0</slash:comments>
|
250
|
+
<media:content medium="image" url="https://static01.nyt.com/images/2011/11/30/technology/bits-daily-report/bits-daily-report-thumbStandard-v5.png" width="75" height="75"></media:content>
|
251
|
+
</item>
|
252
|
+
<item>
|
253
|
+
<title>Daily Report: Divergent Fortunes in Cloud Computing</title>
|
254
|
+
<link>https://bits.blogs.nytimes.com/2016/01/29/daily-report-cloud-computing-is-proving-highly-profitable/</link>
|
255
|
+
<comments>https://bits.blogs.nytimes.com/2016/01/29/daily-report-cloud-computing-is-proving-highly-profitable/#respond</comments>
|
256
|
+
<pubDate>Fri, 29 Jan 2016 14:43:01 +0000</pubDate>
|
257
|
+
<dc:creator><![CDATA[By Joseph Plambeck]]></dc:creator>
|
258
|
+
<category><![CDATA[Cloud Computing]]></category>
|
259
|
+
<category><![CDATA[Daily Report]]></category>
|
260
|
+
<category><![CDATA[Amazon.com Inc]]></category>
|
261
|
+
<category><![CDATA[Company Reports]]></category>
|
262
|
+
<category><![CDATA[Facebook Inc]]></category>
|
263
|
+
<category><![CDATA[Microsoft Corp]]></category>
|
264
|
+
<category domain="http://www.nytimes.com/namespaces/nyt_org_all"><![CDATA[Amazon.com Inc|AMZN|NASDAQ]]></category><category domain="http://www.nytimes.com/namespaces/nyt_org_all"><![CDATA[Facebook Inc|FB|NASDAQ]]></category><category domain="http://www.nytimes.com/namespaces/nyt_org_all"><![CDATA[Microsoft Corp|MSFT|NASDAQ]]></category>
|
265
|
+
<guid isPermaLink="false">https://bits.blogs.nytimes.com/2016/01/29/daily-report-cloud-computing-is-proving-highly-profitable/</guid>
|
266
|
+
<description><![CDATA[The earnings reports released by Amazon and Microsoft reinforced that cloud computing is a booming, multibillion-dollar business.]]></description>
|
267
|
+
<wfw:commentRss>https://bits.blogs.nytimes.com/2016/01/29/daily-report-cloud-computing-is-proving-highly-profitable/feed/</wfw:commentRss>
|
268
|
+
<slash:comments>0</slash:comments>
|
269
|
+
<media:content medium="image" url="https://static01.nyt.com/images/2011/11/30/technology/bits-daily-report/bits-daily-report-thumbStandard-v5.png" width="75" height="75"></media:content>
|
270
|
+
</item>
|
271
|
+
<item>
|
272
|
+
<title>Facebook to Shut Down Parse, Its Platform for Mobile Developers</title>
|
273
|
+
<link>https://bits.blogs.nytimes.com/2016/01/28/facebook-to-shut-down-parse-its-platform-for-mobile-developers/</link>
|
274
|
+
<comments>https://bits.blogs.nytimes.com/2016/01/28/facebook-to-shut-down-parse-its-platform-for-mobile-developers/#respond</comments>
|
275
|
+
<pubDate>Thu, 28 Jan 2016 22:00:08 +0000</pubDate>
|
276
|
+
<dc:creator><![CDATA[By Mike Isaac and Quentin Hardy]]></dc:creator>
|
277
|
+
<category><![CDATA[Mobile]]></category>
|
278
|
+
<category><![CDATA[Social]]></category>
|
279
|
+
<category><![CDATA[Cloud Computing]]></category>
|
280
|
+
<category><![CDATA[Computers and the Internet]]></category>
|
281
|
+
<category><![CDATA[Facebook Inc]]></category>
|
282
|
+
<category><![CDATA[Instant Messaging]]></category>
|
283
|
+
<category><![CDATA[Mobile Applications]]></category>
|
284
|
+
<category><![CDATA[Oculus VR Inc]]></category>
|
285
|
+
<category><![CDATA[Online Advertising]]></category>
|
286
|
+
<category><![CDATA[Silicon Valley (Calif)]]></category>
|
287
|
+
<category><![CDATA[Social Media]]></category>
|
288
|
+
<category><![CDATA[Virtual Reality (Computers)]]></category>
|
289
|
+
<category><![CDATA[WhatsApp Inc]]></category>
|
290
|
+
<category domain="http://www.nytimes.com/namespaces/nyt_org_all"><![CDATA[Facebook Inc|FB|NASDAQ]]></category>
|
291
|
+
<guid isPermaLink="false">https://bits.blogs.nytimes.com/2016/01/28/facebook-to-shut-down-parse-its-platform-for-mobile-developers/</guid>
|
292
|
+
<description><![CDATA[Facebook is shutting down Parse, a toolkit and support system for mobile developers, which it acquired in 2013.]]></description>
|
293
|
+
<wfw:commentRss>https://bits.blogs.nytimes.com/2016/01/28/facebook-to-shut-down-parse-its-platform-for-mobile-developers/feed/</wfw:commentRss>
|
294
|
+
<slash:comments>0</slash:comments>
|
295
|
+
<media:content medium="image" url="https://static01.nyt.com/images/2016/01/28/business/28bits-parse/28bits-parse-thumbStandard.jpg" width="75" height="75"></media:content>
|
296
|
+
</item>
|
297
|
+
<item>
|
298
|
+
<title>Daily Report: Facebook’s Lucrative Long View</title>
|
299
|
+
<link>https://bits.blogs.nytimes.com/2016/01/28/daily-report-facebook-finds-a-way-to-make-the-long-view-lucrative/</link>
|
300
|
+
<comments>https://bits.blogs.nytimes.com/2016/01/28/daily-report-facebook-finds-a-way-to-make-the-long-view-lucrative/#respond</comments>
|
301
|
+
<pubDate>Thu, 28 Jan 2016 14:32:18 +0000</pubDate>
|
302
|
+
<dc:creator><![CDATA[By Joseph Plambeck]]></dc:creator>
|
303
|
+
<category><![CDATA[Daily Report]]></category>
|
304
|
+
<category><![CDATA[Company Reports]]></category>
|
305
|
+
<category><![CDATA[Computers and the Internet]]></category>
|
306
|
+
<category><![CDATA[Facebook Inc]]></category>
|
307
|
+
<category><![CDATA[Zuckerberg, Mark E]]></category>
|
308
|
+
<category domain="http://www.nytimes.com/namespaces/nyt_org_all"><![CDATA[Facebook Inc|FB|NASDAQ]]></category>
|
309
|
+
<guid isPermaLink="false">https://bits.blogs.nytimes.com/2016/01/28/daily-report-facebook-finds-a-way-to-make-the-long-view-lucrative/</guid>
|
310
|
+
<description><![CDATA[Mark Zuckerberg has told investors over and over: Don't expect Facebook to focus much on quarterly earnings. The company is taking the long view. But that long view is sure looking spectacular in quarterly earnings.]]></description>
|
311
|
+
<wfw:commentRss>https://bits.blogs.nytimes.com/2016/01/28/daily-report-facebook-finds-a-way-to-make-the-long-view-lucrative/feed/</wfw:commentRss>
|
312
|
+
<slash:comments>0</slash:comments>
|
313
|
+
<media:content medium="image" url="https://static01.nyt.com/images/2011/11/30/technology/bits-daily-report/bits-daily-report-thumbStandard-v5.png" width="75" height="75"></media:content>
|
314
|
+
</item>
|
315
|
+
<item>
|
316
|
+
<title>Alphabet Program Beats the European Human Go Champion</title>
|
317
|
+
<link>https://bits.blogs.nytimes.com/2016/01/27/alphabet-program-beats-the-european-human-go-champion/</link>
|
318
|
+
<comments>https://bits.blogs.nytimes.com/2016/01/27/alphabet-program-beats-the-european-human-go-champion/#respond</comments>
|
319
|
+
<pubDate>Wed, 27 Jan 2016 19:28:38 +0000</pubDate>
|
320
|
+
<dc:creator><![CDATA[By John Markoff]]></dc:creator>
|
321
|
+
<category><![CDATA[Alphabet]]></category>
|
322
|
+
<category><![CDATA[Artificial Intelligence]]></category>
|
323
|
+
<category><![CDATA[Google Inc]]></category>
|
324
|
+
<category><![CDATA[Nature (Journal)]]></category>
|
325
|
+
|
326
|
+
<guid isPermaLink="false">https://bits.blogs.nytimes.com/2016/01/27/alphabet-program-beats-the-european-human-go-champion/</guid>
|
327
|
+
<description><![CDATA[DeepMind, a research organization, said that a program combining two separate algorithms had soundly defeated a high-ranking professional Go player. ]]></description>
|
328
|
+
<wfw:commentRss>https://bits.blogs.nytimes.com/2016/01/27/alphabet-program-beats-the-european-human-go-champion/feed/</wfw:commentRss>
|
329
|
+
<slash:comments>0</slash:comments>
|
330
|
+
<media:content medium="image" url="https://static01.nyt.com/images/2016/01/27/technology/personaltech/27bits-hassabis/27bits-hassabis-thumbStandard.jpg" width="75" height="75"></media:content>
|
331
|
+
</item>
|
332
|
+
</channel>
|
333
|
+
</rss>
|