Skip to content

Instantly share code, notes, and snippets.

@manuzhang
Last active July 29, 2019 23:16
Show Gist options
  • Save manuzhang/cc1a0cc49638f0f2a30af2e2d06dc6d3 to your computer and use it in GitHub Desktop.
Save manuzhang/cc1a0cc49638f0f2a30af2e2d06dc6d3 to your computer and use it in GitHub Desktop.
Analyzing my overcast data
import java.time.ZonedDateTime
import java.time.format.DateTimeFormatter
import java.time.temporal.ChronoUnit
import $ivy.`com.lihaoyi::requests:0.1.8`
import $ivy.`org.scala-lang.modules::scala-xml:1.2.0`
import $ivy.`org.seleniumhq.selenium:selenium-chrome-driver:3.0.1`
import org.openqa.selenium.JavascriptExecutor
import org.openqa.selenium.chrome.{ChromeDriver, ChromeOptions}
import requests.TimeoutException
import scala.util.{Failure, Success, Try}
import scala.xml.XML
val doc = XML.loadFile("overcast.opml")
System.setProperty("webdriver.chrome.driver", "/Users/doriadong/bin/chromedriver")
val options = new ChromeOptions()
options.addArguments("--proxy-server=http://127.0.0.1:1087")
val driver = new ChromeDriver(options)
(doc \\ "outline").foreach {
outline =>
if ((outline \@ "type") == "rss") {
val podcast = outline \@ "text"
val total = outline.nonEmptyChildren.map { node =>
if (node \@ "played" == "1") {
val title = node \@ "title"
val url = node \@ "overcastUrl"
val source = node \@ "enclosureUrl"
val listenStr = node \@ "userUpdatedDate"
val pattern = DateTimeFormatter.ofPattern("yyyy-MM-dd'T'HH:mm:ssXXX")
val listenTime = ZonedDateTime.from(pattern.parse(listenStr))
val today = ZonedDateTime.now()
val from = today.minusDays(today.getDayOfWeek.getValue - 1).truncatedTo(ChronoUnit.DAYS)
val status = Try {
requests.get(source)
} match {
case Success(resp) => resp.statusCode
case Failure(e) =>
if (e.isInstanceOf[TimeoutException]) {
200
} else {
e.printStackTrace()
400
}
}
// if (listenTime.isAfter(from) && !listenTime.isAfter(today)) {
if (status != 400) {
driver.get(url)
var duration = 0.0
var n = 0
var skip = false
val executor = driver.asInstanceOf[JavascriptExecutor]
while (duration == 0.0 && !skip) {
Thread.sleep(100 * n)
Try {
duration = executor.executeScript(
"return document.getElementById('audioplayer').duration").asInstanceOf[Double]
} match {
case Success(_) =>
case Failure(e) =>
println(s"Failed to get duration of $url from $podcast becasue of ${e.getMessage}")
skip = true
}
n += 1
}
duration
// }
} else {
println(s"$source of $url from $podcast not found")
0.0
}
} else {
0.0
}
}.sum
os.write.append(os.pwd / "overcast_report.csv", s"$podcast,$total\n")
}
}
driver.quit()
@manuzhang
Copy link
Author

manuzhang commented Jul 29, 2019

Input file

<?xml version="1.0" encoding="utf-8"?>
<opml version="1.0">
  <head><title>Overcast Podcast Subscriptions</title></head>
  <body>
    <outline text="playlists">

      <outline type="podcast-playlist" title="All Episodes" smart="1" sorting="chronological-by-podcast"/>

    </outline>
    <outline text="feeds">

      <outline type="rss" overcastId="521653" text="&#x4EBA;&#x95F4;&#x6307;&#x5357;" title="&#x4EBA;&#x95F4;&#x6307;&#x5357;" xmlUrl="http://renjianzhinan.fm/podcast.xml" htmlUrl="http://renjianzhinan.fm/" subscribed="1" notifications="1">
        <outline type="podcast-episode" overcastId="560121461838248" pubDate="2019-05-23T10:00:00-04:00" title="&#x7B2C;&#x5341;&#x4E5D;&#x671F;&#xFF1A;&#x5982;&#x4F55;&#x91CD;&#x65B0;&#x8BA4;&#x8BC6;&#x81EA;&#x6211;" url="http://renjianzhinan.fm/" overcastUrl="https://overcast.fm/+H9bXDDkag" enclosureUrl="https://renjianzhinan.fm/ep/rjzn_ep019.mp3" userUpdatedDate="2019-05-31T00:28:55-04:00" userDeleted="1" played="1"/>
        <outline type="podcast-episode" overcastId="560121621112590" pubDate="2019-05-06T11:00:00-04:00" title="&#x7B2C;&#x5341;&#x516B;&#x671F;&#xFF1A;&#x5982;&#x4F55; make the world a better place" url="http://renjianzhinan.fm/" overcastUrl="https://overcast.fm/+H9bXpB5w4" enclosureUrl="https://renjianzhinan.fm/ep/rjzn_ep018.mp3" userUpdatedDate="2019-05-31T06:56:36-04:00" userDeleted="1" played="1"/>
      </outline>
      <outline type="rss" overcastId="565005" text="UX Coffee &#x8BBE;&#x8BA1;&#x5496;" title="UX Coffee &#x8BBE;&#x8BA1;&#x5496;" xmlUrl="https://feeds.simplecast.com/FDAKY1AF" htmlUrl="http://uxcoffee.com/" subscribed="1" notifications="1">
        <outline type="podcast-episode" overcastId="606669652347564" pubDate="2019-05-29T03:05:49-04:00" title="#70&#xFF1A;&#x6211;&#x6709;&#x4E00;&#x53CC;&#x9690;&#x5F62;&#x7684;&#x7FC5;&#x8180;&#xFF08;&#x5468;&#x6977;&#x96EF; &#xB7; &#x72EC;&#x7ACB;&#x5F00;&#x53D1;&#x8005;&#xFF09;" url="https://uxcoffee.simplecast.com/episodes/70-g7XKUJ7V" overcastUrl="https://overcast.fm/+Inw0kfyqw" enclosureUrl="https://dts.podtrac.com/redirect.mp3/cdn.simplecast.com/audio/83b511/83b511d3-70d2-4bb9-9734-ee83d74bce44/5eff9ef6-5a71-4dc9-a933-1b4cc23c443b/070_Post_Edit_V3_tc.mp3" userUpdatedDate="2019-06-15T20:25:56-04:00" userDeleted="1" played="1"/>
      </outline>
      <outline type="rss" overcastId="329823" text="&#x535A;&#x7269;&#x5FD7;" title="&#x535A;&#x7269;&#x5FD7;" xmlUrl="https://feeds.fireside.fm/museelogue/rss" htmlUrl="https://bowuzhi.fm/" subscribed="1" notifications="1">
        <outline type="podcast-episode" overcastId="354144905824421" pubDate="2019-07-21T20:00:00-04:00" title="#146. &#x4EBA;&#x751F;&#x679C;&#x7136;&#x5C31;&#x662F;&#x5C0F;&#x9A6C;&#x8FC7;&#x6CB3;&#x554A;&#xFF01;&#xFF08;&#x4E00;&#xFF09;" url="https://bowuzhi.fm/146" overcastUrl="https://overcast.fm/+FCF8lPiKU" enclosureUrl="https://aphid.fireside.fm/d/1437767933/c31bea1c-0034-4381-9ad0-89823ce4540b/c8bb2e7b-dece-4c7e-bb6c-267115517e59.mp3" userUpdatedDate="2019-07-24T01:45:10-04:00" progress="1049"/>
        <outline type="podcast-episode" overcastId="354145448398683" pubDate="2019-07-05T20:00:00-04:00" title="#145. &#x767D;&#x5C45;&#x6613;&#x6E56;&#x4E0A;&#x5BB4;&#x5BA2;&#x7684;&#x83DC;&#x90FD;&#x662F;&#x600E;&#x4E48;&#x505A;&#x7684;&#xFF1F;" url="https://bowuzhi.fm/145" overcastUrl="https://overcast.fm/+FCF-mmj1s" enclosureUrl="https://aphid.fireside.fm/d/1437767933/c31bea1c-0034-4381-9ad0-89823ce4540b/db542774-06e7-4104-9061-cbf001a8b198.mp3" userUpdatedDate="2019-07-10T01:51:47-04:00" userDeleted="1" played="1"/>
        <outline type="podcast-episode" overcastId="354144765040586" pubDate="2019-06-20T20:00:00-04:00" title="#144. &#x8FF7;&#x60D1;&#x827A;&#x672F;&#x8BFE;" url="https://bowuzhi.fm/144" overcastUrl="https://overcast.fm/+FCF8DrV8o" enclosureUrl="https://aphid.fireside.fm/d/1437767933/c31bea1c-0034-4381-9ad0-89823ce4540b/776f651d-fe12-48c7-b0dd-08aabf2c1912.mp3" userUpdatedDate="2019-06-24T09:51:39-04:00" userDeleted="1" played="1"/>
        <outline type="podcast-episode" overcastId="354145668977419" pubDate="2019-06-04T22:00:00-04:00" title="#143. &#x6E56;&#x5357;&#x7701;&#x535A;&#x7269;&#x9986;&#x660E;&#x660E;&#x5C31;&#x5F88;&#x597D;&#x554A;" url="https://bowuzhi.fm/143" overcastUrl="https://overcast.fm/+FCF_bMUws" enclosureUrl="https://aphid.fireside.fm/d/1437767933/c31bea1c-0034-4381-9ad0-89823ce4540b/bd92965a-5ea5-430b-bfec-fe97ba556e3c.mp3" userUpdatedDate="2019-06-13T06:37:22-04:00" userDeleted="1" played="1"/>
        <outline type="podcast-episode" overcastId="354144870790525" pubDate="2019-05-19T04:00:00-04:00" title="#142. &#x628A;&#x89C2;&#x5FF5;&#x753B;&#x5728;&#x5899;&#x4E0A;" url="https://bowuzhi.fm/142" overcastUrl="https://overcast.fm/+FCF8c49X0" enclosureUrl="https://aphid.fireside.fm/d/1437767933/c31bea1c-0034-4381-9ad0-89823ce4540b/6d1373e9-1fed-4adb-9da9-1fe45c2adbe7.mp3" userUpdatedDate="2019-06-16T04:16:43-04:00" userDeleted="1" played="1"/>
        <outline type="podcast-episode" overcastId="354145458095156" pubDate="2019-04-30T12:00:00-04:00" title="#141. &#x5173;&#x4E8E;&#x5DF4;&#x9ECE;&#x5723;&#x6BCD;&#x9662;&#x7684;&#x95F2;&#x804A;" url="https://bowuzhi.fm/141" overcastUrl="https://overcast.fm/+FCF-o6hDQ" enclosureUrl="https://aphid.fireside.fm/d/1437767933/c31bea1c-0034-4381-9ad0-89823ce4540b/162e1720-0e82-478f-bb9f-6382b5600ae0.mp3" userUpdatedDate="2019-06-16T23:41:11-04:00" userDeleted="1" played="1"/>
        <outline type="podcast-episode" overcastId="354144808722015" pubDate="2019-04-24T04:00:00-04:00" title="#140. &#x6253;&#x635E;&#x8BB0;&#x5FC6;&#x7684;&#x9ED1;&#x5323;&#x5B50;" url="https://bowuzhi.fm/140" overcastUrl="https://overcast.fm/+FCF8OF3l8" enclosureUrl="https://aphid.fireside.fm/d/1437767933/c31bea1c-0034-4381-9ad0-89823ce4540b/c9344562-4140-4ed4-b63d-e963a1575f7c.mp3" userUpdatedDate="2019-06-18T20:44:41-04:00" userDeleted="1" played="1"/>
        <outline type="podcast-episode" overcastId="354145421036469" pubDate="2019-04-01T01:00:00-04:00" title="#139. Goodwill Photography" url="https://bowuzhi.fm/139" overcastUrl="https://overcast.fm/+FCF-gFC7U" enclosureUrl="https://aphid.fireside.fm/d/1437767933/c31bea1c-0034-4381-9ad0-89823ce4540b/6bcbdc97-65e6-4622-954e-bcdb3da4e537.mp3" userUpdatedDate="2019-04-07T00:37:32-04:00" userDeleted="1" played="1"/>
        <outline type="podcast-episode" overcastId="354145624330781" pubDate="2019-03-12T02:00:00-04:00" title="#138. &#x5C0F;&#x7231;&#x7684;&#x5DF4;&#x9ECE;&#x95F2;&#x804A;" url="https://bowuzhi.fm/138" overcastUrl="https://overcast.fm/+FCF_QjEh0" enclosureUrl="https://aphid.fireside.fm/d/1437767933/c31bea1c-0034-4381-9ad0-89823ce4540b/715eed83-6159-42c4-8eb5-88269346ae18.mp3" userUpdatedDate="2019-03-13T04:45:48-04:00" userDeleted="1" played="1"/>
      </outline>
      <outline type="rss" overcastId="702580" text="&#x58F0;&#x4E1C;&#x51FB;&#x897F;" title="&#x58F0;&#x4E1C;&#x51FB;&#x897F;" xmlUrl="https://feeds.fireside.fm/shengdongjixi/rss" htmlUrl="http://www.etw.fm/" subscribed="1" notifications="1">
        <outline type="podcast-episode" overcastId="754389781793800" pubDate="2019-06-17T19:00:00-04:00" title="#87 &#x57CE;&#x5E02;&#x4E28;&#x4E1C;&#x4EAC;&#x90A3;&#x4E48;&#x62E5;&#x6324;&#xFF0C;&#x4E3A;&#x4EC0;&#x4E48;&#x8FD9;&#x4E2A;&#x57CE;&#x5E02;&#x8FD8;&#x4E95;&#x4E95;&#x6709;&#x6761;" url="http://www.etw.fm/tokyo2019" overcastUrl="https://overcast.fm/+KuHQ73TAg" enclosureUrl="https://chtbl.com/track/GGD9D/aphid.fireside.fm/d/1437767933/8dd8a56f-9636-415a-8c00-f9ca6778e511/a4a3bf89-2b63-49fe-a1e8-553f7ef86785.mp3" userUpdatedDate="2019-06-20T06:53:48-04:00" userDeleted="1" played="1"/>
        <outline type="podcast-episode" overcastId="754390065568141" pubDate="2019-06-06T11:00:00-04:00" title="#86 &#x4E2D;&#x7F8E;&#x4E3B;&#x64AD;&#x8FA9;&#x8BBA;&#x4E86;&#x4E00;&#x4E0B;&#xFF0C;&#x6211;&#x4EEC;&#x8BB0;&#x8005;&#x770B;&#x51FA;&#x4E86;&#x4EC0;&#x4E48;&#x7AEF;&#x502A;" url="http://www.etw.fm/media-and-trade-war" overcastUrl="https://overcast.fm/+KuHR_hWY0" enclosureUrl="https://chtbl.com/track/GGD9D/aphid.fireside.fm/d/1437767933/8dd8a56f-9636-415a-8c00-f9ca6778e511/141eaafd-0055-4eae-af11-b2945f303f23.mp3" userUpdatedDate="2019-06-12T20:56:21-04:00" userDeleted="1" played="1"/>
        <outline type="podcast-episode" overcastId="754389891223334" pubDate="2019-05-20T13:00:00-04:00" title="#85&#x300A;&#x6743;&#x529B;&#x7684;&#x6E38;&#x620F;&#x300B;&#x7EC8;&#x7ED3;&#x4E86;&#xFF0C;HBO&#x4E5F;&#x5230;&#x4E86;&#x4E00;&#x4E2A;&#x5FAE;&#x5999;&#x7684;&#x65F6;&#x523B;" url="http://www.etw.fm/got-hbo" overcastUrl="https://overcast.fm/+KuHRV9DyY" enclosureUrl="https://chtbl.com/track/GGD9D/aphid.fireside.fm/d/1437767933/8dd8a56f-9636-415a-8c00-f9ca6778e511/629cd0c6-de4d-49e3-9a21-93ea59c7eca1.mp3" userUpdatedDate="2019-05-22T18:55:05-04:00" userDeleted="1" played="1"/>
        <outline type="podcast-episode" overcastId="754390176749345" pubDate="2019-05-11T11:00:00-04:00" title="#84 &#x4E8C;&#x5341;&#x5E74;&#x524D;&#x4E2D;&#x56FD;&#x5927;&#x4F7F;&#x9986;&#x5728;&#x8FD9;&#x7247;&#x571F;&#x5730;&#x88AB;&#x70B8;&#x6BC1;&#xFF0C;&#x6211;&#x4EEC;&#x60F3;&#x7C97;&#x7565;&#x4E86;&#x89E3;&#x8FD9;&#x91CC;&#x7684;&#x7231;&#x6068;&#x60C5;&#x4EC7;" url="http://www.etw.fm/2019" overcastUrl="https://overcast.fm/+KuHSaB1yE" enclosureUrl="https://chtbl.com/track/GGD9D/aphid.fireside.fm/d/1437767933/8dd8a56f-9636-415a-8c00-f9ca6778e511/d09a86cc-ef56-421a-b65e-560157b54eda.mp3" userUpdatedDate="2019-05-14T00:55:27-04:00" userDeleted="1" played="1"/>
        <outline type="podcast-episode" overcastId="754389619184223" pubDate="2019-04-25T11:00:00-04:00" title="#83 &#x7845;&#x8C37;&#x600E;&#x4E48;&#x770B;996" url="http://www.etw.fm/996" overcastUrl="https://overcast.fm/+KuHQVGEl8" enclosureUrl="https://chtbl.com/track/GGD9D/aphid.fireside.fm/d/1437767933/8dd8a56f-9636-415a-8c00-f9ca6778e511/edb368c5-e435-490a-8684-698df8318ac0.mp3" userUpdatedDate="2019-04-30T14:33:10-04:00" userDeleted="1" played="1"/>
        <outline type="podcast-episode" overcastId="754389771367526" pubDate="2019-04-15T11:00:00-04:00" title="#82 &#x77E5;&#x9053;&#x4F60;&#x79BB;&#x4E0D;&#x5F00;&#x624B;&#x673A;&#xFF0C;&#x6240;&#x4EE5;&#x6211;&#x4EEC;&#x6765;&#x804A;&#x804A;&#x8FD9;&#x79CD;&#x73B0;&#x4EE3;&#x75C5;&#x548C;&#x6CBB;&#x7597;&#x65B9;&#x6848;" url="http://www.etw.fm/digital-minimalisminimalism" overcastUrl="https://overcast.fm/+KuHQ5YNGY" enclosureUrl="https://chtbl.com/track/GGD9D/aphid.fireside.fm/d/1437767933/8dd8a56f-9636-415a-8c00-f9ca6778e511/0b68ea19-4fe8-4876-b654-2744854a996a.mp3" userUpdatedDate="2019-04-19T00:47:27-04:00" userDeleted="1" played="1"/>
        <outline type="podcast-episode" overcastId="754390569714570" pubDate="2019-03-26T11:00:00-04:00" title="#81 &#x7ECF;&#x6D4E;&#x5B66;&#x4EBA;&#x7684;&#x8BB0;&#x8005;&#xFF0C;&#x4E3A;&#x4E2D;&#x56FD;&#x5269;&#x5973;&#x5199;&#x4E86;&#x4E00;&#x672C;&#x4E66;" url="http://www.etw.fm/leftover-women" overcastUrl="https://overcast.fm/+KuHT3uA4o" enclosureUrl="https://chtbl.com/track/GGD9D/aphid.fireside.fm/d/1437767933/8dd8a56f-9636-415a-8c00-f9ca6778e511/668b2975-596d-41d4-8e53-9f0d80c95de7.mp3" userUpdatedDate="2019-04-09T00:27:09-04:00" userDeleted="1" progress="756"/>
        <outline type="podcast-episode" overcastId="754389971256324" pubDate="2019-02-08T11:00:00-05:00" title="#79 &#x5979;&#x62CD;&#x4E86;&#x90E8;&#x533A;&#x5757;&#x94FE;&#x7EAA;&#x5F55;&#x7247;&#xFF0C;&#x63A2;&#x7A76;&#x8FD9;&#x4E2A;&#x5927;&#x8D77;&#x5927;&#x843D;&#x884C;&#x4E1A;&#x80CC;&#x540E;&#x7684;&#x6545;&#x4E8B;" url="http://www.etw.fm/nextblockchain" overcastUrl="https://overcast.fm/+KuHRpCRAQ" enclosureUrl="https://chtbl.com/track/GGD9D/aphid.fireside.fm/d/1437767933/8dd8a56f-9636-415a-8c00-f9ca6778e511/912fc1f5-9853-417b-ae40-cfcbe26106af.mp3" userUpdatedDate="2019-02-13T19:37:50-05:00" userDeleted="1" played="1"/>
        <outline type="podcast-episode" overcastId="754389560540599" pubDate="2019-01-10T17:00:00-05:00" title="#78 &#x4F60;&#x4FE1;&#x8FD8;&#x662F;&#x4E0D;&#x4FE1;&#xFF0C;&#x90A3;&#x4E9B;&#x5173;&#x4E8E;&#x8425;&#x517B;&#x7684;&#x8FF7;&#x601D;" url="http://www.etw.fm/nutrition" overcastUrl="https://overcast.fm/+KuHQHHPbc" enclosureUrl="https://chtbl.com/track/GGD9D/aphid.fireside.fm/d/1437767933/8dd8a56f-9636-415a-8c00-f9ca6778e511/3b7cc7ed-fa58-4703-a223-aee63fc58ea4.mp3" userUpdatedDate="2019-02-03T18:23:52-05:00" userDeleted="1" played="1"/>
      </outline>
      <outline type="rss" overcastId="776334" text="Today, Explained" title="Today, Explained" xmlUrl="https://rss.art19.com/today-explained" htmlUrl="https://www.vox.com/todayexplained" subscribed="1" notifications="1">
        <outline type="podcast-episode" overcastId="833582944821654" pubDate="2019-07-03T12:00:00-04:00" title="Know your enemy (Part I)" url="https://art19.com/shows/today-explained/episodes/4bafd831-760d-48db-a73d-361f72c16767" overcastUrl="https://overcast.fm/+L2I6dRIZY" enclosureUrl="https://chtbl.com/track/524GE/rss.art19.com/episodes/4bafd831-760d-48db-a73d-361f72c16767.mp3" userUpdatedDate="2019-07-09T03:09:16-04:00" userDeleted="1" played="1"/>
        <outline type="podcast-episode" overcastId="833582369185904" pubDate="2019-07-02T18:15:03-04:00" title="Equal pay is the goooooaaaaaallllllllll!" url="https://art19.com/shows/today-explained/episodes/34a904e0-01b0-458e-8165-cf8c608b10ac" overcastUrl="https://overcast.fm/+L2I4UBoHA" enclosureUrl="https://chtbl.com/track/524GE/rss.art19.com/episodes/34a904e0-01b0-458e-8165-cf8c608b10ac.mp3" userUpdatedDate="2019-07-09T05:03:47-04:00" progress="18"/>
        <outline type="podcast-episode" overcastId="833582442393529" pubDate="2019-06-24T15:12:31-04:00" title="The rise and fall of R. Kelly" url="https://art19.com/shows/today-explained/episodes/6074b10b-daf7-42ce-bec6-0939f8f4d762" overcastUrl="https://overcast.fm/+L2I4ler7k" enclosureUrl="https://chtbl.com/track/524GE/rss.art19.com/episodes/6074b10b-daf7-42ce-bec6-0939f8f4d762.mp3" userUpdatedDate="2019-06-24T20:09:20-04:00" userDeleted="1" played="1"/>
        <outline type="podcast-episode" overcastId="833583075061525" pubDate="2019-06-21T14:56:02-04:00" title="Never forget" url="https://art19.com/shows/today-explained/episodes/951f06fb-e57f-49ec-ae8a-6664f9bc2d36" overcastUrl="https://overcast.fm/+L2I68UbxU" enclosureUrl="https://chtbl.com/track/524GE/rss.art19.com/episodes/951f06fb-e57f-49ec-ae8a-6664f9bc2d36.mp3" userUpdatedDate="2019-06-24T20:09:20-04:00" progress="27"/>
        <outline type="podcast-episode" overcastId="833582430682071" pubDate="2019-06-12T18:01:21-04:00" title="Guatemala&#x2019;s corruption conundrum" url="https://art19.com/shows/today-explained/episodes/d28b422c-1dd9-4579-9670-825ca302e61f" overcastUrl="https://overcast.fm/+L2I4ir-9c" enclosureUrl="https://chtbl.com/track/524GE/rss.art19.com/episodes/d28b422c-1dd9-4579-9670-825ca302e61f.mp3" userUpdatedDate="2019-06-12T23:42:31-04:00" progress="32"/>
        <outline type="podcast-episode" overcastId="833583336657794" pubDate="2019-06-11T19:23:00-04:00" title="Planting dreams" url="https://art19.com/shows/today-explained/episodes/6622e6bd-f640-45f8-aaa8-2c82c345b5e3" overcastUrl="https://overcast.fm/+L2I76sE4I" enclosureUrl="https://chtbl.com/track/524GE/rss.art19.com/episodes/6622e6bd-f640-45f8-aaa8-2c82c345b5e3.mp3" userUpdatedDate="2019-06-11T21:17:32-04:00" progress="276"/>
        <outline type="podcast-episode" overcastId="833582961407617" pubDate="2019-05-30T15:55:54-04:00" title="Agent Assange?" url="https://art19.com/shows/today-explained/episodes/bb0e4feb-dc94-4fcc-8b12-ef9b04625b00" overcastUrl="https://overcast.fm/+L2I6hONoE" enclosureUrl="https://chtbl.com/track/524GE/rss.art19.com/episodes/bb0e4feb-dc94-4fcc-8b12-ef9b04625b00.mp3" userUpdatedDate="2019-05-31T09:16:42-04:00" userDeleted="1" played="1"/>
        <outline type="podcast-episode" overcastId="833582678907425" pubDate="2019-05-29T17:25:01-04:00" title="Mueller speaks" url="https://art19.com/shows/today-explained/episodes/b1a09c85-1568-49d0-8f2d-6cef4667f9df" overcastUrl="https://overcast.fm/+L2I5d3miE" enclosureUrl="https://chtbl.com/track/524GE/rss.art19.com/episodes/b1a09c85-1568-49d0-8f2d-6cef4667f9df.mp3" userUpdatedDate="2019-06-24T19:39:52-04:00" userDeleted="1" played="1"/>
      </outline>
      <outline type="rss" overcastId="882485" text="&#x4EA4;&#x5DEE;&#x70B9;" title="&#x4EA4;&#x5DEE;&#x70B9;" xmlUrl="https://jiaocha.io/feed.xml" htmlUrl="https://jiaocha.io/" subscribed="1" notifications="1">
        <outline type="podcast-episode" overcastId="947561257008213" pubDate="2019-02-23T19:00:00-05:00" title="#18&#xFF1A;&#x4ECE;&#x8D3E;&#x541B;&#x9E4F;&#x5230;&#x5B59;&#x7B11;&#x5DDD;&#xFF1A;&#x53E3;&#x5934; SM &#x548C;&#x7CBE;&#x795E;&#x640F;&#x51FB;" url="https://jiaocha.io/18/" overcastUrl="https://overcast.fm/+NdzUwgfFU" enclosureUrl="https://dts.podtrac.com/redirect.mp3/jiaocha.io/assets/podcasts/18.mp3" userUpdatedDate="2019-02-28T03:38:19-05:00" userDeleted="1" played="1"/>
        <outline type="podcast-episode" overcastId="947561112312429" pubDate="2019-01-12T19:00:00-05:00" title="#17&#xFF1A;&#x4EA4;&#x5DEE;&#x70B9;&#x2716;&#xFE0F;&#x5229;&#x5668;&#x300C;&#x5DE5;&#x5177;&#x548C;&#x4EBA;&#x7684;&#x5408;&#x96C6;&#x624D;&#x662F;&#x5229;&#x5668;&#x300D;" url="https://jiaocha.io/17/" overcastUrl="https://overcast.fm/+NdzUOAmm0" enclosureUrl="https://dts.podtrac.com/redirect.mp3/jiaocha.io/assets/podcasts/17.mp3" userUpdatedDate="2019-01-13T20:02:26-05:00" userDeleted="1" played="1"/>
      </outline>
      <outline type="rss" overcastId="1097275" text="Casticle" title="Casticle" xmlUrl="https://feeds.fireside.fm/casticle/rss" htmlUrl="https://casticle.fm/" subscribed="1" notifications="1">
        <outline type="podcast-episode" overcastId="1178190850051345" pubDate="2019-07-21T05:00:00-04:00" title="#6: &#x9700;&#x8981;&#x6253;&#x8D77;&#x7CBE;&#x795E;&#x7684;&#x65F6;&#x5019;&#xFF0C;&#x4F60;&#x8BE5;&#x542C;&#x4EC0;&#x4E48;&#x64AD;&#x5BA2;&#xFF1F;" url="https://casticle.fm/6" overcastUrl="https://overcast.fm/+Qvju8YTRE" enclosureUrl="https://aphid.fireside.fm/d/1437767933/9fa66de1-c6c8-4d46-b218-eda34eaed4dc/213bc1ab-b6d0-4e26-9a46-8a266a2a736d.mp3" userUpdatedDate="2019-07-23T06:32:38-04:00" userDeleted="1" played="1"/>
      </outline>
      <outline type="rss" overcastId="321856" text="Software Engineering Daily" title="Software Engineering Daily" xmlUrl="https://softwareengineeringdaily.com/feed/podcast/" htmlUrl="https://softwareengineeringdaily.com/archives/" subscribed="1" notifications="1">
        <outline type="podcast-episode" overcastId="345590248930549" pubDate="2019-05-22T05:00:44-04:00" title="Monolithic Repositories with Ciera Jaspan" url="https://softwareengineeringdaily.com/2019/05/22/monolithic-repositories-with-ciera-jaspan/" overcastUrl="https://overcast.fm/+E6UAAGfPU" enclosureUrl="http://traffic.libsyn.com/sedaily/2019_05_22_Monoliths.mp3" userUpdatedDate="2019-05-23T19:35:48-04:00" userDeleted="1" played="1"/>
        <outline type="podcast-episode" overcastId="345591092554161" pubDate="2019-05-21T05:00:41-04:00" title="Scaling Intuit with Alex Balazs" url="https://softwareengineeringdaily.com/2019/05/21/scaling-intuit-with-alex-balazs/" overcastUrl="https://overcast.fm/+E6UDJPKbE" enclosureUrl="http://traffic.libsyn.com/sedaily/2019_05_21_Intuit.mp3" userUpdatedDate="2019-05-27T00:02:58-04:00" userDeleted="1" played="1"/>
        <outline type="podcast-episode" overcastId="345590954031324" pubDate="2019-05-20T05:00:27-04:00" title="Emerging Markets: Kenya with Nelly Cheboi" url="https://softwareengineeringdaily.com/2019/05/20/emergingmarkets-kenya-with-nelly-cheboi/" overcastUrl="https://overcast.fm/+E6UCoNeNw" enclosureUrl="http://traffic.libsyn.com/sedaily/2019_05_20_EmergingMarketKenya.mp3" userUpdatedDate="2019-05-27T00:04:59-04:00" progress="155"/>
        <outline type="podcast-episode" overcastId="345590895615360" pubDate="2019-04-29T05:00:33-04:00" title="Lyft&#x2019;s Data Platform with Li Gao" url="https://softwareengineeringdaily.com/2019/04/29/lyfts-data-platform-with-li-gao/" overcastUrl="https://overcast.fm/+E6UCaSHYA" enclosureUrl="http://traffic.libsyn.com/sedaily/2019_04_29_LyftDataPlatform.mp3" userUpdatedDate="2019-05-05T00:42:45-04:00" userDeleted="1" played="1"/>
        <outline type="podcast-episode" overcastId="345590678535455" pubDate="2019-04-16T05:00:19-04:00" title="Lyft Data Discovery with Tao Feng and Mark Grover" url="https://softwareengineeringdaily.com/2019/04/16/lyft-data-discovery-with-tao-feng-and-mark-grover/" overcastUrl="https://overcast.fm/+E6UBmhvR8" enclosureUrl="http://traffic.libsyn.com/sedaily/2019_04_16_LyftDataDiscovery.mp3" userUpdatedDate="2019-04-22T00:45:35-04:00" userDeleted="1" played="1"/>
        <outline type="podcast-episode" overcastId="345590931304051" pubDate="2019-04-15T05:00:16-04:00" title="Protein Structure Deep Learning with Mohammed Al Quraishi" url="https://softwareengineeringdaily.com/2019/04/15/protein-structure-deep-learning-with-mohammed-al-quraishi/" overcastUrl="https://overcast.fm/+E6UCiyrnM" enclosureUrl="http://traffic.libsyn.com/sedaily/2019_04_15_ProteinDeepLearning.mp3" userUpdatedDate="2019-05-05T00:42:45-04:00" progress="1343"/>
        <outline type="podcast-episode" overcastId="345591035290800" pubDate="2019-04-10T05:00:35-04:00" title="Machine Learning Joins with Arun Kumar" url="https://softwareengineeringdaily.com/2019/04/10/machine-learning-joins-with-arun-kumar/" overcastUrl="https://overcast.fm/+E6UC7lZLA" enclosureUrl="http://traffic.libsyn.com/sedaily/2019_04_10_RelationalLearning.mp3" userUpdatedDate="2019-04-21T07:47:38-04:00" userDeleted="1" played="1"/>
        <outline type="podcast-episode" overcastId="345590375023706" pubDate="2019-04-01T05:00:16-04:00" title="Uber Infrastructure with Prashant Varanasi and Akshay Shah" url="https://softwareengineeringdaily.com/2019/04/01/uber-infrastructure-with-prashant-varanasi-and-akshay-shah/" overcastUrl="https://overcast.fm/+E6UAeKhFo" enclosureUrl="http://traffic.libsyn.com/sedaily/2019_03_28_GoAtUber.mp3" userUpdatedDate="2019-04-03T00:50:55-04:00" userDeleted="1" played="1"/>
        <outline type="podcast-episode" overcastId="345590865209864" pubDate="2019-03-29T13:15:17-04:00" title="Workload Scheduling with Brian Grant" url="https://softwareengineeringdaily.com/2019/03/29/workload-scheduling-with-brian-grant/" overcastUrl="https://overcast.fm/+E6UCTCKgg" enclosureUrl="http://traffic.libsyn.com/sedaily/2019_03_29_KubernetesWorkloadsBrianGrant.mp3" userUpdatedDate="2019-04-08T01:35:21-04:00" userDeleted="1" played="1"/>
        <outline type="podcast-episode" overcastId="345591135526590" pubDate="2019-03-28T05:00:20-04:00" title="Peloton: Uber&#x2019;s Cluster Scheduler with Min Cai and Mayank Bansal" url="https://softwareengineeringdaily.com/2019/03/28/peloton-ubers-cluster-scheduler-with-min-cai-and-mayank-bansal/" overcastUrl="https://overcast.fm/+E6UDTe3r4" enclosureUrl="http://traffic.libsyn.com/sedaily/2019_03_12_UberPeloton.mp3" userUpdatedDate="2019-04-01T19:55:32-04:00" userDeleted="1" played="1"/>
        <outline type="podcast-episode" overcastId="345590642441333" pubDate="2019-03-27T05:00:26-04:00" title="Scaling Log Management with Renaud Boutet" url="https://softwareengineeringdaily.com/2019/03/27/scaling-log-management-with-renaud-boutet/" overcastUrl="https://overcast.fm/+E6UBd6_HU" enclosureUrl="http://traffic.libsyn.com/sedaily/2019_03_27_LoggingwithRenaudBoutet.mp3" userUpdatedDate="2019-04-21T07:53:23-04:00" progress="1604"/>
        <outline type="podcast-episode" overcastId="345590404838945" pubDate="2019-03-22T05:00:11-04:00" title="Apache Superset with Maxime Beauchemin" url="https://softwareengineeringdaily.com/2019/03/22/apache-superset-with-maxime-beauchemin/" overcastUrl="https://overcast.fm/+E6UAlRdiE" enclosureUrl="http://traffic.libsyn.com/sedaily/2019_03_22_Superset.mp3" userUpdatedDate="2019-03-25T19:57:21-04:00" userDeleted="1" played="1"/>
        <outline type="podcast-episode" overcastId="345590341142240" pubDate="2019-03-21T05:00:09-04:00" title="FaunaDB with Evan Weaver" url="https://softwareengineeringdaily.com/2019/03/21/faunadb-with-evan-weaver/" overcastUrl="https://overcast.fm/+E6UAWFhuA" enclosureUrl="http://traffic.libsyn.com/sedaily/2019_03_21_FaunaDB.mp3" userUpdatedDate="2019-03-22T00:58:31-04:00" userDeleted="1" played="1"/>
        <outline type="podcast-episode" overcastId="345590867085001" pubDate="2019-03-20T05:00:08-04:00" title="ElasticSearch at Scale with Volkan Yazici" url="https://softwareengineeringdaily.com/2019/03/20/elasticsearch-at-scale-with-volkan-yazici/" overcastUrl="https://overcast.fm/+E6UCTexsk" enclosureUrl="http://traffic.libsyn.com/sedaily/2019_03_20_ElasticSearchProsandCons.mp3" userUpdatedDate="2019-03-26T19:21:38-04:00" userDeleted="1" played="1"/>
        <outline type="podcast-episode" overcastId="345590516008076" pubDate="2019-03-19T05:00:07-04:00" title="Serverless GraphQL with Tanmai Gopal" url="https://softwareengineeringdaily.com/2019/03/19/serverless-graphql-with-tanmai-gopal/" overcastUrl="https://overcast.fm/+E6UA_xxIw" enclosureUrl="http://traffic.libsyn.com/sedaily/2019_03_19_Hasura.mp3" userUpdatedDate="2019-03-26T19:21:38-04:00" progress="22"/>
        <outline type="podcast-episode" overcastId="345590934633057" pubDate="2019-03-08T05:00:08-05:00" title="Netlify with Mathias Biilmann Christensen" url="https://softwareengineeringdaily.com/2019/03/08/netlify-with-mathias-biilmann-christensen/" overcastUrl="https://overcast.fm/+E6UCjlemE" enclosureUrl="http://traffic.libsyn.com/sedaily/2019_03_08_Netlify.mp3" userUpdatedDate="2019-03-13T05:01:31-04:00" progress="424"/>
        <outline type="podcast-episode" overcastId="345590328807998" pubDate="2019-02-06T05:00:46-05:00" title="Cadre: Automated Investing with Leonid Movsesyan" url="https://softwareengineeringdaily.com/2019/02/06/cadre-automated-investing-with-leonid-movsesyan/" overcastUrl="https://overcast.fm/+E6UATJUj4" enclosureUrl="http://traffic.libsyn.com/sedaily/2019_02_06_Cadre.mp3" userUpdatedDate="2019-02-07T10:48:45-05:00" progress="121"/>
        <outline type="podcast-episode" overcastId="345591244581641" pubDate="2019-02-01T05:00:53-05:00" title="Engineering Philosophy with Tyler Cowen" url="https://softwareengineeringdaily.com/2019/02/01/engineering-philosophy-with-tyler-cowen/" overcastUrl="https://overcast.fm/+E6UDte6wk" enclosureUrl="http://traffic.libsyn.com/sedaily/2019_02_01_TylerCowen.mp3" userUpdatedDate="2019-04-07T19:35:13-04:00" progress="2986"/>
        <outline type="podcast-episode" overcastId="345590401245466" pubDate="2019-01-28T05:00:27-05:00" title="Software Chasms with Martin Casado" url="https://softwareengineeringdaily.com/2019/01/28/software-chasms-with-martin-casado/" overcastUrl="https://overcast.fm/+E6UAkaoRo" enclosureUrl="http://traffic.libsyn.com/sedaily/2019_01_28_MartinCasado.mp3" userUpdatedDate="2019-01-28T20:47:51-05:00" userDeleted="1" played="1"/>
        <outline type="podcast-episode" overcastId="345590943772661" pubDate="2019-01-25T05:00:08-05:00" title="Kubeflow: TensorFlow on Kubernetes with David Aronchick" url="https://softwareengineeringdaily.com/2019/01/25/kubeflow-tensorflow-on-kubernetes-with-david-aronchick/" overcastUrl="https://overcast.fm/+E6UClw7_U" enclosureUrl="http://traffic.libsyn.com/sedaily/2019_01_25_Kubeflow.mp3" userUpdatedDate="2019-03-05T18:50:09-05:00" userDeleted="1" played="1"/>
        <outline type="podcast-episode" overcastId="345590765099946" pubDate="2019-01-21T10:59:41-05:00" title="Prometheus Scalability with Bryan Boreham" url="https://softwareengineeringdaily.com/2019/01/21/prometheus-scalability-with-bryan-boreham/" overcastUrl="https://overcast.fm/+E6UB7Km6o" enclosureUrl="http://traffic.libsyn.com/sedaily/2019_01_21_Cortex.mp3" userUpdatedDate="2019-01-21T19:48:01-05:00" userDeleted="1" played="1"/>
        <outline type="podcast-episode" overcastId="345590836689937" pubDate="2019-01-18T05:00:14-05:00" title="Spot Instances with Amiram Shachar" url="https://softwareengineeringdaily.com/2019/01/18/spot-instances-with-amiram-shachar/" overcastUrl="https://overcast.fm/+E6UCMO_BE" enclosureUrl="http://traffic.libsyn.com/sedaily/2019_01_18_Spotinst.mp3" userUpdatedDate="2019-04-07T19:25:47-04:00" userDeleted="1" progress="3554"/>
        <outline type="podcast-episode" overcastId="345591166659446" pubDate="2019-01-17T05:00:42-05:00" title="Looker: Business Intelligence Platform with Daniel Mintz" url="https://softwareengineeringdaily.com/2019/01/17/looker-business-intelligence-platform-with-daniel-mintz/" overcastUrl="https://overcast.fm/+E6UDa563Y" enclosureUrl="http://traffic.libsyn.com/sedaily/2019_01_17_Looker.mp3" userUpdatedDate="2019-04-07T19:25:47-04:00" userDeleted="1" progress="710"/>
        <outline type="podcast-episode" overcastId="345590898262295" pubDate="2019-01-15T05:00:53-05:00" title="Notebooks at Netflix with Matthew Seal" url="https://softwareengineeringdaily.com/2019/01/15/notebooks-at-netflix-with-matthew-seal/" overcastUrl="https://overcast.fm/+E6UCa6gRc" enclosureUrl="http://traffic.libsyn.com/sedaily/2019_01_15_NotebooksAtNetflix.mp3" userUpdatedDate="2019-01-17T23:03:04-05:00" userDeleted="1" played="1"/>
        <outline type="podcast-episode" overcastId="345591081963846" pubDate="2019-01-14T05:00:53-05:00" title="Kubernetes in China with Dan Kohn" url="https://softwareengineeringdaily.com/2019/01/14/kubernetes-in-china-with-dan-kohn/" overcastUrl="https://overcast.fm/+E6UDGtkUY" enclosureUrl="http://traffic.libsyn.com/sedaily/2019_01_14_DanKohn.mp3" userUpdatedDate="2019-02-03T18:47:13-05:00" userDeleted="1" played="1"/>
        <outline type="podcast-episode" overcastId="345590660793279" pubDate="2019-01-11T05:00:47-05:00" title="AWS Analysis with Corey Quinn" url="https://softwareengineeringdaily.com/2019/01/11/aws-analysis-with-corey-quinn/" overcastUrl="https://overcast.fm/+E6UBiTA78" enclosureUrl="http://traffic.libsyn.com/sedaily/2019_01_11_CoreyQuinn.mp3" userUpdatedDate="2019-01-14T06:48:49-05:00" userDeleted="1" played="1"/>
      </outline>
      <outline type="rss" overcastId="100889" text="Exponent" title="Exponent" xmlUrl="http://exponent.fm/feed/" htmlUrl="http://exponent.fm/" subscribed="1" notifications="1">
        <outline type="podcast-episode" overcastId="108329311695039" pubDate="2019-06-13T09:01:13-04:00" title="Episode 172 &#x2014; Game of Phones" url="http://exponent.fm/episode-172-game-of-phones/" overcastUrl="https://overcast.fm/+BihmIkcL8" enclosureUrl="http://media.blubrry.com/exponent/content.blubrry.com/exponent/exponent172-2.mp3" userUpdatedDate="2019-06-13T21:22:32-04:00" userDeleted="1" played="1"/>
      </outline>
      <outline type="rss" overcastId="355097" text="Acquired" title="Acquired" xmlUrl="https://acquired.libsyn.com/rss" htmlUrl="https://acquired.fm/" subscribed="1" notifications="1">
        <outline type="podcast-episode" overcastId="381282712457024" pubDate="2019-06-27T11:20:40-04:00" title="Superhuman (with CEO Rahul Vohra)" url="https://chtbl.com/track/18338/traffic.libsyn.com/secure/acquired/Superhuman_2.mp3" overcastUrl="https://overcast.fm/+Faxkyij0A" enclosureUrl="https://chtbl.com/track/18338/traffic.libsyn.com/secure/acquired/Superhuman_2.mp3?dest-id=376122" userUpdatedDate="2019-06-28T00:40:30-04:00" userDeleted="1" played="1"/>
        <outline type="podcast-episode" overcastId="381283515499320" pubDate="2019-06-24T23:59:05-04:00" title="The Slack DPO" url="https://acquired.libsyn.com/season-4-episode-9the-slack-dpo" overcastUrl="https://overcast.fm/+FaxnyAAzg" enclosureUrl="https://chtbl.com/track/18338/traffic.libsyn.com/secure/acquired/ACQ_-_Slack.mp3?dest-id=376122" userUpdatedDate="2019-06-25T20:57:13-04:00" userDeleted="1" played="1"/>
        <outline type="podcast-episode" overcastId="381282667822891" pubDate="2019-06-18T22:19:36-04:00" title="The Zoom IPO (with Santi Subotovsky)" url="https://acquired.libsyn.com/the-zoom-ipo-with-santi-subotovsky" overcastUrl="https://overcast.fm/+Faxkn5fys" enclosureUrl="https://chtbl.com/track/18338/traffic.libsyn.com/secure/acquired/ACQ_-_Zoom_Rev.mp3?dest-id=376122" userUpdatedDate="2019-06-19T21:44:48-04:00" userDeleted="1" played="1"/>
        <outline type="podcast-episode" overcastId="381282591240528" pubDate="2019-05-27T13:25:56-04:00" title="The Electronic Arts IPO (with Trip Hawkins)" url="https://acquired.libsyn.com/the-electronic-arts-ipo-with-trip-hawkins" overcastUrl="https://overcast.fm/+FaxkVo8VA" enclosureUrl="https://chtbl.com/track/18338/traffic.libsyn.com/secure/acquired/ACQ_-_EA_IPO_Rev2_1.mp3?dest-id=376122" userUpdatedDate="2019-07-10T19:36:11-04:00" userDeleted="1" progress="5717"/>
        <outline type="podcast-episode" overcastId="381282984613570" pubDate="2019-05-10T21:26:01-04:00" title="The Uber IPO" url="https://acquired.libsyn.com/the-uber-ipo" overcastUrl="https://overcast.fm/+FaxlzbVsI" enclosureUrl="https://chtbl.com/track/18338/traffic.libsyn.com/secure/acquired/The_Uber_IPO_V3.mp3?dest-id=376122" userUpdatedDate="2019-05-15T03:02:09-04:00" userDeleted="1" played="1"/>
        <outline type="podcast-episode" overcastId="381282621303901" pubDate="2019-04-23T21:04:46-04:00" title="The Pinterest IPO" url="https://acquired.libsyn.com/the-pinterest-ipo" overcastUrl="https://overcast.fm/+FaxkczrF0" enclosureUrl="https://chtbl.com/track/18338/traffic.libsyn.com/secure/acquired/ACQ_-_Pinterest_Rev.mp3?dest-id=376122" userUpdatedDate="2019-05-15T20:41:58-04:00" userDeleted="1" played="1"/>
        <outline type="podcast-episode" overcastId="381283521847937" pubDate="2019-03-30T19:32:45-04:00" title="The Lyft IPO" url="https://acquired.libsyn.com/the-lyft-ipo" overcastUrl="https://overcast.fm/+Faxnzg4oE" enclosureUrl="https://chtbl.com/track/18338/traffic.libsyn.com/secure/acquired/lyft.mp3?dest-id=376122" userUpdatedDate="2019-04-01T00:41:39-04:00" userDeleted="1" played="1"/>
        <outline type="podcast-episode" overcastId="381283083721120" pubDate="2019-03-06T10:30:37-05:00" title="LP sneak peek: How to build a successful SaaS company (with Jake Saper, Partner at Emergence Capital)" url="https://acquired.libsyn.com/lp-sneak-peek-how-to-build-a-successful-saas-company-with-jake-saper-partner-at-emergence-capital" overcastUrl="https://overcast.fm/+FaxmLDmaA" enclosureUrl="https://chtbl.com/track/18338/traffic.libsyn.com/secure/acquired/Jake_Bonus_Trailer_Ep_Take_2.mp3?dest-id=376122" userUpdatedDate="2019-03-13T04:56:54-04:00" userDeleted="1" played="1"/>
        <outline type="podcast-episode" overcastId="381282864189546" pubDate="2019-02-25T22:28:52-05:00" title="Season 4, Episode 3: Instagram Revisited (with Emily White)" url="https://acquired.libsyn.com/season-4-episode-3instagram-revisited-with-emily-white" overcastUrl="https://overcast.fm/+FaxlWt0Go" enclosureUrl="https://chtbl.com/track/18338/traffic.libsyn.com/secure/acquired/Acquired_-_Instagram_Redux.mp3?dest-id=376122" userUpdatedDate="2019-06-19T09:26:23-04:00" userDeleted="1" played="1"/>
        <outline type="podcast-episode" overcastId="381283337122414" pubDate="2019-02-18T21:26:46-05:00" title="Spotify + Gimlet/Anchor Quick Take + Worldwide Meetup Details!" url="https://acquired.libsyn.com/spotify-gimletanchor-quick-take-worldwide-meetup-details" overcastUrl="https://overcast.fm/+FaxnHeMm4" enclosureUrl="https://chtbl.com/track/18338/traffic.libsyn.com/secure/acquired/Acquired_-_Meetup__Gimlet.mp3?dest-id=376122" userUpdatedDate="2019-03-05T02:59:18-05:00" userDeleted="1" played="1"/>
        <outline type="podcast-episode" overcastId="381283166293416" pubDate="2019-02-03T18:55:34-05:00" title="Season 4, Episode 2: ARM &amp; SoftBank" url="https://acquired.libsyn.com/season-4-episode-2arm-softbank" overcastUrl="https://overcast.fm/+Faxmevjag" enclosureUrl="https://chtbl.com/track/18338/traffic.libsyn.com/secure/acquired/acquired_-_armrev_2.mp3?dest-id=376122" userUpdatedDate="2019-02-18T20:07:04-05:00" userDeleted="1" played="1"/>
        <outline type="podcast-episode" overcastId="381282980792161" pubDate="2019-01-21T13:21:43-05:00" title="Season 4, Episode 1: ESPN" url="https://acquired.libsyn.com/season-4-episode-1espn" overcastUrl="https://overcast.fm/+FaxlyhB2E" enclosureUrl="https://chtbl.com/track/18338/traffic.libsyn.com/secure/acquired/Acquired_-_ESPN_Rev.mp3?dest-id=376122" userUpdatedDate="2019-07-10T19:36:11-04:00" userDeleted="1" progress="3017"/>
        <outline type="podcast-episode" overcastId="381282583263469" pubDate="2019-01-14T00:52:53-05:00" title="Season 4 Trailer (and 2019 predictions!)" url="https://www.acquired.fm/episodes/2019/1/13/season-4-trailer-and-2019-predictions" overcastUrl="https://overcast.fm/+FaxkTvOO0" enclosureUrl="http://traffic.libsyn.com/acquired/Season_4_Trailer__2019_Predictions.mp3" userUpdatedDate="2019-01-16T08:07:42-05:00" userDeleted="1" played="1"/>
        <outline type="podcast-episode" overcastId="381282526079619" pubDate="2018-12-16T23:59:54-05:00" title="Season 3, Episode 10: Tencent" url="https://www.acquired.fm/episodes/2018/12/16/season-3-episode-10-tencent" overcastUrl="https://overcast.fm/+FaxkGGqoM" enclosureUrl="http://traffic.libsyn.com/acquired/Acquired_-_Tencent_Rev_2.mp3" userUpdatedDate="2019-01-09T06:46:25-05:00" userDeleted="1" played="1"/>
        <outline type="podcast-episode" overcastId="381282872122395" pubDate="2018-12-10T09:46:25-05:00" title="LP Show Preview: Product-Market Fit" url="https://www.acquired.fm/episodes/2018/12/9/lp-bonus-show-product-market-fit" overcastUrl="https://overcast.fm/+FaxlYm3Bs" enclosureUrl="http://traffic.libsyn.com/acquired/LP_Episode_-_Product_Market_Fit_Public.mp3" userUpdatedDate="2019-01-04T23:15:58-05:00" userDeleted="1" progress="1456"/>
        <outline type="podcast-episode" overcastId="381282820386395" pubDate="2018-11-25T15:30:24-05:00" title="Season 3, Episode 9 Netflix (Part 2)" url="https://www.acquired.fm/episodes/2018/11/25/season-3-episode-9nbspnetflix-part-2" overcastUrl="https://overcast.fm/+FaxlMRbls" enclosureUrl="http://traffic.libsyn.com/acquired/NetflixPartTwo.mp3" userUpdatedDate="2019-01-09T06:46:25-05:00" userDeleted="1" played="1"/>
      </outline>
      <outline type="rss" overcastId="448028" text="&#x8FDF;&#x65E9;&#x66F4;&#x65B0;" title="&#x8FDF;&#x65E9;&#x66F4;&#x65B0;" xmlUrl="http://rss.lizhi.fm/rss/1728291.xml" htmlUrl="http://www.lizhi.fm/" subscribed="1" notifications="1">
        <outline type="podcast-episode" overcastId="481066773357087" pubDate="2019-07-11T00:00:51-04:00" title="&#x8FDF;&#x65E9;&#x66F4;&#x65B0; #114 &#x5728;&#x81EA;&#x5DF1;&#x8EAB;&#x4E0A;&#xFF0C;&#x514B;&#x670D;&#x8FD9;&#x4E2A;&#x65F6;&#x4EE3;" url="http://www.lizhi.fm/" overcastUrl="https://overcast.fm/+G1hxYjoh8" enclosureUrl="http://cdn.lizhi.fm/audio/2019/07/04/5052442271726161030_ud.mp3" userUpdatedDate="2019-07-11T08:35:49-04:00" userDeleted="1" played="1"/>
        <outline type="podcast-episode" overcastId="481066684685058" pubDate="2019-06-29T13:10:12-04:00" title="&#x8FDF;&#x65E9;&#x66F4;&#x65B0; #113 &#x7A84;&#x64AD;&#x65F6;&#x4EE3;&#xFF1A;&#x4E00;&#x96C6;&#x8C08;&#x8BBA;&#x5173;&#x4E8E;&#x64AD;&#x5BA2;&#x7684;&#x64AD;&#x5BA2;&#x7684;&#x64AD;&#x5BA2;" url="http://www.lizhi.fm/" overcastUrl="https://overcast.fm/+G1hxDamwI" enclosureUrl="http://cdn.lizhi.fm/audio/2019/06/30/5051614517574592518_ud.mp3" userUpdatedDate="2019-07-02T01:06:07-04:00" userDeleted="1" played="1"/>
        <outline type="podcast-episode" overcastId="481066598286658" pubDate="2019-05-24T21:42:47-04:00" title="&#x8FDF;&#x65E9;&#x66F4;&#x65B0; #112 &#x7A84;&#x64AD;&#x65F6;&#x4EE3;&#xFF1A;&#x5DE5;&#x5177;&#x8FD8;&#x662F;&#x73A9;&#x5177;&#xFF1F;" url="http://www.lizhi.fm/" overcastUrl="https://overcast.fm/+G1hwu0RUI" enclosureUrl="http://cdn.lizhi.fm/audio/2019/05/25/5045000991640047622_hd.mp3" userUpdatedDate="2019-06-18T19:56:01-04:00" userDeleted="1" progress="35"/>
        <outline type="podcast-episode" overcastId="481066558989114" pubDate="2019-05-24T21:42:47-04:00" title="&#x8FDF;&#x65E9;&#x66F4;&#x65B0; #112 &#x7A84;&#x64AD;&#x65F6;&#x4EE3;&#xFF1A;&#x5DE5;&#x5177;&#x8FD8;&#x662F;&#x73A9;&#x5177;&#xFF1F;" url="http://www.lizhi.fm/" overcastUrl="https://overcast.fm/+G1hwlcozo" enclosureUrl="http://cdn.lizhi.fm/audio/2019/05/25/5045000991640047622_ud.mp3" userUpdatedDate="2019-05-26T06:04:45-04:00" userDeleted="1" played="1"/>
        <outline type="podcast-episode" overcastId="481067082857838" pubDate="2019-05-13T18:00:29-04:00" title="&#x8FDF;&#x65E9;&#x66F4;&#x65B0; #111 &#x7A84;&#x64AD;&#x65F6;&#x4EE3;&#xFF1A;Let&#x2019;s Talk Business" url="http://www.lizhi.fm/" overcastUrl="https://overcast.fm/+G1hyiWPW4" enclosureUrl="http://cdn.lizhi.fm/audio/2019/05/14/5043012503385243654_ud.mp3" userUpdatedDate="2019-05-19T19:51:15-04:00" userDeleted="1" progress="1596"/>
        <outline type="podcast-episode" overcastId="481067133111205" pubDate="2019-05-04T20:00:29-04:00" title="&#x8FDF;&#x65E9;&#x66F4;&#x65B0; #110 &#x7A84;&#x64AD;&#x65F6;&#x4EE3;&#xFF1A;&#x5927;&#x4E16;&#x754C;&#x91CC;&#x7684;&#x5C0F;&#x58F0;&#x97F3;" url="http://www.lizhi.fm/" overcastUrl="https://overcast.fm/+G1hyuVC6U" enclosureUrl="http://cdn.lizhi.fm/audio/2019/05/04/5041135158286916742_ud.mp3" userUpdatedDate="2019-05-09T00:44:23-04:00" userDeleted="1" played="1"/>
        <outline type="podcast-episode" overcastId="481066955916107" pubDate="2019-04-05T23:36:43-04:00" title="&#x8FDF;&#x65E9;&#x66F4;&#x65B0; #109 &#x8BA2;&#x9605;&#x5236;&#x7684;&#x4E24;&#x4E2A;&#x534A;&#x95EE;&#x9898;&#x548C;&#x4E00;&#x4E2A;&#x9690;&#x55BB;" url="http://www.lizhi.fm/" overcastUrl="https://overcast.fm/+G1hyEFQ0s" enclosureUrl="http://cdn.lizhi.fm/audio/2019/04/06/5036017618714849798_ud.mp3" userUpdatedDate="2019-04-07T04:54:41-04:00" userDeleted="1" played="1"/>
        <outline type="podcast-episode" overcastId="481066778808547" pubDate="2019-03-07T13:12:02-05:00" title="&#x8FDF;&#x65E9;&#x66F4;&#x65B0; #108 &#x4ECE; Dieter Rams &#x7684;&#x91D1;&#x53E5;&#x5230;&#x4F01;&#x9E45;&#x7684;&#x811A;" url="http://www.lizhi.fm/" overcastUrl="https://overcast.fm/+G1hxZ20OM" enclosureUrl="http://cdn.lizhi.fm/audio/2019/03/08/5030563819850498054_ud.mp3" userUpdatedDate="2019-03-12T00:41:44-04:00" userDeleted="1" played="1"/>
        <outline type="podcast-episode" overcastId="481066446573557" pubDate="2019-02-27T14:19:42-05:00" title="&#x8FDF;&#x65E9;&#x66F4;&#x65B0; #107 &#x54AF;&#x54AF;&#x54D2;&#xFF5E;&#x54AF;&#x54AF;&#x54D2;&#xFF5E;" url="http://www.lizhi.fm/" overcastUrl="https://overcast.fm/+G1hwKpT_U" enclosureUrl="http://cdn.lizhi.fm/audio/2019/02/28/5029088369874408582_ud.mp3" userUpdatedDate="2019-03-01T00:39:50-05:00" userDeleted="1" played="1"/>
        <outline type="podcast-episode" overcastId="481067235707406" pubDate="2019-02-09T21:01:17-05:00" title="&#x8FDF;&#x65E9;&#x66F4;&#x65B0; #106 &#x300C;&#x8FDF;&#x65E9;&#x66F4;&#x65B0;&#x300D;&#xB7;&#x5173;&#x4E8E;&#x753B;&#x9762;&#x4E0E;&#x666F;&#x89C2;&#x7684;&#x773A;&#x671B;" url="http://www.lizhi.fm/" overcastUrl="https://overcast.fm/+G1hzGyig4" enclosureUrl="http://cdn.lizhi.fm/audio/2019/02/10/5025790086105658886_ud.mp3" userUpdatedDate="2019-02-12T19:26:27-05:00" userDeleted="1" played="1"/>
        <outline type="podcast-episode" overcastId="481066688379503" pubDate="2019-02-08T21:01:17-05:00" title="&#x8FDF;&#x65E9;&#x66F4;&#x65B0; #105&#x300C;&#x8FDF;&#x65E9;&#x66F4;&#x65B0;&#x300D;&#xB7;&#x5173;&#x4E8E;&#x53DB;&#x9006;&#x548C;&#x611A;&#x8822;&#x7684;&#x58F0;&#x660E;" url="http://www.lizhi.fm/" overcastUrl="https://overcast.fm/+G1hxES-m8" enclosureUrl="http://cdn.lizhi.fm/audio/2019/02/09/5025605589484982406_ud.mp3" userUpdatedDate="2019-02-12T08:14:05-05:00" userDeleted="1" played="1"/>
        <outline type="podcast-episode" overcastId="481066761809586" pubDate="2019-02-07T21:01:17-05:00" title="&#x8FDF;&#x65E9;&#x66F4;&#x65B0; #104&#x300C;&#x8FDF;&#x65E9;&#x8FC7;&#x5E74;&#x300D;&#xB7;&#x5173;&#x4E8E;&#x5386;&#x53F2;&#x548C;&#x6545;&#x4E8B;&#x7684;&#x70DF;&#x971E;" url="http://www.lizhi.fm/" overcastUrl="https://overcast.fm/+G1hxVzbrI" enclosureUrl="http://cdn.lizhi.fm/audio/2019/02/07/5025221731076740230_ud.mp3" userUpdatedDate="2019-02-11T00:55:12-05:00" userDeleted="1" played="1"/>
        <outline type="podcast-episode" overcastId="481066833987647" pubDate="2019-02-06T21:01:17-05:00" title="&#x8FDF;&#x65E9;&#x66F4;&#x65B0; #103&#x300C;&#x8FDF;&#x65E9;&#x8FC7;&#x5E74;&#x300D;&#xB7;&#x5173;&#x4E8E;&#x6B32;&#x671B;&#x548C;&#x751F;&#x547D;&#x7684;&#x9F7F;&#x8F6E;" url="http://www.lizhi.fm/" overcastUrl="https://overcast.fm/+G1hxnAyD8" enclosureUrl="http://cdn.lizhi.fm/audio/2019/02/07/5025203533159476230_ud.mp3" userUpdatedDate="2019-02-13T06:50:23-05:00" userDeleted="1" played="1"/>
        <outline type="podcast-episode" overcastId="481066854299055" pubDate="2019-02-05T21:01:17-05:00" title="&#x8FDF;&#x65E9;&#x66F4;&#x65B0; #102&#x300C;&#x8FDF;&#x65E9;&#x8FC7;&#x5E74;&#x300D;&#xB7;&#x5173;&#x4E8E;&#x6536;&#x96C6;&#x548C;&#x91CA;&#x653E;&#x7684;&#x59FF;&#x6001;" url="http://www.lizhi.fm/" overcastUrl="https://overcast.fm/+G1hxr2ta8" enclosureUrl="http://cdn.lizhi.fm/audio/2019/02/06/5024991280311566982_ud.mp3" userUpdatedDate="2019-02-06T18:48:25-05:00" userDeleted="1" played="1"/>
        <outline type="podcast-episode" overcastId="481066775203442" pubDate="2019-02-04T20:01:17-05:00" title="&#x8FDF;&#x65E9;&#x66F4;&#x65B0; #101 &#x300C;&#x8FDF;&#x65E9;&#x8FC7;&#x5E74;&#x300D;&#xB7;&#x5173;&#x4E8E;&#x8BB0;&#x5FC6;&#x548C;&#x68A6;&#x5883;&#x7684;&#x5EFA;&#x8BBE;" url="http://www.lizhi.fm/" overcastUrl="https://overcast.fm/+G1hxY_znI" enclosureUrl="http://cdn.lizhi.fm/audio/2019/02/05/5024830416465910790_ud.mp3" userUpdatedDate="2019-02-10T20:25:55-05:00" userDeleted="1" played="1"/>
        <outline type="podcast-episode" overcastId="481066796613204" pubDate="2019-02-03T19:01:17-05:00" title="&#x8FDF;&#x65E9;&#x66F4;&#x65B0; #100 &#x300C;&#x8FDF;&#x65E9;&#x8FC7;&#x5E74;&#x300D;&#xB7;&#x5173;&#x4E8E;&#x9605;&#x8BFB;&#x548C;&#x8046;&#x542C;&#x7684;&#x529B;&#x5EA6;" url="http://www.lizhi.fm/" overcastUrl="https://overcast.fm/+G1hxeGflQ" enclosureUrl="http://cdn.lizhi.fm/audio/2019/02/04/5024641337115215494_ud.mp3" userUpdatedDate="2019-02-10T19:12:53-05:00" userDeleted="1" played="1"/>
        <outline type="podcast-episode" overcastId="481067099002248" pubDate="2019-02-01T21:01:14-05:00" title="&#x8FDF;&#x65E9;&#x66F4;&#x65B0; #99 &#x884C;&#x65C5;&#x95F2;&#x804A;&#x4E4B;&#x300C;&#x53E6;&#x4E00;&#x4E2A;&#x4E16;&#x754C;&#x5E76;&#x4E0D;&#x5B58;&#x5728;&#x300D;" url="http://www.lizhi.fm/" overcastUrl="https://overcast.fm/+G1hymMlYg" enclosureUrl="http://cdn.lizhi.fm/audio/2019/02/02/5024222736716419206_ud.mp3" userUpdatedDate="2019-02-01T23:28:45-05:00" userDeleted="1" progress="100"/>
        <outline type="podcast-episode" overcastId="481066550220047" pubDate="2019-01-31T17:01:17-05:00" title="&#x8FDF;&#x65E9;&#x66F4;&#x65B0; #99 &#x884C;&#x65C5;&#x95F2;&#x804A;&#x4E4B;&#x300C;&#x53E6;&#x4E00;&#x4E2A;&#x4E16;&#x754C;&#x5E76;&#x4E0D;&#x5B58;&#x5728;&#x300D;" url="http://www.lizhi.fm/" overcastUrl="https://overcast.fm/+G1hwjW1Q8" enclosureUrl="http://cdn.lizhi.fm/audio/2019/02/01/5024094310751182470_ud.mp3" userUpdatedDate="2019-02-01T23:27:26-05:00" userDeleted="1" played="1"/>
        <outline type="podcast-episode" overcastId="481066456621002" pubDate="2019-01-04T21:21:00-05:00" title="&#x8FDF;&#x65E9;&#x66F4;&#x65B0; #98&#x300C;Mindware&#x300D;&#x7684;&#x5F00;&#x53D1;&#x3001;&#x66F4;&#x65B0;&#x4E0E;&#x7EF4;&#x62A4;" url="http://www.lizhi.fm/" overcastUrl="https://overcast.fm/+G1hwNCn8o" enclosureUrl="http://cdn.lizhi.fm/audio/2019/01/05/5019122078513169414_ud.mp3" userUpdatedDate="2019-01-16T07:27:03-05:00" userDeleted="1" played="1"/>
        <outline type="podcast-episode" overcastId="481067386405737" pubDate="2018-12-30T17:39:10-05:00" title="&#x8FDF;&#x65E9;&#x66F4;&#x65B0; #97&#x300C;Meatware&#x300D;&#x7684;&#x5F00;&#x53D1;&#x3001;&#x66F4;&#x65B0;&#x4E0E;&#x7EF4;&#x62A4;" url="http://www.lizhi.fm/" overcastUrl="https://overcast.fm/+G1hzquA2k" enclosureUrl="http://cdn.lizhi.fm/audio/2018/12/31/5018166783437538950_ud.mp3" userUpdatedDate="2019-01-17T00:30:22-05:00" userDeleted="1" played="1"/>
      </outline>
      <outline type="rss" overcastId="484679" text="The Changelog" title="The Changelog" xmlUrl="https://changelog.com/podcast/feed" htmlUrl="https://changelog.com/podcast" subscribed="1" notifications="1">
        <outline type="podcast-episode" overcastId="520420883629890" pubDate="2019-06-19T14:20:57-04:00" title="Boldly going where no data tools have gone before" url="https://changelog.com/podcast/350" overcastUrl="https://overcast.fm/+HZUe3nB0I" enclosureUrl="https://cdn.changelog.com/uploads/podcast/350/the-changelog-350.mp3" userUpdatedDate="2019-06-20T21:50:58-04:00" progress="278"/>
        <outline type="podcast-episode" overcastId="520420540119432" pubDate="2019-05-05T00:00:00-04:00" title="Inside the 2019 infrastructure for Changelog.com" url="https://changelog.com/podcast/344" overcastUrl="https://overcast.fm/+HZUdlteYg" enclosureUrl="https://cdn.changelog.com/uploads/podcast/344/the-changelog-344.mp3" userUpdatedDate="2019-05-22T03:58:59-04:00" progress="368"/>
        <outline type="podcast-episode" overcastId="520420775267578" pubDate="2019-03-06T09:35:53-05:00" title="Homebrew! Part Deux" url="https://changelog.com/podcast/337" overcastUrl="https://overcast.fm/+HZUedxjPo" enclosureUrl="https://cdn.changelog.com/uploads/podcast/337/the-changelog-337.mp3" userUpdatedDate="2019-03-25T07:40:24-04:00" userDeleted="1" played="1"/>
        <outline type="podcast-episode" overcastId="520420290746760" pubDate="2019-02-28T07:00:00-05:00" title="Containerizing compute driven workloads with Singularity" url="https://changelog.com/podcast/336" overcastUrl="https://overcast.fm/+HZUcqQWYg" enclosureUrl="https://cdn.changelog.com/uploads/podcast/336/the-changelog-336.mp3" userUpdatedDate="2019-03-25T07:43:50-04:00" progress="269"/>
        <outline type="podcast-episode" overcastId="520420194163634" pubDate="2019-02-15T07:10:00-05:00" title="With great power comes great responsibility" url="https://changelog.com/podcast/334" overcastUrl="https://overcast.fm/+HZUcTOm7I" enclosureUrl="https://cdn.changelog.com/uploads/podcast/334/the-changelog-334.mp3" userUpdatedDate="2019-02-20T20:09:10-05:00" progress="346"/>
        <outline type="podcast-episode" overcastId="520420220263966" pubDate="2019-01-30T16:25:14-05:00" title="A UI framework without the framework" url="https://changelog.com/podcast/332" overcastUrl="https://overcast.fm/+HZUcZc3h4" enclosureUrl="https://cdn.changelog.com/uploads/podcast/332/the-changelog-332.mp3" userUpdatedDate="2019-02-20T20:06:52-05:00" userDeleted="1" played="1"/>
        <outline type="podcast-episode" overcastId="520420290276509" pubDate="2019-01-23T16:38:27-05:00" title="GitHub Actions is the next big thing" url="https://changelog.com/podcast/331" overcastUrl="https://overcast.fm/+HZUcqJLJ0" enclosureUrl="https://cdn.changelog.com/uploads/podcast/331/the-changelog-331.mp3" userUpdatedDate="2019-02-19T19:50:45-05:00" userDeleted="1" played="1"/>
        <outline type="podcast-episode" overcastId="520420235813673" pubDate="2019-01-16T07:00:00-05:00" title="source{d} turns code into actionable insights" url="https://changelog.com/podcast/330" overcastUrl="https://overcast.fm/+HZUcdKIyk" enclosureUrl="https://cdn.changelog.com/uploads/podcast/330/the-changelog-330.mp3" userUpdatedDate="2019-01-16T19:40:55-05:00" userDeleted="1" played="1"/>
        <outline type="podcast-episode" overcastId="520420386927856" pubDate="2019-01-09T07:00:00-05:00" title="Perspectives on Kubernetes and successful cloud platforms" url="https://changelog.com/podcast/329" overcastUrl="https://overcast.fm/+HZUdBL9PA" enclosureUrl="https://cdn.changelog.com/uploads/podcast/329/the-changelog-329.mp3" userUpdatedDate="2019-01-14T08:35:25-05:00" userDeleted="1" played="1"/>
      </outline>
      <outline type="rss" overcastId="460730" text="Football Daily" title="Football Daily" xmlUrl="https://podcasts.files.bbci.co.uk/p02nrsln.rss" htmlUrl="http://www.bbc.co.uk/programmes/p02nrsln" subscribed="1" notifications="1">
        <outline type="podcast-episode" overcastId="494706100526672" pubDate="2019-06-02T15:25:00-04:00" title="Liverpool paint the town red after Champions League win" url="http://www.bbc.co.uk/programmes/p07c157w" overcastUrl="https://overcast.fm/+HB7r1j3lA" enclosureUrl="http://open.live.bbc.co.uk/mediaselector/6/redir/version/2.0/mediaset/audio-nondrm-download/proto/http/vpid/p07c155d.mp3" userUpdatedDate="2019-06-05T08:20:58-04:00" userDeleted="1" played="1"/>
        <outline type="podcast-episode" overcastId="494706108414311" pubDate="2019-05-31T17:45:00-04:00" title="The Big Champions League Final Preview Pod" url="http://www.bbc.co.uk/programmes/p07bxzj9" overcastUrl="https://overcast.fm/+HB7r3cOWc" enclosureUrl="http://open.live.bbc.co.uk/mediaselector/6/redir/version/2.0/mediaset/audio-nondrm-download/proto/http/vpid/p07bxz6y.mp3" userUpdatedDate="2019-06-05T08:20:58-04:00" progress="25"/>
        <outline type="podcast-episode" overcastId="494705888911514" pubDate="2019-05-07T20:37:00-04:00" title="Liverpool and &#x201C;the greatest European comeback of all time&#x201D;" url="http://www.bbc.co.uk/programmes/p078kj1c" overcastUrl="https://overcast.fm/+HB7rDG4Jo" enclosureUrl="http://open.live.bbc.co.uk/mediaselector/6/redir/version/2.0/mediaset/audio-nondrm-download/proto/http/vpid/p078khz8.mp3" userUpdatedDate="2019-05-08T19:18:01-04:00" progress="1648"/>
        <outline type="podcast-episode" overcastId="494705208400244" pubDate="2019-04-21T17:36:00-04:00" title="Advantage Liverpool and Solskjaer&#x2019;s top four troubles" url="http://www.bbc.co.uk/programmes/p07733jr" overcastUrl="https://overcast.fm/+HB7og3GXQ" enclosureUrl="http://open.live.bbc.co.uk/mediaselector/6/redir/version/2.0/mediaset/audio-nondrm-download/proto/http/vpid/p07733g3.mp3" userUpdatedDate="2019-04-24T20:02:06-04:00" userDeleted="1" progress="776"/>
        <outline type="podcast-episode" overcastId="494705581462666" pubDate="2019-04-14T16:08:00-04:00" title="Who does Fergie fancy for the title?" url="http://www.bbc.co.uk/programmes/p076h3cn" overcastUrl="https://overcast.fm/+HB7p5zlIo" enclosureUrl="http://open.live.bbc.co.uk/mediaselector/6/redir/version/2.0/mediaset/audio-nondrm-download/proto/http/vpid/p076h2jn.mp3" userUpdatedDate="2019-04-21T19:19:34-04:00" userDeleted="1" progress="1149"/>
        <outline type="podcast-episode" overcastId="494705317625025" pubDate="2019-04-09T20:19:00-04:00" title="Son shines for Spurs against City as Liverpool pounce on Porto" url="http://www.bbc.co.uk/programmes/p0760bdd" overcastUrl="https://overcast.fm/+HB7o65vME" enclosureUrl="http://open.live.bbc.co.uk/mediaselector/6/redir/version/2.0/mediaset/audio-nondrm-download/proto/http/vpid/p0760922.mp3" userUpdatedDate="2019-04-21T19:19:34-04:00" userDeleted="1" progress="1718"/>
        <outline type="podcast-episode" overcastId="494705169664719" pubDate="2019-04-07T17:09:00-04:00" title="Watford fight back to sting Wolves in FA Cup thriller &amp; will Pep leave Man City?" url="http://www.bbc.co.uk/programmes/p075sv4x" overcastUrl="https://overcast.fm/+HB7oXoCs8" enclosureUrl="http://open.live.bbc.co.uk/mediaselector/6/redir/version/2.0/mediaset/audio-nondrm-download/proto/http/vpid/p075stf9.mp3" userUpdatedDate="2019-04-21T19:19:34-04:00" userDeleted="1" progress="278"/>
        <outline type="podcast-episode" overcastId="494705889303302" pubDate="2019-04-05T19:33:00-04:00" title="The Big Weekend Preview Pod" url="http://www.bbc.co.uk/programmes/p075pd1v" overcastUrl="https://overcast.fm/+HB7rDM2wY" enclosureUrl="http://open.live.bbc.co.uk/mediaselector/6/redir/version/2.0/mediaset/audio-nondrm-download/proto/http/vpid/p075pcpp.mp3" userUpdatedDate="2019-04-21T19:19:34-04:00" userDeleted="1" progress="889"/>
        <outline type="podcast-episode" overcastId="494705170558472" pubDate="2019-03-31T16:55:00-04:00" title="Liverpool&#x2019;s title hopes live on and Rangers see red again" url="http://www.bbc.co.uk/programmes/p0753sbk" overcastUrl="https://overcast.fm/+HB7oX1rgg" enclosureUrl="http://open.live.bbc.co.uk/mediaselector/6/redir/version/2.0/mediaset/audio-nondrm-download/proto/http/vpid/p0753s8d.mp3" userUpdatedDate="2019-04-03T08:58:56-04:00" userDeleted="1" progress="1126"/>
        <outline type="podcast-episode" overcastId="494705673251785" pubDate="2019-03-18T19:06:00-04:00" title="Can Mane win Player of the Year?" url="http://www.bbc.co.uk/programmes/p073y4xr" overcastUrl="https://overcast.fm/+HB7qPsK8k" enclosureUrl="http://open.live.bbc.co.uk/mediaselector/6/redir/version/2.0/mediaset/audio-nondrm-download/proto/http/vpid/p073y43q.mp3" userUpdatedDate="2019-03-19T19:44:26-04:00" userDeleted="1" progress="1284"/>
        <outline type="podcast-episode" overcastId="494705718018715" pubDate="2019-03-13T20:34:00-04:00" title="Liverpool beat Bayern to make it &#x201C;Fab Four&#x201D; English teams in the Champions League" url="http://www.bbc.co.uk/programmes/p073gq03" overcastUrl="https://overcast.fm/+HB7qaXQps" enclosureUrl="http://open.live.bbc.co.uk/mediaselector/6/redir/version/2.0/mediaset/audio-nondrm-download/proto/http/vpid/p073gpt7.mp3" userUpdatedDate="2019-03-14T04:28:12-04:00" userDeleted="1" played="1"/>
        <outline type="podcast-episode" overcastId="494705918625087" pubDate="2019-03-10T19:09:00-04:00" title="Grealish attack &#x2018;unacceptable&#x2019; while race for the top four heats up" url="http://www.bbc.co.uk/programmes/p0734vhm" overcastUrl="https://overcast.fm/+HB7rKMRT8" enclosureUrl="http://open.live.bbc.co.uk/mediaselector/6/redir/version/2.0/mediaset/audio-nondrm-download/proto/http/vpid/p0734s7y.mp3" userUpdatedDate="2019-03-13T19:56:05-04:00" userDeleted="1" progress="1413"/>
        <outline type="podcast-episode" overcastId="494705179403787" pubDate="2019-03-04T18:43:00-05:00" title="The Renaissance of Lukaku" url="http://www.bbc.co.uk/programmes/p072lstp" overcastUrl="https://overcast.fm/+HB7oZ8pgs" enclosureUrl="http://open.live.bbc.co.uk/mediaselector/6/redir/version/2.0/mediaset/audio-nondrm-download/proto/http/vpid/p072lq1d.mp3" userUpdatedDate="2019-03-11T07:02:51-04:00" userDeleted="1" progress="1195"/>
        <outline type="podcast-episode" overcastId="494706103423387" pubDate="2019-03-03T16:38:00-05:00" title="Liverpool&#x2019;s title hopes dashed by derby draw &amp; should Spurs sell Kane?" url="http://www.bbc.co.uk/programmes/p072hj0l" overcastUrl="https://overcast.fm/+HB7r2QEZs" enclosureUrl="http://open.live.bbc.co.uk/mediaselector/6/redir/version/2.0/mediaset/audio-nondrm-download/proto/http/vpid/p072hhyv.mp3" userUpdatedDate="2019-03-03T20:16:40-05:00" userDeleted="1" progress="936"/>
        <outline type="podcast-episode" overcastId="494705133779010" pubDate="2019-02-27T22:05:00-05:00" title="Liverpool&#x2019;s five-star win &amp; is this now a two-horse title race?" url="http://www.bbc.co.uk/programmes/p07255c3" overcastUrl="https://overcast.fm/+HB7oPEeEI" enclosureUrl="http://open.live.bbc.co.uk/mediaselector/5/redir/version/2.0/mediaset/audio-nondrm-download/proto/http/vpid/p07254mj.mp3" userUpdatedDate="2019-03-03T20:16:40-05:00" userDeleted="1" progress="474"/>
        <outline type="podcast-episode" overcastId="494705644196989" pubDate="2019-02-25T17:16:00-05:00" title="Feeling sorry for Sarri?" url="http://www.bbc.co.uk/programmes/p071y7sg" overcastUrl="https://overcast.fm/+HB7qIw1H0" enclosureUrl="http://open.live.bbc.co.uk/mediaselector/5/redir/version/2.0/mediaset/audio-nondrm-download/proto/http/vpid/p071y6b0.mp3" userUpdatedDate="2019-02-27T18:09:38-05:00" userDeleted="1" progress="632"/>
        <outline type="podcast-episode" overcastId="494705227923815" pubDate="2019-02-24T17:43:00-05:00" title="The Arrizabalaga saga, Man City win silverware &amp; Puel leaves Leicester" url="http://www.bbc.co.uk/programmes/p071vnxl" overcastUrl="https://overcast.fm/+HB7olhAWc" enclosureUrl="http://open.live.bbc.co.uk/mediaselector/5/redir/version/2.0/mediaset/audio-nondrm-download/proto/http/vpid/p071vnvg.mp3" userUpdatedDate="2019-02-27T18:09:38-05:00" userDeleted="1" progress="665"/>
        <outline type="podcast-episode" overcastId="494705707518984" pubDate="2019-02-21T01:00:00-05:00" title="Virgil van Dijk - Denzel, Disneyland and becoming a legend" url="http://www.bbc.co.uk/programmes/p071h7d2" overcastUrl="https://overcast.fm/+HB7qX3DAg" enclosureUrl="http://open.live.bbc.co.uk/mediaselector/6/redir/version/2.0/mediaset/audio-nondrm-download/proto/http/vpid/p071h4yx.mp3" userUpdatedDate="2019-02-27T18:09:38-05:00" userDeleted="1" progress="992"/>
        <outline type="podcast-episode" overcastId="494705415956217" pubDate="2019-02-19T19:03:00-05:00" title="All square at Anfield as Liverpool are frustrated by Bayern" url="http://www.bbc.co.uk/programmes/p071d6y9" overcastUrl="https://overcast.fm/+HB7pSWJvk" enclosureUrl="http://open.live.bbc.co.uk/mediaselector/5/redir/version/2.0/mediaset/audio-nondrm-download/proto/http/vpid/p071d57q.mp3" userUpdatedDate="2019-02-20T09:14:51-05:00" userDeleted="1" played="1"/>
        <outline type="podcast-episode" overcastId="494705866489529" pubDate="2019-02-05T19:55:00-05:00" title="Title tensions, a cup shock &amp; a taxing day for Jose" url="http://www.bbc.co.uk/programmes/p0702hln" overcastUrl="https://overcast.fm/+HB7q9wvrk" enclosureUrl="http://open.live.bbc.co.uk/mediaselector/5/redir/version/2.0/mediaset/audio-nondrm-download/proto/http/vpid/p0702hjd.mp3" userUpdatedDate="2019-02-07T01:22:40-05:00" userDeleted="1" played="1"/>
        <outline type="podcast-episode" overcastId="494705951067693" pubDate="2019-02-04T18:09:00-05:00" title="West Ham burst Liverpool&#x2019;s bubble" url="http://www.bbc.co.uk/programmes/p06zz7m7" overcastUrl="https://overcast.fm/+HB7rR7Ti0" enclosureUrl="http://open.live.bbc.co.uk/mediaselector/5/redir/version/2.0/mediaset/audio-nondrm-download/proto/http/vpid/p06zz717.mp3" userUpdatedDate="2019-02-20T09:12:28-05:00" userDeleted="1" progress="13"/>
      </outline>
      <outline type="rss" overcastId="608834" text="Mapping The Journey" title="Mapping The Journey" xmlUrl="http://mappingthejourney.libsyn.com/rss" htmlUrl="http://mappingthejourney.com/" subscribed="1" notifications="1"/>
      <outline type="rss" overcastId="829689" text="Kubernetes Podcast from Google" title="Kubernetes Podcast from Google" xmlUrl="https://kubernetespodcast.com/feeds/audio.xml" htmlUrl="https://kubernetespodcast.com/" subscribed="1" notifications="1">
        <outline type="podcast-episode" overcastId="890872322986643" pubDate="2019-07-02T11:09:58-04:00" title="Ubuntu, with Mark Shuttleworth" url="https://kubernetespodcast.com/episode/060-ubuntu/" overcastUrl="https://overcast.fm/+MqPmBaEpM" enclosureUrl="https://kubernetespodcast.com/episodes/KPfGep060.mp3" userUpdatedDate="2019-07-04T20:35:02-04:00" userDeleted="1" played="1"/>
        <outline type="podcast-episode" overcastId="890872127278876" pubDate="2019-06-25T15:05:42-04:00" title="Banzai Cloud, with Janos Matyas" url="https://kubernetespodcast.com/episode/059-banzai-cloud/" overcastUrl="https://overcast.fm/+MqPlSvzxw" enclosureUrl="https://kubernetespodcast.com/episodes/KPfGep059.mp3" userUpdatedDate="2019-06-25T21:58:50-04:00" userDeleted="1" played="1"/>
        <outline type="podcast-episode" overcastId="890872815215740" pubDate="2019-06-18T16:17:35-04:00" title="Istio 1.2, with Louis Ryan" url="https://kubernetespodcast.com/episode/058-istio-1.2/" overcastUrl="https://overcast.fm/+MqPn2w5Hw" enclosureUrl="https://kubernetespodcast.com/episodes/KPfGep058.mp3" userUpdatedDate="2019-06-26T00:46:49-04:00" userDeleted="1" played="1"/>
        <outline type="podcast-episode" overcastId="890872023641940" pubDate="2019-06-11T14:03:24-04:00" title="Rancher Labs, with Darren Shepherd" url="https://kubernetespodcast.com/episode/057-rancher-labs/" overcastUrl="https://overcast.fm/+MqPk6Cb1Q" enclosureUrl="https://kubernetespodcast.com/episodes/KPfGep057.mp3" userUpdatedDate="2019-06-26T06:25:57-04:00" userDeleted="1" played="1"/>
        <outline type="podcast-episode" overcastId="890872054340523" pubDate="2019-06-04T11:35:53-04:00" title="OpenEBS, with Evan Powell" url="https://kubernetespodcast.com/episode/056-openebs/" overcastUrl="https://overcast.fm/+MqPlBW26s" enclosureUrl="https://kubernetespodcast.com/episodes/KPfGep056.mp3" userUpdatedDate="2019-06-26T06:56:24-04:00" userDeleted="1" played="1"/>
        <outline type="podcast-episode" overcastId="890872609417723" pubDate="2019-05-28T13:17:38-04:00" title="Solo.io, with Idit Levine" url="https://kubernetespodcast.com/episode/055-solo-io/" overcastUrl="https://overcast.fm/+MqPnFsqfs" enclosureUrl="https://kubernetespodcast.com/episodes/KPfGep055.mp3" userUpdatedDate="2019-06-26T20:20:40-04:00" userDeleted="1" played="1"/>
        <outline type="podcast-episode" overcastId="890872322386323" pubDate="2019-05-14T17:47:56-04:00" title="Optiva and Arctiq, with Dan Dyer and Kyle Bassett" url="https://kubernetespodcast.com/episode/053-optiva-and-arctiq/" overcastUrl="https://overcast.fm/+MqPmBQ6ZM" enclosureUrl="https://kubernetespodcast.com/episodes/KPfGep053.mp3" userUpdatedDate="2019-06-26T21:48:17-04:00" userDeleted="1" played="1"/>
        <outline type="podcast-episode" overcastId="890872369182906" pubDate="2019-04-09T14:22:35-04:00" title="Anthos Migrate, with Issy Ben-Shaul" url="https://kubernetespodcast.com/episode/048-anthos-migrate/" overcastUrl="https://overcast.fm/+MqPmMa-Lo" enclosureUrl="https://kubernetespodcast.com/episodes/KPfGep048.mp3" userUpdatedDate="2019-07-04T20:35:02-04:00" progress="821"/>
        <outline type="podcast-episode" overcastId="890872490708660" pubDate="2019-04-02T17:32:26-04:00" title="Tekton, with Kim Lewandowski" url="https://kubernetespodcast.com/episode/047-tekton/" overcastUrl="https://overcast.fm/+MqPmpZTrQ" enclosureUrl="https://kubernetespodcast.com/episodes/KPfGep047.mp3" userUpdatedDate="2019-04-08T19:40:02-04:00" userDeleted="1" played="1"/>
        <outline type="podcast-episode" overcastId="890872322701572" pubDate="2019-03-26T14:36:15-04:00" title="Kubernetes 1.14, with Aaron Crickenberger" url="https://kubernetespodcast.com/episode/046-kubernetes-1.14/" overcastUrl="https://overcast.fm/+MqPmBVuQQ" enclosureUrl="https://kubernetespodcast.com/episodes/KPfGep046.mp3" userUpdatedDate="2019-04-08T21:23:29-04:00" progress="798"/>
      </outline>
      <outline type="rss" overcastId="813196" text="36&#x6C2A;&#xB7;&#x7845;&#x8C37;&#x65E9;&#x77E5;&#x9053;" title="36&#x6C2A;&#xB7;&#x7845;&#x8C37;&#x65E9;&#x77E5;&#x9053;" xmlUrl="http://www.ximalaya.com/album/14233547.xml" htmlUrl="http://www.ximalaya.com/" subscribed="1" notifications="1">
        <outline type="podcast-episode" overcastId="873163006657881" pubDate="2019-07-19T00:00:04-04:00" title="S3E19 &#x628A;&#x751F;&#x4EA7;&#x7EBF;&#x642C;&#x5230;&#x7F8E;&#x56FD;&#x53EF;&#x884C;&#x5417;&#xFF1F;" url="http://www.ximalaya.com/73880812/sound/198759894" overcastUrl="https://overcast.fm/+MaIxrXxVk" enclosureUrl="http://jt.ximalaya.com/wKgMaF0v8tKC2vp7AWgd0qEXp4s984.m4a?channel=rss&amp;album_id=14233547&amp;track_id=198759894&amp;uid=73880812&amp;jt=http://audio.xmcdn.com/group63/M06/7A/19/wKgMaF0v8tKC2vp7AWgd0qEXp4s984.m4a" userUpdatedDate="2019-07-21T20:13:16-04:00" userDeleted="1" played="1"/>
        <outline type="podcast-episode" overcastId="873163290565770" pubDate="2019-07-12T01:05:41-04:00" title="E3S18 &#x8FD9;&#x573A;&#x4EBA;&#x4E8B;&#x53D8;&#x52A8;&#xFF0C;&#x4F1A;&#x7ED9;&#x82F9;&#x679C;&#x5E26;&#x6765;&#x4EC0;&#x4E48;&#xFF1F;" url="http://www.ximalaya.com/73880812/sound/197103867" overcastUrl="https://overcast.fm/+MaIyvD3Io" enclosureUrl="http://jt.ximalaya.com/wKgMcl0oFYHwigCXAOQLH-isMQY323.m4a?channel=rss&amp;album_id=14233547&amp;track_id=197103867&amp;uid=73880812&amp;jt=http://audio.xmcdn.com/group63/M00/14/2F/wKgMcl0oFYHwigCXAOQLH-isMQY323.m4a" userUpdatedDate="2019-07-14T20:15:02-04:00" userDeleted="1" played="1"/>
        <outline type="podcast-episode" overcastId="873162897657263" pubDate="2019-07-05T00:22:40-04:00" title="S3E17 &#x90FD;2019&#x4E86;&#xFF0C;&#x4E2D;&#x7F8E;&#x79D1;&#x6280;&#x5DEE;&#x8DDD;&#x8FD8;&#x5F88;&#x5927;&#x5417;&#xFF1F;" url="http://www.ximalaya.com/73880812/sound/195482823" overcastUrl="https://overcast.fm/+MaIxRYja8" enclosureUrl="http://jt.ximalaya.com/wKgMZ10e0M2j_XKzASCw4NNHx8I853.m4a?channel=rss&amp;album_id=14233547&amp;track_id=195482823&amp;uid=73880812&amp;jt=http://audio.xmcdn.com/group62/M09/B4/3B/wKgMZ10e0M2j_XKzASCw4NNHx8I853.m4a" userUpdatedDate="2019-07-08T01:53:29-04:00" userDeleted="1" played="1"/>
        <outline type="podcast-episode" overcastId="873162951491966" pubDate="2019-06-28T03:04:54-04:00" title="S3E16 &#x4E13;&#x8BBF;&#x89E6;&#x5B9D;&#x738B;&#x4F73;&#x6881;&#xFF1A;&#x4ECE;&#x58EE;&#x58EB;&#x65AD;&#x8155;&#x5230;&#x7EBD;&#x4EA4;&#x6240;&#x4E0A;&#x5E02;&#xFF0C;&#x5728;&#x8F6C;&#x578B;&#x4E2D;&#x5B66;&#x5230;&#x4E9B;&#x4EC0;&#x4E48;" url="http://www.ximalaya.com/73880812/sound/194041182" overcastUrl="https://overcast.fm/+MaIxeOAX4" enclosureUrl="http://jt.ximalaya.com/wKgMcF0VvDLDLF_fARdnsG2clIc894.m4a?channel=rss&amp;album_id=14233547&amp;track_id=194041182&amp;uid=73880812&amp;jt=http://audio.xmcdn.com/group61/M01/B2/55/wKgMcF0VvDLDLF_fARdnsG2clIc894.m4a" userUpdatedDate="2019-06-30T19:51:21-04:00" userDeleted="1" played="1"/>
        <outline type="podcast-episode" overcastId="873163047239616" pubDate="2019-06-11T03:32:00-04:00" title="S3E15 14&#x5E74;&#x524D;&#x82F9;&#x679C;&#x8BA9;&#x64AD;&#x5BA2;&#x5F97;&#x4EE5;&#x6210;&#x4E3A;&#x4E00;&#x4E2A;&#x884C;&#x4E1A;&#xFF0C;&#x73B0;&#x5728;&#x5B83;&#x7684;&#x53D1;&#x5C55;&#x5728;&#x4E2D;&#x7F8E;&#x5927;&#x4E0D;&#x76F8;&#x540C;" url="http://www.ximalaya.com/73880812/sound/190256926" overcastUrl="https://overcast.fm/+MaIx1C_8A" enclosureUrl="http://jt.ximalaya.com/wKgMaFz_V-PABmiHAO4sXpRl3cM434.m4a?channel=rss&amp;album_id=14233547&amp;track_id=190256926&amp;uid=73880812&amp;jt=http://audio.xmcdn.com/group63/M0B/9A/DE/wKgMaFz_V-PABmiHAO4sXpRl3cM434.m4a" userUpdatedDate="2019-06-13T18:14:04-04:00" userDeleted="1" played="1"/>
        <outline type="podcast-episode" overcastId="873162759257320" pubDate="2019-06-05T09:39:26-04:00" title="S3E14 &#x5728;WWDC&#x73B0;&#x573A;&#xFF0C;&#x5F53;&#x7136;&#x8981;&#x542C;&#x542C;&#x5F00;&#x53D1;&#x8005;&#x600E;&#x4E48;&#x8BF4;" url="http://www.ximalaya.com/73880812/sound/189053269" overcastUrl="https://overcast.fm/+MaIwwYvOg" enclosureUrl="http://jt.ximalaya.com/wKgMZlz3xl6CCYy_AObpjJXq2dY189.m4a?channel=rss&amp;album_id=14233547&amp;track_id=189053269&amp;uid=73880812&amp;jt=http://audio.xmcdn.com/group61/M03/22/92/wKgMZlz3xl6CCYy_AObpjJXq2dY189.m4a" userUpdatedDate="2019-06-13T18:40:08-04:00" userDeleted="1" played="1"/>
        <outline type="podcast-episode" overcastId="873162640514084" pubDate="2019-05-31T00:00:05-04:00" title="S3E13 &#x521B;&#x4E1A;&#x516C;&#x53F8;&#x6B7B;&#x53BB;&#xFF0C;&#x4E9A;&#x9A6C;&#x900A;&#x5374;&#x8981;&#x8FDB;&#x573A;&#xFF0C;&#x8FD9;&#x4E2A;&#x70E7;&#x94B1;&#x731B;&#x70C8;&#x7684;&#x884C;&#x4E1A;&#x73B0;&#x4ECA;&#x7248;&#x56FE;&#x5982;&#x4F55;&#xFF1F;" url="http://www.ximalaya.com/73880812/sound/187794781" overcastUrl="https://overcast.fm/+MaIwUE3CQ" enclosureUrl="http://jt.ximalaya.com/wKgLb1zvswLheWpUAQCgibcfxY8472.m4a?channel=rss&amp;album_id=14233547&amp;track_id=187794781&amp;uid=73880812&amp;jt=http://audio.xmcdn.com/group60/M02/2D/4D/wKgLb1zvswLheWpUAQCgibcfxY8472.m4a" userUpdatedDate="2019-05-31T08:56:39-04:00" userDeleted="1" played="1"/>
        <outline type="podcast-episode" overcastId="873163336413022" pubDate="2019-05-24T05:53:42-04:00" title="S3E12 &#x65E7;&#x91D1;&#x5C71;&#x7981;&#x6B62;&#x653F;&#x5E9C;&#x4F7F;&#x7528;&#x4EBA;&#x8138;&#x8BC6;&#x522B;&#x6280;&#x672F;&#xFF0C;&#x8FD9;&#x4EF6;&#x4E8B;&#x5B70;&#x597D;&#x5B70;&#x574F;&#xFF1F;" url="http://www.ximalaya.com/73880812/sound/186136768" overcastUrl="https://overcast.fm/+MaIy5_b14" enclosureUrl="http://jt.ximalaya.com/wKgLc1znv2ejwXKhAUJYMFM5648727.m4a?channel=rss&amp;album_id=14233547&amp;track_id=186136768&amp;uid=73880812&amp;jt=http://audio.xmcdn.com/group58/M08/86/78/wKgLc1znv2ejwXKhAUJYMFM5648727.m4a" userUpdatedDate="2019-05-28T00:43:54-04:00" userDeleted="1" played="1"/>
        <outline type="podcast-episode" overcastId="873163253304025" pubDate="2019-05-17T10:21:30-04:00" title="S3E11 &#x65E9;&#x671F;&#x5929;&#x4F7F;&#x773C;&#x4E2D;ZOOM&#x7684;&#x521B;&#x4E1A;&#x7EF4;&#x8270;&#x4E0E;&#x6210;&#x529F;&#x79D8;&#x8BC0;" url="http://www.ximalaya.com/73880812/sound/184492126" overcastUrl="https://overcast.fm/+MaIymLStk" enclosureUrl="http://jt.ximalaya.com/wKgLeFzew5ugWa0LAMGyVzHCE-Y164.m4a?channel=rss&amp;album_id=14233547&amp;track_id=184492126&amp;uid=73880812&amp;jt=http://audio.xmcdn.com/group59/M09/DD/EF/wKgLeFzew5ugWa0LAMGyVzHCE-Y164.m4a" userUpdatedDate="2019-05-18T05:18:03-04:00" userDeleted="1" played="1"/>
        <outline type="podcast-episode" overcastId="873162686629018" pubDate="2019-05-17T09:38:55-04:00" title="S3E11 &#x65E9;&#x671F;&#x5929;&#x4F7F;&#x773C;&#x4E2D;ZOOM&#x7684;&#x521B;&#x4E1A;&#x7EF4;&#x8270;&#x4E0E;&#x6210;&#x529F;&#x79D8;&#x8BC0;" url="http://www.ximalaya.com/73880812/sound/184472339" overcastUrl="https://overcast.fm/+MaIwfEhJo" enclosureUrl="http://jt.ximalaya.com/wKgLelzeuZmjYUNfAMGyV85Q7MA889.m4a?channel=rss&amp;album_id=14233547&amp;track_id=184472339&amp;uid=73880812&amp;jt=http://audio.xmcdn.com/group59/M04/DB/E2/wKgLelzeuZmjYUNfAMGyV85Q7MA889.m4a" userUpdatedDate="2019-05-18T05:18:03-04:00" userDeleted="1" progress="7"/>
        <outline type="podcast-episode" overcastId="873163366294609" pubDate="2019-05-07T22:47:26-04:00" title="S3E09 &#x62DB;&#x4E86;&#x4E00;&#x5806;&#x5C65;&#x5386;&#x8FC7;&#x4EBA;&#x7684;&#x5916;&#x56FD;&#x9AD8;&#x7BA1;&#xFF0C;&#x4E3A;&#x4EC0;&#x4E48;&#x51FA;&#x6D77;&#x516C;&#x53F8;&#x8FD8;&#x662F;&#x96BE;&#x505A;&#x597D;" url="http://www.ximalaya.com/73880812/sound/182063506" overcastUrl="https://overcast.fm/+MaIzBHZFE" enclosureUrl="http://jt.ximalaya.com/wKgLglzSQ6TSxqriAVJU6rMviQI487.m4a?channel=rss&amp;album_id=14233547&amp;track_id=182063506&amp;uid=73880812&amp;jt=http://audio.xmcdn.com/group58/M06/EB/BC/wKgLglzSQ6TSxqriAVJU6rMviQI487.m4a" userUpdatedDate="2019-05-08T20:02:13-04:00" userDeleted="1" played="1"/>
        <outline type="podcast-episode" overcastId="873163057847101" pubDate="2019-05-07T00:01:00-04:00" title="S3E10 &#x9EBB;&#x70E6;&#x4E0D;&#x65AD;&#x7684;Facebook&#xFF0C;&#x4E3A;&#x4EC0;&#x4E48;&#x8D22;&#x62A5;&#x8868;&#x73B0;&#x8FD8;&#x4E0D;&#x9519;&#xFF1F;" url="http://www.ximalaya.com/73880812/sound/181803642" overcastUrl="https://overcast.fm/+MaIx3k2z0" enclosureUrl="http://jt.ximalaya.com/wKgLc1zQ7kCy7QE9AQInJfvLXnc661.m4a?channel=rss&amp;album_id=14233547&amp;track_id=181803642&amp;uid=73880812&amp;jt=http://audio.xmcdn.com/group58/M06/D1/15/wKgLc1zQ7kCy7QE9AQInJfvLXnc661.m4a" userUpdatedDate="2019-05-09T19:35:54-04:00" userDeleted="1" played="1"/>
        <outline type="podcast-episode" overcastId="873162968832742" pubDate="2019-04-26T00:30:00-04:00" title="S3E08 &#x7AE5;&#x58EB;&#x8C6A;&#xFF1A;VC&#x5728;&#x6C42;&#x53D8;&#xFF0C;&#x4F46;&#x5927;&#x5BB6;&#x6709;&#x8BEF;&#x89E3;" url="http://www.ximalaya.com/73880812/sound/179224278" overcastUrl="https://overcast.fm/+MaIxiWmuY" enclosureUrl="http://jt.ximalaya.com/wKgLelzChv2i67hdAOZZoz_x3Ns331.m4a?channel=rss&amp;album_id=14233547&amp;track_id=179224278&amp;uid=73880812&amp;jt=http://audio.xmcdn.com/group59/M0B/CA/84/wKgLelzChv2i67hdAOZZoz_x3Ns331.m4a" userUpdatedDate="2019-04-27T11:01:09-04:00" userDeleted="1" played="1"/>
        <outline type="podcast-episode" overcastId="873163312366646" pubDate="2019-04-19T00:30:00-04:00" title="S3E07 &#x662F;&#x7684;&#xFF0C;&#x6211;&#x4EEC;&#x662F;&#x89C1;&#x8BC1;&#x592A;&#x7A7A;&#x5546;&#x4E1A;&#x5316;&#x7684;&#x4E00;&#x4EE3;&#x4EBA;" url="http://www.ximalaya.com/73880812/sound/177369879" overcastUrl="https://overcast.fm/+MaIy0QhDY" enclosureUrl="http://jt.ximalaya.com/wKgLb1y4FaWizZdNAQTa81vqTTY705.m4a?channel=rss&amp;album_id=14233547&amp;track_id=177369879&amp;uid=73880812&amp;jt=http://audio.xmcdn.com/group60/M00/F0/B6/wKgLb1y4FaWizZdNAQTa81vqTTY705.m4a" userUpdatedDate="2019-04-20T20:35:44-04:00" userDeleted="1" played="1"/>
        <outline type="podcast-episode" overcastId="873163158867316" pubDate="2019-04-12T02:00:17-04:00" title="S3E06 &#x5341;&#x5E74;&#x95F4;&#x4ECE;&#x65E0;&#x5230;&#x88AB;&#x8FFD;&#x6367;&#xFF0C;&#x521B;&#x65B0;&#x836F;&#x884C;&#x4E1A;&#x4F1A;&#x8D70;&#x5411;&#x5168;&#x7403;&#x5417;&#xFF1F;" url="http://www.ximalaya.com/73880812/sound/175581396" overcastUrl="https://overcast.fm/+MaIyPqTXQ" enclosureUrl="http://jt.ximalaya.com/wKgLb1ywKbDS-pWZASHQsniOckY628.m4a?channel=rss&amp;album_id=14233547&amp;track_id=175581396&amp;uid=73880812&amp;jt=http://audio.xmcdn.com/group60/M03/55/54/wKgLb1ywKbDS-pWZASHQsniOckY628.m4a" userUpdatedDate="2019-04-14T07:44:45-04:00" userDeleted="1" played="1"/>
        <outline type="podcast-episode" overcastId="873162721505524" pubDate="2019-03-29T00:01:00-04:00" title="S3E05 Facebook&#x548C;&#x4ECA;&#x65E5;&#x5934;&#x6761;&#x662F;&#x6076;&#x9F99;&#xFF0C;&#x82F9;&#x679C;&#x5C31;&#x662F;&#x5A92;&#x4F53;&#x4E1A;&#x7684;&#x767D;&#x8863;&#x9A91;&#x58EB;&#x5417;&#xFF1F;" url="http://www.ximalaya.com/73880812/sound/171986145" overcastUrl="https://overcast.fm/+MaIwnYsPQ" enclosureUrl="http://jt.ximalaya.com/wKgLd1ydj_uzRjuqARO5eDFZZEU978.m4a?channel=rss&amp;album_id=14233547&amp;track_id=171986145&amp;uid=73880812&amp;jt=http://audio.xmcdn.com/group57/M05/41/24/wKgLd1ydj_uzRjuqARO5eDFZZEU978.m4a" userUpdatedDate="2019-04-07T07:26:28-04:00" userDeleted="1" played="1"/>
        <outline type="podcast-episode" overcastId="873162967800242" pubDate="2019-03-22T00:00:01-04:00" title="S3E04 &#x66FE;&#x7ECF;&#x5BF9;&#x6297;&#x5927;&#x516C;&#x53F8;&#x7684;&#x5F00;&#x6E90;&#x8F6F;&#x4EF6;&#xFF0C;&#x600E;&#x4E48;&#x5C31;&#x5F00;&#x59CB;&#x88AB;&#x5927;&#x516C;&#x53F8;&#x9752;&#x7750;&#x4E86;&#xFF08;&#x4E0B;&#xFF09;" url="http://www.ximalaya.com/73880812/sound/170090226" overcastUrl="https://overcast.fm/+MaIxiG2bI" enclosureUrl="http://jt.ximalaya.com/wKgLdVyTEOOR8GQJAKdv2BH6zr4073.m4a?channel=rss&amp;album_id=14233547&amp;track_id=170090226&amp;uid=73880812&amp;jt=http://audio.xmcdn.com/group55/M01/72/12/wKgLdVyTEOOR8GQJAKdv2BH6zr4073.m4a" userUpdatedDate="2019-03-25T00:27:52-04:00" userDeleted="1" played="1"/>
      </outline>
      <outline type="rss" overcastId="568380" text="Discovery" title="Discovery" xmlUrl="https://podcasts.files.bbci.co.uk/p002w557.rss" htmlUrl="http://www.bbc.co.uk/programmes/p002w557" subscribed="1" notifications="1"/>
      <outline type="rss" overcastId="248933" text="Reply All" title="Reply All" xmlUrl="http://feeds.gimletmedia.com/hearreplyall" htmlUrl="http://gimletmedia.com/shows/reply-all" subscribed="1" notifications="1">
        <outline type="podcast-episode" overcastId="267290621722288" pubDate="2019-07-11T06:00:00-04:00" title="#145 Louder" url="http://gimletmedia.com/shows/reply-all" overcastUrl="https://overcast.fm/+DzGXKPPrA" enclosureUrl="https://traffic.megaphone.fm/GLT2371927635.mp3?updated=1562817401" userUpdatedDate="2019-07-11T21:46:15-04:00" userDeleted="1" played="1"/>
        <outline type="podcast-episode" overcastId="267290090142071" pubDate="2019-06-27T06:00:00-04:00" title="#144 Dark Pattern" url="http://gimletmedia.com/shows/reply-all" overcastUrl="https://overcast.fm/+DzGVLf-Xc" enclosureUrl="https://traffic.megaphone.fm/GLT5037751878.mp3?updated=1562016387" userUpdatedDate="2019-07-03T01:05:35-04:00" userDeleted="1" played="1"/>
      </outline>
      <outline type="rss" overcastId="913072" text="&#x4E0D;&#x53EF;&#x7406;&#x8BBA;" title="&#x4E0D;&#x53EF;&#x7406;&#x8BBA;" xmlUrl="https://feeds.fireside.fm/bukelilun/rss" htmlUrl="https://www.bukelilun.com/" subscribed="1" notifications="1">
        <outline type="podcast-episode" overcastId="980403986882634" pubDate="2019-06-24T16:00:00-04:00" title="24: &#x9605;&#x8BFB;&#x9879;&#x98DA;" url="https://www.bukelilun.com/24" overcastUrl="https://overcast.fm/+N7rBdf4Eo" enclosureUrl="https://aphid.fireside.fm/d/1437767933/cf7457f9-e5ce-4599-922d-50a5688da83b/8c3780f6-fef5-46f5-841f-91aa82e91209.mp3" userRecommendedDate="2019-07-10T09:38:22-04:00" userUpdatedDate="2019-07-12T00:23:20-04:00" userDeleted="1" progress="4233"/>
        <outline type="podcast-episode" overcastId="980403981262668" pubDate="2019-06-01T12:00:00-04:00" title="23: &#x540E;&#x4EBA;&#x7C7B;&#x7684;&#x6587;&#x5FB7;&#x65AF;" url="https://www.bukelilun.com/23" overcastUrl="https://overcast.fm/+N7rBcKH0w" enclosureUrl="https://aphid.fireside.fm/d/1437767933/cf7457f9-e5ce-4599-922d-50a5688da83b/ea1de4fb-bf97-42c3-bd88-7cb60315f4ef.mp3" userUpdatedDate="2019-07-10T20:21:02-04:00" progress="1646"/>
        <outline type="podcast-episode" overcastId="980403951040471" pubDate="2019-03-28T20:00:00-04:00" title="21: &#x97E6;&#x9A6E;&#x5929;&#x7684;&#x65B0;&#x4E0E;&#x65E7;" url="https://www.bukelilun.com/21" overcastUrl="https://overcast.fm/+N7rBU899c" enclosureUrl="https://aphid.fireside.fm/d/1437767933/cf7457f9-e5ce-4599-922d-50a5688da83b/a9fe11fe-4ff8-45a1-9b10-9a25cd330f14.mp3" userUpdatedDate="2019-04-09T00:27:10-04:00" userDeleted="1" progress="1899"/>
        <outline type="podcast-episode" overcastId="980404575788922" pubDate="2019-02-24T22:00:00-05:00" title="20: a peculiar hobby #0 &#x4E0E;&#x6765;&#x4FE1;" url="https://www.bukelilun.com/20" overcastUrl="https://overcast.fm/+N7rDp533o" enclosureUrl="https://aphid.fireside.fm/d/1437767933/cf7457f9-e5ce-4599-922d-50a5688da83b/dababee3-3e3e-4b54-84b1-110c8a5a93c3.mp3" userUpdatedDate="2019-02-25T23:39:12-05:00" userDeleted="1" played="1"/>
        <outline type="podcast-episode" overcastId="980404556792199" pubDate="2019-01-31T02:30:00-05:00" title="19: &#x827A;&#x672F;&#x7535;&#x5F71;&#x6CA1;&#x6709;&#x6307;&#x5357;" url="https://www.bukelilun.com/19" overcastUrl="https://overcast.fm/+N7rDlYAYc" enclosureUrl="https://aphid.fireside.fm/d/1437767933/cf7457f9-e5ce-4599-922d-50a5688da83b/47759996-a306-404e-8843-d41ba61a2780.mp3" userUpdatedDate="2019-01-31T19:48:34-05:00" userDeleted="1" played="1"/>
      </outline>
      <outline type="rss" overcastId="995625" text="Fork It" title="Fork It" xmlUrl="https://feeds.fireside.fm/forkit/rss" htmlUrl="https://forkit.fm/" subscribed="1" notifications="1">
        <outline type="podcast-episode" overcastId="1069045080065754" pubDate="2019-05-25T05:00:00-04:00" title="#8 - &#x548C;&#x79D8;&#x733F;&#x79D1;&#x6280;&#x9996;&#x5E2D;&#x4EA7;&#x54C1;&#x5B98;&#x738B;&#x535A;&#x804A;&#x804A;&#x8DE8;&#x94FE;" url="https://forkit.fm/8" overcastUrl="https://overcast.fm/+PMSnQ_Bto" enclosureUrl="https://aphid.fireside.fm/d/1437767933/334350f0-77d5-4fdd-b27d-7bf0c60a4d26/113e3a10-e86d-4199-b5df-cc31e08e161e.mp3" userUpdatedDate="2019-05-26T20:04:09-04:00" userDeleted="1" played="1"/>
        <outline type="podcast-episode" overcastId="1069044890324884" pubDate="2019-05-11T00:00:00-04:00" title="#7 - &#x6DF1;&#x5EA6;&#x5256;&#x6790; Lightning Network &#x6280;&#x672F;&#x7EC6;&#x8282;" url="https://forkit.fm/7" overcastUrl="https://overcast.fm/+PMSmjvz5Q" enclosureUrl="https://aphid.fireside.fm/d/1437767933/334350f0-77d5-4fdd-b27d-7bf0c60a4d26/82f00441-5a99-4d3f-b85c-9a67e7858c1c.mp3" userUpdatedDate="2019-05-21T20:24:36-04:00" userDeleted="1" played="1"/>
        <outline type="podcast-episode" overcastId="1069044430362476" pubDate="2019-04-24T07:00:00-04:00" title="#6 - Lightning Network &#x7684;&#x6280;&#x672F;&#x6F14;&#x5316;&#x53F2;" url="https://forkit.fm/6" overcastUrl="https://overcast.fm/+PMSk2FV2w" enclosureUrl="https://aphid.fireside.fm/d/1437767933/334350f0-77d5-4fdd-b27d-7bf0c60a4d26/10667ffd-c136-4554-bbac-96781262f582.mp3" userUpdatedDate="2019-04-24T19:58:54-04:00" userDeleted="1" played="1"/>
        <outline type="podcast-episode" overcastId="1069044277788097" pubDate="2019-03-14T05:00:00-04:00" title="#5 - &#x548C; Maker DAO &#x4E2D;&#x56FD;&#x533A;&#x8D1F;&#x8D23;&#x4EBA;&#x6F58;&#x8D85;&#x804A;&#x804A; DeFi" url="https://forkit.fm/5" overcastUrl="https://overcast.fm/+PMSkRtPcE" enclosureUrl="https://aphid.fireside.fm/d/1437767933/334350f0-77d5-4fdd-b27d-7bf0c60a4d26/8506c620-f8c5-4aef-be8a-92bead027803.mp3" userUpdatedDate="2019-03-23T04:44:27-04:00" userDeleted="1" played="1"/>
        <outline type="podcast-episode" overcastId="1069044889319757" pubDate="2019-02-02T21:00:00-05:00" title="#4 - &#x548C;&#x5F20;&#x97E7;&#x535A;&#x58EB;&#x804A;&#x804A; MimbleWimble" url="https://forkit.fm/4" overcastUrl="https://overcast.fm/+PMSmjgeU0" enclosureUrl="https://aphid.fireside.fm/d/1437767933/334350f0-77d5-4fdd-b27d-7bf0c60a4d26/5ff6a43a-cce5-4e9e-b3eb-c941e2ad9d1e.mp3" userUpdatedDate="2019-02-18T10:36:37-05:00" userDeleted="1" played="1"/>
      </outline>
      <outline type="rss" overcastId="416342" text="&#x4FDD;&#x6301;&#x51B7;&#x9759;" title="&#x4FDD;&#x6301;&#x51B7;&#x9759;" xmlUrl="https://keepcalm.banlan.show/episodes/feed.xml" htmlUrl="https://keepcalm.banlan.show/" subscribed="1" notifications="1"/>
      <outline type="rss" overcastId="885374" text="&#x63D0;&#x524D;&#x6000;&#x65E7;" title="&#x63D0;&#x524D;&#x6000;&#x65E7;" xmlUrl="https://pretro.xyz/feed" htmlUrl="https://pretro.xyz/">
        <outline type="podcast-episode" overcastId="950663746659859" pubDate="2019-03-08T19:00:00-05:00" title="10. &#x300C;&#x8001;&#x677F;&#xFF0C;&#x6362;&#x5927;&#x53F7;&#x9E21;&#x8840;&#xFF01;&#x300D;" url="https://pretro.xyz/10" overcastUrl="https://overcast.fm/+Ngn6brphM" enclosureUrl="https://pretro.xyz/10/audio.mp3" userUpdatedDate="2019-03-10T07:36:28-04:00" userDeleted="1" played="1"/>
        <outline type="podcast-episode" overcastId="950663112107395" pubDate="2019-02-20T19:00:00-05:00" title="9. &#x8FDE; Jack Dorsey &#x90FD;&#x6CA1;&#x60F3;&#x597D;&#x5462;" url="https://pretro.xyz/9" overcastUrl="https://overcast.fm/+Ngn4EZJYM" enclosureUrl="https://pretro.xyz/9/audio.mp3" userUpdatedDate="2019-03-10T19:36:43-04:00" userDeleted="1" played="1"/>
      </outline>
      <outline type="rss" overcastId="892170" text="Streaming Audio: a Confluent podcast about Apache Kafka" title="Streaming Audio: a Confluent podcast about Apache Kafka" xmlUrl="https://feeds.buzzsprout.com/186154.rss" htmlUrl="http://confluent.io/" subscribed="1" notifications="1">
        <outline type="podcast-episode" overcastId="957960281279513" pubDate="2019-06-12T04:00:00-04:00" title="Why Kafka Connect? ft. Robin Moffatt" url="https://www.buzzsprout.com/186154/1265780" overcastUrl="https://overcast.fm/+NnQoJGTBk" enclosureUrl="https://www.podtrac.com/pts/redirect.mp3/www.buzzsprout.com/186154/1265780-why-kafka-connect-ft-robin-moffatt.mp3" userUpdatedDate="2019-06-13T22:50:12-04:00" progress="79"/>
        <outline type="podcast-episode" overcastId="957960781402333" pubDate="2019-05-16T04:00:00-04:00" title="Chris Riccomini on the History of Apache Kafka and Stream Processing" url="https://www.buzzsprout.com/186154/1145507" overcastUrl="https://overcast.fm/+NnQqAVkN0" enclosureUrl="https://www.podtrac.com/pts/redirect.mp3/www.buzzsprout.com/186154/1145507-chris-riccomini-on-the-history-of-apache-kafka-and-stream-processing.mp3" userUpdatedDate="2019-05-20T00:36:21-04:00" userDeleted="1" played="1"/>
      </outline>
      <outline type="rss" overcastId="554997" text="NickTalk" title="NickTalk" xmlUrl="https://www.nicktalk.com/podcasts?format=rss" htmlUrl="https://www.nicktalk.com/" subscribed="1" notifications="1"/>
      <outline type="rss" overcastId="900053" text="Freakonomics Radio" title="Freakonomics Radio" xmlUrl="https://rss.art19.com/freakonomics-radio" htmlUrl="http://freakonomics.com/" subscribed="1" notifications="1">
        <outline type="podcast-episode" overcastId="966425563878973" pubDate="2019-06-26T23:00:00-04:00" title="383. The Zero-Minute Workout" url="http://freakonomics.com/" overcastUrl="https://overcast.fm/+Nu9Xxv1j0" enclosureUrl="https://dts.podtrac.com/redirect.mp3/rss.art19.com/episodes/e89de641-7068-4bff-98d0-62eb1936d0d2.mp3" userUpdatedDate="2019-07-01T23:45:05-04:00" userDeleted="1" played="1"/>
        <outline type="podcast-episode" overcastId="966425335355387" pubDate="2019-06-19T23:00:00-04:00" title="382. How Goes the Behavior-Change Revolution?" url="http://freakonomics.com/" overcastUrl="https://overcast.fm/+Nu9W7Q1_s" enclosureUrl="https://dts.podtrac.com/redirect.mp3/rss.art19.com/episodes/c5297a77-c753-4634-b6fc-bef670a2851d.mp3" userUpdatedDate="2019-07-02T19:10:46-04:00" progress="23"/>
        <outline type="podcast-episode" overcastId="966424604227605" pubDate="2019-05-15T23:00:00-04:00" title="378. 23andMe (and You, and Everyone Else)" url="http://freakonomics.com/" overcastUrl="https://overcast.fm/+Nu9UM8uBU" enclosureUrl="https://dts.podtrac.com/redirect.mp3/rss.art19.com/episodes/46d917cf-4b88-4961-8a12-1a3cc0b73b2f.mp3" userUpdatedDate="2019-05-22T03:53:18-04:00" progress="475"/>
        <outline type="podcast-episode" overcastId="966425033502437" pubDate="2019-02-27T23:00:00-05:00" title="369. A Good Idea Is Not Good Enough" url="http://freakonomics.com/" overcastUrl="https://overcast.fm/+Nu9VzS7uU" enclosureUrl="https://dts.podtrac.com/redirect.mp3/rss.art19.com/episodes/72c802b6-89a4-493a-80a0-c8f6b7d2f6b5.mp3" userUpdatedDate="2019-03-04T23:07:23-05:00" progress="2024"/>
        <outline type="podcast-episode" overcastId="966425302244374" pubDate="2019-01-23T23:00:00-05:00" title="364. Inside the Sports-Industrial Complex" url="http://freakonomics.com/" overcastUrl="https://overcast.fm/+Nu9WzXnBY" enclosureUrl="https://dts.podtrac.com/redirect.mp3/rss.art19.com/episodes/db6cb73d-aa1c-41ee-907f-7c58c4cda13e.mp3" userUpdatedDate="2019-03-04T19:49:40-05:00" userDeleted="1" played="1"/>
        <outline type="podcast-episode" overcastId="966425166870484" pubDate="2019-01-09T23:00:00-05:00" title="362. Why Is This Man Running for President?" url="http://freakonomics.com/" overcastUrl="https://overcast.fm/+Nu9WTF99Q" enclosureUrl="https://dts.podtrac.com/redirect.mp3/rss.art19.com/episodes/ce5f03c5-8f78-4842-a52e-abf40bf00d77.mp3" userUpdatedDate="2019-01-24T20:34:55-05:00" userDeleted="1" played="1"/>
      </outline>
      <outline type="rss" overcastId="1001954" text="ChinaEconTalk" title="ChinaEconTalk" xmlUrl="https://chinaecontalk.libsyn.com/rss" htmlUrl="http://chinaecontalk.libsyn.com/website">
        <outline type="podcast-episode" overcastId="1075839990087113" pubDate="2019-06-07T17:20:51-04:00" title="From Beijing to Cairo: Peter Hessler on What Makes a Real Revolution" url="http://chinaecontalk.libsyn.com/from-beijing-to-cairo-peter-hessler-and-the-craft-of-foreign-correspondence" overcastUrl="https://overcast.fm/+PSeIRxvck" enclosureUrl="https://dts.podtrac.com/redirect.mp3/traffic.libsyn.com/secure/chinaecontalk/ChinaEconTalk_Peter_Hessler.mp3?dest-id=793609" userUpdatedDate="2019-07-04T08:36:06-04:00" userDeleted="1" played="1"/>
      </outline>
      <outline type="rss" overcastId="48" text="99% Invisible" title="99% Invisible" xmlUrl="http://feeds.99percentinvisible.org/99percentinvisible" htmlUrl="http://99percentinvisible.org/" subscribed="1" notifications="1">
        <outline type="podcast-episode" overcastId="51975960357" pubDate="2019-07-02T19:48:26-04:00" title="360- The Universal Page" url="http://feeds.99percentinvisible.org/~r/99percentinvisible/~3/-kuQbePZ5H8/" overcastUrl="https://overcast.fm/+DBoCNyU" enclosureUrl="https://dts.podtrac.com/redirect.mp3/media.blubrry.com/99percentinvisible/dovetail.prxu.org/96/dc290a54-6ba0-474a-9b48-630b4efcf4a1/01_360_The_Universal_Page_pt_01.mp3" userUpdatedDate="2019-07-02T23:05:00-04:00" userDeleted="1" played="1"/>
        <outline type="podcast-episode" overcastId="51592416611" pubDate="2019-06-25T19:55:35-04:00" title="359- Life and Death in Singapore" url="http://feeds.99percentinvisible.org/~r/99percentinvisible/~3/IwlhbiaPVck/" overcastUrl="https://overcast.fm/+DAMlzWM" enclosureUrl="https://dts.podtrac.com/redirect.mp3/media.blubrry.com/99percentinvisible/dovetail.prxu.org/96/3f448362-091e-4ae9-ae36-2f19ac29930d/01_359_Life_and_Death_in_Singapore_pt_01.mp3" userUpdatedDate="2019-07-04T20:54:27-04:00" progress="899"/>
      </outline>
      <outline type="rss" overcastId="614451" text="&#x6587;&#x5316;&#x571F;&#x8C46; Culture Potato" title="&#x6587;&#x5316;&#x571F;&#x8C46; Culture Potato" xmlUrl="http://www.spreaker.com/show/2571819/episodes/feed" htmlUrl="https://www.spreaker.com/show/culturepotato" subscribed="1" notifications="1">
        <outline type="podcast-episode" overcastId="659762612580084" pubDate="2019-07-18T12:21:31-04:00" title="&#x56FD;&#x4EA7;&#x7535;&#x5F71;&#x7684;&#x5E72;&#x6E7F;&#x5206;&#x7C7B;&#x6307;&#x5357;&#x300C;First &#x9752;&#x5E74;&#x7535;&#x5F71;&#x5C55;&#x7279;&#x8F91;&#x300D;" url="http://www.spreaker.com/user/culturepotato/episode106" overcastUrl="https://overcast.fm/+JYDPQorvQ" enclosureUrl="http://api.spreaker.com/download/episode/18582504/final_first_film_festival.mp3" userUpdatedDate="2019-07-24T01:20:27-04:00" userDeleted="1" played="1"/>
        <outline type="podcast-episode" overcastId="659762594060389" pubDate="2019-07-12T05:30:24-04:00" title="&#x53C8;&#x627E;&#x5230;&#x4E86;&#x4E0D;&#x53D7;&#x5BA0;&#x7231;&#x7684;&#x611F;&#x89C9; &#x300C;Toy Story 4&#xFF0C;Fleabag&#x300D;" url="http://www.spreaker.com/user/culturepotato/episode105" overcastUrl="https://overcast.fm/+JYDPMOGGU" enclosureUrl="http://api.spreaker.com/download/episode/18522435/final_105_fleabag.mp3" userUpdatedDate="2019-07-15T20:09:29-04:00" userDeleted="1" played="1"/>
        <outline type="podcast-episode" overcastId="659761811821820" pubDate="2019-07-04T11:03:23-04:00" title="&#x624B;&#x6495; Big Tech" url="http://www.spreaker.com/user/culturepotato/episode104" overcastUrl="https://overcast.fm/+JYDMRuFPw" enclosureUrl="http://api.spreaker.com/download/episode/18461750/final_break_up_big_tech.mp3" userUpdatedDate="2019-07-05T01:21:06-04:00" userDeleted="1" played="1"/>
        <outline type="podcast-episode" overcastId="659761788622334" pubDate="2019-06-28T06:59:20-04:00" title="&#x838E;&#x58EB;&#x6BD4;&#x4E9A; + &#x8D1D;&#x591A;&#x82AC; = &#xFF1F;&#x300C;&#x597D;&#x5146;&#x5934;&#xFF0C;Bayreuth Festival&#x300D;" url="http://www.spreaker.com/user/culturepotato/episode103" overcastUrl="https://overcast.fm/+JYDMMMFf4" enclosureUrl="http://api.spreaker.com/download/episode/18408164/final_good_omens_and_bayreuth.mp3" userUpdatedDate="2019-07-03T21:49:24-04:00" userDeleted="1" played="1"/>
        <outline type="podcast-episode" overcastId="659762177432118" pubDate="2019-06-21T04:49:43-04:00" title="&#x4F1F;&#x5927;&#x540C;&#x5FD7;&#x641E;&#x54A9;&#x65B0;&#x610F;&#x601D; &#x300C;Us&#xFF0C;&#x9ED1;&#x955C;&#x7B2C;&#x4E94;&#x5B63;&#x300D;" url="http://www.spreaker.com/user/culturepotato/us" overcastUrl="https://overcast.fm/+JYDNo42jY" enclosureUrl="http://api.spreaker.com/download/episode/18335667/final_us_and_black_mirror_s5.mp3" userUpdatedDate="2019-07-03T01:14:34-04:00" userDeleted="1" played="1"/>
        <outline type="podcast-episode" overcastId="659762745949230" pubDate="2019-06-14T06:23:53-04:00" title="&#x8BA9;&#x6211;&#x4EEC;&#x4E00;&#x8D77;&#x8BEF;&#x8BFB;&#x963F;&#x91CC;&#x65AF;&#x6258;&#x82AC;&#x7684;&#x300C;&#x4E91;&#x300D;&#x548C;&#x300C;&#x9A6C;&#x8702;&#x300D;" url="http://www.spreaker.com/user/culturepotato/episode101" overcastUrl="https://overcast.fm/+JYDPwbvC4" enclosureUrl="http://api.spreaker.com/download/episode/18269698/final_aristophanes.mp3" userUpdatedDate="2019-06-16T04:09:33-04:00" userDeleted="1" played="1"/>
        <outline type="podcast-episode" overcastId="659762539019377" pubDate="2019-06-07T06:07:51-04:00" title="&#x1F1E8;&#x1F1F3; Trade War Now &#x1F1FA;&#x1F1F8; #culturepotato100" url="http://www.spreaker.com/user/culturepotato/episode100" overcastUrl="https://overcast.fm/+JYDO_GPHE" enclosureUrl="http://api.spreaker.com/download/episode/18202070/untitled_session_1_mixdown.mp3" userUpdatedDate="2019-06-13T22:46:49-04:00" userDeleted="1" progress="5655"/>
        <outline type="podcast-episode" overcastId="659761935653607" pubDate="2019-05-31T03:05:34-04:00" title="&#x65F6;&#x9AE6;&#x7684;&#x89C2;&#x70B9; &#x300C;&#x4E0A;&#x7518;&#x5CAD;&#xFF0C;&#x5E74;&#x5E74;&#x300D;" url="http://www.spreaker.com/user/culturepotato/episode099" overcastUrl="https://overcast.fm/+JYDMvPmuc" enclosureUrl="http://api.spreaker.com/download/episode/18130853/final_years_and_years.mp3" userUpdatedDate="2019-06-12T06:19:27-04:00" userDeleted="1" played="1"/>
        <outline type="podcast-episode" overcastId="659762142700003" pubDate="2019-05-24T09:50:15-04:00" title="&#x6743;&#x6E38;&#x5DF2;&#x6B7B;&#xFF0C;&#x5207;&#x5C14;&#x8BFA;&#x8D1D;&#x5229;&#x4E07;&#x5C81;" url="http://www.spreaker.com/user/culturepotato/episode098" overcastUrl="https://overcast.fm/+JYDNgm4eM" enclosureUrl="http://api.spreaker.com/download/episode/18064363/final_chernobyl_and_got.mp3" userUpdatedDate="2019-05-28T09:45:00-04:00" userDeleted="1" played="1"/>
        <outline type="podcast-episode" overcastId="659762073942935" pubDate="2019-05-17T00:18:20-04:00" title="PS: &#x6211;&#x4E5F;&#x80FD;&#x753B;&#x753B;&#x300C;&#x7EAA;&#x5FF5;&#x8FBE;&#x82AC;&#x5947;&#x8F9E;&#x4E16;500&#x5468;&#x5E74;&#x300D;" url="http://www.spreaker.com/user/culturepotato/episode097" overcastUrl="https://overcast.fm/+JYDNQNu5c" enclosureUrl="http://api.spreaker.com/download/episode/17954925/final_leonardo_da_vinci_500.mp3" userUpdatedDate="2019-05-29T07:48:15-04:00" userDeleted="1" played="1"/>
        <outline type="podcast-episode" overcastId="659762535991711" pubDate="2019-05-10T07:09:02-04:00" title="&#x8BA9;&#x6211;&#x4EEC;&#x4E00;&#x8D77;&#x8BEF;&#x8BFB;&#x4E54;&#x4F0A;&#x65AF;&#x7684;&#x300C;&#x5C24;&#x5229;&#x897F;&#x65AF;&#x300D;" url="http://www.spreaker.com/user/culturepotato/episode096" overcastUrl="https://overcast.fm/+JYDO-YCZ8" enclosureUrl="http://api.spreaker.com/download/episode/17889007/final_ulyssses.mp3" userUpdatedDate="2019-05-29T07:57:24-04:00" userDeleted="1" played="1"/>
        <outline type="podcast-episode" overcastId="659762575019516" pubDate="2019-05-02T04:34:02-04:00" title="&#x5608;&#x5608;&#x4E0E;&#x5207;&#x5207;&#x4E4B; ZaZaZsu" url="http://www.spreaker.com/user/culturepotato/episode095" overcastUrl="https://overcast.fm/+JYDPHrjfw" enclosureUrl="http://api.spreaker.com/download/episode/17812731/final_zazazsu.mp3" userUpdatedDate="2019-06-12T06:48:36-04:00" userDeleted="1" played="1"/>
        <outline type="podcast-episode" overcastId="659762074387863" pubDate="2019-04-26T04:46:44-04:00" title="&#x706D;&#x9738;&#x6700;&#x7231;&#x968F;&#x624B;&#x5173;&#x706F; &#x300C;&#x590D;&#x8054;4&#xFF0C;&#x6211;&#x4EEC;&#x7684;&#x661F;&#x7403;&#x300D;" url="http://www.spreaker.com/user/culturepotato/episode094" overcastUrl="https://overcast.fm/+JYDNQUhZc" enclosureUrl="http://api.spreaker.com/download/episode/17751175/final_avengers_4_hifi.mp3" userUpdatedDate="2019-05-13T00:31:11-04:00" userDeleted="1" played="1"/>
        <outline type="podcast-episode" overcastId="659761964635302" pubDate="2019-04-19T01:45:17-04:00" title="&#x4EB2;&#x4E0A;&#x52A0;&#x4EB2;&#x300C;&#x6743;&#x529B;&#x7684;&#x6E38;&#x620F;8&#xFF0C;&#x6606;&#x66F2;&#x6F58;&#x91D1;&#x83B2;&#x300D;" url="http://www.spreaker.com/user/culturepotato/episode093" overcastUrl="https://overcast.fm/+JYDM2J1KY" enclosureUrl="http://api.spreaker.com/download/episode/17687225/final_got8.mp3" userUpdatedDate="2019-04-21T00:28:25-04:00" userDeleted="1" played="1"/>
        <outline type="podcast-episode" overcastId="659761761977234" pubDate="2019-04-12T04:42:28-04:00" title="&#x53F0;&#x5267;&#x8981;&#x9020;&#x53CD; &#x300C;&#x7231;&#xFF0C;&#x6B7B;&#x4EA1;&#x548C;&#x673A;&#x5668;&#x4EBA;&#x3001;&#x6211;&#x4EEC;&#x4E0E;&#x6076;&#x7684;&#x8DDD;&#x79BB;&#x300D;" url="http://www.spreaker.com/user/culturepotato/episode092" overcastUrl="https://overcast.fm/+JYDMF1g5I" enclosureUrl="http://api.spreaker.com/download/episode/17612355/final_love_death_and_robots.mp3" userUpdatedDate="2019-04-19T00:56:27-04:00" userDeleted="1" played="1"/>
        <outline type="podcast-episode" overcastId="659761901073638" pubDate="2019-04-08T01:24:16-04:00" title="&#x9999;&#x6E2F;48&#x5C0F;&#x65F6;" url="http://www.spreaker.com/user/culturepotato/episode091" overcastUrl="https://overcast.fm/+JYDMm_9OY" enclosureUrl="http://api.spreaker.com/download/episode/17565890/final_hong_kong_48_hours.mp3" userUpdatedDate="2019-06-12T20:17:40-04:00" userDeleted="1" played="1"/>
        <outline type="podcast-episode" overcastId="659762507064677" pubDate="2019-03-28T04:49:33-04:00" title="&#x8BA9;&#x6211;&#x4EEC;&#x4E00;&#x8D77;&#x8BEF;&#x8BFB;&#x300C;&#x8377;&#x9A6C;&#x53F2;&#x8BD7;&#xFF1A;&#x5965;&#x5FB7;&#x8D5B;&#x300D;" url="http://www.spreaker.com/user/culturepotato/episode090" overcastUrl="https://overcast.fm/+JYDO3epWU" enclosureUrl="http://api.spreaker.com/download/episode/17461638/final_the_odyssey.mp3" userUpdatedDate="2019-03-29T01:34:34-04:00" userDeleted="1" played="1"/>
        <outline type="podcast-episode" overcastId="659762534057910" pubDate="2019-03-22T07:28:20-04:00" title="&#x4E0D;&#x662F;&#x592A;&#x5435;&#xFF0C;&#x662F;&#x4F60;&#x592A;&#x8001; &#x1F918;&#x300C;&#x6CE2;&#x897F;&#x7C73;&#x4E9A;&#x72C2;&#x60F3;&#x66F2;&#xFF0C;&#x4E00;&#x4E2A;&#x660E;&#x661F;&#x7684;&#x8BDE;&#x751F;&#x300D;" url="http://www.spreaker.com/user/culturepotato/episode089" overcastUrl="https://overcast.fm/+JYDO96h7Y" enclosureUrl="http://api.spreaker.com/download/episode/17402725/final_bohemian_rhapsody.mp3" userUpdatedDate="2019-03-26T00:54:57-04:00" userDeleted="1" played="1"/>
        <outline type="podcast-episode" overcastId="659762381175043" pubDate="2019-03-15T05:08:28-04:00" title="&#x201C;&#x6211;&#x201D;&#x662F;&#x4EC0;&#x4E48;&#x9B3C;&#xFF1F;&#x300C;&#x4FAF;&#x4E16;&#x8FBE;&#xFF1A;&#x6211;&#x662F;&#x4E2A;&#x602A;&#x5708;&#x300D;" url="http://www.spreaker.com/user/culturepotato/episode088" overcastUrl="https://overcast.fm/+JYDOZduQM" enclosureUrl="http://api.spreaker.com/download/episode/17328966/final_i_am_a_strange_loop.mp3" userUpdatedDate="2019-03-19T01:39:17-04:00" userDeleted="1" played="1"/>
        <outline type="podcast-episode" overcastId="659761935175903" pubDate="2019-03-08T04:20:46-05:00" title="&#x4ECE;&#x56DB;&#x592A;&#x592A;&#x5230;&#x5987;&#x8054;&#x4E3B;&#x4EFB;&#x300C;&#x5730;&#x4E45;&#x5929;&#x957F;&#x3001;&#x5927;&#x7EA2;&#x706F;&#x7B3C;&#x9AD8;&#x9AD8;&#x6302;&#x3001;&#x4E01;&#x73B2;&#x300D;" url="http://www.spreaker.com/user/culturepotato/episode087" overcastUrl="https://overcast.fm/+JYDMvIUN8" enclosureUrl="http://api.spreaker.com/download/episode/17261823/final_raise_the_red_lantern.mp3" userUpdatedDate="2019-03-11T01:47:51-04:00" userDeleted="1" played="1"/>
        <outline type="podcast-episode" overcastId="659762672548305" pubDate="2019-03-01T08:26:25-05:00" title="&#x9ED1;&#x4EBA;&#x6587;&#x827A;&#x7684;&#x725B;&#x5E02;&#x6765;&#x4E86; &#x300C;&#x771F;&#x63A2;&#x7B2C;&#x4E09;&#x5B63;&#xFF0C;&#x9ED1;&#x8272;&#x661F;&#x671F;&#x4E00;&#xFF0C;&#x7EFF;&#x76AE;&#x4E66;&#x300D;" url="http://www.spreaker.com/user/culturepotato/episode086" overcastUrl="https://overcast.fm/+JYDPe7udE" enclosureUrl="http://api.spreaker.com/download/episode/17192435/final_green_book.mp3" userUpdatedDate="2019-03-04T00:30:38-05:00" userDeleted="1" played="1"/>
        <outline type="podcast-episode" overcastId="659762496081463" pubDate="2019-02-22T04:42:47-05:00" title="&#x8BA9;&#x6211;&#x4EEC;&#x4E00;&#x8D77;&#x8BEF;&#x8BFB;&#x83B1;&#x8F9B;&#x7684;&#x300C;&#x91D1;&#x8272;&#x7B14;&#x8BB0;&#x300D;" url="http://www.spreaker.com/user/culturepotato/episode085" overcastUrl="https://overcast.fm/+JYDO03Djc" enclosureUrl="http://api.spreaker.com/download/episode/17114614/final_the_golden_notebook.mp3" userUpdatedDate="2019-02-24T20:28:38-05:00" userDeleted="1" played="1"/>
        <outline type="podcast-episode" overcastId="659762508039982" pubDate="2019-02-14T05:37:03-05:00" title="&#x4ECE;&#x5C11;&#x5E74;&#x8F7B;&#x72C2;&#x5230;&#x5356;&#x8FB1;&#x6C42;&#x8363;&#xFF0C;Facebook &#x5341;&#x4E94;&#x5E74;&#x7279;&#x522B;&#x8282;&#x76EE;" url="http://www.spreaker.com/user/culturepotato/episode084" overcastUrl="https://overcast.fm/+JYDO3thy4" enclosureUrl="http://api.spreaker.com/download/episode/17040631/final_facebook.mp3" userUpdatedDate="2019-02-14T07:04:40-05:00" userDeleted="1" played="1"/>
        <outline type="podcast-episode" overcastId="659761812316873" pubDate="2019-02-05T08:35:25-05:00" title="&#x6625;&#x8282;&#x4E0D;&#x526A;&#x8F91;&#xFF0C;&#x6BD4;&#x5E73;&#x65F6;&#x591A;10&#x500D;&#x7B11;&#x58F0;&#x300C;&#x51B7;&#x6218;&#x3001;&#x5BA0;&#x513F;&#x300D;" url="http://www.spreaker.com/user/culturepotato/episode083" overcastUrl="https://overcast.fm/+JYDMR1osk" enclosureUrl="http://api.spreaker.com/download/episode/16955469/culturepotato_final.mp3" userUpdatedDate="2019-02-14T19:58:36-05:00" userDeleted="1" played="1"/>
        <outline type="podcast-episode" overcastId="659762369883218" pubDate="2019-01-25T04:52:59-05:00" title="&#x4E0A;&#x4F4D;&#x5708;&#x4E4B;&#x54E5;&#x300C;&#x5929;&#x7A7A;&#x4E4B;&#x57CE;&#xFF0C;&#x56FD;&#x5BB6;&#x7834;&#x4EA7;&#x4E4B;&#x65E5;&#x300D;" url="http://www.spreaker.com/user/culturepotato/episode082" overcastUrl="https://overcast.fm/+JYDOWxbFI" enclosureUrl="http://api.spreaker.com/download/episode/16837810/final_sky_and_default.mp3" userUpdatedDate="2019-02-25T00:07:53-05:00" userDeleted="1" played="1"/>
        <outline type="podcast-episode" overcastId="659762031922178" pubDate="2019-01-19T04:32:06-05:00" title="&#x767B;&#x6708;&#x7403;&#x8FD8;&#x662F;&#x56DE;&#x8D35;&#x5DDE;&#xFF1F;&#x300C;&#x56DB;&#x4E2A;&#x6625;&#x5929;&#xFF0C;First Man&#x300D;" url="http://www.spreaker.com/user/culturepotato/episode081" overcastUrl="https://overcast.fm/+JYDNGMjAI" enclosureUrl="http://api.spreaker.com/download/episode/16754453/final_four_springs.mp3" userUpdatedDate="2019-02-25T06:33:07-05:00" userDeleted="1" played="1"/>
        <outline type="podcast-episode" overcastId="659761756114957" pubDate="2019-01-10T21:47:20-05:00" title="&#x4F60;&#x5728;&#x63A7;&#x5236;&#x5417;&#xFF1F;&#x300C;&#x9ED1;&#x955C;Bandersnatch&#xFF0C;Valley of the Boom&#x300D;" url="http://www.spreaker.com/user/culturepotato/episode080" overcastUrl="https://overcast.fm/+JYDMEcEA0" enclosureUrl="http://api.spreaker.com/download/episode/16683206/final_bandersnatch.mp3" userUpdatedDate="2019-01-11T07:37:48-05:00" userDeleted="1" played="1"/>
        <outline type="podcast-episode" overcastId="659762149745808" pubDate="2019-01-04T05:21:27-05:00" title="&#x7535;&#x5F71;&#x5320;&#x4EBA;&#x9020;&#x300C;&#x8718;&#x86DB;&#x4FA0;&#x5E73;&#x884C;&#x5B87;&#x5B99;&#xFF0C;&#x7F57;&#x9A6C;&#xFF0C;&#x6B64;&#x623F;&#x662F;&#x6211;&#x9020;&#x300D;" url="http://www.spreaker.com/user/culturepotato/episode079" overcastUrl="https://overcast.fm/+JYDNiSZJA" enclosureUrl="http://api.spreaker.com/download/episode/16626522/final_spider_man.mp3" userUpdatedDate="2019-02-25T18:40:46-05:00" userDeleted="1" played="1"/>
        <outline type="podcast-episode" overcastId="659762450724138" pubDate="2018-12-29T00:13:05-05:00" title="&#x8D70;&#x8FDB;&#x6CA1;&#x6709;&#x521B;&#x4E1A;&#x548C;&#x9119;&#x89C6;&#x94FE;&#x7684;&#x5E84;&#x5B50;&#x4E16;&#x754C;" url="http://www.spreaker.com/user/culturepotato/episode078" overcastUrl="https://overcast.fm/+JYDOqC9So" enclosureUrl="http://api.spreaker.com/download/episode/16586700/final_chuang_tzu.mp3" userUpdatedDate="2019-01-10T07:50:54-05:00" userDeleted="1" played="1"/>
      </outline>
      <outline type="rss" overcastId="728871" text="The Daily" title="The Daily" xmlUrl="http://rss.art19.com/the-daily" htmlUrl="https://www.nytimes.com/the-daily" subscribed="1" notifications="1">
        <outline type="podcast-episode" overcastId="782620287321014" pubDate="2019-07-21T05:55:00-04:00" title="The Almost Moon Man" url="https://www.nytimes.com/the-daily" overcastUrl="https://overcast.fm/+LHyfw4Q7Y" enclosureUrl="https://dts.podtrac.com/redirect.mp3/rss.art19.com/episodes/0d52b7ba-0c10-41ed-b310-0d97b4024548.mp3" userUpdatedDate="2019-07-22T01:12:38-04:00" progress="195"/>
        <outline type="podcast-episode" overcastId="782619819965878" pubDate="2019-07-16T05:53:40-04:00" title="Trump and &#x2018;the Squad&#x2019;" url="https://www.nytimes.com/the-daily" overcastUrl="https://overcast.fm/+LHyeBc_bY" enclosureUrl="https://dts.podtrac.com/redirect.mp3/rss.art19.com/episodes/39edc95f-faff-453e-b0b8-c8bc6d9ad3a0.mp3" userUpdatedDate="2019-07-19T06:23:01-04:00" userDeleted="1" played="1"/>
        <outline type="podcast-episode" overcastId="782620075392183" pubDate="2019-07-15T05:54:43-04:00" title="Waiting for the Immigration Raids" url="https://www.nytimes.com/the-daily" overcastUrl="https://overcast.fm/+LHye-WfLc" enclosureUrl="https://dts.podtrac.com/redirect.mp3/rss.art19.com/episodes/b2912d00-2ed3-4d45-adf6-f6efeb1ce7a7.mp3" userUpdatedDate="2019-07-15T21:35:05-04:00" userDeleted="1" played="1"/>
        <outline type="podcast-episode" overcastId="782620233544384" pubDate="2019-07-12T05:57:06-04:00" title="Can Gun Makers Be Held Accountable for Mass Shootings?" url="https://www.nytimes.com/the-daily" overcastUrl="https://overcast.fm/+LHyfkDssA" enclosureUrl="https://dts.podtrac.com/redirect.mp3/rss.art19.com/episodes/9983f54f-ae07-4eb5-b337-ccbf08e421b9.mp3" userUpdatedDate="2019-07-19T06:23:01-04:00" progress="207"/>
        <outline type="podcast-episode" overcastId="782619931897816" pubDate="2019-07-11T05:58:03-04:00" title="The President and the Census" url="https://www.nytimes.com/the-daily" overcastUrl="https://overcast.fm/+LHyecI79g" enclosureUrl="https://dts.podtrac.com/redirect.mp3/rss.art19.com/episodes/1d1da369-42b7-47b6-89cd-73336174f803.mp3" userUpdatedDate="2019-07-12T01:19:59-04:00" userDeleted="1" played="1"/>
        <outline type="podcast-episode" overcastId="782620063604122" pubDate="2019-07-10T05:55:00-04:00" title="The Plan to Elect Republican Women" url="https://www.nytimes.com/the-daily" overcastUrl="https://overcast.fm/+LHye7inZo" enclosureUrl="https://dts.podtrac.com/redirect.mp3/rss.art19.com/episodes/ffafbf8d-0f35-41c2-9744-58921a3f649e.mp3" userUpdatedDate="2019-07-12T10:51:19-04:00" userDeleted="1" played="1"/>
        <outline type="podcast-episode" overcastId="782619659501362" pubDate="2019-07-09T05:55:00-04:00" title="United States v. Jeffrey Epstein" url="https://www.nytimes.com/the-daily" overcastUrl="https://overcast.fm/+LHydbMfzI" enclosureUrl="https://dts.podtrac.com/redirect.mp3/rss.art19.com/episodes/5221992a-b7e2-4d4d-8f57-0ffd41a89bec.mp3" userUpdatedDate="2019-07-09T20:42:33-04:00" userDeleted="1" played="1"/>
        <outline type="podcast-episode" overcastId="782620310706366" pubDate="2019-07-08T05:49:06-04:00" title="The Trial of a Navy SEAL Chief" url="https://www.nytimes.com/the-daily" overcastUrl="https://overcast.fm/+LHyf2dGL4" enclosureUrl="https://dts.podtrac.com/redirect.mp3/rss.art19.com/episodes/c7e52a7d-8cd0-481c-b786-57e627f170c5.mp3" userUpdatedDate="2019-07-12T11:22:06-04:00" progress="767"/>
        <outline type="podcast-episode" overcastId="782619654922152" pubDate="2019-07-05T05:49:10-04:00" title="When a G.M. Plant Shut Down in Ohio" url="https://www.nytimes.com/the-daily" overcastUrl="https://overcast.fm/+LHydaGn6g" enclosureUrl="https://dts.podtrac.com/redirect.mp3/rss.art19.com/episodes/7ae675e6-5bcd-4866-ae78-7d1cd4d8bfa3.mp3" userUpdatedDate="2019-07-22T01:09:54-04:00" userDeleted="1" played="1"/>
        <outline type="podcast-episode" overcastId="782620162241614" pubDate="2019-07-03T05:54:07-04:00" title="Joe Biden&#x2019;s Record on Race" url="https://www.nytimes.com/the-daily" overcastUrl="https://overcast.fm/+LHyfTDtE4" enclosureUrl="https://dts.podtrac.com/redirect.mp3/rss.art19.com/episodes/78a7bc3e-7e74-455c-bd99-89fd5ba10750.mp3" userUpdatedDate="2019-07-04T08:56:16-04:00" userDeleted="1" played="1"/>
        <outline type="podcast-episode" overcastId="782619568942702" pubDate="2019-07-02T05:51:08-04:00" title="What Iran Is Learning From North Korea" url="https://www.nytimes.com/the-daily" overcastUrl="https://overcast.fm/+LHydFmrm4" enclosureUrl="https://dts.podtrac.com/redirect.mp3/rss.art19.com/episodes/b86759b3-240e-4b88-aa12-52f0d389bdc2.mp3" userUpdatedDate="2019-07-02T22:18:00-04:00" userDeleted="1" played="1"/>
        <outline type="podcast-episode" overcastId="782619681783826" pubDate="2019-07-01T05:51:40-04:00" title="Inside the Migrant Detention Center in Clint, Tex." url="https://www.nytimes.com/the-daily" overcastUrl="https://overcast.fm/+LHydgggBI" enclosureUrl="https://dts.podtrac.com/redirect.mp3/rss.art19.com/episodes/9a6ee26f-f94c-4c7e-8631-8d2f10051840.mp3" userUpdatedDate="2019-07-02T19:30:20-04:00" userDeleted="1" played="1"/>
        <outline type="podcast-episode" overcastId="782619739240048" pubDate="2019-06-29T05:55:00-04:00" title="A Clash Over Inclusion at Pride" url="https://www.nytimes.com/the-daily" overcastUrl="https://overcast.fm/+LHyduNNnA" enclosureUrl="https://dts.podtrac.com/redirect.mp3/rss.art19.com/episodes/6a757dbd-7d0a-4940-8e04-1363c5e344e6.mp3" userUpdatedDate="2019-07-02T19:48:33-04:00" userDeleted="1" played="1"/>
        <outline type="podcast-episode" overcastId="782619861010522" pubDate="2019-06-28T06:24:28-04:00" title="The Democratic Debates" url="https://www.nytimes.com/the-daily" overcastUrl="https://overcast.fm/+LHyeLPSFo" enclosureUrl="https://dts.podtrac.com/redirect.mp3/rss.art19.com/episodes/40317217-f6e4-405a-9768-0ef0813d374b.mp3" userUpdatedDate="2019-06-30T20:45:46-04:00" userDeleted="1" played="1"/>
        <outline type="podcast-episode" overcastId="782619971935469" pubDate="2019-06-27T06:01:55-04:00" title="Corroborating E. Jean Carroll" url="https://www.nytimes.com/2019/06/27/podcasts/the-daily/e-jean-carroll-trump-interview.html" overcastUrl="https://overcast.fm/+LHyelr3O0" enclosureUrl="https://dts.podtrac.com/redirect.mp3/rss.art19.com/episodes/ca028af2-92f0-4d23-addf-438b862a8c69.mp3" userUpdatedDate="2019-07-02T21:45:17-04:00" userDeleted="1" played="1"/>
        <outline type="podcast-episode" overcastId="782619892994491" pubDate="2019-06-26T05:50:37-04:00" title="A Guide to the Democratic Debates" url="https://www.nytimes.com/the-daily" overcastUrl="https://overcast.fm/+LHyeS3Ubs" enclosureUrl="https://dts.podtrac.com/redirect.mp3/rss.art19.com/episodes/5c14305a-371a-40de-9c16-2e347f7ff5f8.mp3" userUpdatedDate="2019-06-27T12:07:23-04:00" userDeleted="1" played="1"/>
        <outline type="podcast-episode" overcastId="782619915224601" pubDate="2019-06-25T05:50:32-04:00" title="The Likelihood of Impeachment" url="https://www.nytimes.com/the-daily" overcastUrl="https://overcast.fm/+LHyeYKhhk" enclosureUrl="https://dts.podtrac.com/redirect.mp3/rss.art19.com/episodes/5e93b2f0-e42b-4628-a4ca-d49b68c95fd1.mp3" userUpdatedDate="2019-06-25T21:26:09-04:00" userDeleted="1" played="1"/>
        <outline type="podcast-episode" overcastId="782619811888181" pubDate="2019-06-24T05:53:01-04:00" title="A Military Crackdown in Sudan" url="https://www.nytimes.com/2019/06/24/podcasts/the-daily/sudan-revolution-protests-military.html" overcastUrl="https://overcast.fm/+LHyd_hvDU" enclosureUrl="https://dts.podtrac.com/redirect.mp3/rss.art19.com/episodes/4b5d42dc-4ef0-4f48-80ac-2971f55e7492.mp3" userUpdatedDate="2019-06-24T09:51:39-04:00" userDeleted="1" played="1"/>
        <outline type="podcast-episode" overcastId="782619684125624" pubDate="2019-06-21T05:57:22-04:00" title="The Standoff With Iran" url="https://www.nytimes.com/2019/06/21/podcasts/the-daily/iran-trump.html" overcastUrl="https://overcast.fm/+LHydhEO7g" enclosureUrl="https://dts.podtrac.com/redirect.mp3/rss.art19.com/episodes/4c22ae57-d94a-437c-af9f-e96ea18d3239.mp3" userUpdatedDate="2019-06-24T09:51:39-04:00" userDeleted="1" played="1"/>
        <outline type="podcast-episode" overcastId="782619485699646" pubDate="2019-06-20T05:50:34-04:00" title="Why Asylum Seekers Are Being Sent Back to Mexico" url="https://www.nytimes.com/2019/06/20/podcasts/the-daily/immigration-asylum-mexico-trump.html" overcastUrl="https://overcast.fm/+LHycxwfj4" enclosureUrl="https://dts.podtrac.com/redirect.mp3/rss.art19.com/episodes/9ea76f2b-4793-4f6a-a61f-d6031a5a0de5.mp3" userUpdatedDate="2019-06-20T21:33:28-04:00" userDeleted="1" played="1"/>
        <outline type="podcast-episode" overcastId="782620021647672" pubDate="2019-06-19T05:52:14-04:00" title="Trump&#x2019;s Re-election Rally" url="https://www.nytimes.com/2019/06/19/podcasts/the-daily/donald-trump-rally-orlando.html" overcastUrl="https://overcast.fm/+LHyexiaTg" enclosureUrl="https://dts.podtrac.com/redirect.mp3/rss.art19.com/episodes/a00bacea-409d-4154-916e-217a8c0105b1.mp3" userUpdatedDate="2019-06-20T07:18:29-04:00" userDeleted="1" played="1"/>
        <outline type="podcast-episode" overcastId="782620094016465" pubDate="2019-06-18T05:50:07-04:00" title="Hacking the Russian Power Grid" url="https://www.nytimes.com/2019/06/18/podcasts/the-daily/trump-russia-cyber-grid.html" overcastUrl="https://overcast.fm/+LHyfCyq9E" enclosureUrl="https://dts.podtrac.com/redirect.mp3/rss.art19.com/episodes/036eaee0-eacb-4e63-9e2a-cd2314646f51.mp3" userUpdatedDate="2019-06-18T21:09:03-04:00" userDeleted="1" played="1"/>
        <outline type="podcast-episode" overcastId="782619488672436" pubDate="2019-06-17T05:52:26-04:00" title="Why Hong Kong Is Still Protesting" url="https://www.nytimes.com/2019/06/17/podcasts/the-daily/hong-kong-protests.html" overcastUrl="https://overcast.fm/+LHycyd2rQ" enclosureUrl="https://dts.podtrac.com/redirect.mp3/rss.art19.com/episodes/f6320d47-6a93-46d0-9aae-9edb3f02039d.mp3" userUpdatedDate="2019-06-18T06:21:13-04:00" userDeleted="1" played="1"/>
        <outline type="podcast-episode" overcastId="782620215915383" pubDate="2019-06-14T06:04:25-04:00" title="Part 5: Can Liberal Democracy Survive in Europe?" url="https://www.nytimes.com/2019/06/14/podcasts/the-daily/europe-liberal-democracy-germany.html" overcastUrl="https://overcast.fm/+LHyff2s3c" enclosureUrl="https://dts.podtrac.com/redirect.mp3/rss.art19.com/episodes/2a34eddb-4ef5-4a75-a40a-ac98b3c0fed9.mp3" userUpdatedDate="2019-06-18T06:48:39-04:00" userDeleted="1" played="1"/>
        <outline type="podcast-episode" overcastId="782619529924647" pubDate="2019-06-13T05:58:19-04:00" title="Part 4: Poland&#x2019;s Culture Wars" url="https://www.nytimes.com/2019/06/13/podcasts/the-daily/poland-nationalism-democracy.html" overcastUrl="https://overcast.fm/+LHyc8TUCc" enclosureUrl="https://dts.podtrac.com/redirect.mp3/rss.art19.com/episodes/e03188c6-6cd9-4b25-9214-cf36be1df609.mp3" userUpdatedDate="2019-06-17T22:34:31-04:00" userDeleted="1" played="1"/>
        <outline type="podcast-episode" overcastId="782619533913754" pubDate="2019-06-12T05:52:06-04:00" title="Part 3: &#x2018;Italy First&#x2019;" url="https://www.nytimes.com/2019/06/12/podcasts/the-daily/italy-nationalism-salvini.html" overcastUrl="https://overcast.fm/+LHyc9QLpo" enclosureUrl="https://dts.podtrac.com/redirect.mp3/rss.art19.com/episodes/f6281b8f-8d98-49c0-bc13-80f38e1903c3.mp3" userUpdatedDate="2019-06-17T21:50:11-04:00" userDeleted="1" played="1"/>
        <outline type="podcast-episode" overcastId="782619666957729" pubDate="2019-06-11T05:50:31-04:00" title="Part 2: The French Rebellion" url="https://www.nytimes.com/2019/06/11/podcasts/the-daily/france-yellow-vests-macron.html" overcastUrl="https://overcast.fm/+LHydc-RaE" enclosureUrl="https://dts.podtrac.com/redirect.mp3/rss.art19.com/episodes/a8787f17-7254-49c2-8d5f-1e38fbf71a7f.mp3" userUpdatedDate="2019-06-17T07:04:44-04:00" userDeleted="1" played="1"/>
        <outline type="podcast-episode" overcastId="782619397997271" pubDate="2019-06-10T05:51:27-04:00" title="Part 1: The Battle for Europe" url="https://www.nytimes.com/2019/06/10/podcasts/the-daily/europe-nationalism.html" overcastUrl="https://overcast.fm/+LHycc2Qtc" enclosureUrl="https://dts.podtrac.com/redirect.mp3/rss.art19.com/episodes/06596768-3f5f-4951-add6-c8afe6f24392.mp3" userUpdatedDate="2019-06-12T21:37:28-04:00" userDeleted="1" played="1"/>
        <outline type="podcast-episode" overcastId="782619969420491" pubDate="2019-06-07T05:52:52-04:00" title="A New Way to Solve a Murder, Part 2: The Future of Genetic Privacy" url="https://www.nytimes.com/the-daily" overcastUrl="https://overcast.fm/+LHyelFfMs" enclosureUrl="https://dts.podtrac.com/redirect.mp3/rss.art19.com/episodes/74b8cb3f-99cf-437c-983f-894d7f6a3073.mp3" userUpdatedDate="2019-06-18T07:11:28-04:00" userDeleted="1" played="1"/>
        <outline type="podcast-episode" overcastId="782619632371212" pubDate="2019-06-06T05:50:24-04:00" title="A New Way to Solve a Murder, Part 1: The Genetic Detectives" url="https://www.nytimes.com/the-daily" overcastUrl="https://overcast.fm/+LHydUuhgw" enclosureUrl="https://dts.podtrac.com/redirect.mp3/rss.art19.com/episodes/4b42a136-84b3-4f7d-8285-dc2507ef3ba2.mp3" userUpdatedDate="2019-06-18T07:37:01-04:00" userDeleted="1" played="1"/>
        <outline type="podcast-episode" overcastId="782619629510503" pubDate="2019-05-22T05:50:39-04:00" title="A Growing Call for Impeachment" url="https://www.nytimes.com/2019/05/22/podcasts/the-daily/house-democrats-mcgahn-impeachment.html" overcastUrl="https://overcast.fm/+LHydUC32c" enclosureUrl="https://dts.podtrac.com/redirect.mp3/rss.art19.com/episodes/3852455d-8dd1-43f8-9bf0-7085b9d29246.mp3" userUpdatedDate="2019-05-27T20:52:53-04:00" userDeleted="1" played="1"/>
        <outline type="podcast-episode" overcastId="782620077445216" pubDate="2019-05-21T05:52:12-04:00" title="The Rise of Modi: India&#x2019;s Rightward Turn" url="https://www.nytimes.com/the-daily" overcastUrl="https://overcast.fm/+LHye-10GA" enclosureUrl="https://dts.podtrac.com/redirect.mp3/rss.art19.com/episodes/deeebf11-1332-4fca-a7c7-95650b6a07a1.mp3" userUpdatedDate="2019-06-17T06:51:21-04:00" userDeleted="1" played="1"/>
        <outline type="podcast-episode" overcastId="782619403242673" pubDate="2019-05-16T05:52:50-04:00" title="Caught in the Middle of the Trade War" url="https://www.nytimes.com/the-daily" overcastUrl="https://overcast.fm/+LHyceGTLE" enclosureUrl="https://dts.podtrac.com/redirect.mp3/rss.art19.com/episodes/b7c31e39-f410-4867-b7f2-0e6d888183a6.mp3" userUpdatedDate="2019-05-16T20:12:36-04:00" userDeleted="1" played="1"/>
        <outline type="podcast-episode" overcastId="782620224422108" pubDate="2019-05-15T05:51:44-04:00" title="The President Takes On China, Alone" url="https://www.nytimes.com/the-daily" overcastUrl="https://overcast.fm/+LHyfh4gNw" enclosureUrl="https://dts.podtrac.com/redirect.mp3/rss.art19.com/episodes/e9bfb438-88f8-4598-9bd3-0aa0d1fbc561.mp3" userUpdatedDate="2019-05-16T20:35:17-04:00" userDeleted="1" played="1"/>
        <outline type="podcast-episode" overcastId="782619433542089" pubDate="2019-05-14T05:53:14-04:00" title="The Freshman: Rashida Tlaib, Part 2" url="https://www.nytimes.com/the-daily" overcastUrl="https://overcast.fm/+LHyclUock" enclosureUrl="https://dts.podtrac.com/redirect.mp3/rss.art19.com/episodes/674cd140-bcb2-4070-bcdc-096ef42122f0.mp3" userUpdatedDate="2019-06-18T08:03:38-04:00" userDeleted="1" played="1"/>
        <outline type="podcast-episode" overcastId="782619376775390" pubDate="2019-05-10T05:52:59-04:00" title="A Founder of Facebook Says It&#x2019;s Time to Break It Up" url="https://www.nytimes.com/the-daily" overcastUrl="https://overcast.fm/+LHycXycN4" enclosureUrl="https://dts.podtrac.com/redirect.mp3/rss.art19.com/episodes/2facf9e4-13a2-4537-953b-138a45cdafb2.mp3" userUpdatedDate="2019-05-12T19:40:13-04:00" userDeleted="1" played="1"/>
        <outline type="podcast-episode" overcastId="782619444557898" pubDate="2019-05-09T05:50:30-04:00" title="Holding the Attorney General in Contempt" url="https://www.nytimes.com/the-daily" overcastUrl="https://overcast.fm/+LHycn8uEo" enclosureUrl="https://dts.podtrac.com/redirect.mp3/rss.art19.com/episodes/30be9119-feb8-423f-8cde-ee875f983cb9.mp3" userUpdatedDate="2019-05-14T19:11:21-04:00" userDeleted="1" played="1"/>
        <outline type="podcast-episode" overcastId="782620211506814" pubDate="2019-05-08T05:52:41-04:00" title="$1 Billion in Losses: A Decade of Trump&#x2019;s Taxes" url="https://www.nytimes.com/the-daily" overcastUrl="https://overcast.fm/+LHyfezbn4" enclosureUrl="https://dts.podtrac.com/redirect.mp3/rss.art19.com/episodes/fe753e64-5bc8-4c31-8989-8de7852a8d3d.mp3" userUpdatedDate="2019-06-18T11:21:41-04:00" userDeleted="1" played="1"/>
        <outline type="podcast-episode" overcastId="782620336415034" pubDate="2019-05-02T05:55:32-04:00" title="The Senate Testimony of William Barr" url="https://www.nytimes.com/the-daily" overcastUrl="https://overcast.fm/+LHyf8lYTo" enclosureUrl="https://dts.podtrac.com/redirect.mp3/rss.art19.com/episodes/722dcff8-1aff-453c-a1e3-bd03113bac72.mp3" userUpdatedDate="2019-05-04T03:10:42-04:00" userDeleted="1" played="1"/>
        <outline type="podcast-episode" overcastId="782619908723862" pubDate="2019-05-01T05:55:46-04:00" title="A Dictator&#x2019;s Fall in Sudan" url="https://www.nytimes.com/the-daily" overcastUrl="https://overcast.fm/+LHyeWnVJY" enclosureUrl="https://dts.podtrac.com/redirect.mp3/rss.art19.com/episodes/667bc513-6035-4ffb-bf9a-3088da2d34dc.mp3" userUpdatedDate="2019-06-18T21:26:53-04:00" userDeleted="1" played="1"/>
        <outline type="podcast-episode" overcastId="782619471565477" pubDate="2019-04-22T05:55:22-04:00" title="How Trump&#x2019;s Protector Became Mueller&#x2019;s Best Witness" url="https://www.nytimes.com/the-daily" overcastUrl="https://overcast.fm/+LHycuY0qU" enclosureUrl="https://dts.podtrac.com/redirect.mp3/rss.art19.com/episodes/e1306ac4-c340-46fd-a996-0b2894fd5226.mp3" userUpdatedDate="2019-04-23T04:27:29-04:00" userDeleted="1" played="1"/>
        <outline type="podcast-episode" overcastId="782619570620484" pubDate="2019-04-19T06:21:56-04:00" title="The Mueller Report Is Released" url="https://www.nytimes.com/the-daily" overcastUrl="https://overcast.fm/+LHydGASEQ" enclosureUrl="https://dts.podtrac.com/redirect.mp3/rss.art19.com/episodes/700f1722-779a-47ba-8721-c6213aa824fd.mp3" userUpdatedDate="2019-04-21T09:28:48-04:00" userDeleted="1" played="1"/>
        <outline type="podcast-episode" overcastId="782619841759195" pubDate="2019-04-18T05:54:33-04:00" title="The Abortion Wars, Part 2: The Illinois Option" url="https://www.nytimes.com/the-daily" overcastUrl="https://overcast.fm/+LHyeGph9s" enclosureUrl="https://dts.podtrac.com/redirect.mp3/rss.art19.com/episodes/9807b177-e2c9-4590-a7e0-061a4fedb1d1.mp3" userUpdatedDate="2019-06-20T07:46:50-04:00" userDeleted="1" played="1"/>
        <outline type="podcast-episode" overcastId="782619918466879" pubDate="2019-04-15T05:56:46-04:00" title="The Moral Complexities of Working With Julian Assange" url="https://www.nytimes.com/the-daily" overcastUrl="https://overcast.fm/+LHyeY7_z8" enclosureUrl="https://dts.podtrac.com/redirect.mp3/rss.art19.com/episodes/11b2167f-e06a-4a18-ad61-bcca90a41020.mp3" userUpdatedDate="2019-06-18T20:44:41-04:00" userDeleted="1" progress="1699"/>
        <outline type="podcast-episode" overcastId="782620192392466" pubDate="2019-04-04T05:55:18-04:00" title="New Insights Into the Mueller Report" url="https://www.nytimes.com/the-daily" overcastUrl="https://overcast.fm/+LHyfaPxRI" enclosureUrl="https://dts.podtrac.com/redirect.mp3/rss.art19.com/episodes/778f0415-183e-4c12-812a-d5a77df3e154.mp3" userUpdatedDate="2019-04-04T21:49:35-04:00" userDeleted="1" played="1"/>
        <outline type="podcast-episode" overcastId="782620292682660" pubDate="2019-04-03T05:53:38-04:00" title="Trump Wanted to Scrap Obamacare. His Party Didn&#x2019;t." url="https://www.nytimes.com/the-daily" overcastUrl="https://overcast.fm/+LHyfyKE6Q" enclosureUrl="https://dts.podtrac.com/redirect.mp3/rss.art19.com/episodes/7438063c-089a-4d3f-9f23-b78a50d03dee.mp3" userUpdatedDate="2019-04-03T19:53:51-04:00" userDeleted="1" played="1"/>
        <outline type="podcast-episode" overcastId="782619331517175" pubDate="2019-04-02T05:55:08-04:00" title="Why Did New York&#x2019;s Most Selective Public High School Admit Only 7 Black Students?" url="https://www.nytimes.com/the-daily" overcastUrl="https://overcast.fm/+LHycM_2vc" enclosureUrl="https://dts.podtrac.com/redirect.mp3/rss.art19.com/episodes/c26027cf-25cc-40f7-bd8f-fa0a97ecfa7f.mp3" userUpdatedDate="2019-06-24T09:51:39-04:00" userDeleted="1" played="1"/>
        <outline type="podcast-episode" overcastId="782619481668947" pubDate="2019-03-29T05:54:44-04:00" title="One Family&#x2019;s Story of Survival and Loss in New Zealand" url="https://www.nytimes.com/the-daily" overcastUrl="https://overcast.fm/+LHycwy_VM" enclosureUrl="https://dts.podtrac.com/redirect.mp3/rss.art19.com/episodes/7527746c-3c09-4449-a5d3-7a7dc45f383c.mp3" userUpdatedDate="2019-04-01T23:40:21-04:00" userDeleted="1" played="1"/>
        <outline type="podcast-episode" overcastId="782619674491634" pubDate="2019-03-28T05:55:15-04:00" title="Prosecuting R. Kelly" url="https://www.nytimes.com/the-daily" overcastUrl="https://overcast.fm/+LHydexOvI" enclosureUrl="https://dts.podtrac.com/redirect.mp3/rss.art19.com/episodes/ed4f8561-22b2-4246-ae66-662dcbdd20d0.mp3" userUpdatedDate="2019-04-01T20:52:42-04:00" userDeleted="1" played="1"/>
        <outline type="podcast-episode" overcastId="782619420362383" pubDate="2019-03-27T05:56:26-04:00" title="Israel&#x2019;s Indispensable Prime Minister?" url="https://www.nytimes.com/the-daily" overcastUrl="https://overcast.fm/+LHyciLho8" enclosureUrl="https://dts.podtrac.com/redirect.mp3/rss.art19.com/episodes/a6c14653-33d6-462a-a505-e0f78628c622.mp3" userUpdatedDate="2019-04-01T21:11:39-04:00" userDeleted="1" played="1"/>
        <outline type="podcast-episode" overcastId="782620071405854" pubDate="2019-03-26T05:54:25-04:00" title="Why Didn&#x2019;t Mueller Decide on Obstruction?" url="https://www.nytimes.com/the-daily" overcastUrl="https://overcast.fm/+LHye9ZqR4" enclosureUrl="https://dts.podtrac.com/redirect.mp3/rss.art19.com/episodes/9af0c5ab-8bb4-40cc-a8b5-6144b787216d.mp3" userUpdatedDate="2019-03-26T19:38:41-04:00" userDeleted="1" played="1"/>
        <outline type="podcast-episode" overcastId="782619343992675" pubDate="2019-03-25T05:55:24-04:00" title="Coordination: Not Established. Obstruction: More Complicated." url="https://www.nytimes.com/the-daily" overcastUrl="https://overcast.fm/+LHycP-N2M" enclosureUrl="https://dts.podtrac.com/redirect.mp3/rss.art19.com/episodes/e6e912e5-6a36-488c-95f8-f84a16e50690.mp3" userUpdatedDate="2019-03-25T08:06:28-04:00" userDeleted="1" played="1"/>
        <outline type="podcast-episode" overcastId="782620148204879" pubDate="2019-03-22T18:35:35-04:00" title="Special Edition: Robert Mueller Submits His Report" url="https://www.nytimes.com/the-daily" overcastUrl="https://overcast.fm/+LHyfPthU8" enclosureUrl="https://dts.podtrac.com/redirect.mp3/rss.art19.com/episodes/48af7e79-c8eb-4b4c-8e83-5c4fc911980e.mp3" userUpdatedDate="2019-03-24T19:58:33-04:00" userDeleted="1" played="1"/>
        <outline type="podcast-episode" overcastId="782619593163217" pubDate="2019-03-22T05:55:19-04:00" title="How New Zealand Banned Assault Rifles in Six Days" url="https://www.nytimes.com/the-daily" overcastUrl="https://overcast.fm/+LHydLYQdE" enclosureUrl="https://dts.podtrac.com/redirect.mp3/rss.art19.com/episodes/5a8d7af3-b0ce-4283-b2ba-4c6975cc37ab.mp3" userUpdatedDate="2019-03-24T20:16:37-04:00" userDeleted="1" played="1"/>
        <outline type="podcast-episode" overcastId="782619771741776" pubDate="2019-03-21T05:55:54-04:00" title="A Path to Curing H.I.V." url="https://www.nytimes.com/the-daily" overcastUrl="https://overcast.fm/+LHyd19JlA" enclosureUrl="https://dts.podtrac.com/redirect.mp3/rss.art19.com/episodes/1f9134e2-2f51-460b-9957-8f316bf985d1.mp3" userUpdatedDate="2019-04-01T21:21:47-04:00" userDeleted="1" played="1"/>
        <outline type="podcast-episode" overcastId="782620141753393" pubDate="2019-03-20T05:56:33-04:00" title="&#x2018;Trump of the Tropics&#x2019;: How Brazil&#x2019;s President Came to Power" url="https://www.nytimes.com/the-daily" overcastUrl="https://overcast.fm/+LHyfOLFDE" enclosureUrl="https://dts.podtrac.com/redirect.mp3/rss.art19.com/episodes/4f82de74-c8f7-44ae-9e54-ee31d08b5a65.mp3" userUpdatedDate="2019-06-12T21:15:35-04:00" userDeleted="1" played="1"/>
        <outline type="podcast-episode" overcastId="782619329011052" pubDate="2019-03-19T05:55:35-04:00" title="Two Crashes, a Single Jet: The Story of Boeing&#x2019;s 737 Max" url="https://www.nytimes.com/the-daily" overcastUrl="https://overcast.fm/+LHycMZnWw" enclosureUrl="https://dts.podtrac.com/redirect.mp3/rss.art19.com/episodes/a7b139aa-e259-4991-9820-084daa7e8be1.mp3" userUpdatedDate="2019-03-20T20:04:26-04:00" userDeleted="1" played="1"/>
        <outline type="podcast-episode" overcastId="782619784444753" pubDate="2019-03-18T05:55:31-04:00" title="The Mosque Attacks in New Zealand" url="https://www.nytimes.com/the-daily" overcastUrl="https://overcast.fm/+LHyd4--1E" enclosureUrl="https://dts.podtrac.com/redirect.mp3/rss.art19.com/episodes/7d02473f-add9-4a16-82e4-88388cc19720.mp3" userUpdatedDate="2019-03-20T20:12:37-04:00" userDeleted="1" played="1"/>
        <outline type="podcast-episode" overcastId="782620090765186" pubDate="2019-03-15T05:56:01-04:00" title="The Family That Profited From the Opioid Crisis" url="https://www.nytimes.com/the-daily" overcastUrl="https://overcast.fm/+LHyfCBD4I" enclosureUrl="https://dts.podtrac.com/redirect.mp3/rss.art19.com/episodes/7b379aca-3667-4564-aa51-e3c6ac6450a9.mp3" userUpdatedDate="2019-06-24T19:31:25-04:00" userDeleted="1" played="1"/>
        <outline type="podcast-episode" overcastId="782619667853783" pubDate="2019-03-12T05:55:51-04:00" title="Part 3: What to Expect When You&#x2019;re Expecting (the Mueller Report)" url="https://www.nytimes.com/the-daily" overcastUrl="https://overcast.fm/+LHyddL8dc" enclosureUrl="https://dts.podtrac.com/redirect.mp3/rss.art19.com/episodes/fd5e475e-cd65-4be9-972f-6af8eb094ec5.mp3" userUpdatedDate="2019-03-12T20:18:46-04:00" userDeleted="1" played="1"/>
        <outline type="podcast-episode" overcastId="782619794017482" pubDate="2019-03-11T05:55:21-04:00" title="Part 2: What to Expect When You&#x2019;re Expecting (the Mueller Report)" url="https://www.nytimes.com/the-daily" overcastUrl="https://overcast.fm/+LHyd7RDMo" enclosureUrl="https://dts.podtrac.com/redirect.mp3/rss.art19.com/episodes/1e9ed590-8787-445e-9d1d-499b4d7ea9a2.mp3" userUpdatedDate="2019-03-11T07:23:45-04:00" userDeleted="1" played="1"/>
        <outline type="podcast-episode" overcastId="782619535006873" pubDate="2019-03-08T05:55:12-05:00" title="Reckoning With the Real Michael Jackson" url="https://www.nytimes.com/the-daily" overcastUrl="https://overcast.fm/+LHyc9g3Jk" enclosureUrl="https://dts.podtrac.com/redirect.mp3/rss.art19.com/episodes/c20904be-5bd1-4926-b94a-98a0160826cd.mp3" userUpdatedDate="2019-03-12T20:31:32-04:00" userDeleted="1" played="1"/>
        <outline type="podcast-episode" overcastId="782619485629621" pubDate="2019-03-07T05:55:36-05:00" title="Promise and Peril of the Green New Deal" url="https://www.nytimes.com/the-daily" overcastUrl="https://overcast.fm/+LHycxvbLU" enclosureUrl="https://dts.podtrac.com/redirect.mp3/rss.art19.com/episodes/96df0fc5-147a-4697-a610-7c6e5ac0d22a.mp3" userUpdatedDate="2019-03-12T20:53:50-04:00" userDeleted="1" played="1"/>
        <outline type="podcast-episode" overcastId="782620092503167" pubDate="2019-03-06T05:57:54-05:00" title="Silicon Valley&#x2019;s Military Dilemma" url="https://www.nytimes.com/the-daily" overcastUrl="https://overcast.fm/+LHyfCblH8" enclosureUrl="https://dts.podtrac.com/redirect.mp3/rss.art19.com/episodes/66145b74-2b13-4a96-b646-56c3714e8c44.mp3" userUpdatedDate="2019-03-12T21:14:58-04:00" userDeleted="1" played="1"/>
        <outline type="podcast-episode" overcastId="782620002992741" pubDate="2019-03-05T05:55:51-05:00" title="What Happened to Lindsey Graham?" url="https://www.nytimes.com/the-daily" overcastUrl="https://overcast.fm/+LHyetFwmU" enclosureUrl="https://dts.podtrac.com/redirect.mp3/rss.art19.com/episodes/fdb8107c-8e89-47a3-84f0-a16e6842aadf.mp3" userUpdatedDate="2019-03-24T19:46:01-04:00" userDeleted="1" progress="669"/>
        <outline type="podcast-episode" overcastId="782620128175010" pubDate="2019-03-04T05:57:11-05:00" title="Part 1: What to Expect When You&#x2019;re Expecting (the Mueller Report)" url="https://www.nytimes.com/the-daily" overcastUrl="https://overcast.fm/+LHyfK746I" enclosureUrl="https://dts.podtrac.com/redirect.mp3/rss.art19.com/episodes/aac3125f-884f-4721-8fbc-028230784845.mp3" userUpdatedDate="2019-03-04T18:30:17-05:00" userDeleted="1" played="1"/>
        <outline type="podcast-episode" overcastId="782620258468104" pubDate="2019-03-01T05:55:16-05:00" title="Why the North Korea Deal Fell Apart (Again)" url="https://www.nytimes.com/the-daily" overcastUrl="https://overcast.fm/+LHyfqAAQg" enclosureUrl="https://dts.podtrac.com/redirect.mp3/rss.art19.com/episodes/013c9f41-6c25-4e09-9f42-458860da2e74.mp3" userUpdatedDate="2019-03-02T02:26:55-05:00" userDeleted="1" played="1"/>
        <outline type="podcast-episode" overcastId="782619668383198" pubDate="2019-02-28T05:59:20-05:00" title="The Testimony of Michael Cohen" url="https://www.nytimes.com/the-daily" overcastUrl="https://overcast.fm/+LHyddUBd4" enclosureUrl="https://dts.podtrac.com/redirect.mp3/rss.art19.com/episodes/f774f922-e6b1-45fe-bf1f-d0dbb6ef8893.mp3" userUpdatedDate="2019-02-28T19:08:32-05:00" userDeleted="1" played="1"/>
        <outline type="podcast-episode" overcastId="782619560537676" pubDate="2019-02-27T05:56:50-05:00" title="A Fraudulent Election in North Carolina" url="https://www.nytimes.com/the-daily" overcastUrl="https://overcast.fm/+LHydDmbkw" enclosureUrl="https://dts.podtrac.com/redirect.mp3/rss.art19.com/episodes/a3d99ffb-9505-4b60-a5e9-f1d675c56874.mp3" userUpdatedDate="2019-02-28T19:27:20-05:00" userDeleted="1" played="1"/>
        <outline type="podcast-episode" overcastId="782619512940368" pubDate="2019-02-26T05:55:29-05:00" title="What Hollywood Keeps Getting Wrong About Race" url="https://www.nytimes.com/the-daily" overcastUrl="https://overcast.fm/+LHyc4QJ1A" enclosureUrl="https://dts.podtrac.com/redirect.mp3/rss.art19.com/episodes/92c97a9b-4166-48d9-8b10-857eb25867cd.mp3" userUpdatedDate="2019-02-28T19:49:50-05:00" userDeleted="1" played="1"/>
        <outline type="podcast-episode" overcastId="782619396351715" pubDate="2019-02-25T05:55:37-05:00" title="Why Controlling 5G Could Mean Controlling the World" url="https://www.nytimes.com/the-daily" overcastUrl="https://overcast.fm/+LHyccdJuM" enclosureUrl="https://dts.podtrac.com/redirect.mp3/rss.art19.com/episodes/87fa072c-890a-45b5-aaf0-da441c43658f.mp3" userUpdatedDate="2019-02-28T22:43:56-05:00" userDeleted="1" played="1"/>
        <outline type="podcast-episode" overcastId="782619935686957" pubDate="2019-02-22T05:55:32-05:00" title="The American Women Who Joined ISIS" url="https://www.nytimes.com/the-daily" overcastUrl="https://overcast.fm/+LHyedCwS0" enclosureUrl="https://dts.podtrac.com/redirect.mp3/rss.art19.com/episodes/01a6d09b-ea6f-41b4-8ad5-6bfb1c813682.mp3" userUpdatedDate="2019-02-24T20:55:41-05:00" userDeleted="1" played="1"/>
        <outline type="podcast-episode" overcastId="782619459051791" pubDate="2019-02-21T05:55:29-05:00" title="How New York Lost Amazon" url="https://www.nytimes.com/the-daily" overcastUrl="https://overcast.fm/+LHycrZ4Q8" enclosureUrl="https://dts.podtrac.com/redirect.mp3/rss.art19.com/episodes/e20fcd33-bc5e-4d86-9c59-c9e1b0e3ae17.mp3" userUpdatedDate="2019-03-02T02:46:37-05:00" userDeleted="1" played="1"/>
        <outline type="podcast-episode" overcastId="782620333290705" pubDate="2019-02-20T05:54:55-05:00" title="The Democratic Presidential Field (So Far)" url="https://www.nytimes.com/the-daily" overcastUrl="https://overcast.fm/+LHyf71tNE" enclosureUrl="https://dts.podtrac.com/redirect.mp3/rss.art19.com/episodes/f94d0b57-e75e-4644-8db5-cd8409e89cbf.mp3" userUpdatedDate="2019-03-03T19:34:59-05:00" userDeleted="1" played="1"/>
        <outline type="podcast-episode" overcastId="782619838629447" pubDate="2019-02-19T05:56:50-05:00" title="The Democrats and Israel" url="https://www.nytimes.com/the-daily" overcastUrl="https://overcast.fm/+LHyeF5xkc" enclosureUrl="https://dts.podtrac.com/redirect.mp3/rss.art19.com/episodes/5184540b-9c9c-4179-9aef-42741de81745.mp3" userUpdatedDate="2019-02-20T02:17:00-05:00" userDeleted="1" played="1"/>
        <outline type="podcast-episode" overcastId="782620134622999" pubDate="2019-02-15T05:55:21-05:00" title="Avoiding a Shutdown (by Declaring an Emergency)" url="https://www.nytimes.com/the-daily" overcastUrl="https://overcast.fm/+LHyfMeRxc" enclosureUrl="https://dts.podtrac.com/redirect.mp3/rss.art19.com/episodes/7b6ad5da-c232-4328-98b7-3ad3773d9134.mp3" userUpdatedDate="2019-02-17T20:11:34-05:00" userDeleted="1" played="1"/>
        <outline type="podcast-episode" overcastId="782620326968573" pubDate="2019-02-14T05:55:45-05:00" title="The Parkland Students, One Year Later" url="https://www.nytimes.com/the-daily" overcastUrl="https://overcast.fm/+LHyf6VPP0" enclosureUrl="https://dts.podtrac.com/redirect.mp3/rss.art19.com/episodes/4ae72bb8-df28-4669-8f3a-854300aaaafc.mp3" userUpdatedDate="2019-03-03T19:45:07-05:00" userDeleted="1" played="1"/>
        <outline type="podcast-episode" overcastId="782619593361924" pubDate="2019-02-11T05:53:36-05:00" title="The Standoff Over Food and Power in Venezuela" url="https://www.nytimes.com/the-daily" overcastUrl="https://overcast.fm/+LHydLbSgQ" enclosureUrl="https://dts.podtrac.com/redirect.mp3/rss.art19.com/episodes/3e835bd4-32b0-4ee9-ad20-052133b5b9d0.mp3" userUpdatedDate="2019-02-11T20:12:12-05:00" userDeleted="1" played="1"/>
        <outline type="podcast-episode" overcastId="782619667155742" pubDate="2019-02-08T05:53:33-05:00" title="Democrats Wanted Zero Tolerance for Misconduct. Then Came Virginia." url="https://www.nytimes.com/the-daily" overcastUrl="https://overcast.fm/+LHyddBSx4" enclosureUrl="https://dts.podtrac.com/redirect.mp3/rss.art19.com/episodes/4859a085-dc74-4be0-a7bc-0e0dffa84b7a.mp3" userUpdatedDate="2019-02-11T20:41:46-05:00" userDeleted="1" played="1"/>
        <outline type="podcast-episode" overcastId="782619913933720" pubDate="2019-02-07T05:55:00-05:00" title="The Overlooked Scandal of Priests Sexually Abusing Nuns" url="https://www.nytimes.com/the-daily" overcastUrl="https://overcast.fm/+LHyeX205g" enclosureUrl="https://dts.podtrac.com/redirect.mp3/rss.art19.com/episodes/ba836be4-fc51-48ab-8fd3-c5afd56ca780.mp3" userUpdatedDate="2019-03-03T20:02:59-05:00" userDeleted="1" played="1"/>
        <outline type="podcast-episode" overcastId="782619907032034" pubDate="2019-02-06T05:54:24-05:00" title="What Past State of the Union Speeches Tell Us About the Future" url="https://www.nytimes.com/the-daily" overcastUrl="https://overcast.fm/+LHyeWNg-I" enclosureUrl="https://dts.podtrac.com/redirect.mp3/rss.art19.com/episodes/a3fc34ce-429e-48e5-a80f-e2e3423ee243.mp3" userUpdatedDate="2019-02-11T19:54:42-05:00" userDeleted="1" played="1"/>
        <outline type="podcast-episode" overcastId="782620276612739" pubDate="2019-02-05T05:58:00-05:00" title="What Motivates Mitch McConnell?" url="https://www.nytimes.com/the-daily" overcastUrl="https://overcast.fm/+LHyfuU3oM" enclosureUrl="https://dts.podtrac.com/redirect.mp3/rss.art19.com/episodes/40c4f4b9-11cb-4f0e-8637-2aa759eff36b.mp3" userUpdatedDate="2019-02-11T19:30:47-05:00" userDeleted="1" played="1"/>
        <outline type="podcast-episode" overcastId="782619586008022" pubDate="2019-02-01T06:03:50-05:00" title="The President and the Publisher" url="https://www.nytimes.com/the-daily" overcastUrl="https://overcast.fm/+LHydJrE9Y" enclosureUrl="https://dts.podtrac.com/redirect.mp3/rss.art19.com/episodes/22dfd25a-47ae-4d2a-bf43-3dbaf4195679.mp3" userUpdatedDate="2019-02-02T06:23:28-05:00" userDeleted="1" played="1"/>
        <outline type="podcast-episode" overcastId="782620130983984" pubDate="2019-01-31T05:53:32-05:00" title="The Perils of Reporting on an Investigation of the President" url="https://www.nytimes.com/the-daily" overcastUrl="https://overcast.fm/+LHyfLmwDA" enclosureUrl="https://dts.podtrac.com/redirect.mp3/rss.art19.com/episodes/edbd2990-bf04-41be-98c6-9ec8a95cebdd.mp3" userUpdatedDate="2019-02-01T08:22:19-05:00" userDeleted="1" played="1"/>
        <outline type="podcast-episode" overcastId="782620130460134" pubDate="2019-01-30T05:50:04-05:00" title="How Democrats Will Govern (Now That Government Is Open)" url="https://www.nytimes.com/the-daily" overcastUrl="https://overcast.fm/+LHyfLeweY" enclosureUrl="https://dts.podtrac.com/redirect.mp3/rss.art19.com/episodes/f2ba7e27-1da8-4bbe-86ad-6d8f59a9d533.mp3" userUpdatedDate="2019-01-30T20:01:47-05:00" userDeleted="1" played="1"/>
        <outline type="podcast-episode" overcastId="782620109687516" pubDate="2019-01-29T05:48:54-05:00" title="Dispatches From the Border, Part 2" url="https://www.nytimes.com/the-daily" overcastUrl="https://overcast.fm/+LHyfGhytw" enclosureUrl="https://dts.podtrac.com/redirect.mp3/rss.art19.com/episodes/39120498-bfa1-42d7-a05e-4e68c386afc7.mp3" userUpdatedDate="2019-01-30T00:00:43-05:00" userDeleted="1" played="1"/>
        <outline type="podcast-episode" overcastId="782619495573147" pubDate="2019-01-28T05:53:15-05:00" title="The Story of Roger Stone and WikiLeaks" url="https://www.nytimes.com/the-daily" overcastUrl="https://overcast.fm/+LHyc0HJps" enclosureUrl="https://dts.podtrac.com/redirect.mp3/rss.art19.com/episodes/1e09943b-6a28-463d-850a-004c0441b995.mp3" userUpdatedDate="2019-01-30T20:21:37-05:00" userDeleted="1" played="1"/>
        <outline type="podcast-episode" overcastId="782619709373482" pubDate="2019-01-25T05:47:37-05:00" title="One Country, Two Presidents: The Crisis in Venezuela" url="https://www.nytimes.com/the-daily" overcastUrl="https://overcast.fm/+LHydnFfCo" enclosureUrl="https://dts.podtrac.com/redirect.mp3/rss.art19.com/episodes/49f1ccdf-c54f-431a-9d84-5ec2f7749955.mp3" userUpdatedDate="2019-01-30T19:43:48-05:00" userDeleted="1" played="1"/>
        <outline type="podcast-episode" overcastId="782620166207088" pubDate="2019-01-24T05:56:13-05:00" title="ISIS Has Lost Its Land. What About Its Power?" url="https://www.nytimes.com/the-daily" overcastUrl="https://overcast.fm/+LHyfUANnA" enclosureUrl="https://dts.podtrac.com/redirect.mp3/rss.art19.com/episodes/2986c970-e11e-4817-aa88-dccc994187ac.mp3" userUpdatedDate="2019-01-29T23:37:07-05:00" userDeleted="1" played="1"/>
        <outline type="podcast-episode" overcastId="782620265571632" pubDate="2019-01-23T05:54:35-05:00" title="The Confrontation at the Lincoln Memorial" url="https://www.nytimes.com/the-daily" overcastUrl="https://overcast.fm/+LHyfrsZTA" enclosureUrl="https://dts.podtrac.com/redirect.mp3/rss.art19.com/episodes/fe9d398f-d683-4ef2-82d7-a7340292d079.mp3" userUpdatedDate="2019-01-23T19:47:27-05:00" userDeleted="1" played="1"/>
        <outline type="podcast-episode" overcastId="782619979738637" pubDate="2019-01-22T06:16:03-05:00" title="The Freshman: Rashida Tlaib, Part 1" url="https://www.nytimes.com/the-daily" overcastUrl="https://overcast.fm/+LHyeni7g0" enclosureUrl="https://dts.podtrac.com/redirect.mp3/rss.art19.com/episodes/94da6a0c-0864-4675-b635-a2311943e4d8.mp3" userUpdatedDate="2019-01-23T20:25:39-05:00" userDeleted="1" played="1"/>
        <outline type="podcast-episode" overcastId="782619434397103" pubDate="2019-01-18T06:10:52-05:00" title="A Rift Over Power and Privilege in the Women&#x2019;s March" url="https://www.nytimes.com/the-daily" overcastUrl="https://overcast.fm/+LHyclhra8" enclosureUrl="https://dts.podtrac.com/redirect.mp3/rss.art19.com/episodes/748e5770-8dcd-4650-af19-ff8947e7a3a9.mp3" userUpdatedDate="2019-01-21T09:57:30-05:00" userDeleted="1" played="1"/>
        <outline type="podcast-episode" overcastId="782619694642188" pubDate="2019-01-17T05:51:31-05:00" title="A Republican Congressman From Texas Who Opposes the Wall" url="https://www.nytimes.com/the-daily" overcastUrl="https://overcast.fm/+LHydjktAw" enclosureUrl="https://dts.podtrac.com/redirect.mp3/rss.art19.com/episodes/45bc392c-257c-4bc1-b7f6-bc7a1b01e5ab.mp3" userUpdatedDate="2019-01-17T23:32:59-05:00" userDeleted="1" played="1"/>
        <outline type="podcast-episode" overcastId="782619744091940" pubDate="2019-01-16T05:48:42-05:00" title="William Barr Under Oath" url="https://www.nytimes.com/the-daily" overcastUrl="https://overcast.fm/+LHydvXPyQ" enclosureUrl="https://dts.podtrac.com/redirect.mp3/rss.art19.com/episodes/3e8a475e-1314-43ef-b633-a98fd4b03e8e.mp3" userUpdatedDate="2019-01-16T07:49:24-05:00" userDeleted="1" played="1"/>
        <outline type="podcast-episode" overcastId="782620073868226" pubDate="2019-01-15T05:52:34-05:00" title="Trump&#x2019;s Pick for Attorney General" url="https://www.nytimes.com/the-daily" overcastUrl="https://overcast.fm/+LHye9_O8I" enclosureUrl="https://dts.podtrac.com/redirect.mp3/rss.art19.com/episodes/5e355426-5428-4c82-a242-830339781ec9.mp3" userUpdatedDate="2019-01-15T18:28:07-05:00" userDeleted="1" played="1"/>
        <outline type="podcast-episode" overcastId="782619813123708" pubDate="2019-01-14T05:56:27-05:00" title="Dispatches From the Border, Part 1" url="https://www.nytimes.com/the-daily" overcastUrl="https://overcast.fm/+LHyd_0lnw" enclosureUrl="https://dts.podtrac.com/redirect.mp3/rss.art19.com/episodes/73b0d44a-9397-4740-8898-fb4d6d13c8c6.mp3" userUpdatedDate="2019-01-15T19:38:15-05:00" userDeleted="1" played="1"/>
        <outline type="podcast-episode" overcastId="782620324224237" pubDate="2019-01-11T05:47:29-05:00" title="What a Border Sheriff Thinks About the Wall" url="https://www.nytimes.com/the-daily" overcastUrl="https://overcast.fm/+LHyf5rXO0" enclosureUrl="https://dts.podtrac.com/redirect.mp3/rss.art19.com/episodes/1b5b16f2-6d64-4e88-b6fc-625e8e7ce791.mp3" userUpdatedDate="2019-01-13T23:27:11-05:00" userDeleted="1" played="1"/>
        <outline type="podcast-episode" overcastId="782620050256853" pubDate="2019-01-10T05:49:24-05:00" title="The Republicans&#x2019; Shutdown Strategy" url="https://www.nytimes.com/the-daily" overcastUrl="https://overcast.fm/+LHye4W89U" enclosureUrl="https://dts.podtrac.com/redirect.mp3/rss.art19.com/episodes/28234a8e-9dcd-4d60-a930-9000f253ddb9.mp3" userUpdatedDate="2019-01-10T19:21:48-05:00" userDeleted="1" played="1"/>
        <outline type="podcast-episode" overcastId="782620143440585" pubDate="2019-01-09T05:57:12-05:00" title="Trump&#x2019;s Prime-Time Address" url="https://www.nytimes.com/the-daily" overcastUrl="https://overcast.fm/+LHyfOk0sk" enclosureUrl="https://dts.podtrac.com/redirect.mp3/rss.art19.com/episodes/380b57ac-deb5-4920-a249-c84ef4c442a3.mp3" userUpdatedDate="2019-01-09T07:18:24-05:00" userDeleted="1" played="1"/>
        <outline type="podcast-episode" overcastId="782619909668896" pubDate="2019-01-08T05:44:56-05:00" title="Is There a Crisis at the Border?" url="https://www.nytimes.com/the-daily" overcastUrl="https://overcast.fm/+LHyeW1wCA" enclosureUrl="https://dts.podtrac.com/redirect.mp3/rss.art19.com/episodes/4d9045d6-0e30-4049-a950-09cb5f7afdf9.mp3" userUpdatedDate="2019-01-09T20:56:15-05:00" userDeleted="1" played="1"/>
        <outline type="podcast-episode" overcastId="782620102880384" pubDate="2019-01-07T05:45:51-05:00" title="Trump&#x2019;s Plan to Withdraw Troops From Syria" url="https://www.nytimes.com/the-daily" overcastUrl="https://overcast.fm/+LHyfE57IA" enclosureUrl="https://dts.podtrac.com/redirect.mp3/rss.art19.com/episodes/cdab37df-a176-4f27-a59d-aafe89e8757c.mp3" userUpdatedDate="2019-01-10T23:28:22-05:00" userDeleted="1" played="1"/>
        <outline type="podcast-episode" overcastId="782619697696061" pubDate="2019-01-04T05:45:40-05:00" title="Day 1 of a Democratic Majority" url="https://www.nytimes.com/the-daily" overcastUrl="https://overcast.fm/+LHydkTTT0" enclosureUrl="https://dts.podtrac.com/redirect.mp3/rss.art19.com/episodes/df40000b-722c-4a35-99c3-0183b3759e35.mp3" userUpdatedDate="2019-01-10T21:04:08-05:00" userDeleted="1" played="1"/>
        <outline type="podcast-episode" overcastId="782620062173147" pubDate="2019-01-03T05:57:59-05:00" title="Chuck Schumer on the Wall, the Shutdown and the Era of Divided Government" url="https://www.nytimes.com/the-daily" overcastUrl="https://overcast.fm/+LHye7Mx9s" enclosureUrl="https://dts.podtrac.com/redirect.mp3/rss.art19.com/episodes/85b029c5-92ee-4f5e-9866-ded62be3d76a.mp3" userUpdatedDate="2019-01-10T20:36:02-05:00" userDeleted="1" played="1"/>
        <outline type="podcast-episode" overcastId="782620339682946" pubDate="2019-01-02T05:46:00-05:00" title="What Will Democrats Do With Their New Power?" url="https://www.nytimes.com/the-daily" overcastUrl="https://overcast.fm/+LHyf9XPoI" enclosureUrl="https://dts.podtrac.com/redirect.mp3/rss.art19.com/episodes/2e8d087b-d98f-42a0-a576-7d07957db3d4.mp3" userUpdatedDate="2019-01-10T19:54:43-05:00" userDeleted="1" played="1"/>
        <outline type="podcast-episode" overcastId="782619945564220" pubDate="2018-12-27T05:45:00-05:00" title="The Scars of Family Separation" url="https://www.nytimes.com/the-daily" overcastUrl="https://overcast.fm/+LHyefZeDw" enclosureUrl="https://dts.podtrac.com/redirect.mp3/rss.art19.com/episodes/6192ceeb-c987-473c-9a87-e8bdd547d60e.mp3" userUpdatedDate="2019-01-10T19:32:07-05:00" userDeleted="1" played="1"/>
        <outline type="podcast-episode" overcastId="782619872150670" pubDate="2018-12-24T05:45:00-05:00" title="The Year in Sound: An Audio Time Capsule of 2018" url="https://www.nytimes.com/the-daily" overcastUrl="https://overcast.fm/+LHyeN5RI4" enclosureUrl="https://dts.podtrac.com/redirect.mp3/rss.art19.com/episodes/b4a62786-f78d-459b-a77d-127de508fd60.mp3" userUpdatedDate="2019-01-10T20:10:58-05:00" userDeleted="1" played="1"/>
        <outline type="podcast-episode" overcastId="782620324509173" pubDate="2018-12-21T05:50:25-05:00" title="The Latest Showdown Over a Shutdown" url="https://www.nytimes.com/the-daily" overcastUrl="https://overcast.fm/+LHyf5vtfU" enclosureUrl="https://dts.podtrac.com/redirect.mp3/rss.art19.com/episodes/d4df4b8a-e939-4f3b-a4ad-43692c306670.mp3" userUpdatedDate="2019-01-10T20:10:57-05:00" userDeleted="1" played="1"/>
        <outline type="podcast-episode" overcastId="782619875961157" pubDate="2018-12-20T05:52:50-05:00" title="Senator Claire McCaskill on Losing Missouri and the Politics of Purity" url="https://www.nytimes.com/the-daily" overcastUrl="https://overcast.fm/+LHyeOzaUU" enclosureUrl="https://dts.podtrac.com/redirect.mp3/rss.art19.com/episodes/07f66da8-5524-4d06-b69e-6d0762fddb48.mp3" userUpdatedDate="2019-01-10T20:10:57-05:00" userDeleted="1" played="1"/>
        <outline type="podcast-episode" overcastId="782619567205562" pubDate="2018-12-19T05:46:58-05:00" title="The Ethics of Genetically Editing Babies" url="https://www.nytimes.com/the-daily" overcastUrl="https://overcast.fm/+LHydFMLLo" enclosureUrl="https://dts.podtrac.com/redirect.mp3/rss.art19.com/episodes/124be293-c547-450c-86ac-d956da4a353e.mp3" userUpdatedDate="2019-01-10T20:10:57-05:00" userDeleted="1" played="1"/>
        <outline type="podcast-episode" overcastId="782620217466995" pubDate="2018-12-18T05:49:47-05:00" title="A Year in the Russia Investigation" url="https://www.nytimes.com/the-daily" overcastUrl="https://overcast.fm/+LHyfgOYHM" enclosureUrl="https://dts.podtrac.com/redirect.mp3/rss.art19.com/episodes/48e9ddf4-4cb6-4978-9889-9361ef3088b9.mp3" userUpdatedDate="2019-01-10T20:10:57-05:00" userDeleted="1" played="1"/>
        <outline type="podcast-episode" overcastId="782620003076742" pubDate="2018-12-14T05:54:18-05:00" title="Undocumented and Working for Trump" url="https://www.nytimes.com/the-daily" overcastUrl="https://overcast.fm/+LHyetHCoY" enclosureUrl="https://dts.podtrac.com/redirect.mp3/rss.art19.com/episodes/ce0f1eb0-ae13-4bd7-86a4-fd5ffc832d61.mp3" userUpdatedDate="2019-01-10T20:10:57-05:00" userDeleted="1" played="1"/>
        <outline type="podcast-episode" overcastId="782620124669593" pubDate="2018-12-13T05:46:31-05:00" title="The Rise of Right-Wing Extremism, and How U.S. Law Enforcement Ignored It" url="https://www.nytimes.com/the-daily" overcastUrl="https://overcast.fm/+LHyfKGZpk" enclosureUrl="https://dts.podtrac.com/redirect.mp3/rss.art19.com/episodes/c68a0277-04db-45c9-9611-12b1383f9cf9.mp3" userUpdatedDate="2019-01-10T20:10:57-05:00" userDeleted="1" played="1"/>
        <outline type="podcast-episode" overcastId="782619299193974" pubDate="2018-12-12T05:52:45-05:00" title="Why Republicans Want a Criminal Justice Overhaul" url="https://www.nytimes.com/the-daily" overcastUrl="https://overcast.fm/+LHycFSpHY" enclosureUrl="https://dts.podtrac.com/redirect.mp3/rss.art19.com/episodes/84c6b34a-11b4-47ff-b1e3-dbfcc5385162.mp3" userUpdatedDate="2019-01-10T20:10:58-05:00" userDeleted="1" played="1"/>
        <outline type="podcast-episode" overcastId="782619801921490" pubDate="2018-12-11T05:55:51-05:00" title="Waiting for Brexit" url="https://www.nytimes.com/the-daily" overcastUrl="https://overcast.fm/+LHyd9Jp9I" enclosureUrl="https://dts.podtrac.com/redirect.mp3/rss.art19.com/episodes/ed3259a9-0411-4996-8e03-61e95bc8991e.mp3" userUpdatedDate="2019-01-10T20:10:57-05:00" userDeleted="1" played="1"/>
        <outline type="podcast-episode" overcastId="782620326919504" pubDate="2018-11-16T05:57:55-05:00" title="What Facebook Knew and Tried to Hide" url="https://www.nytimes.com/the-daily" overcastUrl="https://overcast.fm/+LHyf6UfVA" enclosureUrl="https://dts.podtrac.com/redirect.mp3/rss.art19.com/episodes/c858bad3-e5ec-4850-b739-03e7538b1b41.mp3" userUpdatedDate="2019-01-10T20:10:57-05:00" userDeleted="1" played="1"/>
      </outline>
      <outline type="rss" overcastId="290778" text="&#x786C;&#x5F71;&#x50CF;" title="&#x786C;&#x5F71;&#x50CF;" xmlUrl="https://feeds.fireside.fm/hardimage/rss" htmlUrl="http://hardimage.pro/" subscribed="1" notifications="1">
        <outline type="podcast-episode" overcastId="312220576506649" pubDate="2019-04-20T11:00:00-04:00" title="Episode 78: &#x4E0D;&#x771F;&#x5B9E;&#x7684;&#x804C;&#x4E1A;&#x8868;&#x8FF0;" url="http://hardimage.pro/78" overcastUrl="https://overcast.fm/+Eb9oSN4xk" enclosureUrl="https://aphid.fireside.fm/d/1437767933/5ea3e13c-c984-4da7-afd9-d841c486ed76/429a630e-e383-4e3b-a30b-fc174bb0296a.mp3" userUpdatedDate="2019-06-14T06:45:44-04:00" userDeleted="1" played="1"/>
      </outline>
      <outline type="rss" overcastId="416178" text="&#x4E00;&#x5929;&#x4E16;&#x754C;" title="&#x4E00;&#x5929;&#x4E16;&#x754C;" xmlUrl="http://yitianshijie.net/rss" htmlUrl="http://yitianshijie.net/" subscribed="1" notifications="1">
        <outline type="podcast-episode" overcastId="446868431892554" pubDate="2019-03-17T04:00:00-04:00" title="Episode 78: &#x4E70;&#x7EB8;&#x4E66;&#x7684;&#x610F;&#x4E49;" url="http://yitianshijie.net/78" overcastUrl="https://overcast.fm/+GWbKok8Eo" enclosureUrl="https://aphid.fireside.fm/d/1437767933/f6a20fce-342f-4892-99e8-30cd53cda9d6/1ab375b3-fe66-4263-bede-96f27efa7c62.mp3" userUpdatedDate="2019-03-17T19:56:32-04:00" userDeleted="1" played="1"/>
        <outline type="podcast-episode" overcastId="446868599956501" pubDate="2019-03-03T06:45:00-05:00" title="Episode 77: Pop is Beautiful" url="http://yitianshijie.net/77" overcastUrl="https://overcast.fm/+GWbLQpZBU" enclosureUrl="https://aphid.fireside.fm/d/1437767933/f6a20fce-342f-4892-99e8-30cd53cda9d6/bdc95a4e-0971-4123-912b-9cd733d335b7.mp3" userUpdatedDate="2019-03-03T18:28:17-05:00" userDeleted="1" played="1"/>
        <outline type="podcast-episode" overcastId="446868432997572" pubDate="2019-02-25T23:00:00-05:00" title="Episode 76: &#x7EBF;&#x4E0B;&#x7684;&#x865A;&#xFF08;k&#x113;&#xFF09;&#x62DF;&#xFF08;xu&#xE9;&#xFF09; vs. &#x7EBF;&#x4E0A;&#x7684;&#x771F;&#xFF08;xu&#xE1;n&#xFF09;&#x5B9E;&#xFF08;xu&#xE9;&#xFF09;" url="http://yitianshijie.net/76" overcastUrl="https://overcast.fm/+GWbKo1zMQ" enclosureUrl="https://aphid.fireside.fm/d/1437767933/f6a20fce-342f-4892-99e8-30cd53cda9d6/89ba3d16-5e37-4d01-9f2a-41bc64328fc2.mp3" userUpdatedDate="2019-02-28T18:46:07-05:00" userDeleted="1" played="1"/>
        <outline type="podcast-episode" overcastId="446868713315247" pubDate="2019-02-20T22:00:00-05:00" title="Episode 75: &#x9614;&#x522B;&#x4E8C;&#x5341;&#x5E74;&#x7684;&#x7535;&#x89C6;" url="http://yitianshijie.net/75" overcastUrl="https://overcast.fm/+GWbLrrG68" enclosureUrl="https://aphid.fireside.fm/d/1437767933/f6a20fce-342f-4892-99e8-30cd53cda9d6/264556f6-084a-4b77-9a02-37f3721ca3c2.mp3" userUpdatedDate="2019-02-22T04:26:12-05:00" userDeleted="1" played="1"/>
        <outline type="podcast-episode" overcastId="446868144615752" pubDate="2019-02-11T22:00:00-05:00" title="Episode 74: &#x6CD5;&#x897F;&#x65AF;&#x7F8E;&#x5B66; vs. &#x6709;&#x5171;&#x8BC6;&#x7684;&#x672A;&#x6765;" url="http://yitianshijie.net/74" overcastUrl="https://overcast.fm/+GWbJkFcUg" enclosureUrl="https://aphid.fireside.fm/d/1437767933/f6a20fce-342f-4892-99e8-30cd53cda9d6/764592d1-36dc-491f-8285-7708eea71de6.mp3" userUpdatedDate="2019-02-12T06:21:13-05:00" userDeleted="1" played="1"/>
        <outline type="podcast-episode" overcastId="446868117329757" pubDate="2019-02-04T06:00:00-05:00" title="Episode 73: &#x60F3;&#x50CF;&#x4E2D;&#x56FD;&#x7684;&#x81EA;&#x7531;" url="http://yitianshijie.net/73" overcastUrl="https://overcast.fm/+GWbJdlF10" enclosureUrl="https://aphid.fireside.fm/d/1437767933/f6a20fce-342f-4892-99e8-30cd53cda9d6/b45c2b46-724d-4ded-8d8e-500e45092a24.mp3" userUpdatedDate="2019-02-11T08:54:34-05:00" userDeleted="1" played="1"/>
      </outline>
      <outline type="rss" overcastId="796137" text="Techmeme Ride Home" title="Techmeme Ride Home" xmlUrl="https://feedpress.me/RideHome" htmlUrl="https://anchor.fm/techmeme-ride-home" subscribed="1" notifications="1">
        <outline type="podcast-episode" overcastId="854846536749924" pubDate="2019-07-19T17:38:45-04:00" title="Fri. 7/19 - This Pentagon Contract Is Not the One You&#x2019;re Looking For" url="https://anchor.fm/techmeme-ride-home/episodes/Fri--719---This-Pentagon-Contract-Is-Not-the-One-Youre-Looking-For-e4m772" overcastUrl="https://overcast.fm/+MJengpE2Q" enclosureUrl="https://anchor.fm/s/34f8474/podcast/play/3922594/https%3A%2F%2Fd3ctxlq1ktw2nl.cloudfront.net%2Fproduction%2F2019-6-19%2F19135143-48000-1-83cf9867c77de.mp3" userUpdatedDate="2019-07-22T20:02:29-04:00" userDeleted="1" played="1"/>
        <outline type="podcast-episode" overcastId="854846410468625" pubDate="2019-07-18T17:58:27-04:00" title="Thurs. 07/18 - Netflix&#x2019;s Numbers Visit the Upside Down" url="https://anchor.fm/techmeme-ride-home/episodes/Thurs--0718---Netflixs-Numbers-Visit-the-Upside-Down-e4lrjc" overcastUrl="https://overcast.fm/+MJenCiLRE" enclosureUrl="https://anchor.fm/s/34f8474/podcast/play/3910700/https%3A%2F%2Fd3ctxlq1ktw2nl.cloudfront.net%2Fproduction%2F2019-6-18%2F19071589-48000-1-61bee1e94966f.mp3" userUpdatedDate="2019-07-22T20:04:02-04:00" progress="143"/>
        <outline type="podcast-episode" overcastId="854846593948219" pubDate="2019-07-17T16:30:15-04:00" title="Wed. 07/17 - Neuralink and Boston Dynamics Are Ready For Their Closeup" url="https://anchor.fm/techmeme-ride-home/episodes/Wed--0717---Neuralink-and-Boston-Dynamics-Are-Ready-For-Their-Closeup-e4leou" overcastUrl="https://overcast.fm/+MJenuR2js" enclosureUrl="https://anchor.fm/s/34f8474/podcast/play/3897566/https%3A%2F%2Fd3ctxlq1ktw2nl.cloudfront.net%2Fstaging%2F2019-6-18%2FWed--07-17---Neuralink-and-Bos-8739fab10d1a4.m4a" userUpdatedDate="2019-07-18T20:00:25-04:00" progress="1118"/>
        <outline type="podcast-episode" overcastId="854846348823802" pubDate="2019-07-15T16:57:52-04:00" title="Mon. 07/15 - Don&#x2019;t Naruto-Rush Area 51" url="https://anchor.fm/techmeme-ride-home/episodes/Mon--0715---Dont-Naruto-Rush-Area-51-e4kngb" overcastUrl="https://overcast.fm/+MJemz1jPo" enclosureUrl="https://anchor.fm/s/34f8474/podcast/play/3873739/https%3A%2F%2Fd3ctxlq1ktw2nl.cloudfront.net%2Fstaging%2F2019-6-22%2FMon--07-15---Don-t-Naruto-Rush-fca935c4709a9.m4a" userUpdatedDate="2019-07-15T21:13:18-04:00" userDeleted="1" played="1"/>
        <outline type="podcast-episode" overcastId="854846098224504" pubDate="2019-07-14T15:00:00-04:00" title="Is Ecommerce Gonna Kill The Grocery Store? With Joe Fassler" url="https://anchor.fm/techmeme-ride-home/episodes/Is-Ecommerce-Gonna-Kill-The-Grocery-Store--With-Joe-Fassler-e4ju24" overcastUrl="https://overcast.fm/+MJel4FtXg" enclosureUrl="https://anchor.fm/s/34f8474/podcast/play/3847684/https%3A%2F%2Fd3ctxlq1ktw2nl.cloudfront.net%2Fstaging%2F2019-6-14%2FIs-Ecommerce-Gonna-Kill-The-Gr-9205ffd8f4866.m4a" userUpdatedDate="2019-07-15T21:13:18-04:00" progress="32"/>
        <outline type="podcast-episode" overcastId="854845755519670" pubDate="2019-07-12T17:04:45-04:00" title="Fri. 07/12 - Amazon Developing A High-End Echo Speaker" url="https://anchor.fm/techmeme-ride-home/episodes/Fri--0712---Amazon-Developing-A-High-End-Echo-Speaker-e4jtni" overcastUrl="https://overcast.fm/+MJekmYcrY" enclosureUrl="https://anchor.fm/s/34f8474/podcast/play/3847346/https%3A%2F%2Fd3ctxlq1ktw2nl.cloudfront.net%2Fstaging%2F2019-6-17%2FFri--07-12---Amazon-Developing-f40000efe72c3.m4a" userUpdatedDate="2019-07-14T23:42:46-04:00" progress="775"/>
        <outline type="podcast-episode" overcastId="854845958295040" pubDate="2019-07-09T16:40:07-04:00" title="Tue. 07/09 - Apple Culls The MacBook Herd" url="https://anchor.fm/techmeme-ride-home/episodes/Tue--0709---Apple-Culls-The-MacBook-Herd-e4is6t" overcastUrl="https://overcast.fm/+MJelWujgA" enclosureUrl="https://anchor.fm/s/34f8474/podcast/play/3813021/https%3A%2F%2Fd3ctxlq1ktw2nl.cloudfront.net%2Fstaging%2F2019-6-17%2FTue--07-09---Apple-Culls-The-M-19b03c2d5cce1.m4a" userUpdatedDate="2019-07-09T22:22:16-04:00" userDeleted="1" played="1"/>
        <outline type="podcast-episode" overcastId="854846435540088" pubDate="2019-07-08T16:09:36-04:00" title="Mon. 07/08 - The Rise of the Professional Dungeon Master" url="https://anchor.fm/techmeme-ride-home/episodes/Mon--0708---The-Rise-of-the-Professional-Dungeon-Master-e4ihqj" overcastUrl="https://overcast.fm/+MJenIgvHg" enclosureUrl="https://anchor.fm/s/34f8474/podcast/play/3802387/https%3A%2F%2Fd3ctxlq1ktw2nl.cloudfront.net%2Fstaging%2F2019-6-17%2FMon--07-08---The-Rise-of-the-P-70fa4a737d74b.m4a" userUpdatedDate="2019-07-09T22:40:10-04:00" progress="1073"/>
        <outline type="podcast-episode" overcastId="854846625325093" pubDate="2019-07-07T12:00:06-04:00" title="The Man Who Could Have Been Bill Gates? (Pt. 2)" url="https://anchor.fm/techmeme-ride-home/episodes/The-Man-Who-Could-Have-Been-Bill-Gates--Pt--2-e4fvfs" overcastUrl="https://overcast.fm/+MJen1woCU" enclosureUrl="https://anchor.fm/s/34f8474/podcast/play/3718076/https%3A%2F%2Fd3ctxlq1ktw2nl.cloudfront.net%2Fstaging%2F2019-6-7%2FThe-Man-Who-Could-Have-Been-Bi-df003b5b7dca7.m4a" userRecommendedDate="2019-07-09T12:05:30-04:00" userUpdatedDate="2019-07-09T12:07:04-04:00" userDeleted="1" played="1"/>
        <outline type="podcast-episode" overcastId="854846124007733" pubDate="2019-07-06T15:00:00-04:00" title="The Man Who Could Have Been Bill Gates? (Pt. 1)" url="https://anchor.fm/techmeme-ride-home/episodes/The-Man-Who-Could-Have-Been-Bill-Gates--Pt--1-e4fvbg" overcastUrl="https://overcast.fm/+MJel-PITU" enclosureUrl="https://anchor.fm/s/34f8474/podcast/play/3717936/https%3A%2F%2Fd3ctxlq1ktw2nl.cloudfront.net%2Fstaging%2F2019-6-5%2FThe-Man-Who-Could-Have-Been-Bi-96c09c975be49.m4a" userUpdatedDate="2019-07-09T06:48:40-04:00" userDeleted="1" played="1"/>
        <outline type="podcast-episode" overcastId="854846576123742" pubDate="2019-07-05T14:35:35-04:00" title="Fri. 07/05 - Apple Waves the White Flag on Keyboards?" url="https://anchor.fm/techmeme-ride-home/episodes/Fri--0705---Apple-Waves-the-White-Flag-on-Keyboards-e4hn6o" overcastUrl="https://overcast.fm/+MJenqB314" enclosureUrl="https://anchor.fm/s/34f8474/podcast/play/3775128/https%3A%2F%2Fd3ctxlq1ktw2nl.cloudfront.net%2Fstaging%2F2019-6-17%2FFri--07-05---Apple-Waves-the-W-5a0f22c29eb03.m4a" userUpdatedDate="2019-07-06T01:00:08-04:00" userDeleted="1" played="1"/>
        <outline type="podcast-episode" overcastId="854845954401045" pubDate="2019-07-03T15:55:59-04:00" title="Wed. 07/03 - Why Is Everyone Arguing Over Superhuman?" url="https://anchor.fm/techmeme-ride-home/episodes/Wed--0703---Why-Is-Everyone-Arguing-Over-Superhuman-e4h63p" overcastUrl="https://overcast.fm/+MJelVzIxU" enclosureUrl="https://anchor.fm/s/34f8474/podcast/play/3757625/https%3A%2F%2Fd3ctxlq1ktw2nl.cloudfront.net%2Fstaging%2F2019-6-17%2FWed--07-03---Why-Is-Everyone-A-13c92080716a2.m4a" userUpdatedDate="2019-07-04T04:12:36-04:00" userDeleted="1" played="1"/>
        <outline type="podcast-episode" overcastId="854846599094386" pubDate="2019-07-02T15:34:02-04:00" title="Tue. 07/02 - Are ISP Caps the Achilles Heel of Game Streaming?" url="https://anchor.fm/techmeme-ride-home/episodes/Tue--0702---Are-ISP-Caps-the-Achilles-Heel-of-Game-Streaming-e4grjh" overcastUrl="https://overcast.fm/+MJenvgYHI" enclosureUrl="https://anchor.fm/s/34f8474/podcast/play/3746865/https%3A%2F%2Fd3ctxlq1ktw2nl.cloudfront.net%2Fstaging%2F2019-6-9%2FTue--07-02---Are-ISP-Caps-the--298aa213fe48d.m4a" userUpdatedDate="2019-07-05T01:27:30-04:00" userDeleted="1" played="1"/>
        <outline type="podcast-episode" overcastId="854845823984531" pubDate="2019-07-01T16:36:03-04:00" title="Mon. 07/01 - Was Jony Ive Burned Out AT Apple or BY Apple?" url="https://anchor.fm/techmeme-ride-home/episodes/Mon--0701---Was-Jony-Ive-Burned-Out-AT-Apple-or-BY-Apple-e4gh7b" overcastUrl="https://overcast.fm/+MJek2tI5M" enclosureUrl="https://anchor.fm/s/34f8474/podcast/play/3736235/https%3A%2F%2Fd3ctxlq1ktw2nl.cloudfront.net%2Fstaging%2F2019-6-9%2FMon--07-01---Was-Jony-Ive-Burn-9f9de21a69eec.m4a" userUpdatedDate="2019-07-01T23:45:05-04:00" userDeleted="1" played="1"/>
        <outline type="podcast-episode" overcastId="854845748003270" pubDate="2019-06-30T15:00:00-04:00" title="Bitcoin- What the Heck? With CoinTalk&#x2019;s Aaron Lammer" url="https://anchor.fm/techmeme-ride-home/episodes/Bitcoin--What-the-Heck--With-CoinTalks-Aaron-Lammer-e4fmto" overcastUrl="https://overcast.fm/+MJekklwcY" enclosureUrl="https://anchor.fm/s/34f8474/podcast/play/3709304/https%3A%2F%2Fd3ctxlq1ktw2nl.cloudfront.net%2Fstaging%2F2019-6-9%2FBitcoin--What-the-Heck--With-C-d5f7e37e5b525.m4a" userUpdatedDate="2019-07-05T06:35:22-04:00" userDeleted="1" played="1"/>
        <outline type="podcast-episode" overcastId="854846572761706" pubDate="2019-06-29T15:00:00-04:00" title="Silicon Valley and Monopoly With Matt Stoller" url="https://anchor.fm/techmeme-ride-home/episodes/Silicon-Valley-and-Monopoly-With-Matt-Stoller-e4f01n" overcastUrl="https://overcast.fm/+MJenpOkmo" enclosureUrl="https://anchor.fm/s/34f8474/podcast/play/3685879/https%3A%2F%2Fd3ctxlq1ktw2nl.cloudfront.net%2Fstaging%2F2019-6-9%2FSilicon-Valley-and-Monopoly-Wi-0dd2da488e7a5.m4a" userUpdatedDate="2019-07-09T12:07:04-04:00" progress="75"/>
        <outline type="podcast-episode" overcastId="854845998806337" pubDate="2019-06-27T15:34:14-04:00" title="Thu. 06/27 - The Mystery That Is Superhuman" url="https://anchor.fm/techmeme-ride-home/episodes/Thu--0627---The-Mystery-That-Is-Superhuman-e4fcpn" overcastUrl="https://overcast.fm/+MJelgYtUE" enclosureUrl="https://anchor.fm/s/34f8474/podcast/play/3698935/https%3A%2F%2Fd3ctxlq1ktw2nl.cloudfront.net%2Fstaging%2F2019-6-5%2FThu--06-27---The-Mystery-That--d3fc69e9b907c.m4a" userUpdatedDate="2019-06-28T00:59:12-04:00" userDeleted="1" played="1"/>
        <outline type="podcast-episode" overcastId="854845964491092" pubDate="2019-06-26T15:59:32-04:00" title="Wed. 06/26 - Apple Acquires Drive.ai" url="https://anchor.fm/techmeme-ride-home/episodes/Wed--0626---Apple-Acquires-Drive-ai-e4f1e6" overcastUrl="https://overcast.fm/+MJelYNGVQ" enclosureUrl="https://anchor.fm/s/34f8474/podcast/play/3687302/https%3A%2F%2Fd3ctxlq1ktw2nl.cloudfront.net%2Fstaging%2F2019-6-5%2FWed--06-26---Apple-Acquires-Dr-8df1a689bceab.m4a" userUpdatedDate="2019-06-28T01:02:43-04:00" userDeleted="1" played="1"/>
        <outline type="podcast-episode" overcastId="854845777139914" pubDate="2019-06-25T16:07:22-04:00" title="Tue. 06/25 - Bill Gates&#x2019; Biggest Mistake" url="https://anchor.fm/techmeme-ride-home/episodes/Tue--0625---Bill-Gates-Biggest-Mistake-e4elme" overcastUrl="https://overcast.fm/+MJekriWMo" enclosureUrl="https://anchor.fm/s/34f8474/podcast/play/3675278/https%3A%2F%2Fd3ctxlq1ktw2nl.cloudfront.net%2Fstaging%2F2019-6-2%2FTue--06-25---Bill-Gates--Bigge-d49dd58499a9f.m4a" userUpdatedDate="2019-06-28T03:17:01-04:00" userDeleted="1" played="1"/>
        <outline type="podcast-episode" overcastId="854846458389075" pubDate="2019-06-24T15:42:49-04:00" title="Mon. 06/24 - Why Tonight&#x2019;s SpaceX Launch Is So Important" url="https://anchor.fm/techmeme-ride-home/episodes/Mon--0624---Why-Tonights-SpaceX-Launch-Is-So-Important-e4e9qv" overcastUrl="https://overcast.fm/+MJenN9YlM" enclosureUrl="https://anchor.fm/s/34f8474/podcast/play/3663135/https%3A%2F%2Fd3ctxlq1ktw2nl.cloudfront.net%2Fstaging%2F2019-6-2%2FMon--06-24---Why-Tonight-s-Spa-99486e110e65a.m4a" userUpdatedDate="2019-06-28T03:17:01-04:00" progress="1"/>
        <outline type="podcast-episode" overcastId="854845919674076" pubDate="2019-06-22T15:00:00-04:00" title="CoinDesk&#x2019;s Brady Dale On Libra and the &#x201C;Crypto Spring&#x201D;" url="https://anchor.fm/techmeme-ride-home/episodes/CoinDesks-Brady-Dale-On-Libra-and-the-Crypto-Spring-e4dj49" overcastUrl="https://overcast.fm/+MJelNhPtw" enclosureUrl="https://anchor.fm/s/34f8474/podcast/play/3639881/https%3A%2F%2Fd3ctxlq1ktw2nl.cloudfront.net%2Fstaging%2F2019-6-2%2FCoinDesk-s-Brady-Dale-On-Libra-353b94eddf6d1.m4a" userUpdatedDate="2019-06-24T09:51:39-04:00" userDeleted="1" played="1"/>
        <outline type="podcast-episode" overcastId="854845809151473" pubDate="2019-06-21T16:14:20-04:00" title="Fri. 06/21 - Google Abandons Tablets" url="https://anchor.fm/techmeme-ride-home/episodes/Fri--0621---Google-Abandons-Tablets-e4di01" overcastUrl="https://overcast.fm/+MJekzKzfE" enclosureUrl="https://anchor.fm/s/34f8474/podcast/play/3638721/https%3A%2F%2Fd3ctxlq1ktw2nl.cloudfront.net%2Fstaging%2F2019-5-29%2FFri--06-21---Google-Abandons-T-133a90c687d1e.m4a" userUpdatedDate="2019-06-23T21:36:55-04:00" userDeleted="1" played="1"/>
        <outline type="podcast-episode" overcastId="854846538095119" pubDate="2019-06-20T15:41:23-04:00" title="Thu. 06/20 - Slack&#x2019;s (kinda) IPO" url="https://anchor.fm/techmeme-ride-home/episodes/Thu--0620---Slacks-kinda-IPO-e4d6pu" overcastUrl="https://overcast.fm/+MJeng9mg8" enclosureUrl="https://anchor.fm/s/34f8474/podcast/play/3627262/https%3A%2F%2Fd3ctxlq1ktw2nl.cloudfront.net%2Fstaging%2F2019-5-26%2FThu--06-20---Slack-s--kinda--I-7f4c0d8f24c06.m4a" userUpdatedDate="2019-06-20T20:55:27-04:00" userDeleted="1" played="1"/>
        <outline type="podcast-episode" overcastId="854846178106533" pubDate="2019-06-19T16:46:25-04:00" title="Wed. 06/19 - The Fallout From Facebook Coin" url="https://anchor.fm/techmeme-ride-home/episodes/Wed--0619---The-Fallout-From-Facebook-Coin-e4cta8" overcastUrl="https://overcast.fm/+MJemLInKU" enclosureUrl="https://anchor.fm/s/34f8474/podcast/play/3617544/https%3A%2F%2Fd3ctxlq1ktw2nl.cloudfront.net%2Fstaging%2F2019-5-26%2FWed--06-19---The-Fallout-From--188559890d855.m4a" userUpdatedDate="2019-06-20T08:05:17-04:00" userDeleted="1" played="1"/>
        <outline type="podcast-episode" overcastId="854845958455003" pubDate="2019-06-18T16:25:08-04:00" title="Tue. 06/19 &#x2013; Is Facebook Now in Crypto&#x2026; or Just Payments?" url="https://anchor.fm/techmeme-ride-home/episodes/Tue--0619--Is-Facebook-Now-in-Crypto----or-Just-Payments-e4chnn" overcastUrl="https://overcast.fm/+MJelWw_ts" enclosureUrl="https://anchor.fm/s/34f8474/podcast/play/3605687/https%3A%2F%2Fd3ctxlq1ktw2nl.cloudfront.net%2Fstaging%2F2019-5-25%2FTue--06-19---Is-Facebook-Now-i-239c32912dc66.m4a" userUpdatedDate="2019-06-19T06:43:28-04:00" userDeleted="1" played="1"/>
        <outline type="podcast-episode" overcastId="854846564684383" pubDate="2019-06-17T15:55:49-04:00" title="Mon. 06/17 &#x2013; The 5G iPhones Might Be Both Bigger and Smaller" url="https://anchor.fm/techmeme-ride-home/episodes/Mon--0617--The-5G-iPhones-Might-Be-Both-Bigger-and-Smaller-e4c6v5" overcastUrl="https://overcast.fm/+MJennTUl8" enclosureUrl="https://anchor.fm/s/34f8474/podcast/play/3594661/https%3A%2F%2Fd3ctxlq1ktw2nl.cloudfront.net%2Fstaging%2F2019-5-25%2FMon--06-17---The-5G-iPhones-Mi-d0db1233d31c9.m4a" userUpdatedDate="2019-06-20T21:02:24-04:00" userDeleted="1" played="1"/>
        <outline type="podcast-episode" overcastId="854846175683721" pubDate="2019-06-16T15:00:00-04:00" title="The Business of Content With Simon Owens" url="https://anchor.fm/techmeme-ride-home/episodes/The-Business-of-Content-With-Simon-Owens-e4bbah" overcastUrl="https://overcast.fm/+MJemKjpIk" enclosureUrl="https://anchor.fm/s/34f8474/podcast/play/3566353/https%3A%2F%2Fd3ctxlq1ktw2nl.cloudfront.net%2Fstaging%2F2019-5-25%2FThe-Business-of-Content-With-S-082e220881f8.m4a" userUpdatedDate="2019-06-24T22:21:45-04:00" progress="81"/>
        <outline type="podcast-episode" overcastId="854845877346225" pubDate="2019-06-14T15:21:13-04:00" title="Fri. 06/14 - Are Foldable Phones Cursed?" url="https://anchor.fm/techmeme-ride-home/episodes/Fri--0614---Are-Foldable-Phones-Cursed-e4beo5" overcastUrl="https://overcast.fm/+MJelDbX7E" enclosureUrl="https://anchor.fm/s/34f8474/podcast/play/3569861/https%3A%2F%2Fd3ctxlq1ktw2nl.cloudfront.net%2Fstaging%2F2019-5-21%2FFri--06-14---Are-Foldable-Phon-e35fe9b339df2.m4a" userUpdatedDate="2019-06-17T06:10:10-04:00" userDeleted="1" played="1"/>
        <outline type="podcast-episode" overcastId="854846069609401" pubDate="2019-06-13T16:16:47-04:00" title="Thu. 06/13 - The Most Interesting Startup I&#x2019;ve Heard Of In A While" url="https://anchor.fm/techmeme-ride-home/episodes/Thu--0613---The-Most-Interesting-Startup-Ive-Heard-Of-In-A-While-e4b4lc" overcastUrl="https://overcast.fm/+MJelxRE7k" enclosureUrl="https://anchor.fm/s/34f8474/podcast/play/3559532/https%3A%2F%2Fd3ctxlq1ktw2nl.cloudfront.net%2Fstaging%2F2019-5-21%2FThu--06-13---The-Most-Interest-e114d6576465e.m4a" userUpdatedDate="2019-06-17T06:36:57-04:00" progress="1052"/>
        <outline type="podcast-episode" overcastId="854845867206683" pubDate="2019-06-10T16:22:56-04:00" title="Mon. 06/10 - The New Xbox Looks Like a Beast" url="https://omny.fm/shows/techmeme-ride-home/mon-06-10-the-new-xbox-looks-like-a-beast" overcastUrl="https://overcast.fm/+MJelBAqBs" enclosureUrl="https://traffic.omny.fm/d/clips/f8fbf6d4-7388-487f-905b-aa4800d398b9/eca50309-bc23-4772-b656-aa5b0156574c/69b73080-d96d-44ca-b2cf-aa68014e3d57/audio.mp3?utm_source=Podcast&amp;in_playlist=8f8267f5-cf3b-4eda-af30-aa5b0156575a&amp;t=1560198182" userUpdatedDate="2019-06-11T06:45:26-04:00" progress="925"/>
        <outline type="podcast-episode" overcastId="854846667583436" pubDate="2019-05-29T16:13:54-04:00" title="Wed. 05/29 - Riders Can Now Get Banned From Uber" url="https://anchor.fm/techmeme-ride-home/episodes/Wed--0529---Riders-Can-Now-Get-Banned-From-Uber-e46bjh" overcastUrl="https://overcast.fm/+MJen_1b8w" enclosureUrl="https://anchor.fm/s/34f8474/podcast/play/3402801/https%3A%2F%2Fd3ctxlq1ktw2nl.cloudfront.net%2Fstaging%2F2019-6-24%2FWed--05-29---Riders-Can-Now-Ge-541cbff973f3d.m4a" userUpdatedDate="2019-05-30T19:35:55-04:00" userDeleted="1" played="1"/>
        <outline type="podcast-episode" overcastId="854846336403198" pubDate="2019-05-28T15:59:57-04:00" title="Tue. 05/28 - The iPod touch Lives!" url="https://anchor.fm/techmeme-ride-home/episodes/Tue--0528---The-iPod-touch-Lives-e46068" overcastUrl="https://overcast.fm/+MJemw4Bv4" enclosureUrl="https://anchor.fm/s/34f8474/podcast/play/3391112/https%3A%2F%2Fd3ctxlq1ktw2nl.cloudfront.net%2Fstaging%2F2019-6-24%2FTue--05-28---The-iPod-touch-Li-a911efed2b82d.m4a" userUpdatedDate="2019-05-30T19:22:23-04:00" userDeleted="1" played="1"/>
        <outline type="podcast-episode" overcastId="854846388987444" pubDate="2019-05-27T12:00:00-04:00" title="Helvetica&#xAE; Now With Monotype&#x2019;s Charles Nix" url="https://anchor.fm/techmeme-ride-home/episodes/Helvetica-Now-With-Monotypes-Charles-Nix-e454rt" overcastUrl="https://overcast.fm/+MJem9aZjQ" enclosureUrl="https://anchor.fm/s/34f8474/podcast/play/3363133/https%3A%2F%2Fd3ctxlq1ktw2nl.cloudfront.net%2Fstaging%2F2019-6-24%2FHelvetica--Now-With-Monotype-s-3ab577c6637a6.m4a" userUpdatedDate="2019-05-27T19:30:53-04:00" userDeleted="1" played="1"/>
        <outline type="podcast-episode" overcastId="854845882099482" pubDate="2019-05-24T16:50:53-04:00" title="Fri. 05/24 - iFixit Tears Down the MacBook Keyboard Tweaks" url="https://anchor.fm/techmeme-ride-home/episodes/Fri--0524---iFixit-Tears-Down-the-MacBook-Keyboard-Tweaks-e44t5k" overcastUrl="https://overcast.fm/+MJelEj5xo" enclosureUrl="https://anchor.fm/s/34f8474/podcast/play/3355252/https%3A%2F%2Fd3ctxlq1ktw2nl.cloudfront.net%2Fstaging%2F2019-6-24%2FFri--05-24---iFixit-Tears-Down-dedc2cf2a19b5.m4a" userUpdatedDate="2019-05-27T00:21:55-04:00" userDeleted="1" played="1"/>
        <outline type="podcast-episode" overcastId="854846667590015" pubDate="2019-05-23T16:35:39-04:00" title="Thu. 05/23 - An Indie Game Boy for the 21st Century" url="https://anchor.fm/techmeme-ride-home/episodes/Thu--0523---An-Indie-Game-Boy-for-the-21st-Century-e44ip0" overcastUrl="https://overcast.fm/+MJen_1iX8" enclosureUrl="https://anchor.fm/s/34f8474/podcast/play/3344608/https%3A%2F%2Fd3ctxlq1ktw2nl.cloudfront.net%2Fstaging%2F2019-6-24%2FThu--05-23---An-Indie-Game-Boy-ea4acafcc2789.m4a" userUpdatedDate="2019-05-27T00:39:37-04:00" userDeleted="1" played="1"/>
        <outline type="podcast-episode" overcastId="854846165623379" pubDate="2019-05-22T16:25:27-04:00" title="Wed. 05/22 - The Huawei Mess Metastasizes" url="https://anchor.fm/techmeme-ride-home/episodes/Wed--0522---The-Huawei-Mess-Metastasizes-e44648" overcastUrl="https://overcast.fm/+MJemIKIlM" enclosureUrl="https://anchor.fm/s/34f8474/podcast/play/3331656/https%3A%2F%2Fd3ctxlq1ktw2nl.cloudfront.net%2Fstaging%2F2019-6-24%2FWed--05-22---The-Huawei-Mess-M-5e6d9101360a6.m4a" userUpdatedDate="2019-05-27T00:39:36-04:00" userDeleted="1" played="1"/>
        <outline type="podcast-episode" overcastId="854845862195980" pubDate="2019-05-21T16:04:58-04:00" title="Tue. 05/21 - Has Apple fixed the MacBook keyboard problem?" url="https://anchor.fm/techmeme-ride-home/episodes/Tue--0521---Has-Apple-fixed-the-MacBook-keyboard-problem-e43oin" overcastUrl="https://overcast.fm/+MJek_0Mww" enclosureUrl="https://anchor.fm/s/34f8474/podcast/play/3317783/https%3A%2F%2Fd3ctxlq1ktw2nl.cloudfront.net%2Fstaging%2F2019-6-24%2FTue--05-21---Has-Apple-fixed-t-3091f8c562828.m4a" userUpdatedDate="2019-05-21T19:34:20-04:00" userDeleted="1" played="1"/>
        <outline type="podcast-episode" overcastId="854846288217007" pubDate="2019-05-20T16:21:49-04:00" title="Mon. 05/20 - Why 5G Could Ruin Weather Forecasting" url="https://anchor.fm/techmeme-ride-home/episodes/Mon--0520---Why-5G-Could-Ruin-Weather-Forecasting-e43cug" overcastUrl="https://overcast.fm/+MJemlYw68" enclosureUrl="https://anchor.fm/s/34f8474/podcast/play/3305872/https%3A%2F%2Fd3ctxlq1ktw2nl.cloudfront.net%2Fstaging%2F2019-6-24%2FMon--05-20---Why-5G-Could-Ruin-22b240b3facd5.m4a" userUpdatedDate="2019-05-21T19:34:20-04:00" userDeleted="1" played="1"/>
        <outline type="podcast-episode" overcastId="854845867094394" pubDate="2019-05-19T16:42:07-04:00" title="The Streaming Wars With Eric Jackson" url="https://anchor.fm/techmeme-ride-home/episodes/The-Streaming-Wars-With-Eric-Jackson-e42kk4" overcastUrl="https://overcast.fm/+MJelA-8Xo" enclosureUrl="https://anchor.fm/s/34f8474/podcast/play/3280964/https%3A%2F%2Fd3ctxlq1ktw2nl.cloudfront.net%2Fstaging%2F2019-5-12%2FThe-Streaming-Wars-With-Eric-J-a068c4b2b7572.m4a" userUpdatedDate="2019-05-27T19:44:28-04:00" userDeleted="1" played="1"/>
        <outline type="podcast-episode" overcastId="854845988291675" pubDate="2019-05-18T15:00:00-04:00" title="Jay and Farhad Show Reunion Part II" url="https://anchor.fm/techmeme-ride-home/episodes/Jay-and-Farhad-Show-Reunion-Part-II-e42jn4" overcastUrl="https://overcast.fm/+MJeld4RFs" enclosureUrl="https://anchor.fm/s/34f8474/podcast/play/3280036/https%3A%2F%2Fd3ctxlq1ktw2nl.cloudfront.net%2Fstaging%2F2019-6-24%2FJay-and-Farhad-Show-Reunion-Pa-75e224f27153d.m4a" userUpdatedDate="2019-05-27T20:23:51-04:00" userDeleted="1" played="1"/>
        <outline type="podcast-episode" overcastId="854845983625694" pubDate="2019-05-17T16:43:06-04:00" title="Fri. 05/17 - Is Minecraft Earth The Killer App For AR?" url="https://anchor.fm/techmeme-ride-home/episodes/Fri--0517---Is-Minecraft-Earth-The-Killer-App-For-AR-e42ihi" overcastUrl="https://overcast.fm/+MJelcxEd4" enclosureUrl="https://anchor.fm/s/34f8474/podcast/play/3278834/https%3A%2F%2Fd3ctxlq1ktw2nl.cloudfront.net%2Fstaging%2F2019-6-24%2FFri--05-17---Is-Minecraft-Eart-7021d723a33be.m4a" userUpdatedDate="2019-05-19T19:30:37-04:00" userDeleted="1" played="1"/>
        <outline type="podcast-episode" overcastId="854846508560251" pubDate="2019-05-16T16:17:25-04:00" title="Thu. 05/16 - The Hammer Comes Down on Huawei" url="https://anchor.fm/techmeme-ride-home/episodes/Thu--0516---The-Hammer-Comes-Down-on-Huawei-e42687" overcastUrl="https://overcast.fm/+MJenZ673s" enclosureUrl="https://anchor.fm/s/34f8474/podcast/play/3266247/https%3A%2F%2Fd3ctxlq1ktw2nl.cloudfront.net%2Fstaging%2F2019-6-24%2FThu--05-16---The-Hammer-Comes--bfdb812e8cb07.m4a" userUpdatedDate="2019-05-16T19:34:10-04:00" userDeleted="1" played="1"/>
        <outline type="podcast-episode" overcastId="854846216497320" pubDate="2019-05-15T16:09:13-04:00" title="Wed. 05/15 - Is Google Effectively Deprecating Search?" url="https://anchor.fm/techmeme-ride-home/episodes/Wed--0515---Is-Google-Effectively-Deprecating-Search-e41pni" overcastUrl="https://overcast.fm/+MJemUSaKg" enclosureUrl="https://anchor.fm/s/34f8474/podcast/play/3253426/https%3A%2F%2Fd3ctxlq1ktw2nl.cloudfront.net%2Fstaging%2F2019-6-24%2FWed--05-15---Is-Google-Effecti-a8501e974c8fd.m4a" userUpdatedDate="2019-05-16T19:18:54-04:00" userDeleted="1" played="1"/>
        <outline type="podcast-episode" overcastId="854845632012319" pubDate="2019-05-14T16:06:00-04:00" title="Tue. 05/14 - The Insane WhatsApp Flaw" url="https://anchor.fm/techmeme-ride-home/episodes/Tue--0514---The-Insane-WhatsApp-Flaw-e41dpa" overcastUrl="https://overcast.fm/+MJekI74B8" enclosureUrl="https://anchor.fm/s/34f8474/podcast/play/3241194/https%3A%2F%2Fd3ctxlq1ktw2nl.cloudfront.net%2Fstaging%2F2019-6-24%2FTue--05-14---The-Insane-WhatsA-0db9ac8985631.m4a" userUpdatedDate="2019-05-16T19:48:54-04:00" userDeleted="1" played="1"/>
        <outline type="podcast-episode" overcastId="854846562223187" pubDate="2019-05-13T16:32:06-04:00" title="Mon. 05/13 - The App Store Has A Supreme Court Problem" url="https://anchor.fm/techmeme-ride-home/episodes/Mon--0513---The-App-Store-Has-A-Supreme-Court-Problem-e412be" overcastUrl="https://overcast.fm/+MJenmtxFM" enclosureUrl="https://anchor.fm/s/34f8474/podcast/play/3229486/https%3A%2F%2Fd3ctxlq1ktw2nl.cloudfront.net%2Fstaging%2F2019-5-30%2FMon--05-13---The-App-Store-Has-deea5a9f8355f.m4a" userUpdatedDate="2019-05-13T19:21:55-04:00" userDeleted="1" played="1"/>
        <outline type="podcast-episode" overcastId="854846241131402" pubDate="2019-05-12T15:00:00-04:00" title="The Rise of Huawei with Dexter Thillien" url="https://anchor.fm/techmeme-ride-home/episodes/The-Rise-of-Huawei-with-Dexter-Thillien-e3vkn1" overcastUrl="https://overcast.fm/+MJemaKS4o" enclosureUrl="https://anchor.fm/s/34f8474/podcast/play/3182753/https%3A%2F%2Fd3ctxlq1ktw2nl.cloudfront.net%2Fstaging%2F2019-5-30%2FThe-Rise-of-Huawei-with-Dexter-ba7c35db4db96.m4a" userUpdatedDate="2019-05-13T19:55:17-04:00" userDeleted="1" played="1"/>
        <outline type="podcast-episode" overcastId="854846639403342" pubDate="2019-05-11T15:00:00-04:00" title="Is Uber A Good Business? With Shira Ovide" url="https://anchor.fm/techmeme-ride-home/episodes/Is-Uber-A-Good-Business--With-Shira-Ovide-e40alo" overcastUrl="https://overcast.fm/+MJen5HcU4" enclosureUrl="https://anchor.fm/s/34f8474/podcast/play/3205240/https%3A%2F%2Fd3ctxlq1ktw2nl.cloudfront.net%2Fstaging%2F2019-5-29%2FIs-Uber-A-Good-Business--With--a58dfdf22cf5b.m4a" userUpdatedDate="2019-05-19T19:51:15-04:00" userDeleted="1" played="1"/>
        <outline type="podcast-episode" overcastId="854846388279918" pubDate="2019-05-10T17:01:19-04:00" title="Fri. 05/10 - The Uber IPO" url="https://anchor.fm/techmeme-ride-home/episodes/Fri--0510---The-Uber-IPO-e40a6t" overcastUrl="https://overcast.fm/+MJem9Pmm4" enclosureUrl="https://anchor.fm/s/34f8474/podcast/play/3204765/https%3A%2F%2Fd3ctxlq1ktw2nl.cloudfront.net%2Fstaging%2F2019-5-29%2FFri--05-10---The-Uber-IPO-020954dce3222.m4a" userUpdatedDate="2019-05-14T08:59:33-04:00" userDeleted="1" played="1"/>
        <outline type="podcast-episode" overcastId="854846009721536" pubDate="2019-05-09T16:00:00-04:00" title="Thu. 05/09 - Chris Hughes Wants To Break Up Facebook" url="https://anchor.fm/techmeme-ride-home/episodes/Thu--0509---Chris-Hughes-Wants-To-Break-Up-Facebook-e3vuf8" overcastUrl="https://overcast.fm/+MJeli_QsA" enclosureUrl="https://anchor.fm/s/34f8474/podcast/play/3192744/https%3A%2F%2Fd3ctxlq1ktw2nl.cloudfront.net%2Fstaging%2F2019-5-29%2FThu--05-09---Chris-Hughes-Want-0af78091d0faf.m4a" userUpdatedDate="2019-05-10T00:44:27-04:00" userDeleted="1" played="1"/>
        <outline type="podcast-episode" overcastId="854845642100840" pubDate="2019-05-08T16:00:00-04:00" title="Wed. 05/08 - The Pixel 3a and Flagship &#x201C;Lite&#x201D; Phones" url="https://anchor.fm/techmeme-ride-home/episodes/Wed--0508---The-Pixel-3a-and-Flagship-Lite-Phones-e3vjsd" overcastUrl="https://overcast.fm/+MJekLV0Gg" enclosureUrl="https://anchor.fm/s/34f8474/podcast/play/3181901/https%3A%2F%2Fd3ctxlq1ktw2nl.cloudfront.net%2Fstaging%2F2019-5-29%2FWed--05-08---The-Pixel-3a-and--7f2f801c9ac9f.m4a" userUpdatedDate="2019-05-10T01:00:08-04:00" userDeleted="1" played="1"/>
        <outline type="podcast-episode" overcastId="854845909140807" pubDate="2019-05-07T16:50:37-04:00" title="Tue. 05/07 - All The Headlines From Google I/O" url="https://anchor.fm/techmeme-ride-home/episodes/Tue--0507---All-The-Headlines-From-Google-IO-e3v85p" overcastUrl="https://overcast.fm/+MJelLAhUc" enclosureUrl="https://anchor.fm/s/34f8474/podcast/play/3169913/https%3A%2F%2Fd3ctxlq1ktw2nl.cloudfront.net%2Fstaging%2F2019-5-29%2FTue--05-07---All-The-Headlines-4b99295bd814d.m4a" userUpdatedDate="2019-05-10T08:00:37-04:00" userDeleted="1" played="1"/>
        <outline type="podcast-episode" overcastId="854846416775667" pubDate="2019-05-06T17:17:37-04:00" title="Mon. 05/06 - Headlines From Microsoft&#x2019;s Build Conference" url="https://anchor.fm/techmeme-ride-home/episodes/Mon--0506---Headlines-From-Microsofts-Build-Conference-e3usq3" overcastUrl="https://overcast.fm/+MJenECafM" enclosureUrl="https://anchor.fm/s/34f8474/podcast/play/3158275/https%3A%2F%2Fd3ctxlq1ktw2nl.cloudfront.net%2Fstaging%2F2019-5-29%2FMon--05-06---Headlines-From-Mi-e5dd4e8bfee52.m4a" userUpdatedDate="2019-05-27T20:39:56-04:00" userDeleted="1" played="1"/>
        <outline type="podcast-episode" overcastId="854846048437813" pubDate="2019-05-03T16:33:41-04:00" title="Fri. 05/03 - Facebook Coin Is Coming For Credit Cards" url="https://anchor.fm/techmeme-ride-home/episodes/Fri--0503---Facebook-Coin-Is-Coming-For-Credit-Cards-e3u3a9" overcastUrl="https://overcast.fm/+MJelsOBjU" enclosureUrl="https://anchor.fm/s/34f8474/podcast/play/3132169/https%3A%2F%2Fd3ctxlq1ktw2nl.cloudfront.net%2Fstaging%2F2019-5-29%2FFri--05-03---Facebook-Coin-Is--070b200bd4254.m4a" userUpdatedDate="2019-05-05T02:57:24-04:00" userDeleted="1" played="1"/>
        <outline type="podcast-episode" overcastId="854846460100891" pubDate="2019-05-02T16:55:27-04:00" title="Thu. 05/02 - How Much Apple Actually Had to Pay Qualcomm" url="https://anchor.fm/techmeme-ride-home/episodes/Thu--0502---How-Much-Apple-Actually-Had-to-Pay-Qualcomm-e3tp06" overcastUrl="https://overcast.fm/+MJenOXgRs" enclosureUrl="https://anchor.fm/s/34f8474/podcast/play/3121606/https%3A%2F%2Fd3ctxlq1ktw2nl.cloudfront.net%2Fstaging%2F2019-5-29%2FThu--05-02---How-Much-Apple-Ac-6e397420980ce.m4a" userUpdatedDate="2019-05-05T03:19:01-04:00" userDeleted="1" played="1"/>
        <outline type="podcast-episode" overcastId="854845691716040" pubDate="2019-05-01T17:31:10-04:00" title="Wed. 05/01 - Apple&#x2019;s Earnings Were Bad, But Investors Rejoiced" url="https://anchor.fm/techmeme-ride-home/episodes/Wed--0501---Apples-Earnings-Were-Bad--But-Investors-Rejoiced-e3tdo1" overcastUrl="https://overcast.fm/+MJekXK4cg" enclosureUrl="https://anchor.fm/s/34f8474/podcast/play/3110081/https%3A%2F%2Fd3ctxlq1ktw2nl.cloudfront.net%2Fstaging%2F2019-5-29%2FWed--05-01---Apple-s-Earnings--635ea56fdaa1b.m4a" userUpdatedDate="2019-05-05T03:34:49-04:00" userDeleted="1" played="1"/>
        <outline type="podcast-episode" overcastId="854845874028897" pubDate="2019-04-30T16:30:07-04:00" title="Tue. 04/30 - All The F8 Announcements" url="https://anchor.fm/techmeme-ride-home/episodes/Tue--0430---All-The-F8-Announcements-e3t1dh" overcastUrl="https://overcast.fm/+MJelCowWE" enclosureUrl="https://anchor.fm/s/34f8474/podcast/play/3097457/https%3A%2F%2Fd3ctxlq1ktw2nl.cloudfront.net%2Fstaging%2F2019-5-29%2FTue--04-30---All-The-F8-Announ-7880282cfca43.m4a" userUpdatedDate="2019-05-05T03:50:49-04:00" userDeleted="1" played="1"/>
        <outline type="podcast-episode" overcastId="854846641162347" pubDate="2019-04-29T16:52:56-04:00" title="Mon. 04/29 - Do Millennials Want Vertical TVs?" url="https://anchor.fm/techmeme-ride-home/episodes/Mon--0429---Do-Millennials-Want-Vertical-TVs-e3smam" overcastUrl="https://overcast.fm/+MJen5iSGs" enclosureUrl="https://anchor.fm/s/34f8474/podcast/play/3086102/https%3A%2F%2Fd3ctxlq1ktw2nl.cloudfront.net%2Fstaging%2F2019-5-29%2FMon--04-29---Do-Millennials-Wa-70596da61404e.m4a" userUpdatedDate="2019-05-27T20:44:22-04:00" progress="318"/>
        <outline type="podcast-episode" overcastId="854845824019223" pubDate="2019-04-26T16:09:31-04:00" title="Fri. 04/26 - Prime Delivery Changes" url="https://anchor.fm/techmeme-ride-home/episodes/Fri--0426---Prime-Delivery-Changes-e3rt1u" overcastUrl="https://overcast.fm/+MJek2tqxc" enclosureUrl="https://anchor.fm/s/34f8474/podcast/play/3060222/https%3A%2F%2Fd3ctxlq1ktw2nl.cloudfront.net%2Fstaging%2F2019-5-29%2FFri--04-26---Prime-Delivery-Ch-011e2ce20b317.m4a" userUpdatedDate="2019-04-29T14:51:20-04:00" userDeleted="1" played="1"/>
        <outline type="podcast-episode" overcastId="854846523200933" pubDate="2019-04-25T16:58:44-04:00" title="Thu. 04/25 - Tech Earnings Bonanza!" url="https://anchor.fm/techmeme-ride-home/episodes/Thu--0425---Tech-Earnings-Bonanza-e3rk0v" overcastUrl="https://overcast.fm/+MJendaVaU" enclosureUrl="https://anchor.fm/s/34f8474/podcast/play/3050975/https%3A%2F%2Fd3ctxlq1ktw2nl.cloudfront.net%2Fstaging%2F2019-5-29%2FThu--04-25---Tech-Earnings-Bon-a78f3ec6f5cbc.m4a" userUpdatedDate="2019-04-30T11:52:31-04:00" userDeleted="1" played="1"/>
        <outline type="podcast-episode" overcastId="854845914210646" pubDate="2019-04-24T16:24:15-04:00" title="Wed. 04/24 - The Podcast Wars&#x2026; Begun They Have?" url="https://anchor.fm/techmeme-ride-home/episodes/Wed--0424---The-Podcast-Wars----Begun-They-Have-e3r9rf" overcastUrl="https://overcast.fm/+MJelMN4VY" enclosureUrl="https://anchor.fm/s/34f8474/podcast/play/3040559/https%3A%2F%2Fd3ctxlq1ktw2nl.cloudfront.net%2Fstaging%2F2019-5-27%2FWed--04-24---The-Podcast-Wars--88b5e6cdb2da8.m4a" userUpdatedDate="2019-04-24T20:18:35-04:00" userDeleted="1" played="1"/>
        <outline type="podcast-episode" overcastId="854846297136341" pubDate="2019-04-23T15:55:13-04:00" title="Tue. 04/23 - Tesla&#x2019;s Autonomous Vehicle Distortion Field?" url="https://anchor.fm/techmeme-ride-home/episodes/Tue--0423---Teslas-Autonomous-Vehicle-Distortion-Field-e3qsu4" overcastUrl="https://overcast.fm/+MJemng3NU" enclosureUrl="https://anchor.fm/s/34f8474/podcast/play/3027332/https%3A%2F%2Fd3ctxlq1ktw2nl.cloudfront.net%2Fstaging%2F2019-5-25%2FTue--04-23---Tesla-s-Autonomou-5dd6003c542be.m4a" userUpdatedDate="2019-04-24T20:34:15-04:00" userDeleted="1" played="1"/>
        <outline type="podcast-episode" overcastId="854846177597267" pubDate="2019-04-22T17:13:32-04:00" title="Mon. 04/22 - The Galaxy Fold Is Delayed" url="https://anchor.fm/techmeme-ride-home/episodes/Mon--0422---The-Galaxy-Fold-Is-Delayed-e3qihk" overcastUrl="https://overcast.fm/+MJemLA11M" enclosureUrl="https://anchor.fm/s/34f8474/podcast/play/3016692/https%3A%2F%2Fd3ctxlq1ktw2nl.cloudfront.net%2Fstaging%2F2019-5-25%2FMon--04-22---The-Galaxy-Fold-I-dcb0f716319b5.m4a" userUpdatedDate="2019-04-23T04:43:29-04:00" userDeleted="1" played="1"/>
        <outline type="podcast-episode" overcastId="854846342555970" pubDate="2019-04-21T15:00:00-04:00" title="The AMA/Listener Call In Episode" url="https://anchor.fm/techmeme-ride-home/episodes/The-AMAListener-Call-In-Episode-e3pqm9" overcastUrl="https://overcast.fm/+MJemyV6UI" enclosureUrl="https://anchor.fm/s/34f8474/podcast/play/2992265/https%3A%2F%2Fd3ctxlq1ktw2nl.cloudfront.net%2Fstaging%2F2019-5-23%2FThe-AMA-Listener-Call-In-Episo-6990d498eebb9.m4a" userUpdatedDate="2019-04-23T19:32:16-04:00" userDeleted="1" played="1"/>
        <outline type="podcast-episode" overcastId="854845940441670" pubDate="2019-04-20T15:00:00-04:00" title="Uber, Lyft and Bird- The Economics of Sharing with QZ&#x2019;s Alison Griswold" url="https://anchor.fm/techmeme-ride-home/episodes/Uber--Lyft-and-Bird--The-Economics-of-Sharing-with-QZs-Alison-Griswold-e3pmhd" overcastUrl="https://overcast.fm/+MJelSeIkY" enclosureUrl="https://anchor.fm/s/34f8474/podcast/play/2988013/https%3A%2F%2Fd3ctxlq1ktw2nl.cloudfront.net%2Fstaging%2F2019-5-23%2FUber--Lyft-and-Bird--The-Econo-b0b4ab2bededb.m4a" userUpdatedDate="2019-04-23T19:55:58-04:00" userDeleted="1" played="1"/>
        <outline type="podcast-episode" overcastId="854845997544162" pubDate="2019-04-19T15:56:24-04:00" title="Fri. 04/19 - With Facebook, It&#x2019;s Eternally Groundhog Day" url="https://anchor.fm/techmeme-ride-home/episodes/Fri--0419---With-Facebook--Its-Eternally-Groundhog-Day-e3plot" overcastUrl="https://overcast.fm/+MJelgFcuI" enclosureUrl="https://anchor.fm/s/34f8474/podcast/play/2987229/https%3A%2F%2Fd3ctxlq1ktw2nl.cloudfront.net%2Fstaging%2F2019-5-23%2FFri--04-19---With-Facebook--It-e62b35e7ff509.m4a" userUpdatedDate="2019-04-21T07:19:02-04:00" userDeleted="1" played="1"/>
        <outline type="podcast-episode" overcastId="854846278104960" pubDate="2019-04-18T16:59:50-04:00" title="Thu. 04/18 - Why The Galaxy Folds Are Breaking" url="https://anchor.fm/techmeme-ride-home/episodes/Thu--0418---Why-The-Galaxy-Folds-Are-Breaking-e3pc60" overcastUrl="https://overcast.fm/+MJemi-d4A" enclosureUrl="https://anchor.fm/s/34f8474/podcast/play/2977408/https%3A%2F%2Fd3ctxlq1ktw2nl.cloudfront.net%2Fstaging%2F2019-5-23%2FThu--04-18---Why-The-Galaxy-Fo-cb2af4dc2ff9e.m4a" userUpdatedDate="2019-04-19T19:37:38-04:00" userDeleted="1" played="1"/>
        <outline type="podcast-episode" overcastId="854845964626420" pubDate="2019-04-17T17:03:20-04:00" title="Wed. 04/17 - Qualcomm Makes Apple Cry Uncle" url="https://anchor.fm/techmeme-ride-home/episodes/Wed--0417---Qualcomm-Makes-Apple-Cry-Uncle-e3p2fm" overcastUrl="https://overcast.fm/+MJelYPKfQ" enclosureUrl="https://anchor.fm/s/34f8474/podcast/play/2967478/https%3A%2F%2Fd3ctxlq1ktw2nl.cloudfront.net%2Fstaging%2F2019-5-23%2FWed--04-17---Qualcomm-Makes-Ap-34f0c3ddfe296.m4a" userUpdatedDate="2019-04-17T19:47:57-04:00" userDeleted="1" played="1"/>
        <outline type="podcast-episode" overcastId="854846279363589" pubDate="2019-04-16T16:46:17-04:00" title="Tue. 04/16 - YouTube&#x2019;s Algorithms Continue To Suck Out Loud" url="https://anchor.fm/techmeme-ride-home/episodes/Tue--0416---YouTubes-Algorithms-Continue-To-Suck-Out-Loud-e3onqi" overcastUrl="https://overcast.fm/+MJemjRrAU" enclosureUrl="https://anchor.fm/s/34f8474/podcast/play/2956562/https%3A%2F%2Fd3ctxlq1ktw2nl.cloudfront.net%2Fstaging%2F2019-5-23%2FTue--04-16---YouTube-s-Algorit-eb5ef42629aeb.m4a" userUpdatedDate="2019-04-19T19:46:59-04:00" userDeleted="1" played="1"/>
        <outline type="podcast-episode" overcastId="854846231677454" pubDate="2019-04-15T17:12:31-04:00" title="Mon. 04/15 - Don&#x2019;t Ignore Those Office Updates!" url="https://anchor.fm/techmeme-ride-home/episodes/Mon--0415---Dont-Ignore-Those-Office-Updates-e3oedg" overcastUrl="https://overcast.fm/+MJemX6Cg4" enclosureUrl="https://anchor.fm/s/34f8474/podcast/play/2946928/https%3A%2F%2Fd3ctxlq1ktw2nl.cloudfront.net%2Fstaging%2F2019-5-23%2FMon--04-15---Don-t-Ignore-Thos-3dc52e1b20daa.m4a" userUpdatedDate="2019-04-19T20:02:41-04:00" userDeleted="1" played="1"/>
        <outline type="podcast-episode" overcastId="854846468025802" pubDate="2019-04-14T15:00:00-04:00" title="Internet From Space with WSJ&#x2019;s Chris Mims" url="https://anchor.fm/techmeme-ride-home/episodes/Internet-From-Space-with-WSJs-Chris-Mims-e3nivm" overcastUrl="https://overcast.fm/+MJenQQbco" enclosureUrl="https://anchor.fm/s/34f8474/podcast/play/2918838/https%3A%2F%2Fd3ctxlq1ktw2nl.cloudfront.net%2Fstaging%2F2019-5-23%2FInternet-From-Space-with-WSJ-s-360ad2cc9ab0c.m4a" userUpdatedDate="2019-04-23T20:16:32-04:00" userDeleted="1" played="1"/>
        <outline type="podcast-episode" overcastId="854846111611582" pubDate="2019-04-13T15:00:00-04:00" title="The State of Venture and &#x201C;MegaRounds&#x201D; with Crunchbase&#x2019;s Jason Rowley - 4/11/19, 4.57 PM" url="https://anchor.fm/techmeme-ride-home/episodes/The-State-of-Venture-and-MegaRounds-with-Crunchbases-Jason-Rowley---41119--4-57-PM-e3ncc0" overcastUrl="https://overcast.fm/+MJel7R-r4" enclosureUrl="https://anchor.fm/s/34f8474/podcast/play/2912064/https%3A%2F%2Fd3ctxlq1ktw2nl.cloudfront.net%2Fstaging%2F2019-5-23%2FThe-State-of-Venture-and--Mega-ef52fd8be3766.m4a" userUpdatedDate="2019-04-24T20:40:39-04:00" userDeleted="1" played="1"/>
        <outline type="podcast-episode" overcastId="854845901467377" pubDate="2019-04-11T15:44:36-04:00" title="Thu. 04/11 - Alexa Snags Its Own &#x201C;Scandal&#x201D;" url="https://anchor.fm/techmeme-ride-home/episodes/Thu--0411---Alexa-Snags-Its-Own-Scandal-e3nbhv" overcastUrl="https://overcast.fm/+MJelJLbvE" enclosureUrl="https://anchor.fm/s/34f8474/podcast/play/2911231/https%3A%2F%2Fd3ctxlq1ktw2nl.cloudfront.net%2Fstaging%2F2019-5-23%2FThu--04-11---Alexa-Snags-Its-O-4c6724cae8cc4.m4a" userUpdatedDate="2019-04-12T02:40:03-04:00" userDeleted="1" played="1"/>
        <outline type="podcast-episode" overcastId="854846120163172" pubDate="2019-04-10T16:07:02-04:00" title="Wed. 04/10 - Day 2 of Google&#x2019;s Cloud Next Conference" url="https://anchor.fm/techmeme-ride-home/episodes/Wed--0410---Day-2-of-Googles-Cloud-Next-Conference-e3n1m9" overcastUrl="https://overcast.fm/+MJel9Ud2Q" enclosureUrl="https://anchor.fm/s/34f8474/podcast/play/2901129/https%3A%2F%2Fd3ctxlq1ktw2nl.cloudfront.net%2Fstaging%2F2019-5-23%2FWed--04-10---Day-2-of-Google-s-3e5844f6184dd.m4a" userUpdatedDate="2019-04-10T20:09:18-04:00" userDeleted="1" played="1"/>
        <outline type="podcast-episode" overcastId="854846610452963" pubDate="2019-04-09T16:31:18-04:00" title="Tue. 04/09 - Google Cloud Next Announcements" url="https://anchor.fm/techmeme-ride-home/episodes/Tue--0409---Google-Cloud-Next-Announcements-e3mjaa" overcastUrl="https://overcast.fm/+MJenyNseM" enclosureUrl="https://anchor.fm/s/34f8474/podcast/play/2886410/https%3A%2F%2Fd3ctxlq1ktw2nl.cloudfront.net%2Fstaging%2F2019-5-23%2FTue--04-09---Google-Cloud-Next-6050d1e5ac146.m4a" userUpdatedDate="2019-04-10T04:00:06-04:00" userDeleted="1" played="1"/>
        <outline type="podcast-episode" overcastId="854846210464703" pubDate="2019-04-08T16:00:00-04:00" title="Mon. 04/08 - About Those iPhone Triple Camera Rumors&#x2026;" url="https://anchor.fm/techmeme-ride-home/episodes/Mon--0408---About-Those-iPhone-Triple-Camera-Rumors-e3m8m2" overcastUrl="https://overcast.fm/+MJemS2W78" enclosureUrl="https://anchor.fm/s/34f8474/podcast/play/2875522/https%3A%2F%2Fd3ctxlq1ktw2nl.cloudfront.net%2Fstaging%2F2019-5-21%2FMon--04-08---About-Those-iPhon-a72ee20cdb2a8.m4a" userUpdatedDate="2019-04-10T19:52:46-04:00" userDeleted="1" played="1"/>
        <outline type="podcast-episode" overcastId="854845661867749" pubDate="2019-04-05T16:54:18-04:00" title="Fri. 04/05 - Alexa is Coming for AirPods" url="https://anchor.fm/techmeme-ride-home/episodes/Fri--0405---Alexa-is-Coming-for-AirPods-e3lft4" overcastUrl="https://overcast.fm/+MJekQDbuU" enclosureUrl="https://anchor.fm/s/34f8474/podcast/play/2850148/https%3A%2F%2Fd3ctxlq1ktw2nl.cloudfront.net%2Fstaging%2F2019-5-18%2FFri--04-05---Alexa-is-Coming-f-f217a3882b9b5.m4a" userUpdatedDate="2019-04-06T07:56:16-04:00" userDeleted="1" played="1"/>
        <outline type="podcast-episode" overcastId="854846240605730" pubDate="2019-04-04T17:01:18-04:00" title="Thu. 04/04 - Amazon Joins The Internet Space Race" url="https://anchor.fm/techmeme-ride-home/episodes/Thu--0404---Amazon-Joins-The-Internet-Space-Race-e3l5ih" overcastUrl="https://overcast.fm/+MJemaCRiI" enclosureUrl="https://anchor.fm/s/34f8474/podcast/play/2839569/https%3A%2F%2Fd3ctxlq1ktw2nl.cloudfront.net%2Fstaging%2F2019-5-18%2FThu--04-04---Amazon-Joins-The--e08b1776400f.m4a" userUpdatedDate="2019-04-06T08:13:34-04:00" userDeleted="1" played="1"/>
        <outline type="podcast-episode" overcastId="854846146476791" pubDate="2019-04-03T16:05:20-04:00" title="Wed. 04/03 - Google&#x2019;s Credibility Problem When It Comes To Products Dying" url="https://anchor.fm/techmeme-ride-home/episodes/Wed--0403---Googles-Credibility-Problem-When-It-Comes-To-Products-Dying-e3kqrp" overcastUrl="https://overcast.fm/+MJemDl-vc" enclosureUrl="https://anchor.fm/s/34f8474/podcast/play/2828601/https%3A%2F%2Fd3ctxlq1ktw2nl.cloudfront.net%2Fstaging%2F2019-5-18%2FWed--04-03---Google-s-Credibil-d6d188b30b318.m4a" userUpdatedDate="2019-04-03T19:35:17-04:00" userDeleted="1" played="1"/>
        <outline type="podcast-episode" overcastId="854845729925048" pubDate="2019-04-02T16:22:24-04:00" title="Tue. 04/02 - YouTube&#x2019;s Turn In The Woodshed" url="https://anchor.fm/techmeme-ride-home/episodes/Tue--0402---YouTubes-Turn-In-The-Woodshed-e3kgq6" overcastUrl="https://overcast.fm/+MJekgR57g" enclosureUrl="https://anchor.fm/s/34f8474/podcast/play/2818310/https%3A%2F%2Fd3ctxlq1ktw2nl.cloudfront.net%2Fstaging%2F2019-5-18%2FTue--04-02---YouTube-s-Turn-In-c3d1d976a5834.m4a" userUpdatedDate="2019-04-03T01:07:47-04:00" userDeleted="1" played="1"/>
        <outline type="podcast-episode" overcastId="854845832372557" pubDate="2019-04-01T16:00:00-04:00" title="Mon. 04/01 - Gmail Was the ONLY Good April Fools&#x2019; Joke" url="https://anchor.fm/techmeme-ride-home/episodes/Mon--0401---Gmail-Was-the-ONLY-Good-April-Fools-Joke-e3k617" overcastUrl="https://overcast.fm/+MJek4tIU0" enclosureUrl="https://anchor.fm/s/34f8474/podcast/play/2807271/https%3A%2F%2Fd3ctxlq1ktw2nl.cloudfront.net%2Fstaging%2F2019-5-18%2FMon--04-01---Gmail-Was-the-ONL-88cc0aa36052f.m4a" userUpdatedDate="2019-04-03T09:20:04-04:00" userDeleted="1" played="1"/>
        <outline type="podcast-episode" overcastId="854846647212221" pubDate="2019-03-31T15:00:00-04:00" title="Space Tech With Bill Gattle of Harris Corp." url="https://anchor.fm/techmeme-ride-home/episodes/Space-Tech-With-Bill-Gattle-of-Harris-Corp-e3hkgj" overcastUrl="https://overcast.fm/+MJen6-mL0" enclosureUrl="https://anchor.fm/s/34f8474/podcast/play/2723795/https%3A%2F%2Fd3ctxlq1ktw2nl.cloudfront.net%2Fstaging%2F2019-5-18%2FSpace-Tech-With-Bill-Gattle-of-bbb7c505b43a9.m4a" userUpdatedDate="2019-04-24T20:48:45-04:00" userDeleted="1" played="1"/>
        <outline type="podcast-episode" overcastId="854846007807799" pubDate="2019-03-29T16:06:39-04:00" title="Fri. 03/29 - We have Lyft-Off! (Sorry)" url="https://anchor.fm/techmeme-ride-home/episodes/Fri--0329---We-have-Lyft-Off--Sorry-e3jes9" overcastUrl="https://overcast.fm/+MJeliiDzc" enclosureUrl="https://anchor.fm/s/34f8474/podcast/play/2783561/https%3A%2F%2Fd3ctxlq1ktw2nl.cloudfront.net%2Fstaging%2F2019-5-18%2FFri--03-29---We-have-Lyft-Off--e7ecb60808d7c.m4a" userUpdatedDate="2019-03-29T22:00:12-04:00" userDeleted="1" played="1"/>
        <outline type="podcast-episode" overcastId="854846535164866" pubDate="2019-03-28T16:26:26-04:00" title="Thu. 03/28 - Spotify Tests Subscriptions For Two" url="https://anchor.fm/techmeme-ride-home/episodes/Thu--0328---Spotify-Tests-Subscriptions-For-Two-e3j5km" overcastUrl="https://overcast.fm/+MJengQ48I" enclosureUrl="https://anchor.fm/s/34f8474/podcast/play/2774102/https%3A%2F%2Fd3ctxlq1ktw2nl.cloudfront.net%2Fstaging%2F2019-5-18%2FThu--03-28---Spotify-Tests-Sub-5ea1600375b89.m4a" userUpdatedDate="2019-03-28T19:17:57-04:00" userDeleted="1" played="1"/>
        <outline type="podcast-episode" overcastId="854846149998756" pubDate="2019-03-27T16:24:41-04:00" title="Wed. 03/27 - Microsoft Puts the Kibosh on April Fools&#x2019; Jokes" url="https://anchor.fm/techmeme-ride-home/episodes/Wed--0327---Microsoft-Puts-the-Kibosh-on-April-Fools-Jokes-e3ipgb" overcastUrl="https://overcast.fm/+MJemEbuKQ" enclosureUrl="https://anchor.fm/s/34f8474/podcast/play/2761675/https%3A%2F%2Fd3ctxlq1ktw2nl.cloudfront.net%2Fstaging%2F2019-5-18%2FWed--03-27---Microsoft-Puts-th-bf9b7788af87c.m4a" userUpdatedDate="2019-03-28T00:17:20-04:00" userDeleted="1" played="1"/>
        <outline type="podcast-episode" overcastId="854846136137967" pubDate="2019-03-26T16:36:39-04:00" title="Tue. 03/26 - The EU&#x2019;s Copyright Directive Cometh" url="https://anchor.fm/techmeme-ride-home/episodes/Tue--0326---The-EUs-Copyright-Directive-Cometh-e3iese" overcastUrl="https://overcast.fm/+MJemBIOO8" enclosureUrl="https://anchor.fm/s/34f8474/podcast/play/2750798/https%3A%2F%2Fd3ctxlq1ktw2nl.cloudfront.net%2Fstaging%2F2019-5-18%2FTue--03-26---The-EU-s-Copyrigh-97b4da66a333d.m4a" userUpdatedDate="2019-03-27T01:07:05-04:00" userDeleted="1" played="1"/>
        <outline type="podcast-episode" overcastId="854846362830289" pubDate="2019-03-25T16:17:03-04:00" title="Mon. 03/25 - Apple Goes Hollywood!" url="https://anchor.fm/techmeme-ride-home/episodes/Mon--0325---Apple-Goes-Hollywood-e3i4pb" overcastUrl="https://overcast.fm/+MJem3LRdE" enclosureUrl="https://anchor.fm/s/34f8474/podcast/play/2740459/https%3A%2F%2Fd3ctxlq1ktw2nl.cloudfront.net%2Fstaging%2F2019-5-18%2FMon--03-25---Apple-Goes-Hollyw-9e88f765c4388.m4a" userUpdatedDate="2019-03-25T20:14:42-04:00" userDeleted="1" played="1"/>
        <outline type="podcast-episode" overcastId="854846100083188" pubDate="2019-03-24T15:00:00-04:00" title="The Ride Hailing Industry From The Driver&#x2019;s Perspective With The Rideshare Guy" url="https://anchor.fm/techmeme-ride-home/episodes/The-Ride-Hailing-Industry-From-The-Drivers-Perspective-With-The-Rideshare-Guy-e3hev5" overcastUrl="https://overcast.fm/+MJel4iEfQ" enclosureUrl="https://anchor.fm/s/34f8474/podcast/play/2718117/https%3A%2F%2Fd3ctxlq1ktw2nl.cloudfront.net%2Fstaging%2F2019-5-12%2FThe-Ride-Hailing-Industry-From-3d3ced114a0a.m4a" userUpdatedDate="2019-03-25T20:28:57-04:00" userDeleted="1" played="1"/>
        <outline type="podcast-episode" overcastId="854846455713891" pubDate="2019-03-23T15:00:00-04:00" title="Apple&#x2019;s Big Event With The Future Forward Podcast" url="https://anchor.fm/techmeme-ride-home/episodes/Apples-Big-Event-With-The-Future-Forward-Podcast-e3h4u6" overcastUrl="https://overcast.fm/+MJenNUkGM" enclosureUrl="https://anchor.fm/s/34f8474/podcast/play/2707846/https%3A%2F%2Fd3ctxlq1ktw2nl.cloudfront.net%2Fstaging%2F2019-5-18%2FApple-s-Big-Event-With-The-Fut-f36839dd24894.m4a" userUpdatedDate="2019-03-28T00:39:41-04:00" userDeleted="1" played="1"/>
        <outline type="podcast-episode" overcastId="854845646443700" pubDate="2019-03-22T16:00:00-04:00" title="Fri. 03/22 - AT&amp;T&#x2019;s &#x201C;5G E&#x201D; is&#x2026;. zzzzzzzzz&#x2026;..?" url="https://anchor.fm/techmeme-ride-home/episodes/Fri--0322---ATTs-5G-E-is-----zzzzzzzzz-e3hel3" overcastUrl="https://overcast.fm/+MJekMYFLQ" enclosureUrl="https://anchor.fm/s/34f8474/podcast/play/2717795/https%3A%2F%2Fd3ctxlq1ktw2nl.cloudfront.net%2Fstaging%2F2019-5-18%2FFri--03-22---AT-T-s--5G-E--is--78d05b54ef015.m4a" userUpdatedDate="2019-03-24T19:46:01-04:00" userDeleted="1" played="1"/>
        <outline type="podcast-episode" overcastId="854846503398949" pubDate="2019-03-21T16:00:00-04:00" title="Thu. 03/21 - Santa Tim Has Forsaken Us!" url="https://anchor.fm/techmeme-ride-home/episodes/Thu--0321---Santa-Tim-Has-Forsaken-Us-e3h47n" overcastUrl="https://overcast.fm/+MJenYsLiU" enclosureUrl="https://anchor.fm/s/34f8474/podcast/play/2707127/https%3A%2F%2Fd3ctxlq1ktw2nl.cloudfront.net%2Fstaging%2F2019-5-19%2FThu--03-21---Santa-Tim-Has-For-4ace81f567fa.m4a" userUpdatedDate="2019-03-24T19:26:33-04:00" userDeleted="1" played="1"/>
        <outline type="podcast-episode" overcastId="854846001735287" pubDate="2019-03-20T16:33:44-04:00" title="Wed. 03/20 - Give Us More, Santa Tim!" url="https://anchor.fm/techmeme-ride-home/episodes/Wed--0320---Give-Us-More--Santa-Tim-e3greg" overcastUrl="https://overcast.fm/+MJelhFZnc" enclosureUrl="https://anchor.fm/s/34f8474/podcast/play/2698128/https%3A%2F%2Fd3ctxlq1ktw2nl.cloudfront.net%2Fstaging%2F2019-5-19%2FWed--03-20---Give-Us-More--San-bc789a2d0d405.m4a" userUpdatedDate="2019-03-21T00:08:32-04:00" userDeleted="1" played="1"/>
        <outline type="podcast-episode" overcastId="854845830228637" pubDate="2019-03-19T16:16:24-04:00" title="Tue. 03/19 - Stadia is Google&#x2019;s Gaming Streaming Service" url="https://anchor.fm/techmeme-ride-home/episodes/Tue--0319---Stadia-is-Googles-Gaming-Streaming-Service-e3ght0" overcastUrl="https://overcast.fm/+MJek4Map0" enclosureUrl="https://anchor.fm/s/34f8474/podcast/play/2688352/https%3A%2F%2Fd3ctxlq1ktw2nl.cloudfront.net%2Fstaging%2F2019-5-20%2FTue--03-19---Stadia-is-Google--12c5e8ba8f6e8.m4a" userUpdatedDate="2019-03-19T19:22:06-04:00" userDeleted="1" played="1"/>
        <outline type="podcast-episode" overcastId="854846173367566" pubDate="2019-03-18T16:17:28-04:00" title="Mon. 03/18 - MySpace Loses All Your Stuff From 2005" url="https://anchor.fm/techmeme-ride-home/episodes/Mon--0318---MySpace-Loses-All-Your-Stuff-From-2005-e3g7tf" overcastUrl="https://overcast.fm/+MJemKATQ4" enclosureUrl="https://anchor.fm/s/34f8474/podcast/play/2678127/https%3A%2F%2Fd3ctxlq1ktw2nl.cloudfront.net%2Fstaging%2F2019-5-20%2FMon--03-18---MySpace-Loses-All-ee116b34a4938.m4a" userUpdatedDate="2019-03-19T20:01:01-04:00" userDeleted="1" played="1"/>
        <outline type="podcast-episode" overcastId="854846549639301" pubDate="2019-03-17T15:00:00-04:00" title="Technology and Policing with Matt Stroud, Author of the Book Thin Blue Lie" url="https://anchor.fm/techmeme-ride-home/episodes/Technology-and-Policing-with-Matt-Stroud--Author-of-the-Book-Thin-Blue-Lie-e3fihm" overcastUrl="https://overcast.fm/+MJenjtwIU" enclosureUrl="https://anchor.fm/s/34f8474/podcast/play/2656246/https%3A%2F%2Fd3ctxlq1ktw2nl.cloudfront.net%2Fstaging%2F2019-5-12%2FTechnology-and-Policing-with-M-d21a3bb47cdc7.m4a" userUpdatedDate="2019-03-29T22:08:05-04:00" userDeleted="1" played="1"/>
        <outline type="podcast-episode" overcastId="854846487618376" pubDate="2019-03-16T15:00:00-04:00" title="The State of Consumer Data and Privacy With Consumer Reports&#x2019; Justin Brookman" url="https://anchor.fm/techmeme-ride-home/episodes/The-State-of-Consumer-Data-and-Privacy-With-Consumer-Reports-Justin-Brookman-e3fi81" overcastUrl="https://overcast.fm/+MJenU7Y0g" enclosureUrl="https://anchor.fm/s/34f8474/podcast/play/2655937/https%3A%2F%2Fd3ctxlq1ktw2nl.cloudfront.net%2Fstaging%2F2019-5-21%2FThe-State-of-Consumer-Data-and-df530b7d5784d.m4a" userUpdatedDate="2019-04-30T11:52:31-04:00" progress="207"/>
        <outline type="podcast-episode" overcastId="854846618900891" pubDate="2019-03-15T16:08:26-04:00" title="Fri. 03/15 - Does Chris Cox&#x2019;s departure from Facebook mean the pivot is real?" url="https://anchor.fm/techmeme-ride-home/episodes/Fri--0315---Does-Chris-Coxs-departure-from-Facebook-mean-the-pivot-is-real-e3fhc8" overcastUrl="https://overcast.fm/+MJen0OmZs" enclosureUrl="https://anchor.fm/s/34f8474/podcast/play/2655048/https%3A%2F%2Fd3ctxlq1ktw2nl.cloudfront.net%2Fstaging%2F2019-5-21%2FFri--03-15---Does-Chris-Cox-s--085b5fddba497.m4a" userUpdatedDate="2019-03-20T19:46:23-04:00" userDeleted="1" played="1"/>
        <outline type="podcast-episode" overcastId="854846225631553" pubDate="2019-03-14T17:04:22-04:00" title="Thu. 03/14 - Facebook Under Criminal Investigation" url="https://anchor.fm/techmeme-ride-home/episodes/Thu--0314---Facebook-Under-Criminal-Investigation-e3f8eg" overcastUrl="https://overcast.fm/+MJemWdyUE" enclosureUrl="https://anchor.fm/s/34f8474/podcast/play/2645904/https%3A%2F%2Fd3ctxlq1ktw2nl.cloudfront.net%2Fstaging%2F2019-5-21%2FThu--03-14---Facebook-Under-Cr-dbeab45fb3c3c.m4a" userUpdatedDate="2019-03-15T00:58:39-04:00" userDeleted="1" played="1"/>
        <outline type="podcast-episode" overcastId="854846128118503" pubDate="2019-03-13T17:36:57-04:00" title="Wed. 03/13 - Spotify Anti-Trust&#x2019;s Apple" url="https://anchor.fm/techmeme-ride-home/episodes/Wed--0313---Spotify-Anti-Trusts-Apple-e3euun" overcastUrl="https://overcast.fm/+MJel_N2uc" enclosureUrl="https://anchor.fm/s/34f8474/podcast/play/2636183/https%3A%2F%2Fd3ctxlq1ktw2nl.cloudfront.net%2Fstaging%2F2019-5-23%2FWed--03-13---Spotify-Anti-Trus-953fae94ff185.m4a" userUpdatedDate="2019-03-13T19:21:52-04:00" userDeleted="1" played="1"/>
        <outline type="podcast-episode" overcastId="854846291392981" pubDate="2019-03-12T16:33:48-04:00" title="Tue. 03/12 - The Web Is 30 Years Old!" url="https://anchor.fm/techmeme-ride-home/episodes/Tue--0312---The-Web-Is-30-Years-Old-e3ekfh" overcastUrl="https://overcast.fm/+MJemmJOdU" enclosureUrl="https://anchor.fm/s/34f8474/podcast/play/2625457/https%3A%2F%2Fd3ctxlq1ktw2nl.cloudfront.net%2Fstaging%2F2019-5-23%2FTue--03-12---The-Web-Is-30-Yea-dac6f4a369488.m4a" userUpdatedDate="2019-03-13T19:37:28-04:00" userDeleted="1" played="1"/>
        <outline type="podcast-episode" overcastId="854846055077537" pubDate="2019-03-11T16:00:22-04:00" title="Mon. 03/11 - How TikTok Is Different" url="https://anchor.fm/techmeme-ride-home/episodes/Mon--0311---How-TikTok-Is-Different-e3ead6" overcastUrl="https://overcast.fm/+MJeltzVqE" enclosureUrl="https://anchor.fm/s/34f8474/podcast/play/2615142/https%3A%2F%2Fd3ctxlq1ktw2nl.cloudfront.net%2Fstaging%2F2019-5-18%2FMon--03-11---How-TikTok-Is-Dif-8b655fbf7d265.m4a" userUpdatedDate="2019-03-13T19:56:05-04:00" userDeleted="1" played="1"/>
        <outline type="podcast-episode" overcastId="854845666796961" pubDate="2019-03-10T15:00:00-04:00" title="State of Crypto With Coindesk&#x2019;s Brady Dale" url="https://anchor.fm/techmeme-ride-home/episodes/State-of-Crypto-With-Coindesks-Brady-Dale-e3cjua" overcastUrl="https://overcast.fm/+MJekROpaE" enclosureUrl="https://anchor.fm/s/34f8474/podcast/play/2559370/https%3A%2F%2Fd3ctxlq1ktw2nl.cloudfront.net%2Fstaging%2F2019-5-23%2FState-of-Crypto-With-Coindesk--239d24619684a.m4a" userUpdatedDate="2019-03-20T19:46:23-04:00" progress="958"/>
        <outline type="podcast-episode" overcastId="854846252304415" pubDate="2019-03-08T15:19:32-05:00" title="Fri. 03/08 - Senator Warren Wants To Break Up Big Tech" url="https://anchor.fm/techmeme-ride-home/episodes/Fri--0308---Senator-Warren-Wants-To-Break-Up-Big-Tech-e3diai" overcastUrl="https://overcast.fm/+MJemc0yB8" enclosureUrl="https://anchor.fm/s/34f8474/podcast/play/2590482/https%3A%2F%2Fd3ctxlq1ktw2nl.cloudfront.net%2Fstaging%2F2019-5-23%2FFri--03-08---Senator-Warren-Wa-cf62aa8e8a6bb.m4a" userUpdatedDate="2019-03-11T00:26:43-04:00" userDeleted="1" played="1"/>
        <outline type="podcast-episode" overcastId="854846644397857" pubDate="2019-03-07T16:15:03-05:00" title="Thu. 03/07 - Facebook Pivots To Privacy" url="https://anchor.fm/techmeme-ride-home/episodes/Thu--0307---Facebook-Pivots-To-Privacy-e3da30" overcastUrl="https://overcast.fm/+MJen6TpyE" enclosureUrl="https://anchor.fm/s/34f8474/podcast/play/2582048/https%3A%2F%2Fd3ctxlq1ktw2nl.cloudfront.net%2Fstaging%2F2019-5-23%2FThu--03-07---Facebook-Pivots-T-b19b313280cd7.m4a" userUpdatedDate="2019-03-11T19:21:54-04:00" userDeleted="1" played="1"/>
        <outline type="podcast-episode" overcastId="854846346350743" pubDate="2019-03-06T15:55:01-05:00" title="Wed. 03/06 - This Podcast Is A Year Old!" url="https://anchor.fm/techmeme-ride-home/episodes/Wed--0306---This-Podcast-Is-A-Year-Old-e3d0cc" overcastUrl="https://overcast.fm/+MJemzP0Jc" enclosureUrl="https://anchor.fm/s/34f8474/podcast/play/2572108/https%3A%2F%2Fd3ctxlq1ktw2nl.cloudfront.net%2Fstaging%2F2019-5-18%2FWed--03-06---This-Podcast-Is-A-e84b8c7459c16.m4a" userUpdatedDate="2019-03-06T23:23:33-05:00" userDeleted="1" played="1"/>
        <outline type="podcast-episode" overcastId="854845783373198" pubDate="2019-03-05T15:44:48-05:00" title="Tue. 03/05 - Don&#x2019;t Use &#x201C;ji32k7au4a83&#x201D; As A Password" url="https://anchor.fm/techmeme-ride-home/episodes/Tue--0305---Dont-Use-ji32k7au4a83-As-A-Password-e3cj51" overcastUrl="https://overcast.fm/+MJektBdY4" enclosureUrl="https://anchor.fm/s/34f8474/podcast/play/2558561/https%3A%2F%2Fd3ctxlq1ktw2nl.cloudfront.net%2Fstaging%2F2019-5-18%2FTue--03-05---Don-t-Use--ji32k7-1f58daab3b7a3.m4a" userUpdatedDate="2019-03-06T00:01:28-05:00" userDeleted="1" played="1"/>
        <outline type="podcast-episode" overcastId="854845749111382" pubDate="2019-03-04T16:19:06-05:00" title="Mon., 03/04 - USB 4 Wishes and Password-Free Dreams" url="https://anchor.fm/techmeme-ride-home/episodes/Mon---0304---USB-4-Wishes-and-Password-Free-Dreams-e3c9ir" overcastUrl="https://overcast.fm/+MJekk2qlY" enclosureUrl="https://anchor.fm/s/34f8474/podcast/play/2548763/https%3A%2F%2Fd3ctxlq1ktw2nl.cloudfront.net%2Fstaging%2F2019-5-14%2FMon---03-04---USB-4-Wishes-and-844a6a05356c3.m4a" userUpdatedDate="2019-03-04T23:25:16-05:00" userDeleted="1" played="1"/>
        <outline type="podcast-episode" overcastId="854845825380637" pubDate="2019-03-03T15:00:00-05:00" title="A16Z&#x2019;s Connie Chan On Outgrowing Advertising As A Business Model" url="https://anchor.fm/techmeme-ride-home/episodes/A16Zs-Connie-Chan-On-Outgrowing-Advertising-As-A-Business-Model-e3bamk" overcastUrl="https://overcast.fm/+MJek3CcR0" enclosureUrl="https://anchor.fm/s/34f8474/podcast/play/2517140/https%3A%2F%2Fd3ctxlq1ktw2nl.cloudfront.net%2Fstaging%2F2019-5-12%2FA16Z-s-Connie-Chan-On-Outgrowi-d996971456163.m4a" userUpdatedDate="2019-03-15T07:16:16-04:00" userDeleted="1" played="1"/>
        <outline type="podcast-episode" overcastId="854846401425488" pubDate="2019-03-02T15:00:00-05:00" title="Casey Newton on His Facebook Moderators Piece" url="https://anchor.fm/techmeme-ride-home/episodes/Casey-Newton-on-His-Facebook-Moderators-Piece-e3b0d8" overcastUrl="https://overcast.fm/+MJenAYMFA" enclosureUrl="https://anchor.fm/s/34f8474/podcast/play/2506600/https%3A%2F%2Fd3ctxlq1ktw2nl.cloudfront.net%2Fstaging%2F2019-5-18%2FCasey-Newton-on-His-Facebook-M-12a8d491a48f8.m4a" userUpdatedDate="2019-03-03T20:33:10-05:00" userDeleted="1" played="1"/>
        <outline type="podcast-episode" overcastId="854845987950396" pubDate="2019-03-01T16:22:35-05:00" title="Fri. 03/01 - Lyft Files For Its IPO" url="https://anchor.fm/techmeme-ride-home/episodes/Fri--0301---Lyft-Files-For-Its-IPO-e3bj0k" overcastUrl="https://overcast.fm/+MJeldzDzw" enclosureUrl="https://anchor.fm/s/34f8474/podcast/play/2525652/https%3A%2F%2Fd3ctxlq1ktw2nl.cloudfront.net%2Fstaging%2F2019-5-14%2FFri--03-01---Lyft-Files-For-It-a42b71d660663.m4a" userUpdatedDate="2019-03-02T02:06:15-05:00" userDeleted="1" played="1"/>
      </outline>
      <outline type="rss" overcastId="952280" text="&#x4E0D;&#x592A;&#x91CD;&#x8981;" title="&#x4E0D;&#x592A;&#x91CD;&#x8981;" xmlUrl="https://feeds.fireside.fm/butaizhongyao/rss" htmlUrl="https://butaizhongyao.fireside.fm/" subscribed="1" notifications="1">
        <outline type="podcast-episode" overcastId="1022503062433448" pubDate="2018-12-19T06:00:00-05:00" title="#04 Crazy Rich Asians&#xFF1A;&#x662F;&#x723D;&#x6587;&#xFF0C;&#x4E5F;&#x662F;&#x535A;&#x5F08;&#x8BBA;&#x6848;&#x4F8B;" url="https://butaizhongyao.fireside.fm/04" overcastUrl="https://overcast.fm/+Oh9gvRbqg" enclosureUrl="https://aphid.fireside.fm/d/1437767933/33d9a383-5614-4a45-bd48-3105f99c18b5/53ed1add-1448-4307-aaad-de94db174f2a.mp3" userUpdatedDate="2019-01-16T21:06:20-05:00" userDeleted="1" played="1"/>
      </outline>
      <outline type="rss" overcastId="513411" text="Data Engineering Podcast" title="Data Engineering Podcast" xmlUrl="https://www.dataengineeringpodcast.com/feed/mp3/" htmlUrl="https://www.dataengineeringpodcast.com/" subscribed="1" notifications="1">
        <outline type="podcast-episode" overcastId="551270880389724" pubDate="2019-07-08T11:16:27-04:00" title="Scale Your Analytics On The Clickhouse Data Warehouse - Episode 88" url="https://www.dataengineeringpodcast.com/clickhouse-data-warehouse-episode-88/" overcastUrl="https://overcast.fm/+H1YMEAKlw" enclosureUrl="https://www.dataengineeringpodcast.com/podlove/file/453/s/feed/c/mp3/Episode-88-Clickhouse.mp3" userUpdatedDate="2019-07-16T08:14:35-04:00" userDeleted="1" played="1"/>
        <outline type="podcast-episode" overcastId="551271243966468" pubDate="2019-07-01T22:42:18-04:00" title="Stress Testing Kafka And Cassandra For Real-Time Anomaly Detection - Episode 87" url="https://www.dataengineeringpodcast.com/instaclustr-kafka-cassandra-scaling-episode-87/" overcastUrl="https://overcast.fm/+H1YNar6AQ" enclosureUrl="https://www.dataengineeringpodcast.com/podlove/file/452/s/feed/c/mp3/Episode-87-Scaling-Anomaly-Detection.mp3" userUpdatedDate="2019-07-08T07:42:16-04:00" userDeleted="1" played="1"/>
        <outline type="podcast-episode" overcastId="551271873949977" pubDate="2019-06-24T22:18:41-04:00" title="The Workflow Engine For Data Engineers And Data Scientists - Episode 86" url="https://www.dataengineeringpodcast.com/prefect-workflow-engine-episode-86/" overcastUrl="https://overcast.fm/+H1YPw4sRk" enclosureUrl="https://www.dataengineeringpodcast.com/podlove/file/449/s/feed/c/mp3/Episode-86-Prefect.mp3" userUpdatedDate="2019-07-09T03:09:16-04:00" userDeleted="1" played="1"/>
        <outline type="podcast-episode" overcastId="551271569847749" pubDate="2019-06-16T22:06:39-04:00" title="Maintaining Your Data Lake At Scale With Spark - Episode 85" url="https://www.dataengineeringpodcast.com/delta-lake-data-lake-episode-85/" overcastUrl="https://overcast.fm/+H1YOoYdcU" enclosureUrl="https://www.dataengineeringpodcast.com/podlove/file/445/s/feed/c/mp3/Episode-85-Delta-Lake.mp3" userUpdatedDate="2019-06-21T07:07:24-04:00" userDeleted="1" played="1"/>
        <outline type="podcast-episode" overcastId="551271068423776" pubDate="2019-06-09T23:10:49-04:00" title="Managing The Machine Learning Lifecycle - Episode 84" url="https://www.dataengineeringpodcast.com/hydrosphere-machine-learning-lifecycle-episode-84/" overcastUrl="https://overcast.fm/+H1YMw1VmA" enclosureUrl="https://www.dataengineeringpodcast.com/podlove/file/441/s/feed/c/mp3/Episode-84-Hydrosphere.mp3" userUpdatedDate="2019-06-22T00:12:31-04:00" userDeleted="1" played="1"/>
        <outline type="podcast-episode" overcastId="551270997656481" pubDate="2019-06-04T01:10:10-04:00" title="Evolving An ETL Pipeline For Better Productivity - Episode 83" url="https://www.dataengineeringpodcast.com/greenhouse-etl-pipeline-episode-83/" overcastUrl="https://overcast.fm/+H1YMf9g6E" enclosureUrl="https://www.dataengineeringpodcast.com/podlove/file/440/s/feed/c/mp3/Episode-83-Greenhouse.mp3" userUpdatedDate="2019-06-23T20:35:26-04:00" userDeleted="1" played="1"/>
        <outline type="podcast-episode" overcastId="551271062240776" pubDate="2019-05-26T22:37:40-04:00" title="Data Lineage For Your Pipelines - Episode 82" url="https://www.dataengineeringpodcast.com/pachyderm-data-lineage-episode-82/" overcastUrl="https://overcast.fm/+H1YMvW_gg" enclosureUrl="https://www.dataengineeringpodcast.com/podlove/file/435/s/feed/c/mp3/Episode-82-Pachyderm-Round-2.mp3" userUpdatedDate="2019-06-23T21:16:25-04:00" userDeleted="1" played="1"/>
        <outline type="podcast-episode" overcastId="551271253110431" pubDate="2019-05-19T22:47:46-04:00" title="Build Your Data Analytics Like An Engineer - Episode 81" url="https://www.dataengineeringpodcast.com/dbt-data-analytics-episode-81/" overcastUrl="https://overcast.fm/+H1YNc3bp8" enclosureUrl="https://www.dataengineeringpodcast.com/podlove/file/351/s/feed/c/mp3/Episode-81-DBT.mp3" userUpdatedDate="2019-07-18T07:56:38-04:00" userDeleted="1" played="1"/>
        <outline type="podcast-episode" overcastId="551271763791900" pubDate="2019-04-15T13:45:47-04:00" title="Index Your Big Data With Pilosa For Faster Analytics - Episode 77" url="https://www.dataengineeringpodcast.com/pilosa-database-index-episode-77/" overcastUrl="https://overcast.fm/+H1YPWn0Bw" enclosureUrl="https://www.dataengineeringpodcast.com/podlove/file/343/s/feed/c/mp3/Episode-77-Pilosa.mp3" userUpdatedDate="2019-04-17T05:13:02-04:00" userDeleted="1" played="1"/>
        <outline type="podcast-episode" overcastId="551271410465058" pubDate="2019-04-07T22:53:18-04:00" title="Serverless Data Pipelines On DataCoral - Episode 76" url="https://www.dataengineeringpodcast.com/datacoral-serverless-data-pipelines-episode-76/" overcastUrl="https://overcast.fm/+H1YOCYeSI" enclosureUrl="https://www.dataengineeringpodcast.com/podlove/file/341/s/feed/c/mp3/Episode-76-DataCoral.mp3" userUpdatedDate="2019-04-17T09:26:29-04:00" userDeleted="1" played="1"/>
        <outline type="podcast-episode" overcastId="551271499643132" pubDate="2019-03-31T21:47:23-04:00" title="Why Analytics Projects Fail And What To Do About It - Episode 75" url="https://www.dataengineeringpodcast.com/primetsr-data-analytics-episode-75/" overcastUrl="https://overcast.fm/+H1YOXpOPw" enclosureUrl="https://www.dataengineeringpodcast.com/podlove/file/340/s/feed/c/mp3/Episode-75-PrimeTSR.mp3" userUpdatedDate="2019-04-17T19:31:45-04:00" userDeleted="1" played="1"/>
        <outline type="podcast-episode" overcastId="551271511029170" pubDate="2019-03-25T09:25:42-04:00" title="Building An Enterprise Data Fabric At CluedIn - Episode 74" url="https://www.dataengineeringpodcast.com/cluedin-data-fabric-episode-74/" overcastUrl="https://overcast.fm/+H1YOaW9bI" enclosureUrl="https://www.dataengineeringpodcast.com/podlove/file/337/s/feed/c/mp3/Episode-74-CluedIn.mp3" userUpdatedDate="2019-07-18T07:56:38-04:00" progress="15"/>
        <outline type="podcast-episode" overcastId="551271046293295" pubDate="2019-03-18T06:21:32-04:00" title="A DataOps vs DevOps Cookoff In The Data Kitchen - Episode 73" url="https://www.dataengineeringpodcast.com/dataops-vs-devops-episode-73/" overcastUrl="https://overcast.fm/+H1YMrjpy8" enclosureUrl="https://www.dataengineeringpodcast.com/podlove/file/336/s/feed/c/mp3/Episode-73-DataOps-vs-DevOps.mp3" userUpdatedDate="2019-05-20T00:39:31-04:00" progress="167"/>
        <outline type="podcast-episode" overcastId="551271684990621" pubDate="2019-02-24T22:57:57-05:00" title="Deep Learning For Data Engineers - Episode 71" url="https://www.dataengineeringpodcast.com/deep-learning-data-engineers-episode-71/" overcastUrl="https://overcast.fm/+H1YPD1Zp0" enclosureUrl="https://www.dataengineeringpodcast.com/podlove/file/332/s/feed/c/mp3/Episode-71-Deep-Learning.mp3" userUpdatedDate="2019-04-16T19:32:19-04:00" userDeleted="1" played="1"/>
        <outline type="podcast-episode" overcastId="551271122871750" pubDate="2019-01-21T08:33:14-05:00" title="Building Enterprise Big Data Systems At LEGO - Episode 66" url="https://www.dataengineeringpodcast.com/lego-enterprise-big-data-episode-66/" overcastUrl="https://overcast.fm/+H1YM90JcY" enclosureUrl="https://www.dataengineeringpodcast.com/podlove/file/322/s/feed/c/mp3/Episode-66-LEGO.mp3" userUpdatedDate="2019-04-16T19:50:15-04:00" userDeleted="1" played="1"/>
        <outline type="podcast-episode" overcastId="551271414892198" pubDate="2019-01-13T19:59:48-05:00" title="TimescaleDB: The Timeseries Database Built For SQL And Scale - Episode 65" url="https://www.dataengineeringpodcast.com/timescaledb-round-2-episode-65/" overcastUrl="https://overcast.fm/+H1YODcBqY" enclosureUrl="https://www.dataengineeringpodcast.com/podlove/file/315/s/feed/c/mp3/Episode-65-Timescale-DB.mp3" userUpdatedDate="2019-01-17T07:24:44-05:00" userDeleted="1" played="1"/>
        <outline type="podcast-episode" overcastId="551271504775718" pubDate="2019-01-06T22:09:42-05:00" title="Performing Fast Data Analytics Using Apache Kudu - Episode 64" url="https://www.dataengineeringpodcast.com/apache-kudu-with-brock-noland-and-jordan-birdsell-episode-64/" overcastUrl="https://overcast.fm/+H1YOY3iiY" enclosureUrl="https://www.dataengineeringpodcast.com/podlove/file/308/s/feed/c/mp3/Episode-64-Kudu.mp3" userUpdatedDate="2019-01-09T06:46:25-05:00" userDeleted="1" played="1"/>
        <outline type="podcast-episode" overcastId="551270901983092" pubDate="2018-12-31T08:11:43-05:00" title="Simplifying Continuous Data Processing Using Stream Native Storage In Pravega with Tom Kaitchuck - Episode 63" url="https://www.dataengineeringpodcast.com/pravega-with-tom-kaitchuck-episode-63/" overcastUrl="https://overcast.fm/+H1YMJJp3Q" enclosureUrl="https://www.dataengineeringpodcast.com/podlove/file/304/s/feed/c/mp3/Episode-63-Pravega.mp3" userUpdatedDate="2019-01-09T06:46:25-05:00" userDeleted="1" played="1"/>
        <outline type="podcast-episode" overcastId="551271347908684" pubDate="2018-12-23T22:12:46-05:00" title="Continuously Query Your Time-Series Data Using PipelineDB with Derek Nelson and Usman Masood - Episode 62" url="https://www.dataengineeringpodcast.com/pipelinedb-with-derek-nelson-and-usman-masood-episode-62/" overcastUrl="https://overcast.fm/+H1YNzd8Ew" enclosureUrl="https://www.dataengineeringpodcast.com/podlove/file/295/s/feed/c/mp3/Episode-62-PipelineDB.mp3" userUpdatedDate="2019-01-13T23:44:55-05:00" userDeleted="1" played="1"/>
        <outline type="podcast-episode" overcastId="551271632364292" pubDate="2018-12-16T22:31:31-05:00" title="Advice On Scaling Your Data Pipeline Alongside Your Business with Christian Heinzmann - Episode 61" url="https://www.dataengineeringpodcast.com/advice-on-scaling-your-data-pipeline-alongside-your-business-with-christian-heinzmann-episode-61/" overcastUrl="https://overcast.fm/+H1YO3SYwQ" enclosureUrl="https://www.dataengineeringpodcast.com/podlove/file/291/s/feed/c/mp3/Episode-61-Scaling-ETL.mp3" userUpdatedDate="2019-01-11T00:15:28-05:00" userDeleted="1" played="1"/>
        <outline type="podcast-episode" overcastId="551271139482169" pubDate="2018-12-09T22:13:11-05:00" title="Putting Apache Spark Into Action with Jean Georges Perrin - Episode 60" url="https://www.dataengineeringpodcast.com/putting-apache-spark-into-action-with-jean-georges-perrin-episode-60/" overcastUrl="https://overcast.fm/+H1YNBxmjk" enclosureUrl="https://www.dataengineeringpodcast.com/podlove/file/287/s/feed/c/mp3/Episode-60-Spark-In-Action.mp3" userUpdatedDate="2019-01-09T06:46:25-05:00" userDeleted="1" played="1"/>
        <outline type="podcast-episode" overcastId="551271077726439" pubDate="2018-12-02T22:25:07-05:00" title="Apache Zookeeper As A Building Block For Distributed Systems with Patrick Hunt - Episode 59" url="https://www.dataengineeringpodcast.com/apache-zookeeper-with-patrick-hunt-episode-59/" overcastUrl="https://overcast.fm/+H1YMzDSOc" enclosureUrl="https://www.dataengineeringpodcast.com/podlove/file/283/s/feed/c/mp3/Episode-59-Zookeeper.mp3" userUpdatedDate="2019-01-09T06:46:25-05:00" userDeleted="1" played="1"/>
      </outline>
      <outline type="rss" overcastId="1048122" text="&#x6240;&#x5EFA;&#x6240;&#x95FB;" title="&#x6240;&#x5EFA;&#x6240;&#x95FB;" xmlUrl="https://feeds.fireside.fm/architalk/rss" htmlUrl="https://www.architalk.xyz/" subscribed="1" notifications="1">
        <outline type="podcast-episode" overcastId="1125413452465205" pubDate="2019-07-13T02:00:00-04:00" title="Episode 12: Live Long and Prosper" url="https://www.architalk.xyz/12" overcastUrl="https://overcast.fm/+P_jr0PRDU" enclosureUrl="https://aphid.fireside.fm/d/1437767933/f2a2da18-9f87-403e-8f15-3777c99aa675/7fcd0348-d80d-49eb-80f0-34bbed25691e.mp3" userUpdatedDate="2019-07-14T21:35:39-04:00" userDeleted="1" played="1"/>
        <outline type="podcast-episode" overcastId="1125412846546042" pubDate="2019-06-22T04:00:00-04:00" title="Episode 11: &#x7EBD;&#x7EA6;&#x6700;&#x70ED;&#x95E8;&#x4E2D;&#x9910;&#x5385;&#x80CC;&#x540E;&#x7684;&#x5EFA;&#x7B51;&#x5E08;&#xFF0C;&#x548C;&#x4ED6;&#x6240;&#x60F3;&#x7A81;&#x7834;&#x7684;&#x65E5;&#x5E38;" url="https://www.architalk.xyz/11" overcastUrl="https://overcast.fm/+P_jpjxrHo" enclosureUrl="https://aphid.fireside.fm/d/1437767933/f2a2da18-9f87-403e-8f15-3777c99aa675/3172f343-1dba-432b-b6ef-dee546e865f3.mp3" userUpdatedDate="2019-07-17T00:06:06-04:00" progress="201"/>
      </outline>
      <outline type="rss" overcastId="401546" text="&#x75AF;&#x6295;&#x5708;" title="&#x75AF;&#x6295;&#x5708;" xmlUrl="https://crazy.capital/feed" htmlUrl="https://crazy.capital/" subscribed="1" notifications="1">
        <outline type="podcast-episode" overcastId="431157006203613" pubDate="2019-07-21T04:45:00-04:00" title="35. &#x521B;&#x4E1A;&#xFF0C;&#x4E0D;&#x6B62;&#x5317;&#x4E0A;&#x5E7F;&#x6DF1;&#x676D;" url="https://crazy.capital/35" overcastUrl="https://overcast.fm/+GIIpAyet0" enclosureUrl="https://crazy.capital/35/audio.mp3" userUpdatedDate="2019-07-23T07:44:26-04:00" userDeleted="1" played="1"/>
        <outline type="podcast-episode" overcastId="431156789270582" pubDate="2019-06-21T08:00:00-04:00" title="34. &#x518D;&#x8C08;&#x51FA;&#x6D77;&#x7535;&#x5546;&#x7684;&#x5168;&#x7403;&#x673A;&#x9047;" url="https://crazy.capital/34" overcastUrl="https://overcast.fm/+GIIoNEWDY" enclosureUrl="https://crazy.capital/34/audio.mp3" userUpdatedDate="2019-06-27T08:10:35-04:00" userDeleted="1" played="1"/>
        <outline type="podcast-episode" overcastId="431157081662386" pubDate="2019-05-11T20:00:00-04:00" title="33. &#x8FC7;&#x8F7D;&#x65F6;&#x4EE3;&#x7684;&#x4FE1;&#x606F;&#x4FEE;&#x517B;" url="https://crazy.capital/33" overcastUrl="https://overcast.fm/+GIIpSx47I" enclosureUrl="https://crazy.capital/33/audio.mp3" userUpdatedDate="2019-05-20T19:15:11-04:00" userDeleted="1" played="1"/>
        <outline type="podcast-episode" overcastId="431157048058288" pubDate="2019-04-01T20:00:00-04:00" title="32. &#x590D;&#x6742;&#x670D;&#x52A1;&#x884C;&#x4E1A;&#x5982;&#x4F55;&#x5E73;&#x53F0;&#x5316;" url="https://crazy.capital/32" overcastUrl="https://overcast.fm/+GIIpKxIbA" enclosureUrl="https://crazy.capital/32/audio.mp3" userUpdatedDate="2019-04-03T19:19:31-04:00" userDeleted="1" played="1"/>
        <outline type="podcast-episode" overcastId="431157086039000" pubDate="2019-03-11T20:00:00-04:00" title="31. NOME vs &#x540D;&#x521B;&#x4F18;&#x54C1;&#xFF1A;&#x65E5;&#x7528;&#x96F6;&#x552E;&#x7684;&#x738B;&#x8005;&#x4E4B;&#x4E89;" url="https://crazy.capital/31" overcastUrl="https://overcast.fm/+GIIpT0q9g" enclosureUrl="https://crazy.capital/31/audio.mp3" userUpdatedDate="2019-03-14T09:48:21-04:00" userDeleted="1" played="1"/>
        <outline type="podcast-episode" overcastId="431157229729040" pubDate="2019-02-19T19:00:00-05:00" title="30. &#x5356;&#x4E0D;&#x6389;&#x7684;&#x8863;&#x670D;&#x53BB;&#x54EA;&#x4E86;&#xFF1F;" url="https://crazy.capital/30" overcastUrl="https://overcast.fm/+GIIp2FNRA" enclosureUrl="https://crazy.capital/30/audio.mp3" userUpdatedDate="2019-02-21T22:42:18-05:00" userDeleted="1" played="1"/>
      </outline>
      <outline type="rss" overcastId="770812" text="&#x5FFD;&#x5DE6;&#x5FFD;&#x53F3;" title="&#x5FFD;&#x5DE6;&#x5FFD;&#x53F3;" xmlUrl="http://www.ximalaya.com/album/12817863.xml" htmlUrl="http://www.ximalaya.com/" subscribed="1" notifications="1">
        <outline type="podcast-episode" overcastId="827654116249750" pubDate="2019-07-18T17:57:01-04:00" title="53 &#x5E7F;&#x544A;&#x72C2;&#x4EBA;&#x7684;&#x9EC4;&#x91D1;&#x65F6;&#x4EE3;&#x5DF2;&#x53BB;&#xFF1F;" url="http://www.ximalaya.com/104088857/sound/198702226" overcastUrl="https://overcast.fm/+Lwvz2YkJY" enclosureUrl="http://jt.ximalaya.com/wKgMZ10w6WeAb1OLAeqFOW_8pPU213.m4a?channel=rss&amp;album_id=12817863&amp;track_id=198702226&amp;uid=104088857&amp;jt=http://audio.xmcdn.com/group62/M07/85/EF/wKgMZ10w6WeAb1OLAeqFOW_8pPU213.m4a" userUpdatedDate="2019-07-23T22:26:32-04:00" userDeleted="1" played="1"/>
        <outline type="podcast-episode" overcastId="827653128487122" pubDate="2019-07-11T18:00:18-04:00" title="&#x756A;&#x5916;&#xFF1A;&#x4F55;&#x746B;&#x8FD8;&#x548C;&#x6211;&#x4EEC;&#x804A;&#x4E86;&#x804A;&#x5B59;&#x5B87;&#x6668;" url="http://www.ximalaya.com/104088857/sound/197037337" overcastUrl="https://overcast.fm/+LwvwK4gNI" enclosureUrl="http://jt.ximalaya.com/wKgMcF0nmM_Q-12kAQ5V4nEZ1NA266.m4a?channel=rss&amp;album_id=12817863&amp;track_id=197037337&amp;uid=104088857&amp;jt=http://audio.xmcdn.com/group61/M04/12/23/wKgMcF0nmM_Q-12kAQ5V4nEZ1NA266.m4a" userUpdatedDate="2019-07-11T20:29:48-04:00" userDeleted="1" played="1"/>
        <outline type="podcast-episode" overcastId="827653719231101" pubDate="2019-06-30T18:00:13-04:00" title="52 &#x8BB0;&#x5F55;&#x6CB8;&#x817E;&#x706B;&#x70ED;&#x7684;&#x5F53;&#x4EE3;&#x751F;&#x6D3B;" url="http://www.ximalaya.com/104088857/sound/194550231" overcastUrl="https://overcast.fm/+LwvyXuin0" enclosureUrl="http://jt.ximalaya.com/wKgMcV0ZDBaStvkOATqFcYXUFac784.m4a?channel=rss&amp;album_id=12817863&amp;track_id=194550231&amp;uid=104088857&amp;jt=http://audio.xmcdn.com/group62/M00/0C/F0/wKgMcV0ZDBaStvkOATqFcYXUFac784.m4a" userUpdatedDate="2019-07-02T08:31:10-04:00" userDeleted="1" played="1"/>
        <outline type="podcast-episode" overcastId="827653932996348" pubDate="2019-06-05T18:00:16-04:00" title="51 &#x8BB8;&#x77E5;&#x8FDC;&#xFF1A;&#x6211;&#x6CA1;&#x4EE5;&#x524D;&#x4EFB;&#x6027;&#x4E86;" url="http://www.ximalaya.com/104088857/sound/189105557" overcastUrl="https://overcast.fm/+LwvzKsVvw" enclosureUrl="http://jt.ximalaya.com/wKgMcVz4I0Dgo-89AaZcBK2TDvc951.m4a?channel=rss&amp;album_id=12817863&amp;track_id=189105557&amp;uid=104088857&amp;jt=http://audio.xmcdn.com/group62/M09/27/33/wKgMcVz4I0Dgo-89AaZcBK2TDvc951.m4a" userUpdatedDate="2019-06-11T06:14:59-04:00" userDeleted="1" played="1"/>
        <outline type="podcast-episode" overcastId="827653720496712" pubDate="2019-04-29T18:00:14-04:00" title="50 &#x8BA9;&#x9E21;&#x5C3E;&#x9152;&#x518D;&#x6B21;&#x4F1F;&#x5927;" url="http://www.ximalaya.com/104088857/sound/180174404" overcastUrl="https://overcast.fm/+LwvyYB2kg" enclosureUrl="http://jt.ximalaya.com/wKgLeFzHaBeTFcFvAU_dfQwn-Fg850.m4a?channel=rss&amp;album_id=12817863&amp;track_id=180174404&amp;uid=104088857&amp;jt=http://audio.xmcdn.com/group59/M03/2B/41/wKgLeFzHaBeTFcFvAU_dfQwn-Fg850.m4a" userUpdatedDate="2019-06-11T06:32:31-04:00" userDeleted="1" played="1"/>
        <outline type="podcast-episode" overcastId="827653404803759" pubDate="2019-04-16T18:00:14-04:00" title="49 &#x642D;&#x987A;&#x98CE;&#x8F66;&#x62DC;&#x8BBF;&#x519B;&#x9600;" url="http://www.ximalaya.com/104088857/sound/176795952" overcastUrl="https://overcast.fm/+LwvxMwwq8" enclosureUrl="http://jt.ximalaya.com/wKgLeVy2RMyRJL3lARTM0UaPcWQ836.m4a?channel=rss&amp;album_id=12817863&amp;track_id=176795952&amp;uid=104088857&amp;jt=http://audio.xmcdn.com/group60/M08/D0/E9/wKgLeVy2RMyRJL3lARTM0UaPcWQ836.m4a" userUpdatedDate="2019-04-18T00:32:58-04:00" userDeleted="1" played="1"/>
        <outline type="podcast-episode" overcastId="827653958513065" pubDate="2019-04-05T18:00:00-04:00" title="48 &#x4EB2;&#x5386;&#x6218;&#x4E89;&#x4F59;&#x70EC;" url="http://www.ximalaya.com/104088857/sound/173928175" overcastUrl="https://overcast.fm/+LwvzQxsak" enclosureUrl="http://jt.ximalaya.com/wKgLdlynjinBP6_hARDKl_B2gPs165.m4a?channel=rss&amp;album_id=12817863&amp;track_id=173928175&amp;uid=104088857&amp;jt=http://audio.xmcdn.com/group56/M03/00/70/wKgLdlynjinBP6_hARDKl_B2gPs165.m4a" userUpdatedDate="2019-04-06T08:48:48-04:00" userDeleted="1" played="1"/>
        <outline type="podcast-episode" overcastId="827653743188048" pubDate="2019-03-26T18:00:00-04:00" title="47 &#x4ECE;&#x96F6;&#x5F00;&#x59CB;&#x505A;VC" url="http://www.ximalaya.com/104088857/sound/171386219" overcastUrl="https://overcast.fm/+LwvydcGFA" enclosureUrl="http://jt.ximalaya.com/wKgLd1yam3mCqyZ1AcqKsa4r1tM738.m4a?channel=rss&amp;album_id=12817863&amp;track_id=171386219&amp;uid=104088857&amp;jt=http://audio.xmcdn.com/group57/M08/0B/36/wKgLd1yam3mCqyZ1AcqKsa4r1tM738.m4a" userUpdatedDate="2019-03-27T00:51:53-04:00" userDeleted="1" played="1"/>
        <outline type="podcast-episode" overcastId="827653560832478" pubDate="2019-03-08T10:00:00-05:00" title="46 &#x8BB8;&#x591A;&#x4E66;&#x80FD;&#x6210;&#x529F;&#x90FD;&#x662F;&#x9760;&#x53E3;&#x53E3;&#x76F8;&#x4F20;" url="http://www.ximalaya.com/104088857/sound/166402572" overcastUrl="https://overcast.fm/+Lwvxx9kd4" enclosureUrl="http://jt.ximalaya.com/wKgLd1yCgbPTzf3bATSZz3LQztQ983.m4a?channel=rss&amp;album_id=12817863&amp;track_id=166402572&amp;uid=104088857&amp;jt=http://audio.xmcdn.com/group57/M07/0C/60/wKgLd1yCgbPTzf3bATSZz3LQztQ983.m4a" userUpdatedDate="2019-03-09T04:18:17-05:00" userDeleted="1" played="1"/>
        <outline type="podcast-episode" overcastId="827654069187933" pubDate="2019-02-21T17:00:00-05:00" title="45 &#x628A;&#x300A;&#x7E41;&#x82B1;&#x300B;&#x5356;&#x5230;&#x6D77;&#x5916;" url="http://www.ximalaya.com/104088857/sound/162398094" overcastUrl="https://overcast.fm/+LwvzrKdV0" enclosureUrl="http://jt.ximalaya.com/wKgLgFxvE16xRUVoAXu9i42b5Xo138.m4a?channel=rss&amp;album_id=12817863&amp;track_id=162398094&amp;uid=104088857&amp;jt=http://audio.xmcdn.com/group56/M09/6C/4F/wKgLgFxvE16xRUVoAXu9i42b5Xo138.m4a" userUpdatedDate="2019-02-22T08:15:52-05:00" userDeleted="1" played="1"/>
        <outline type="podcast-episode" overcastId="827653745162329" pubDate="2019-01-29T17:00:00-05:00" title="44 &#x6211;&#x770B;&#x5230;&#x77ED;&#x89C6;&#x9891;&#x91CC;&#x8FD8;&#x6709;&#x5927;&#x91CF;&#x7A7A;&#x767D;" url="http://www.ximalaya.com/104088857/sound/156721875" overcastUrl="https://overcast.fm/+Lwvyd6OFk" enclosureUrl="http://jt.ximalaya.com/wKgLdlxQwlDQhj-6AWeMqCEGLQI208.m4a?channel=rss&amp;album_id=12817863&amp;track_id=156721875&amp;uid=104088857&amp;jt=http://audio.xmcdn.com/group56/M06/15/33/wKgLdlxQwlDQhj-6AWeMqCEGLQI208.m4a" userUpdatedDate="2019-01-29T19:43:50-05:00" userDeleted="1" played="1"/>
        <outline type="podcast-episode" overcastId="827653590136523" pubDate="2019-01-20T17:00:00-05:00" title="43 &#x623F;&#x4E1C;&#x3001;&#x8001;&#x9F20;&#x548C;&#x4ED6;&#x4EEC;&#x7684;&#x5927;&#x671B;&#x8DEF;&#x6D6E;&#x4E16;&#x7ED8;" url="http://www.ximalaya.com/104088857/sound/154130154" overcastUrl="https://overcast.fm/+Lwvx48tss" enclosureUrl="http://jt.ximalaya.com/wKgLcVxE3_DhyOUlATnrRFovdK8941.m4a?channel=rss&amp;album_id=12817863&amp;track_id=154130154&amp;uid=104088857&amp;jt=http://audio.xmcdn.com/group53/M00/F9/DD/wKgLcVxE3_DhyOUlATnrRFovdK8941.m4a" userUpdatedDate="2019-01-20T19:42:35-05:00" userDeleted="1" played="1"/>
      </outline>
      <outline type="rss" overcastId="751521" text="Byte.Coffee" title="Byte.Coffee" xmlUrl="http://byte.coffee/feed/podcast/" htmlUrl="http://byte.coffee/" subscribed="1" notifications="1">
        <outline type="podcast-episode" overcastId="806940568806841" pubDate="2019-06-10T10:54:45-04:00" title="Episode 34: &#x65B0;&#x7684;&#x72EC;&#x7ACB;&#x64AD;&#x5BA2;&#x4E4B;&#x6298;&#x5C14;&#x6839;&#x5D1B;&#x8D77;" url="http://byte.coffee/episode-34/" overcastUrl="https://overcast.fm/+Ld6H31Zbk" enclosureUrl="http://byte.coffee/wp-content/uploads/2019/06/ep34-Rise-ZEG-1.mp3" userUpdatedDate="2019-06-11T05:24:24-04:00" userDeleted="1" played="1"/>
        <outline type="podcast-episode" overcastId="806940204475306" pubDate="2019-06-07T08:35:25-04:00" title="Episode 33&#xFF1A;&#x300C;&#x4EBA;&#x95F4;&#x5496;&#x5561;&#x300D;&#x5982;&#x4F55;&#x4F53;&#x9A8C;&#x4E0A;&#x6D77;" url="http://byte.coffee/episode-33/" overcastUrl="https://overcast.fm/+Ld6Gg-I6o" enclosureUrl="http://byte.coffee/wp-content/uploads/2019/06/ep33-shanghai-city.mp3" userUpdatedDate="2019-06-19T06:21:25-04:00" userDeleted="1" played="1"/>
      </outline>
      <outline type="rss" overcastId="1006503" text="&#x65E0;&#x4E1A;&#x6E38;&#x6C11; The Unemployable" title="&#x65E0;&#x4E1A;&#x6E38;&#x6C11; The Unemployable" xmlUrl="https://theue.me/feed/podcast" htmlUrl="https://theue.me/" subscribed="1" notifications="1">
        <outline type="podcast-episode" overcastId="1080725133945033" pubDate="2019-07-02T07:19:22-04:00" title="022. &#x4E50;&#x961F;&#x7684;&#x590F;&#x5929;&#x6765;&#x4E86;&#x5417;&#xFF1F;" url="https://theue.me/episode/band/" overcastUrl="https://overcast.fm/+PW6e21aMk" enclosureUrl="https://theue.me/download-episode/1200/band.mp3?ref=feed" userUpdatedDate="2019-07-02T22:28:23-04:00" progress="9"/>
        <outline type="podcast-episode" overcastId="1080724718575707" pubDate="2019-06-15T01:39:19-04:00" title="021. &#x53F0;&#x5357;&#x65B0;&#x5A18;&#x5A5A;&#x793C;&#x624B;&#x8BB0;" url="https://theue.me/episode/wedding/" overcastUrl="https://overcast.fm/+PW6dTzYFs" enclosureUrl="https://theue.me/download-episode/1123/wedding.mp3?ref=feed" userUpdatedDate="2019-06-16T21:01:58-04:00" progress="13"/>
        <outline type="podcast-episode" overcastId="1080724680976037" pubDate="2019-05-31T07:02:57-04:00" title="020. &#x60E0;&#x5DDE;&#x4E94;&#x6761;&#x4EBA; &#x2022; &#x91CE;&#x5C9B;&#x5453;&#x8BED;" url="https://theue.me/episode/wild-island/" overcastUrl="https://overcast.fm/+PW6dK1pqU" enclosureUrl="https://theue.me/download-episode/1089/wild-island.mp3?ref=feed" userUpdatedDate="2019-06-18T06:48:39-04:00" progress="891"/>
      </outline>
      <outline type="rss" overcastId="25375" text="Teahour.fm" title="Teahour.fm" xmlUrl="http://teahour.fm/feed.xml" htmlUrl="http://teahour.fm/" subscribed="1" notifications="1">
        <outline type="podcast-episode" overcastId="27246766234748" pubDate="2019-01-01T21:00:00-05:00" title="#94 &#x4E0E; Hawstein &#x548C;&#x5DE6;&#x7A0B;&#x4E91;&#x804A;&#x7B97;&#x6CD5;&#x548C;&#x6570;&#x636E;&#x7ED3;&#x6784;" url="http://teahour.fm/2019/01/02/algo-with-hawstein-and-chengyun.html" overcastUrl="https://overcast.fm/+Yx-HSnHw" enclosureUrl="http://screencasts.b0.upaiyun.com/podcasts/teahour_podcast_94.m4a" userUpdatedDate="2019-01-10T20:10:57-05:00" userDeleted="1" progress="5716"/>
      </outline>
      <outline type="rss" overcastId="1060315" text="Recode Decode" title="Recode Decode" xmlUrl="https://feeds.megaphone.fm/recodedecode" htmlUrl="https://www.recode.net/recode-decode-podcast-kara-swisher" subscribed="1" notifications="1">
        <outline type="podcast-episode" overcastId="1138505143861693" pubDate="2019-07-08T00:01:00-04:00" title="Journalist Carole Cadwalladr on Facebook, Brexit, and &#x201C;techno-fascism&#x201D;" url="https://www.recode.net/recode-decode-podcast-kara-swisher" overcastUrl="https://overcast.fm/+QLduKswb0" enclosureUrl="https://chtbl.com/track/524GE/traffic.megaphone.fm/VMP5782580352.mp3" userUpdatedDate="2019-07-11T22:50:21-04:00" userDeleted="1" played="1"/>
        <outline type="podcast-episode" overcastId="1138505455156366" pubDate="2019-07-05T00:01:00-04:00" title="Long-Term Stock Exchange founder Eric Ries (Live at Code 2019)" url="https://www.recode.net/recode-decode-podcast-kara-swisher" overcastUrl="https://overcast.fm/+QLdvU6vI4" enclosureUrl="https://chtbl.com/track/524GE/traffic.megaphone.fm/VMP8821243179.mp3?updated=1562188592" userUpdatedDate="2019-07-11T22:50:21-04:00" progress="9"/>
        <outline type="podcast-episode" overcastId="1138505489175274" pubDate="2019-05-15T00:01:00-04:00" title="Preet Bharara on the Mueller report, Constitutional crises and Twitter fatigue" url="https://www.recode.net/recode-decode-podcast-kara-swisher" overcastUrl="https://overcast.fm/+QLdvdB0uo" enclosureUrl="https://chtbl.com/track/524GE/traffic.megaphone.fm/VMP4110705664.mp3" userUpdatedDate="2019-07-22T01:15:51-04:00" userDeleted="1" played="1"/>
        <outline type="podcast-episode" overcastId="1138505125291317" pubDate="2019-05-10T16:27:22-04:00" title="BONUS: Why Facebook co-founder Chris Hughes wants the government to break it up" url="https://www.recode.net/recode-decode-podcast-kara-swisher" overcastUrl="https://overcast.fm/+QLduGRZTU" enclosureUrl="https://chtbl.com/track/524GE/traffic.megaphone.fm/VMP5316467446.mp3" userUpdatedDate="2019-07-22T07:43:54-04:00" userDeleted="1" played="1"/>
        <outline type="podcast-episode" overcastId="1138505060812483" pubDate="2019-03-16T00:01:00-04:00" title="Senator Amy Klobuchar, 2020 U.S. presidential candidate" url="https://www.recode.net/recode-decode-podcast-kara-swisher" overcastUrl="https://overcast.fm/+QLdt25hsM" enclosureUrl="https://chtbl.com/track/524GE/traffic.megaphone.fm/VMP6329444930.mp3" userUpdatedDate="2019-07-22T07:43:54-04:00" progress="1252"/>
        <outline type="podcast-episode" overcastId="1138505093981799" pubDate="2019-03-11T00:01:00-04:00" title="YouTube CEO Susan Wojcicki on child safety, toxic comments and the Google walkout" url="https://www.recode.net/recode-decode-podcast-kara-swisher" overcastUrl="https://overcast.fm/+QLdt-zpmc" enclosureUrl="https://chtbl.com/track/524GE/traffic.megaphone.fm/VMP9612544958.mp3" userUpdatedDate="2019-03-11T20:35:18-04:00" userDeleted="1" played="1"/>
        <outline type="podcast-episode" overcastId="1138505456600846" pubDate="2019-03-09T00:01:00-05:00" title="Hudson&#x2019;s Bay Company CEO Helena Foulkes on the future of retail stores" url="https://www.recode.net/recode-decode-podcast-kara-swisher" overcastUrl="https://overcast.fm/+QLdvVQxw4" enclosureUrl="https://chtbl.com/track/524GE/traffic.megaphone.fm/VMP7658095147.mp3" userUpdatedDate="2019-03-11T21:12:25-04:00" userDeleted="1" played="1"/>
        <outline type="podcast-episode" overcastId="1138505327023693" pubDate="2019-03-06T00:01:00-05:00" title="Laurene Powell Jobs: Trump&#x2019;s rhetoric is &#x201C;out of a dictator&#x2019;s playbook&#x201D;" url="https://www.recode.net/recode-decode-podcast-kara-swisher" overcastUrl="https://overcast.fm/+QLdu2Xlk0" enclosureUrl="https://chtbl.com/track/524GE/traffic.megaphone.fm/VMP2764452955.mp3" userUpdatedDate="2019-03-11T21:13:57-04:00" progress="527"/>
        <outline type="podcast-episode" overcastId="1138504719036568" pubDate="2019-01-28T00:01:00-05:00" title="&#x201C;The Job&#x201D; author Ellen Shell on the increasingly automated future of work" url="https://www.recode.net/recode-decode-podcast-kara-swisher" overcastUrl="https://overcast.fm/+QLdslacJg" enclosureUrl="https://chtbl.com/track/524GE/traffic.megaphone.fm/VMP3578952236.mp3" userUpdatedDate="2019-01-28T19:58:07-05:00" userDeleted="1" played="1"/>
        <outline type="podcast-episode" overcastId="1138505252457232" pubDate="2019-01-26T00:01:00-05:00" title="Attorney Laura Wasser on making a &#x201C;TurboTax for divorce&#x201D;" url="https://www.recode.net/recode-decode-podcast-kara-swisher" overcastUrl="https://overcast.fm/+QLduklyxA" enclosureUrl="https://chtbl.com/track/524GE/traffic.megaphone.fm/VMP2256614446.mp3" userUpdatedDate="2019-01-28T19:58:07-05:00" progress="3"/>
        <outline type="podcast-episode" overcastId="1138504630613198" pubDate="2019-01-23T00:01:00-05:00" title="Basecamp CEO Jason Fried on overfunded startups and stressful workplaces" url="https://www.recode.net/recode-decode-podcast-kara-swisher" overcastUrl="https://overcast.fm/+QLdsQVNM4" enclosureUrl="https://chtbl.com/track/524GE/traffic.megaphone.fm/VMP5119159260.mp3" userUpdatedDate="2019-01-23T03:34:35-05:00" userDeleted="1" played="1"/>
        <outline type="podcast-episode" overcastId="1138505564642545" pubDate="2019-01-21T00:01:00-05:00" title="Land O&#x2019;Lakes CEO Beth Ford on farmer-entrepreneurs, &#x201C;agritech&#x201D; and Rep. Steve King" url="https://www.recode.net/recode-decode-podcast-kara-swisher" overcastUrl="https://overcast.fm/+QLdvvBXPE" enclosureUrl="https://chtbl.com/track/524GE/traffic.megaphone.fm/VMP5091615900.mp3" userUpdatedDate="2019-01-23T03:34:35-05:00" progress="13"/>
      </outline>

    </outline>
  </body>
</opml>

@manuzhang
Copy link
Author

manuzhang commented Jul 29, 2019

Output till 2019-07-21T20:00:00-04:00

人间指南,3912.803438
UX Coffee 设计咖,2310.0605
博物志,35208.277884
声东击西,22266.437738
Today, Explained,5860.51907
交差点,7225.522134
Casticle,1732.135438
Software Engineering Daily,61499.555286999996
Exponent,2796.486531
Acquired,64049.255988000004
迟早更新,63871.895404
The Changelog,19002.148572000002
Kubernetes Podcast from Google,16027.376264
36氪·硅谷早知道,34151.097058
Reply All,3923.278178
不可理论,9427.822544999999
Fork It,17688.531515
提前怀旧,6405.19875
Streaming Audio: a Confluent podcast about Apache Kafka,3059.939313
Freakonomics Radio,9228.015816
ChinaEconTalk,4626.729796
99% Invisible,2310.321633
文化土豆 Culture Potato,123420.36582800004
The Daily,174840.69431899997
硬影像,3338.16
一天世界,15297.880814999999
Techmeme Ride Home,115156.18945699993
不太重要,3672.171438
Data Engineering Podcast,57924.67591800001
所建所闻,2924.674756
疯投圈,27143.681375
忽左忽右,34029.455035
Byte.Coffee,7958.126128
Recode Decode,23730.964217999997

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment